.backend-body {
  background-color: rgb(240,240,240);
}

.navbar, .navbar .btn-floating, .list thead th {
  background-color: white !important;
}

.modal-footer .green {
  background-color: rgb(155, 214, 174) !important;
}

.modal-footer .red {
  background-color: rgb(228, 168, 168) !important;
}

.modal-footer .blue {
  background-color: rgb(168, 201, 228) !important;
}

.modal-footer .green.disabled, .modal-footer .red.disabled, .modal-footer .blue.disabled {
  background-color: rgb(200, 200, 200) !important;
}

.progress .indeterminate.green {
  background-color: rgb(76, 173, 97) !important;
}

.navbar-title {
  color:black !important;
}

.navbar-title a, .navbar-title i {
  color: rgb(90, 90, 90) !important;
}

.list {
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.deactivated {
  background-color: rgb(221, 221, 221);
}

.password-show i {
  color: rgba(0,0,0,0.5) !important;;
}

.password-show i:hover {
  color: rgba(0,0,0,1) !important;;
}

::-webkit-scrollbar-track {
  background: rgb(255,255,255);
}
::-webkit-scrollbar-track-piece {
  background: rgb(255,255,255);
}
::-webkit-scrollbar-thumb {
  background: rgb(180,180,180);
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(150,150,150);
}
::-webkit-scrollbar-thumb:active {
  background: rgb(120,120,120);
}
::-webkit-scrollbar-corner {
  background: rgb(220,220,220);
}