.atStatus-lec {
  border-bottom-color: blue;
}


.login-background {
  position: absolute;
  opacity: .2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../tmp-bkg-login.svg) center no-repeat #78787800;
    background-size: auto;
  background-size: contain;
}

.login-logo {
  width: 240px;
  height: 50px;
}

.sidebarNav-link.sidebarNav-link--active {
    background-color: #C13347;
}

span.button.at-sidebarUser.sidebarUser-profile {
    background-color: #C13347;
}

/*Unavailability Template*/
.chronos-unavailability.chronos-event--template {background-color: #E7E6E4;}
.chronos-headerView-tagsList .chronos-tag--template {background-color: #E7E6E4;}

/*Unavailability Resource*/
.chronos-unavailability.chronos-event--resource { background-color: #F8F6F4;}
.chronos-headerView-tagsList .chronos-tag--resource {background-color: #F8F6F4;}

/*Unavailability Event*/
.chronos-unavailability.chronos-event--event {background-color: #EDDDEB;}
.chronos-headerView-tagsList .chronos-tag--event {background-color: #EDDDEB;}

/*Unavailability Booking*/
.chronos-unavailability.chronos-event--booking {background-color: #D9E6EB;}
.chronos-headerView-tagsList .chronos-tag--booking {background-color: #D9E6EB;}

