﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}

.nav-header {
    background-color: white;
    background-image: none;
}

.nav-header a {
    color: #ef6423;
}

body {
    background-color: #444;
}

.btn-primary {
    background-color: #ef6423;
    border-color: #ef6423;
}

.btn-default {
    background-color: darkgray;
    border-color: darkgray;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #ef6423;
    border-color: #ef6423;
}

.nav > li.active {
    border-left: 4px solid #ef6423;
    background: #f26522;
}

ul.nav-second-level {
    background: #444444;
}

.nav > li.active {
    border-left: 4px solid #ef6423;
    background: #f26522
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background: #f26522;
    color:white;
}*/


body {
    background-color: #444444;
}

.nav-header {
    background-color: white;
    background-image: none;
}

    .nav-header a {
        color: #ef6423;
    }

/*#div-List-container .active-toolbar {
    width: 100%;
}*/

.custom-bg {
    background-color: #ef6423;
    color: white;
}

    .custom-bg .breadcrumb {
        background-color: #ef6423;
    }

.btn-primary {
    background-color: #ef6423;
    border-color: #ef6423;
}

.btn-default {
    background-color: darkgray;
    border-color: darkgray;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #ef6423;
    border-color: #ef6423;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ef6423;
    border-color: #ef6423;
}

.nav > li.active {
    border-left: 4px solid #ef6423;
    background: #ef6423;
}

ul.nav-second-level {
    background: #444444;
}
/*----------data-table footer css start-----------*/
.dataTables_info {
    width: 50% !important;
    clear:both;
    /*float: left;*/
}

@media screen and (max-width: 640px) {
    .dataTables_info {
        width: 100% !important;
        float: none;
    }
}
/*----------data-table footer css end-----------*/

.modal-sm {
    max-width: 300px;
}

.modal-lg {
    width: 80% !important;
}

@media (min-width: 320px) {
    .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 620px) {
    .modal-lg {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 920px) {
    .modal-lg {
        margin-right: auto;
        margin-left: auto;
    }
}

.form-control:focus,
.single-line:focus {
    border-color: #04ADEB;
}

.view {
    width: 100%;
}

.main-container {
    margin-top: 20px !important;
    padding: 10px 20px 10px 20px;
    background-color: white;
}

.nav .parentItem {
    background: #444444 !important;
}

.page-heading {
    border-top: 0;
    padding: 0 5px 0px 5px;
}

.nav .nav-header {
    padding: 0px 25px 6px 25px;
}
/*.minimalize-styl-2 {    
    margin: 42px 20px 34px 20px;    
}*/

.nav > li > form > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}

.navbar-default .nav > li > form > a:hover,
.navbar-default .nav > li > form > a:focus {
    background-color: #444444;
    color: white;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #444444;
}

.anchor-logout {
    color: black;
    margin: 4px;
    display: block;
}

.anchor-logout:focus,
.anchor-logout:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dataTables_wrapper .page-item.active .page-link {
    background-color: #ef6423;
    border-color: #ef6423;
}

/*.nav-second-level li:last-child {

}*/


.nav > li > ul.nav-second-level > li > a > .third-level-label {
    color: #a7b1c2;
}

.multiselect-native-select .btn-default {
    background-color: #f3f3f4 !important;
    border-color: #dee2e6;
    color:unset;
}

.multiselect .caret {
    margin-left: 14px;
}

.multiselect-native-select .btn {
    margin: 0px;
}

.multiselect {
    min-width: 550px;
}

.multiselect-native-select .checkbox input[type=checkbox] {
    position: static;
    left: 0px;
}

.multiselect-native-select .active, .multiselect-native-select .active label, .multiselect-native-select li:not(.disabled):hover label {
    color: white;
    background: #ef6423;
}

    .multiselect-native-select .active a, .multiselect-native-select li:hover a {
        background: #ef6423;
        color: white;
    }

.multiselect-container {
    max-height: 250px;
    min-width: 550px;
    overflow: auto;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #ef6423;
}
.multiselect-container {
    overflow-x: hidden;
}

.btn-close {
    background-color: #efefef;
    border-color: #efefef;
    color: #676a6c;
}

.bck-link {
    color: #2075B2 !important;
}

/*#tableColumnsRow #tableColumns a {
    color: #2075B2 !important;
}*/

#tableColumnsRow .selectCols {
    margin-top: 10px !important;
    min-height: 250px !important;
    overflow-y: scroll !important;
}

#tableColumnsRow #tableColumns .checkbox-inline input {
    margin-right: 8px !important;
}