/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.btn-primary, .btn-primary.disabled {
  box-shadow: 0 2px 6px #ffe19a;
  background-color: #CE9F34;
  border-color: #CE9F34; }
  .btn-primary:focus, .btn-primary.disabled:focus {
    background-color: #b78c27 !important; }
    .btn-primary:focus:active, .btn-primary.disabled:focus:active {
      background-color: #b78c27 !important; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
    background-color: #b78c27 !important; }

.navbar-bg {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #CE9F34;
  z-index: -1;
}

.main-sidebar .sidebar-menu li.active a{
    color: #CE9F34;
    font-weight: 600;
    background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li.active a:before {
  background-color: #CE9F34 !important;
}