/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #0c6733 !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #00923F !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #0c6733 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #0b7b3b !important;
}

.sidebar {
    background-color: #00923F;
}
.sidebar .legal {
    background-color: #0c6733;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sidebar .user-info {
  background-color: #00923F !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  background-color:#ffdf3f  !important;
  color: #0a301e;
}

.srstyle-btn-signin:hover{
  background-color:#61ffa8 !important;  
  color: #0a301e;
}

.srstyle-modal-content{
  border-left: 50px solid #00923F !important;
  border-right: 50px solid #00923F !important;
  background-color: #d1ffd2 !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: #006b2e; 
  color: white;    
}

.srstyle-list-title{
  background-color: #00923F;
  color: white;            
  padding: 5px;
}

.card{
  background-color: #fdfcf0;
}
/*-----------------------------------------------------------------------------------------*/