@media (min-width: 992px) {
.login-content-container {
      display:block !important; /* ANG this was display:none, unhiding as part of TC-18282 */
      margin-top: calc(25vh + (100px + 20px));
  }
}
#menu-operator-maintenance-service-settings{
    background-color: #e09f9b !important;
}

#menu-operator-maintenance-service-settings a:hover{
    background-color: #d67f22 !important;
}

#menu-operator-maintenance-global-email-integration{
    padding-bottom: 30px;
}

#menu-home::after{
 background: red;
    border-radius: 3px;
    color: #fff;
    content: "LIVE SITE";
    font-size: 11px;
    padding: 5px;
    position: absolute;
    text-align: center;
    margin-top: -35px;
    margin-left: 10em;
      pointer-events: none;
}

/* Student dashboard custom pane - added by Ang/GTI - April 2024 */
/*@media (min-width: 992px) {*/
/*.flex-dash-row .dash-card-custom .card-body {*/
/*    max-height: 480px;*/
/*    overflow-x: auto;*/
/*    }*/
/*}*/
