/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #008CA1 !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #e07e2b !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #fe8216 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #fe8216 !important;
}

.sidebar {
    background-color: #e07e2b;
}
.sidebar .legal {
    background-color: #008CA1;
    color: #eef6ff;
    text-align: center;
}

.sidebar .user-info {
  background-color: #008CA1 !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  background-color:#e07e2b  !important;
  color: #ffffff;
}

.srstyle-btn-signin:hover{
  background-color:#008CA1 !important;  
  color: white;
}

.srstyle-modal-content{
  border-left: 10px solid #008CA1 !important;
  border-top: 10px solid #008CA1 !important;
  border-bottom: 10px solid #e07e2b !important;
  border-right: 10px solid #e07e2b !important;
  background-color: #ffffff !important;
  border-radius: 50px !important;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; 
}

  /*-------------------------------------- Panel Tabel --------------------------------------*/

.srstyle-title{
  /*background-color: #4e4e4e;*/
  background-color: #e07e2b; 
  color: white;    
}

.srstyle-list-title{
  background-color: #008CA1;
  color: white;            
  padding: 5px;
}

.card{
  background-color: white;
}
/*-----------------------------------------------------------------------------------------*/