/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: black !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #036FB7 !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #025389 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: black !important;
}

.sidebar {
    background-color: #036FB7;
}
.sidebar .legal {
    background-color: #025389;
    color: white;
    text-align: center;
}

.sidebar .user-info {
  background-color: white !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  /* background-color:#  !important; */
  background-color:#036FB7  !important;
  color: white;
}

.srstyle-btn-signin:hover{
  background-color:#025389 !important;  
  color: yellow;
}

.srstyle-modal-content{
  border-left: 30px solid black !important;
  border-top: 30px solid #025389 !important;
  border-bottom: 30px solid #c0c0c0 !important;
  border-right: 30px solid #036FB7 !important;
  background-color: white !important;
  color: black;
  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: #036FB7; 
  color: white;    
}

.srstyle-list-title{
  background-color: #025389;
  color: white;           
  padding: 5px;
}

.card{
  background-color: white;
}
/*-----------------------------------------------------------------------------------------*/