/*body {
    background-color: #eee;
    padding-top: 50px;
}*/
#menu-overlay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}

/* Left sidebar menu theming*/
.sidebar-menu>li.active>a {
    color: #fff;
}
.sidebar-menu>li.active>a .menu-icon, .sidebar-menu>li.active>a:before {
    color: #fff;
}
.sidebar-menu>li.active {
    background-color: #e53935;
}
.sidebar-menu>li.active:focus>a, .sidebar-menu>li.active:hover>a {
    background-color: #e53935;
    color: #fff;
}
.site-left-sidebar {
    overflow-y: auto;
}
#navbar .navbar-right>li>a:hover,
#navbar .navbar-right>li>a:focus {
    background-color: #f2f2f2;
}
.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    border-bottom: none;
}

/* Pagination theming (datatables)*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #e53935;
    border-color: #e53935;
}
.pagination>li>a, .pagination>li>span {
    color: #e53935;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #cd1e1a;
}

.has-success .control-label,
.has-danger .control-label,
.has-warning .control-label {
    color: inherit !important;
}
label {
    margin-bottom: 0 !important;
}

/* Table theming */
th, td { 
    white-space: nowrap;
}
.table th {
    color: #e53935;
}
.table-responsive {
    border: none;
}


.row-multifield-with-label {
    display: flex;
}
.row-multifield-label {
    text-align: center;
}
.row-multifield>div,
.row-multifield-with-label>div {
    padding-left: 0;
}
.row-multifield>div:last-child,
.row-multifield-with-label>div:last-child {
    padding-right: 0;
}


/* Status theming */
.status-not-processed {
    background-color: #e53935;
}
.status-being-processed {
    background-color: #faa800;
}
.status-processed {
    background-color: #34a853;
}

.btn .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 17px;
    height: 17px;
}
.btn.btn-default .loader {
    border-color: #ccc;
    border-top-color: transparent;
}

.btn-labeled.btn-block {
    line-height: 2.5em;
}
.btn-labeled.btn-block.btn-sm {
    line-height: 2.4em;
}
.btn-labeled.btn-block.btn-lg {
    line-height: 2.7em;
}
.btn-labeled.btn-block .btn-label {
    text-indent: 0;
    line-height: 1.538462;
}
.btn-labeled.btn-block .btn-label.btn-label-right {
    float: right;
}
.btn-labeled.btn-block .btn-label.btn-label-left {
    float: left;
}

.jstree-default .jstree-clicked, .jstree-default .jstree-hovered {
    background: #f2f2f2;
}
.jstree-default .jstree-search {
    font-style: normal;
    color: #000;
    font-weight: 400;
}


/* Login page theming */
.authentication-content {
    max-width: 400px;
    margin: auto;
}

.consentemnt-content {
    max-width: 550px;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive theming */
@media (max-width:454px){
    div[class^="col-xs-"] {
        width: 100%;
    }
    .form-horizontal .control-label {
        margin: 0px;
        text-align: left;
    }
    .form-horizontal .row-multifield-with-label .control-label {
        padding-top: 7px;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
    .panel-heading {
        border-bottom: none;
        text-align: center;
    }
    .site-content {
        padding: 0 !important;
    }
    .messenger .m-chat-window {
        display: block;
    }
    .messenger .m-compose {
        display: block;
    }
}
@media screen and (max-width: 685px) {
    
}
@media screen and (max-width: 767px) {
    .cd-content {
        padding: 15px !important;
    }
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
    }
}
@media (max-width:991px){
    table.dataTable thead>tr>th.sorting_asc,
    table.dataTable thead>tr>th.sorting_desc,
    table.dataTable thead>tr>th.sorting,
    table.dataTable thead>tr>td.sorting_asc,
    table.dataTable thead>tr>td.sorting_desc,
    table.dataTable thead>tr>td.sorting {
        padding: 0;
    }
}