.atStatus-lec {
  border-bottom-color: blue;
}

.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.at-sidebarUser, .mce-btn-group .at-sidebarUser.mce-tinymce-extraButton.mce-btn {
  margin: 15px 0 0;
  background: #0f4beb;
  color: #fcfcfb;
}

.button.at-sidebarUser:hover, .mce-btn-group .at-sidebarUser.mce-tinymce-extraButton.mce-btn:hover {
  background: #CCCCCC;
  color: #323232;
}
.sidebarNav-link.sidebarNav-link--active {
  background-color: #0f4beb;
  color: #fcfcfb;
}

/*side bar button hover */
.sidebarNav-link:active, .sidebarNav-link:hover {
  background-color: #ccc;
  color: #323232;
}
.sidebarNav-link:hover .sidebarNav-link-icon path {
  fill:#323232;
}

.mce-btn-group .mce-tinymce-extraButton.mce-btn.mce-tinymec-extraButton--conditional {
  background-color: #0f4beB;
  padding-left: 25px;
  background-image: url(/icons/conditional-white.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-color: #0f4beB;
}
.mce-btn-group .mce-tinymce-extraButton.mce-btn.mce-tinymec-extraButton--conditional:hover {
  background-color: #0f4beB;
}

.sidebar {
  background-color: #323232;
  background: linear-gradient(#323232,#323232); 
}

/*Login image*/
.login-background {
  position: absolute;
  opacity: .2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(./rb_background.svg) center no-repeat #808487!important;
  background-size: cover !important;
}