/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
 */
:root {
    --mdc-theme-body: #ffffff;
    --mdc-theme-error: #d93d33;
    --cas-theme-primary: #0076A3;
    --cas-theme-button-bg-hover: #0076A3;
    --mdc-theme-primary: var(--cas-theme-primary, #0076A3);
    --cas-theme-button-bg-lite: #0076A3;
    --cas-theme-primary-light: #47484D;
}
#main-content {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
}
main:has(.d-flex > section:only-of-type) {
    max-width: 600px;
}
.mdc-top-app-bar {
    z-index: 7;
    max-height: 25px;
}
.cas-brand {
    height: 58px;
    width: auto;
}
#cas-logo {
    height: 40px;
    width: auto;
    display: block;
}
.forgot-password-custom {
    display: flex;
    float: right;
    align-items: center;
    height: 36px;
}
.forgot-password-custom a {
    text-decoration: none;
}
.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
    position: relative;
    background-size: cover;
    padding-top: 20px;
}
.login-form-welcome-note {
    text-align: center;
    color: #47484D;
}
.login-form-welcome-note h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.login-form-welcome-note p {
    font-size: 0.9em;
    margin-top: 8px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 35px white inset !important;
}
.mdi-eye {
  color: #47484D;
}
.mdi-eye-off {
    color: #47484D;
}
.reveal-password-background {
    background-color: #ffffff !important;
    min-width: auto;
    box-shadow: none;
}
.mdc-icon-button{
    padding: 4px;
}
.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
    height: 35px;
}
.mdc-input-group .mdc-input-group-field .mdc-notched-outline__trailing {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mfaCodeTry{
    padding-right: 1rem;
    font-size: small;
    text-align: center;
}
.mfaCodeTry h3{
    color: #47484D;
}
.mfaCodeTry p{
    color: #6F7173;
}
#resendButton,
#loginButton,
#registerDeviceMFA,
#skipDeviceMFA,
#login401,
#submitBtn{
    height: 30px;
    filter: none;
    box-shadow: none !important;
    transform: none !important;
}
#registerDeviceWarning
{
    text-align: center;
    padding: 0px;
}
.login-bottom-message-hr {
    display: none !important;
}
.sidebar-content-hr {
    border-color: #6F7173;
}
.sidebar-content {
    color: #6F7173;
}
.sidebar-content p a {
    color: #6F7173;
    text-decoration: none;
}
.sidebar-content p:empty {
    display: none; /* Hides the empty paragraph element */
}
#loginErrorsPanel {
    font-size: small;
    text-align: center;
}
#passportErrorsPanel {
    font-size: small !important;
    text-align: center !important;
}
#passportErrorsPanel:empty {
    display: none;
}
#deltaservicesnotice {
    font-size: small;
    text-align: center;
}
#deltalogincredentialsrequest {
    font-size: 13px;
}
#deltacontacttsadmin {
    font-size: 13px;
}
#securityNotice {
    font-size: 13px;
}
#deltagdprnotice {
    font-size: 10px;
    text-align: justify !important;
    text-justify: inter-word !important;
}
#timeUnit {
    height: 35px !important;
}
.mdc-text-field {
    width: 100%;
    height: 35px;
}
.banner-info {
    border-color: var(--cas-theme-primary);
    background-color: #ffffff;
}
.cas-footer {
  color: #47484D;
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
  background-color: var(--mdc-theme-body, #ffffff);
}
.cas-footer a {
    color: #47484D;
    text-decoration: none;
}
.cas-footer a:hover {
    text-decoration:underline;
}
.cas-footer>* {
    display: inline-block;
}
@media (max-width: 960px) {
    #casFooter {
        display: block !important;
    }
}
@media (max-width: 950px) {
    #copyright {
        margin-left: 15px;
    }
    #deltacontactus {
        display: block !important;
        margin-top: 2px;
    }
}
@media (max-width: 830px) {
    #deltatermsofuse {
        display: block !important;
        margin-top: 2px;
    }
}
@media (max-width: 700px) {
    #deltaprivacypolicy {
        display: block !important;
        margin-top: 2px;
    }
}
@media (max-width: 560px) {
    #deltahome {
        display: block !important;
        margin-top: 2px;
    }
}
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 600px;
    }
    .container-lg {
        max-width: 600px;
    }
}
@media all and (min-width: 992px) {
    .w-lg-50 {
        width: 100%;
    }

    .w-lg-66 {
        width: 100%;
    }
}
