.nav-header {
    padding: 0px 25px;
}
.navbar-default {
    background-color: #F6F6F6;
    
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color:  inherit;
    color:#333333;
    font-weight: normal;
}
.navbar-default .nav > li > a {
     color: #333333;
     font-weight: normal;
}   
.btn {
    text-transform: uppercase
}
 .submenu-color {
    background-color: #efeeef;
    color: #333333;
 }
/*nav items mobile view active #7*/
.mobile-navigation .nav > li.active  {
    background-color:  inherit;
    color:inherit;
    border:none;
}
.nav > li.active {
    background-color:  inherit;
    color:inherit;
}

.instance-logo {
    position: absolute;
    right: 5px;
    top: 1px;
    height: 49px;
    padding: 3px;
}

.navigation-img {
    height: 100%;
    width: 40px;
    margin-left: -10px;
}
.navigation-margin-head {
    color: black;
}

.control-label {
    color: #a8ad00 !important
}
.submenu-padding {
    padding-left: 0px !important;
}
.icon-burger {
    color: black; 
}
/*.label {
    font-family: 'themixb';
}
.badge {
    font-family: 'themixb';
}
#nestable2-output {
    font-family: 'themixb';
}
body {
    font-family: 'themixb';
}
body.landing-page {
    font-family: 'themixb';
}
.landing-page .navbar-default .nav li a {
    font-family: 'themixb';
}*/

#fromToday {
    text-transform: capitalize;
}
#fromTomorrow {
    text-transform: capitalize;
}
#toToday {
    text-transform: capitalize;
}
#toTomorrow {
    text-transform: capitalize;
}
.initials-text {
    color: #a8ad00;
}
#topNavBarIcon {
    color: #dedede !important; 
}
.status-available {
    color: #a8ad00
}
#topNavBarIcon1 {
    color: #dedede !important; 
}
.current-session-border {
    border: none;
}

.wrapper-content {
    border: none;
    background-color: #ffffff;
}

#LeftSideDiv{
    border-right:1px solid #dedede;  
    border-left:1px solid #dedede;      
    margin-left: -1px;
}

h1 {
    text-transform: uppercase
}
h2 {
    text-transform: uppercase
}
h3 {
    text-transform: uppercase
}
h4 {
    text-transform: uppercase
}
h5 {
    text-transform: uppercase
}

.btn-primary {
    background-color: #a8ad00;
    border: none;
}

.btn {
    border-radius: 25px;
}

.bottom-border-default {
    border-bottom: solid 1px #D8D8D8;
}

.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: #a8ad00;
    border: none;
}
.btn-primary-half:hover, .btn-primary-half:focus, .btn-primary-half:active, .btn-primary-half.active, .open .dropdown-toggle.btn-primary{
    color: white;
}
.btn-primary-inv:hover, .btn-primary-inv:focus, .btn-primary-inv:active, .btn-primary-inv.active, .open .dropdown-toggle.btn-primary{
    color: black;
    border-color: black;
}
.btn-primary-inv-white:hover, .btn-primary-inv-white:focus, .btn-primary-inv-white:active, .btn-primary-inv-white.active{
    color: white;
}
.btn-primary-inv {
    color: black;
}
.favorite-location:hover {
    background-color: white;
}
.left-panel {
    background-color: white;
}
.vehicle-select {
    border-radius: 25px;
}
.vehicle-label {
    color: #a8ad00;
}
.pending-status-highlight {
    /*background-color:#ff500c !important;*/
}
.finish-status-highlight {
    /*background-color:#393D40 !important;*/
}
.new-status-highlight {
    background-color:#a8ad00 !important;
}

.pending-border {
    /*border-left-color:#ff500c !important;*/
}
.finish-border {
    /*border-left-color:#393D40 !important;*/
}
.new-border {
    border-left-color:#a8ad00 !important;
}
.pending-status-highlight:hover {
    color: white;
}
.finish-status-highlight:hover {
    color: white;
}
.new-status-highlight:hover {
    color: white;
}
#userheader {
    background-color: #7b797b;
    min-height: 50px;
}
.navigation-margin-head{
    color: white;
    
}