/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #5d5d5d !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #353535 !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #595429 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #595429 !important;
}

.sidebar {
    background-color: #353535;
}
.sidebar .legal {
    background-color: #5d5d5d;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sidebar .user-info {
  background-color: #ffffff !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  background-color:#c5a828  !important;
  color: white;
}

.srstyle-btn-signin:hover{
  background-color:#ffdf50 !important;  
  color: rgb(231, 90, 9);
}

.srstyle-modal-content{
  border-left: 30px solid #3a3a3a !important;
  border-right: 30px solid #3a3a3a !important;
  background-color: #dbdbdb !important;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; 
}

  /*-------------------------------------- Panel Tabel --------------------------------------*/

.srstyle-title{
  /*background-color: #4e4e4e;*/
  background-color: #384856; 
  color: white;    
}

.srstyle-list-title{
  background-color: #565338;
  color: white;            
  padding: 5px;
}

.card{
  background-color: #e8e8e8;
}
/*-----------------------------------------------------------------------------------------*/