 .work {
  background-color: #008376;
}

.break {  
  background-color: #464b6c;
  cursor: default;
}

.queue {
  background-color: #758a4b;
  cursor: default;
}

.online-time {
	background-color: rgb(0, 200, 10);
}

.dayOff {
  background-color: rgb(196, 196, 196);
  cursor: default;
}

.disabled {
  background-color: rgb(252, 87, 87);
  cursor: default;
}

.online-occupied {
  background-color: rgb(150, 255, 150);
  color: black !important;
}

.phone-time {
	background-color: rgb(252, 20, 255);
}

.modal-dialog {
  max-width: 800px;
}

.ui-select-container {
  border: 1px solid #c2cfd6;
  height: 36px;
}

input {
  height: 36px;
}

.alert {
  font-weight: 600;
}

.marginIt {
  margin: 0 auto;
}

.updated {
  -webkit-animation-name: hglt;
  -webkit-animation-duration: 1s;
  animation-name: hglt;
  animation-duration: 1s;
}

@-webkit-keyframes hglt {
  from {background-color: rgb(202, 233, 167);}
  to {background-color: rgb(145, 231, 47);}
}

@keyframes hglt {
  from {background-color: rgb(202, 233, 167);}
  to {background-color: rgb(145, 231, 47);}
}