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