.atStatus-lec {
  border-bottom-color: blue;
}

/*.sidebarNav-link.sidebarNav-link--active {
  background-color: #3c3c3c;
  color: #fff;
}
*/

.sidebarNav-link.sidebarNav-link--active {
  background-color: #FFFFFF;
  color: #006DAE;
}

.sidebarNav-link-icon {
width: 22px;
height: 22px;
position: relative;
left: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 12px;
fill: #FFFFFF;
transition: left .2s ease-in-out;
}

.button--primary, .mce-btn-group .mce-tinymce-extraButton.mce-btn {
  background: #006DAE;
  border-color: #006DAE;
  color: #fff;
}


.mce-btn-group .mce-tinymce-extraButton.mce-btn.mce-tinymec-extraButton--conditional {
background-color: #006DAE;
padding-left: 25px;
background-image: url(/icons/conditional-white.svg);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 22px 22px;
border-color: #006DAE;
}
.mce-btn-group .mce-tinymce-extraButton.mce-btn.mce-tinymec-extraButton--conditional:hover {
background-color: #006DAE;
}

.sidebar {
  background-color: #006DAE;
  background: linear-gradient(#006DAE,#006DAE); 
  }

.sidebarNav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 15px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  transition: color .2s ease-in-out,background-color .2s ease-in-out;
}

.mce-btn-group .permissionsSummary-tabs .selected.mce-tinymce-extraButton.mce-btn, .permissionsSummary-tabs .button.selected, .permissionsSummary-tabs .mce-btn-group .selected.mce-tinymce-extraButton.mce-btn {
  color: #fff;
  border-bottom-color: #505050;
  background-color: #505050;
}

.mce-btn-group .recurringTabs .selected.mce-tinymce-extraButton.mce-btn, .recurringTabs .button.selected, .recurringTabs .mce-btn-group .selected.mce-tinymce-extraButton.mce-btn {
  color: #fff;
  border-bottom-color: #505050;
  background-color: #505050;
}

.k-days span.k-active.k-in-month.k-selected, .k-days span.k-active.k-selected {
  color: #fff;
  background: #505050;
  border-color: #505050;
}

.k-days span.k-active.k-in-month.k-today, .k-days span.k-out-month.k-today {
  color: #505050;
  border: 2px solid #505050;
  font-weight: 700;
  padding: 3px 0 5px;
}

.timeInputSelect .rb-select {
  border: none;
  border-bottom: 2px solid #505050;
}

.bookingRequestForm-input.date-input .form-input {
  height: 28px;
  border-bottom: 2px solid #505050;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.dc-tabs-list-item[selected=selected] {
  z-index: 3;
  position: relative;
  background: #fff;
  border: 1px solid #c0c2c5;
  border-bottom-color: #fff;
  color: #000000;
  font-weight: 700;
  outline: 0;
}

.button--primary:focus, .button--primary:hover, .mce-btn-group .mce-tinymce-extraButton.mce-btn:focus, .mce-btn-group .mce-tinymce-extraButton.mce-btn:hover {
  background: #006DAE;
}

.sidebarMeta-link:focus, .sidebarMeta-link:hover {
  color: #FFFFFF;
}

.sidebarUser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 20px;
  color: #FFFFFF;
  text-align: center;
  transition: padding .2s ease-in-out;
  will-change: padding;
}

.sidebarUser-title {
  display: block;
  width: 220px;
  font-size: 11px;
  color: #FFFFFF;
}

button.at-downloadCalendar {
  color: #fff;
  background-color: #006DAE;
  position: relative;
  margin-left: 10px;
}

.manageResourcesItemsList-item-actions-icon {
  width: 20px;
  height: 20px;
  fill: #006DAE;
}

a {
  color: #006DAE;
  cursor: pointer;
}

a.link:hover {
  color: #006DAE;
}

.sidebarMeta-link {
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

.timezoneMeta .sidebarMeta-link {
  color: #FFFFFF;
  cursor: default;
}

.sidebarLanguage-item {
  border: none;
  background: 0 0;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 11px;
  cursor: pointer;
  padding-bottom: 10px;
}

.sidebarNav-link.sidebarNav-link--active .sidebarNav-link-icon {
  fill: #FFFFFF;
}

.manageResources-permissionsForm-permissionSummary-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #006DAE;
}

.toggleSwitch .toggleSwitch-button.toggleSwitch-button--active {
  background-color: #505050;
  color: #fff;
}

.resourceFilters-labelText--bigger {
  font-weight: 700;
  color: #505050;
  text-transform: uppercase;
}

.toggleButton--active {
  background: #505050;
  box-shadow: inset 0 0 3px rgba(0,0,0,.2);
  color: #fff;
}

.breadCrumbs-item-link {
  color: #505050;
  text-decoration: none;
}

.loadingOverlayWrapper .loadingOverlay-loadingIcon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 101;
  fill: #505050
}

.loadingOverlayWrapper:not(.is-loading) {
  display: none;
  visibility: hidden
}

.loadingIconWrapper .loadingIcon {
  fill: #505050;
  width: 14px;
  height: 14px
}

.resourceTree .manageResourcesItemsList-item.manageResourcesItemsList-item--selected {
  background-color: #505050
}

.breadCrumbs-item-link {
  color: #000000;
  text-decoration: none;
}

.breadCrumbs-item-link:hover {
  color: #006DAE;
}

.dc-tabs-list-item[selected=selected] .dc-tabs-item-icon {
  fill: #505050;
}

.notificationsTemplates-list-item.selected, .notificationsTemplates-list-item:hover {
  background-color: #505050;
}

.select2-results .select2-highlighted {
  background: #505050;
}

.sidebarLanguage-item svg {
  width: 10px;
  height: 10px;
  fill: #FFFFFF;
}

.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #505050;
}

.sidebarNav-link.sidebarNav-link--active .sidebarNav-link-icon {
  fill: #006DAE;
}

.container-wrapper {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #E6E6E6;
}

.resourcesGrid-item-link:focus, .resourcesGrid-item-link:hover {
  color: #FFFFFF;
  background: #006DAE;
}

/* Adhoc Yellow (#FFD100) replacement start */
.rb-dropdown-trigger.rb-dropdown-trigger--active {
  background: #5A5A5A;
  border: 1px solid #5A5A5A;
  color: #fff
}

.rb-dropdown-content-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #5A5A5A;
  text-transform: uppercase;
  margin: 12px 0 10px;
}

.rb-dropdown-content {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 35px;
  width: 380px;
  padding: 10px;
  border: 2px solid #5A5A5A;
  box-shadow: 0 0 7px rgba(0,0,0,.2);
  background: #fff;
}

.select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-drop-active {
  border: 1px solid #5A5A5A;
  border-top: 0;
  background: #fff;
}

.scientia-tabs-item-link--active .scientia-tabs-item-link-icon, .scientia-tabs-item-link--active:focus .scientia-tabs-item-link-icon, .scientia-tabs-item-link--active:hover .scientia-tabs-item-link-icon {
  fill: #5A5A5A;
}

.panel-title>.panel-title-collapse-button.at-bookingForm {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  color: #5A5A5A;
  padding: 10px 15px;
  display: block;
}
/* Adhoc Yellow replacement end */

/*side bar button hover */
.sidebarNav-link:active, .sidebarNav-link:hover {
  background-color: #5A5A5A;
  color: #FFFFFF;
}

.sidebarNav-link:hover .sidebarNav-link-icon path {
  fill: #FFFFFF;
}

.sidebarNav-link:hover .sidebarNav-link-icon rect {
  fill: #FFFFFF;
}
/*end side bar button hover */

/*Logout button start */
.button.at-sidebarUser, .mce-btn-group .at-sidebarUser.mce-tinymce-extraButton.mce-btn {
  margin: 15px 0 0;
  background: #061a42;
  color: #fff;
  }

.button.at-sidebarUser:hover, .mce-btn-group .at-sidebarUser.mce-tinymce-extraButton.mce-btn:hover {
    background: #5A5A5A;
}
/*Logout button end */

.chronos .chronos-headerView-button.chronos-headerView-button--active {
  background-color: #505050;
  border-color: #505050;
}

/*start branding to change image and text colour on tiles*/
.resourcesGrid-item > .resourcesGrid-item-link:hover > span.resourcesGrid-item-name {
    color: #FFFFFF!important;
}

/*
.resourcesGrid-item > .resourcesGrid-item-link:hover > resourcesGrid-item-icon {
    fill: white!important;
    color: white!important;
}
*/

.resourcesGrid-item > .resourcesGrid-item-link:hover img.resourcesGrid-item-icon {
  filter: invert(100%);
}

/*end branding to change image and text colour on tiles*/

header.login-header {
  background-color: #006DAE;
}

/*hide top logout button */
button#ember533 {
  visibility: hidden;
}

/*centre logout button alignment */
button#ember554 {
  -ms-flex-item-align: center;
      align-self: center;
}

.resourcesGrid-item:nth-child(2n):not(.at-bulkImportWizard) .resourcesGrid-item-link:focus, .resourcesGrid-item:nth-child(2n):not(.at-bulkImportWizard) .resourcesGrid-item-link:hover {
  color: #FFFFFF;
  background: #006DAE;
} 

.waitingBar {
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 100000;
  animation: progress .5s linear infinite;
  background-color: #006DAE;
  background-repeat: repeat-x;
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg,rgba(255,255,255,.35) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.35) 75%,transparent 75%,transparent);
}

/*progress balls loading */
.progressLoading-dot:nth-child(1)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -.9s
}

.progressLoading-dot:nth-child(1)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -.9s
}

.progressLoading-dot:nth-child(2)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -1.8s
}

.progressLoading-dot:nth-child(2)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -1.8s
}

.progressLoading-dot:nth-child(3)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -2.7s
}

.progressLoading-dot:nth-child(3)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -2.7s
}

.progressLoading-dot:nth-child(4)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -3.6s
}

.progressLoading-dot:nth-child(4)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -3.6s
}

.progressLoading-dot:nth-child(5)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -4.5s
}

.progressLoading-dot:nth-child(5)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -4.5s
}

.progressLoading-dot:nth-child(6)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -5.4s
}

.progressLoading-dot:nth-child(6)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -5.4s
}

.progressLoading-dot:nth-child(7)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -6.3s
}

.progressLoading-dot:nth-child(7)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -6.3s
}

.progressLoading-dot:nth-child(8)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -7.2s
}

.progressLoading-dot:nth-child(8)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -7.2s
}

.progressLoading-dot:nth-child(9)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -8.1s
}

.progressLoading-dot:nth-child(9)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -8.1s
}

.progressLoading-dot:nth-child(10)::before {
  transform: translateY(-200%);
  background-color: #F6F6F6;
  animation: anim-before 1s linear infinite;
  animation-delay: -9s
}

.progressLoading-dot:nth-child(10)::after {
  transform: translateY(200%);
  background-color: #3c3c3c;
  animation: anim-after 1s linear infinite;
  animation-delay: -9s
}

/*Cross Close button formatting on Booking form */
.button--icon, .button--icon:focus, .button--icon:hover {
  background: #FFFFFF;
}
.button--icon.at-lf-dialog-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 15px;
  font-size: 18px;
  background: #e94040;
}

.button--icon.at-lf-dialog-header.at-lf-dialog-header--close:hover svg {
  fill: #FFFFFF;
}

.button--icon.at-lf-dialog-header svg {
  fill: #FFFFFF;
  width: 16px;
  height: 16px;
}

.button--icon.at-lf-dialog-header:hover {
  color: #e94040;
}

/*End Cross Close button formatting on Booking form */

.button--icon.at-lf-dialog-header.at-lf-dialog-header--minimize {
  padding-right: 0;
  visibility: hidden;
}
