
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    font: Regular 14px/18px Acumin Pro !important;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
    border: 2px solid #F6F8F9 !important;
    color: #343638;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #06650E;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #06650E;
    border-color: #06650E;
}
    .btn-info:hover {
        color: #fff;
        background-color: #06650E;
        border-color: #06650E;
    }


    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #06650E;
        border-color: #06650E
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #06650E;
        border-color: #06650E;
    }


#dismiss:hover {
    background: #06650E;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #06650E;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding-left: 20px;
    padding-top: 20px;
    padding-right:50px;
}

#sidebar ul.components {
   /* padding: 20px 0;*/
   /* border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #343638;
    padding: 20px;
    font: Regular 14px/18px Acumin Pro !important;
}

#sidebar ul li a {
    padding: 15px 0px 5px 20px;
    font: Regular 14px/18px Acumin Pro !important;
    font-size: 1.1em;
    display: block;
    color: #343638;
}
/*
    #sidebar ul li a:hover {
        color: #343638;
        background-color: #fff
    }*/



#sidebar ul li.active > a{
    color: #343638;
    font: Regular 14px/18px Acumin Pro !important;
    background-color: #fff;
    border-left: 4px solid #0052CC !important;
    font-weight: 700;
}

#sidebar a[aria-expanded="true"] {
    color: #343638;
    font: Regular 14px/18px Acumin Pro !important;
    background-color: #fff;
   
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
   

    color: #343638;
    text-decoration: none;
    /* background: #6d7fcc;*/
}
    #sidebar ul ul a:hover {
        background-color: #EBEBEB;
        color: #4F4F4F;
        text-decoration: none;
    }

    /*Sidebar Tabing onfocus css start*/
    #sidebar ul ul a:focus {
        background-color: #EBEBEB;
        color: #4F4F4F;
        text-decoration: none;
    }
/*Sidebar Tabing onfocus css end*/
#sidebar .nav-item .collapse .collapse-inner .collapse-item, #sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .5rem .5rem;
    margin: 0 .5rem;
    display: block;
    color: #3a3b45;
    /* color: #fff; */
    /* color: rgba(255,255,255,.8); */
    text-decoration: none;
    border-radius: .35rem;
    white-space: nowrap;
}
.dashboard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*TODO: move to the mareserve.css override the border top of the tiles*/
.k-card {
    border-top: .25rem solid #2699FB !important;
}

.k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
    border-top: .25rem solid #2699FB !important;
    color: #212529;
    background-color: #ffffff;
}

.k-tabstrip-items .k-item {
    margin: 0;
    padding: 0;
    border: 1px solid #dee2e6;
    border-top: .25rem solid lightgrey !important;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-items: stretch;
    outline: 0;
}

.k-card-header {
    border-color: #dee2e6;
    color: #212529;
    background-color: #f8f9fa;
    padding: 1rem 1rem 0;
    border-width: 0 0 1px;
    border-style: none;
    outline: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.k-card-body {
    padding: 0 1rem;
    outline: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 0;
}

.k-grid .k-header {
    background-color: #15558f;
    color: white;
}