@media print{
    @page {size: landscape}

    .alert-info {display:none;}

    .container{width:99%}


}

h2{margin:0}


.row{
    text-align: center;
}

.header-delimiter{
    font-family: Verdana;
    background-color: #FFCB8F;
    margin: 8px 0px;
}



#search-log-day{
    width:120px;
    margin: 0 8px;
}

#search-log-result{
    width: 100%;
    height: 550px;
    margin: 0px auto;
    background: white none repeat scroll 0% 0%;
    color: black;
    font: 1em/1.3em "Courier New";
}

.service-logo{
    cursor:pointer;
    margin-top: 4px;
}

.admin-tools, .user-tools{
    display: none;
}

.active-element{
    cursor:pointer;
}

.active-element:hover{
    background-color: orange;
}

.modal-important-data{
    font-weight: bold;
    font-size:16px;
}

.modal-info-data{
    font-size:12px;
    color: grey;
}

.quota-usage{
    color:black;
    cursor: pointer;
}

.sort-button:hover{
    cursor: pointer;
    color: green;
}

.messages-list-container{
    max-height: 350px;
    overflow-y: scroll;
}

#badmx-domains-list, #migrations-list{
    text-align: left;
    font-size: 16px;
}

.logs-block{
    max-height: 350px;
    overflow-y: scroll;
}


.show-on-parent-hover{
    display: none;
}

h3:hover > .show-on-parent-hover, div:hover > .show-on-parent-hover, p:hover > .show-on-parent-hover{
    display: inline;
}

.progress{
    margin-bottom: 0;
}

.progress-update{
    font-size:10px;
    cursor:pointer;
}


#client-domains-list{
    max-width: 500px;
    margin: 0 auto;
}

.info-mailbox-logins{
    color: #5e5a5a;
    font-size: 12px;
}

.search-log-link{
    color:red;
    text-decoration: underline;
}