/*Write your custom css in this file.*/
/*
.sidebar-menu li.active > a {
    color: #010ED0 !important;
    background-color: #DEE0FF !important;
}
.sidebar-menu li.hover > a {
    color: #fff !important;
    background-color: #242627 !important;
}
*/
/*
.bg-info {
  background-color: #4dbf39 !important;
}
*/

.sidebar-brand {
    background-color: #ffffff !important;
    border-bottom-color: #00000045 !important;
}

.bg-primary {
  background-color: #DEE0FF !important;
  color: #fff;
}
.btn-primary {
  color: white !important;
  border-color: #F5811E !important;
  background-color: #F5811E !important;
}

.btn-primary:active {
  color: #F5811E !important;
  border-color: #DEE0FF !important;
  background-color: #DEE0FF !important;
}

.btn-primary:hover {
  color: white !important;
  border-color: #242627 !important;
  background-color: #242627 !important;
}

.bg-success {
  background-color: #D81E5B !important;
  color: #fff;
}

.select2-results .select2-highlighted {
  background-color: #0087BD !important;
}

.app-alert.alert-success {
  background-color: #464655 !important;
  color: #fff;
}
