@charset "UTF-8";

.skin-blue .main-header .navbar {
    background-color: #222d32;
}

.skin-blue .main-header .logo {
    background-color: #222d32;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-footer {
    background: #222d32;
    padding: 15px;
    margin-bottom: 0.5%;
    color: #FFF;
    border-top: 1px solid #dbdbdb;
}


.box-header.with-border {
    border-bottom: 1px solid #cfcfcf;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #dbdbdb;
}

.box.box-success {
    border-top-color: #d4ac57;
}

.box {
    background: #f4f6f8;
    border-top: 3px solid #d4ac57;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);

}

.textcomplete-dropdown {
    background-color: #fff;
    min-width: 290px !important;
    height: auto !important;
}

.textcomplete-dropdown a {
    font-size: 13px;
    color: #555;
    font-weight: 100;
    position: relative;
    left: 0;
    -webkit-transition: .1s cubic-bezier(.66, .21, .6, .75);
    -moz-transition: .1s cubic-bezier(.66, .21, .6, .75);
    -ms-transition: ..1s cubic-bezier(.66, .21, .6, .75);
    -o-transition: .1s cubic-bezier(.66, .21, .6, .75);
    transition: .1s cubic-bezier(.66, .21, .6, .75);
    cursor: pointer;
}

.textcomplete-dropdown li,
.textcomplete-dropdown li a {
    text-transform: inherit;
    cursor: pointer;
}

.textcomplete-dropdown li {
    border-top: 1px solid transparent;
}

.textcomplete-dropdown li:nth-last-child(2) {
    border-top: 0 solid rgba(0, 0, 0, .1);
}

.textcomplete-dropdown li:hover {
    background-color: #fff;
}

.textcomplete-dropdown li:hover a {
    color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #4a5966;
}

.sidebar>center {
    margin: 10px 0;

}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #d4ac57;
}

.skin-blue .main-header .logo:hover {
    background: #d4ac57;
}

.skin-blue .sidebar-menu>li>a:hover,
.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #d4ac57;
}

a {
    color: #d4ac57;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #e9ce94;
}

.art-footer {
    position: absolute;
    float: left;
    padding-left: 16%;
}

small.tooltip {
    width: 30em !important;
}

.datepicker {
    z-index: 1090 !important;
}

.bg-white {
    background-color: #fff !important;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.06) !important;
}

.dash {
    font-size: 13px !important;
    font-weight: bold !important;
}

.text-small {
    font-size: 12px !important;
}

.box-list-location {
   position: absolute;
   top: 32px;
   left: 16px;
   right: 0;
   width: 100%;
   max-width: 300px;
   height: 300px;
   z-index: 1000;
   display: none;
}

#box-list-location.show{
    display: block;
}

.parent-selected-location .box-selected-list,
.parent-selected-location .box-selected-list .location-item{
    display: inline-block;
}

.parent-selected-location .box-selected-list{
    padding-left: 6px;
}

.parent-selected-location{
    margin-top: 8px;
    display: none;
}
.parent-selected-location.show{
    display: block;
}

.parent-selected-location .item-list-location{
    position: relative;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 4px 8px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 12px;
    pointer-events: none;
}




.item-list-location .btn-remove-location{
    margin-left: 4px;
    position: relative;
    top: 1px;
    pointer-events: auto;
    cursor: pointer;
}
.item-list-location .location-name{
    pointer-events: none;
}

.box-list-location-content{
    display: block;
    padding: 8px;
    margin-bottom: 4px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 8px;
    position: relative;
}

.box-list-location .location-button {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    background-color: transparent;
    color: #282828;
    border: none;
    padding: 7px 8px !important;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



#box-list-location .location-button{
    position: relative;
}
#box-list-location .location-button .box-style-check{
    position: absolute;
    right: 6px;
    top: 8px;
    bottom: 0;
    width: 16px;
    height: 16px;
    background-color: #08b93a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    display: none;
}

#box-list-location .location-button.selected{
    background-color: #08b93a2c;
}
#box-list-location .location-button.selected .box-style-check{
    display: flex;
}

.location-button:hover {
    background-color: #f9f9f9   ;
}


.btn-tab-status{
    background-color: #f1f1f1;
    border: 1px solid #ffffff;
    color: #282828;
    border-bottom: 1px solid transparent;
}

.btn-tab-status.active{
    background-color: #00a9e8;
    color: #ffffff;
}

.treeview.active{
    background-color: rgb(0 0 0 / 26%);
}