
/*
body[data-topbar=colored] #page-topbar {
  background: #9c9d36;
  
}

body[data-layout=detached] #layout-wrapper::before {
  background: #c6c750;
}
body[data-layout=detached] #layout-wrapper::after {
  background: #afd275;
}

.row {
  background: #9c9d36;
  color: white;
}



.bg-login {
  background: #9c9d36;
  padding: 60px 0px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 0px 0px 50% 50%; }

.bg-login-overlay {
  position: absolute;
  background: #9c9d36;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 50% 50%;
  opacity: 0.8; }

  .mt-5 {
    color: #9c9d36;
  }

  

  .btn-primary {
    background: #9c9d36;
    border: #afd275;
  }

  .btn-primary:hover{
    background: #c6c750;
    border: #afd275;
  }

  .waves-effect.waves-light .waves-ripple {
    background: #9c9d36;
    color:#afd275;
     }

     .dropdown-toggle {
      min-width: 100%;
  }
  */

  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }

  .dropdown-menu.show {
    overflow: auto;
    max-height: 300px;
  }
  
  .modal-dialog .page-content{
    padding: 5px;
  }
  
  .modal-dialog .page-title-box{
    display: none !important;
  }
  
  .modal-dialog .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-dialog .select2{
    width: 100% !important;
  }

  .form-group {
    position: relative;
    overflow: visible !important;
  }
  
  .table-responsive {
    overflow: visible !important;
  }