.medreview .sidebar-dark-primary{
    background-color:#222
}
.medreview .custom-control-input:checked~.custom-control-label::before {
    border-color: #C48462 !important;
    background-color: #C48462 !important;
}
.medreview .dark::before, .dark > div::before{
      content: '';
         display: block;
         position: absolute;
         background-color: #C48462;
         height: 42px;
         z-index: 0;
         width: 42px;
         box-shadow: none;
}
.medreview [class*=sidebar-dark-] .sidebar a i{
    color:#dde2ff !important
}
/*Main Menu Nav*/
.medreview .main-header.navbar{
    background-color: #151515;
    border-bottom:none;
}
.medreview .sidebar nav .nav-item.active > a{
color: #FFF;
background: #C48462;
background: -moz-linear-gradient(90deg,#C48462 0%,#863e17 99%);
background: -webkit-linear-gradient(90deg, #C48462 0%, #863e17 99%);
background: linear-gradient(90deg, #C48462 0%, #863e17 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C48462",endColorstr="#863e17",GradientType=1);
}

.medreview .nav-link .bar.second{
    width:100%;
    top:11px;
    background-color: #C48462!important;
    animation-duration: 0.6s;

}
.medreview a.logotipo, .medreview .main-sidebar:hover a.logotipo{
    background-image: url(../img/medreview_white_logo.png);
}

.medreview .icheck-honeyglow>input:first-child:checked+input[type=hidden]+label::before,
.medreview .icheck-honeyglow>input:first-child:checked+label::before{
    background-color: #C48462  !important;
    border-color: #C48462  !important;
}
.medreview [class*=icheck-]>input.errado:first-child:checked+label::before{
    background-color: #ae2828  !important;
    border: 2px solid #ae2828 !important;
}
.medreview [class*=icheck-]>input.certo:first-child:checked+label::before{
    background-color: #28a745 !important;
    border: 2px solid #28a745!important;
}
.medreview .custom-control-label{
    cursor: pointer;
}
.medreview [class*=sidebar-dark-] .sidebar li.nav-item.active  a i{
    color:#e8e8e8 !important
}
.medreview .custom-control-label::before{
    background-color: #101010 !important;
    border:#040404 solid 1px !important;
}

.vascreview.layout-footer-fixed .main-footer a.proxima-questao:hover,
.vascreview.layout-footer-fixed .main-footer a.questao-anterior:hover{
    background-color: #C48462 !important;
}

.medreview .bt-questao-tools span::after{
    border-bottom: 1px solid #C48462;
}
.medreview #loading {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:74px;
    background: #000 url(../img/logo.svg) no-repeat center !important;
    background-size:100px !important;
    z-index:1037;
  }

  .medreview .page-item.active .page-link{
      color: #C48462 !important
  }

  .medreview a.logotipo, .main-sidebar:hover a.logotipo {
        background-image: url(../../img/logo.svg) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 218px;

    }
   .medreview.sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:not(:hover) .brand-link{
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         transform: rotate(270deg);
         height: 200px;
         background-position: 0px 5px;
         margin-bottom: 1rem;
         background-size: 165px;
   }

   .layout-footer-fixed .main-footer a.proxima-questao:hover,
   .layout-footer-fixed .main-footer a.questao-anterior:hover{
         background-color: #C48462;
   }
   .brand-wrapper .logo{
      height: auto !important;
   }




