.login-page{
    background: url("/img/template/background-login.jpg");
    background-position: center;
    background-size: cover;
}

.login-page:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    /*z-index: 1;*/
}

.login-box{
    z-index: 10;
    border-radius: 5px;
}

.card-primary.card-outline {
    border-top: none;
    box-shadow:0 0 50px #FFFFFF;
}

.no-records-table{
    text-align: center;
    font-size: 20px;
    padding: 50px;
    font-style: italic;
    background: #cccccc;
}

.permission-title{
    font-weight: bold;
    color: #007bff;
    font-size: 15px;
    margin-top: 12px;
}

.check-item{
    margin-right: 10px;
    margin-bottom: 10px;
}

.check-item label{
    font-size: 13px;
    margin-bottom: 15px;
}

.permiss-block{
    border: 1px dashed #ccc;
    padding: 15px 15px 0;
}

.error-castom-field{
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.center-block{
    max-width: 800px;
    margin: auto;
}

.fixed_height .select2-selection--single, .fixed_height .select2-selection{
    height: 40px !important;
}

.position-checkbox-brend, .position-checkbox-brend label{
    margin-bottom: 0 !important;
}

.show-brand{
    border: 1px dashed #ccc;
    margin: 20px 0px;
    padding: 10px 15px 17px;
}

.title-color{
    color: #007bff;
}

.hide-brand .add-fields{
    display: none;
}

.show-block{
    display: block;
}

.hide-block{
    display: none;
}

.background-1{
    background: #fff;
}

.title-block{
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.table-pd tr td{
    padding: 7px 15px;

}

.table-pd{
    margin-bottom: 0px;
}

.btn-block-right a{
    margin-left: 15px;
}

.body-lead-block{
    padding: 15px;
}

.progress{display: none;}

.table-avatar{
    width: 40px;
}

.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.top-left-menu a{
    margin-right: 10px;
}

#edit_desk .select2-selection--single, #edit_desk .select2-selection, .not-min-height .select2-selection, .filter-lead .select2-selection{
    height: auto !important;
}

.vis-check{
    padding: 3px 10px;
}
.filter_columns_block{
    border: 1px dashed #ccc;
    background-color: #ffffff;
    margin: 5px 0px 10px;
    padding: 5px 0px;
}

.row-filter{
    margin-top: 5px;
    margin-bottom: 5px;
}

.stbl{
    cursor: pointer;
}

.manager-message .direct-chat-text{
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.manager-message .direct-chat-text:before, .manager-message .direct-chat-text:after{
    border-right-color: #007bff;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

.direct-chat-text {
    max-width: 96%;
    margin: 5px 0 0 20px;
}

.manager-message .direct-chat-text {
    display: inline-flex;
    background-color: #666564;
    border-color: #818181;
}

.manager-message .direct-chat-text:before, .manager-message .direct-chat-text:after {
    border-right-color: #666564;
}

.direct-chat-text {
    display: inline-flex;
}