@charset "UTF-8";
body {
    padding-top: 66.02px;
}

#overlay {
    background: rgba(255,255,255,0.4);
}
#overlay .loader-index > div {
    background: #62a8ea;
}

.overlay.loader-overlay {position:absolute;}

.dataTables_wrapper.is-loading .dataTables_loading {
    display: flex;
    background: rgba(255,255,255,0.4);
    flex-direction: column;
    justify-content: center;
}
.dataTables_loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: .286rem;
}

.dataTables_loading .loader-content {
    margin:0px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dataTables_loading .loader-index {
    margin-top:0px;
}

.dataTables_loading .loader-index > div {
    background: #62a8ea;
}


.panel.is-loading > :not(.panel-loading) {
    opacity: 1;
}

.panel > .loader-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255,255,255,0.7);
    margin:0px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index:100;
}

.panel > .loader-content .loader-index > div {
    background: #62a8ea;
}

.site-navbar .navbar-header {
    width: auto;
}

.navbar-header-right {
    float: right;
}

.navbar-toolbar .dropdown-menu {
    width: 240px;
}

.avatar {
    width: 30px;
    height:30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 3px;
}

.username {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page {
    transition: all .5s;
    min-height: calc(100% - 43px);
    background: #eff0f1;
}

.panel {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16), 0 0px 3px 0 rgba(0,0,0,0.12);
}

footer {
    transition: all .5s;
}

body.site-navbar-small {
    padding-top: 4.286rem;
}

.site-navbar-small .site-navbar .navbar-toolbar > ul > li > a {
    padding-top: 1.357rem;
    padding-bottom: 1.357rem;
}

.loader {
    text-indent: 0;
    font-size: 1rem;
}

table tbody {border-bottom: 1px solid #e4eaec;}

.table-ellipsis > tbody > tr > td:not(.no-ellipsis) {
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    white-space: nowrap;
    max-width: 10px;
}

.table thead th {
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody > tr > td.action {
    white-space: nowrap;
    padding-left:0px;
    padding-right:0px;
    width:32px;
}

.table > tbody > tr > td.select {
    width:200px;
}

.table-striped tbody tr:nth-of-type(2n+1) {

}

.dataTables_empty {
    background: #ffffff;
}

.selectize-input {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: -webkit-calc(2.573rem + 2px) !important;
    height: calc(2.573rem + 2px) !important;

    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition:         box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    transition:         box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;

    border-color: #c5cacc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    padding: .429rem 1rem !important;
    padding-right: 30px !important;

    background: #fff !important;

    color: #76838f !important;

    font-size: 1rem !important;
    line-height: 1.571429 !important;
    display: block !important;
    width: 100% !important;
}

.selectize-control.loading::before {
    font-family: "Font Awesome";
    color: #0b69e3;
    content: "";
    line-height:34px;
    right: 34px;
    left: auto;
    position: absolute;
    top: 0px;
    font-size:18px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.selectize-dropdown .no-results {
    padding: 6px 12px;
    cursor: default;
}

.selectize-input .item {
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    vertical-align: top;
}

.selectize-input.dropdown-active {
    border-color: #62a8ea !important;
}

.selectize-dropdown {
    /*width: 400px !important;*/
}

.has-add {
    display:inline-block;
    width: calc(100% - 50px);
}

.btn-selectize {
    display: inline-block;
    vertical-align: top;
}

.checkbox-custom label::before {border-color: #c5cacc;}

.modal-xl {
    min-width: 90%;
    width: 90%;
}

.selectize-control.client {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 37px);
}

.form-control {
    border-color: #c5cacc;
}

.form-control.datetimepicker {
    max-width: 200px;
}
.form-control.datepicker {width: 110px;}


#toast-container[aria-live="polite"] {
    z-index: 9999 !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999;
}

.checkbox-custom input[type="checkbox"]:checked + label::before, .checkbox-custom input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-custom input[type="radio"]:checked + label::before, .checkbox-custom input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 1px;
}

/*.selectize-control.client {display: inline-block; vertical-align: top;}*/

.selectize-control.multi .selectize-input > div {
    background-color: #62a8ea !important;
    color: #ffffff !important;
}

.form-actions {
    border-top: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

textarea.form-control {min-height: 200px;}
.page-content input.labelauty + label {display: inline-block;}

iframe {padding:0px; margin:0px; border:none; width: 100%; overflow: hidden;}

@media (min-width:768px) {

    ul.site-menu {
        padding-left: 0px;
        padding-right: 0px;
    }

    .site-navbar-small .site-menubar {
        position: static;
        float:left;
        background: none;
        width: auto;
        height: auto;
        box-shadow: none;
    }

    .site-menu > .site-menu-item > a {
        padding-top: 1.357rem;
        padding-bottom: 1.357rem;
        color: #fff;
        display: block;
        line-height: 22px;
    }

    .site-menubar-light .site-menu .site-menu-item.open > a {
        color: #fff;
        background-color: rgba(0,0,0,.1);
    }

    .site-menubar-light .site-menu-item > a:hover {
        color: #fff;
        background-color: rgba(0,0,0,.1);
    }

    .site-menubar-light .dropdown-menu .site-menu-item > a:hover {
         color: rgba(118,131,143,.9);
         background-color: rgba(53,131,202,.05);
     }

    .site-menubar-light .dropdown-menu .site-menu-item.open > a {
        color: rgba(118,131,143,.9);
        background-color: rgba(53,131,202,.05);
    }
}

@media (max-width:767px) {

    .navbar-header {
        float: left;
    }

    .site-navbar-small .site-navbar .navbar-toolbar > li > a.avatar-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #ffffff !important;
    }

    .site-menubar-body {
        overflow-y: scroll;
    }
}