/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #153448 !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #3C5B6F !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #153448 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #153448 !important;
}

.sidebar {
    background-color: #3C5B6F;
}
.sidebar .legal {
    background-color: #153448;
    color: rgb(231, 234, 255);
    text-align: center;
}

.sidebar .user-info {
  background-color: #948979 !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  background-color:#153448  !important;
  color: #dbdbdb;
}

.srstyle-btn-signin:hover{
  background-color:#3C5B6F !important;  
  color: white;
}

.srstyle-modal-content{
  border-top: 30px solid #1b3f57 !important;
  border-bottom: 30px solid #948979 !important;
  border-left: 30px solid #a2988a !important;
  border-right: 30px solid #153448 !important;
  background-color: #e6dfd5 !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: #153448; 
  color: white;    
}

.srstyle-list-title{
  background-color: #3C5B6F;
  color: white;            
  padding: 5px;
}

.card{
  background-color: #e6dfd5;
}
/*-----------------------------------------------------------------------------------------*/