/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #c40e0e !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #373737 !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #261f1f !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #5f1010 !important;
}

.sidebar {
    background-color: #373737;
}
.sidebar .legal {
    background-color: #c40e0e;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sidebar .user-info {
  background-color: #c40e0e !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  background-color:#373737  !important;
  color: white;
}

.srstyle-btn-signin:hover{
  background-color:#e72d2d !important;  
  color: rgb(255, 255, 255);
}

.srstyle-modal-content{
  border-left: 30px solid #5c5c5c !important;
  border-right: 30px solid #c40e0e !important;
  background-color: #ffffff !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: #261f1f; 
  color: white;    
}

.srstyle-list-title{
  background-color: #3d2929;
  color: white;            
  padding: 5px;
}

.card{
  background-color: #ffffff;
}
/*-----------------------------------------------------------------------------------------*/