/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #091e47 !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #05219e !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #091e47 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #37383a !important;
}

.sidebar {
    background-color: #05219e;
}
.sidebar .legal {
    background-color: #37383a;
    color: rgb(231, 234, 255);
    text-align: center;
}

.sidebar .user-info {
  background-color: #37383a !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  background-color:#091e47  !important;
  color: #dbdbdb;
}

.srstyle-btn-signin:hover{
  background-color:#0e3cd3 !important;  
  color: white;
}

.srstyle-modal-content{
  border-top: 30px solid #091e47 !important;
  background-color: #e9f4ff !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: #37383a; 
  color: white;    
}

.srstyle-list-title{
  background-color: #091e47;
  color: white;            
  padding: 5px;
}

.card{
  background-color: #e9f4ff;
}
/*-----------------------------------------------------------------------------------------*/