/* Root / Reset */


:root {
    --mdc-text-button-label-text-color: #f7f7f7;
    --mdc-shape-small: 4px;
    --mdc-theme-body: rgb(27, 39, 51);
    --mdc-theme-error: #a20323;
    --cas-theme-primary: #114377;
    --cas-theme-button-bg-hover: #1678d8;
    --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
    --cas-theme-button-bg: #26418f;
    --cas-theme-button-bg-lite: #1e78d0;
    --cas-theme-primary-light: #006d85;
    --cas-theme-secondary: #018077;
    --cas-theme-success: #74C163;
    --cas-theme-danger: #58151c;
    --cas-theme-danger-bg: #f8d7da;
    --cas-theme-warning: #664d03;
    --cas-theme-warning-bg: #fff3cd;
    --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
    --mdc-theme-primary: var(--cas-theme-primary, #153e50);
    --mdc-typography-font-family: "Ubuntu", "Open Sans", Roboto, Arial, sans-serif;

    --navbar-width: 256px;
    --navbar-width-min: 80px;
    --navbar-dark-primary: #18283b;
    --navbar-dark-secondary: #2c3e50;
    --navbar-light-primary: #f5f6fa;
    --navbar-light-secondary: #8392a5;
}

body {
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
    /*justify-content: space-between;*/
    font-family: var(--mdc-typography-font-family);
    background: var(--mdc-theme-body);
}

a {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

a:hover, a:visited, a:active {
    color: #006d85;
    color: var(--cas-theme-primary-light);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 3px;
}

aside, section, main {
    display: block;
}

/* Accessibility */

/** Display content only to screen readers. **/
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* Material */

.mdc-drawer {
    top: 56px;
}

.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
    position: relative;
    background-size: cover;
}

.main-content {
    display: flex;
}

.mdc-top-app-bar {
    z-index: 7;
}

/*rdhiman 1/14/26 div#content {
    box-shadow: 1px 1px 3px #888;
}*/

/* widgets */

.notifications-count {
    position: absolute;
    top: 8px;
    right: 4px;
    background-color: var(--mdc-theme-error, #b00020);
    color: #fff;
    border-radius: 50%;
    padding: 1px 3px;
    font: 11px Verdana;
}

.cas-brand {
    height: 48px;
    width: auto;
}

header > nav .cas-brand path.cls-1 {
    fill: white;
}

header > nav .cas-brand .cas-logo {
    height: 100%;
}

.caps-warn {
    display: none;
}

.caps-on {
    order: 3
}

.caps-on DIV SPAN {
    display: block;
}

.caps-on span:before {
    vertical-align: sub;
    content: "\F0027";
    font-size: 24px;
    font: normal normal normal 24px/1 "Material Design Icons";
}

.login-section {
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    padding: 2rem 2.5rem;
    flex: 1 1 auto;
    /* IE flex fix */
}

.login-section:last-child {
    border: none;
}

@media screen and (max-width: 767.99px) {
    .login-section {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
        max-width: none;
        padding: 0 1.5rem;
    }
}

@media (max-width: 960px) {
    #casFooter {
        display: none !important;
    }
}


.log-trace {
    color: whitesmoke;
    font-weight: bold;
}

.log-none, .log-debug {
    color: dodgerblue;
    font-weight: bold;
}

.log-default, .log-notice, .log-info {
    color: limegreen;
    font-weight: bold;
}

.log-warning, .log-alert, .log-warn {
    color: orange;
    font-weight: bold;
}

.log-fatal, .log-emergency, .log-critical, .log-error {
    color: orangered;
    font-weight: bold;
}

.noborder {
    border: 0 none;
    border-style: none;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    text-transform: none;
    text-decoration: none;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

form button i.mdi {
    margin-right: 2px;
}

.banner {
    border: 1px solid rgba(0, 0, 0, .2);
    border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    position: relative;
    padding-left: 10px;
    box-shadow: 1px 1px 3px #888;
    border-radius: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.banner > span {
    vertical-align: top;
}

.banner .banner-message {
    margin: 0.375rem 0;
}

.banner .banner-heading:first-child {
    margin-top: 0;
}

.banner .banner-message:first-child {
    margin-top: 0;
}

.banner .banner-message:last-child {
    margin-bottom: 0;
}

.banner-primary {
    border-color: #153e50;
    border-color: var(--cas-theme-primary, #153e50);
}

.banner-primary .mdi {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-danger h1:before,
.banner-danger h2:before,
.banner-danger h3:before,
.banner-danger h4:before,
.banner-danger h5:before {
    content: "\F0027";
    font-size: 24px;
    font: normal normal normal 24px/1 "Material Design Icons";
}

.banner-danger {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
    color: var(--cas-theme-danger, #58151c);
    background-color: var(--cas-theme-danger-bg, #f8d7da);
}

.banner-danger .mdi {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
    color: #664d03;
    color: var(--cas-theme-warning, #664d03);
    background-color: var(--cas-theme-warning-bg, #fff3cd);
}

.banner-warning .mdi {
    color: #664d03;
    color: var(--cas-theme-warning, #664d03);
}

.banner-success h1:before,
.banner-success h2:before,
.banner-success h3:before,
.banner-success h4:before,
.banner-success h5:before {
    content: "\F012D";
    font-size: 24px;
    font: normal normal normal 24px/1 "Material Design Icons";
}

.banner-success {
    border-color: var(--cas-theme-success);
    color: var(--cas-theme-primary, #153e50);
    background-color: #adf096;
}

.banner-info h1:before,
.banner-info h2:before,
.banner-info h3:before,
.banner-info h4:before,
.banner-info h5:before {
    content: "\F1C67";
    font-size: 24px;
    font: normal normal normal 24px/1 "Material Design Icons";
}

.banner-info {
    border-color: var(--cas-theme-primary);
    color: black;
    background-color: #9fceff;
}

.banner-dismissible {
    padding-right: 1rem;
}

.banner-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.05rem 0.05rem;
    color: inherit;
}

.login-provider-item {
    list-style: none;
}

.login-provider-item .mdc-button .mdi {
    margin-right: 0.375rem;
}

@media screen and (max-width: 767.99px) {
    .logout-banner {
        width: 100%;
    }
}

.cas-footer {
    background-color: var(--mdc-theme-primary, #6200ee);
    color: whitesmoke;
}

.cas-footer a {
    color: deepskyblue;
}

.cas-footer > * {
    margin-right: 0.25rem;
    display: inline-block;
}

.cas-footer > *:last-child {
    margin: 0;
}

.cas-notification-dialog .mdc-dialog__content > .cas-notification-message:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}

.cas-card {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: lightskyblue;
    flex-direction: column;
    flex-grow: 1;
    grid-column-end: span 6 !important;
}

.mdc-dialog__title::before {
    display: none;
}

.mdi {
    content: "";
    /*vertical-align: baseline;*/
}

#casAccountProfile .mdi {
    vertical-align: baseline;
}

#dashboardTabBar .mdi, .attribute-tab .mdi {
    vertical-align: sub;
    /*padding-right: 1px;*/
}

.ace-editor {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Monaco", "Menlo", "Ubuntu Mono", "Droid Sans Mono", "Consolas", monospace !important;
}

.ace-absolute {
    position: absolute;
}

.ace-relative {
    position: relative;
    border-radius: 10px;
}

.mdi:before {
    font-size: 20px;
}

/* custom components */

.custom-select {
    display: inline-block;
    min-width: 80%;
    height: 56px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
}

/* utilities */

.pl-2 {
    padding-left: 0.8rem;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.pr-2 {
    padding-right: 0.8rem;
}

.pr-4 {
    padding-right: 1.2rem;
}

.pb-2 {
    padding-bottom: 0.8rem;
}

.pb-3 {
    padding-bottom: 1.4rem !important;
}

.bg-primary {
    background-color: rgba(21, 62, 80, 0.2);
    background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}


.strong {
    font-weight: bold;
}

.hide {
    display: none;
}

.text-warning {
    color: #664d03;
    color: var(--cas-theme-warning, #664d03);
}

.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.text-secondary {
    color: var(--cas-theme-secondary);
}

.text-success {
    color: var(--cas-theme-success);
}

.progress-bar-danger .mdc-linear-progress__bar-inner {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.progress-bar-warning .mdc-linear-progress__bar-inner {
    border-color: #664d03;
    border-color: var(--cas-theme-warning, #664d03);
}

.progress-bar-success .mdc-linear-progress__bar-inner {
    border-color: var(--cas-theme-success);
}

.word-break-all {
    word-break: break-all;
}

.mdc-text-field {
    width: 100%;
}

.mdc-text-field > .mdc-text-field__input, .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) > .mdc-text-field__input {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-radius: 4px;
}

.mdc-input-group .mdc-input-group-field .mdc-notched-outline__trailing {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-append {
    order: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
    height: 56px;
}

.mdc-input-group .mdc-input-group-prepend {
    order: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field > .mdc-text-field__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-append .mdc-text-field > .mdc-text-field__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
    color: var(--cas-theme-danger, #58151c);
}

.mdc-text-field__icon.text-danger {
    color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.button-cancel {
    background-color: var(--mdc-theme-error, #a20323) !important;
}

span button.toolbar {
    background-color: var(--cas-theme-button-bg-lite, dodgerblue) !important;
}

.mdc-button--outline:not(:disabled, .reveal-password) {
    background-color: var(--cas-theme-secondary, #018077);
    border-radius: 8px 8px 8px 8px;
    filter: drop-shadow(2px 2px 4px #018077);
}

.mdc-button--raised:not(:disabled, .reveal-password) {
    margin-right: 4px;
    padding-top: 3px;
    border-radius: 9px 9px 9px 9px;
    filter: drop-shadow(2px 2px 4px #023b53);
    background-color: var(--cas-theme-primary, #153E50);
    cursor: default;
}

.mdc-button--raised:not(:disabled, .reveal-password):hover,
.mdc-button--raised:not(:disabled, .reveal-password):focus-visible {
    transform: scale(1.08);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.mdc-button.btn-primary:not(:disabled):hover,
.mdc-button.btn-primary:not(:disabled):focus-visible {
    background-color: var(--cas-theme-button-bg-hover, dodgerblue);
}

.mdc-button--lg {
    width: 180px;
    height: 48px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
}

.pad-0 {
    padding-right: 0;
    padding-left: 0;
}

.w-66 {
    width: 66%;
}

.w-33 {
    width: 33%;
}

.w-10 {
    width: 10% !important;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-750px {
    height: 750px;
}

.h-450px {
    height: 450px;
}

.h-350px {
    height: 350px;
}

.h-250px {
    height: 250px;
}

.h-150px {
    height: 150px;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.mw-100 {
    max-width: 100% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mh-100 {
    max-height: 100%;
}

.min-width-24x {
    min-width: 24px !important;
    width: 24px;
    max-height: 24px !important;
}

.min-width-32x {
    min-width: 32px !important;
    width: 32px;
    max-height: 32px !important;
}

.min-width-48x {
    min-width: 48px !important;
    width: 24px;
}

.min-vw-100 {
    min-width: 100vw;
}

.min-vh-100 {
    min-height: 100vh;
}

.min-height-60 {
    min-height: 60%;
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.mw-50 {
    max-width: 50%;
}

.mw-25 {
    max-width: 25%;
}

.mw-20 {
    max-width: 20%;
}

.mt-0 {
    margin-top: 0;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-auto {
    margin-top: auto;
}

.ml-2 {
    margin-left: 0.5rem;
}

.border-rounded {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-radius: 8px;
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

select.palantir {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border-color: var(--cas-theme-primary);
    font-family: monospace;
    font-size: 16px;
    padding-left: 7px;
    font-weight: bold;
}

.elevation-surface {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 100px;
    min-width: 200px;
    margin: 15px;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #e3e9ec;
}

.swal-overlay {
    background-color: rgba(17, 67, 119, 0.95);
}

@media all and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }

    .w-md-66 {
        width: 66%;
    }
}

@media all and (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }

    .w-lg-66 {
        width: 66%;
    }
}

@media all and (max-width: 767.99px) {
    .w-md-50 {
        width: 100%;
    }

    .w-md-66 {
        width: 100%;
    }
}

@media all and (max-width: 991.99px) {
    .w-lg-50 {
        width: 100%;
    }

    .w-lg-66 {
        width: 100%;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.text-justify {
    text-align: justify;
}

.text-wrap {
    white-space: normal;
}

.text-wrap-pretty {
    text-wrap: pretty;
}

#servicedesc .mdi {
    vertical-align: sub;
}

#fieldsLegend {
    font-size: 14px;
    font-style: italic;
}

.dataTables_wrapper {
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
}

#heroimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-providers {
    max-width: 50%;
}

/** jQuery UI **/

.swal2-confirm {
    background-color: var(--cas-theme-button-bg);
}

.ui-selectmenu-open {
    background: var(--mdc-theme-background);
}

.ui-tooltip {
    background-color: var(--cas-theme-primary) !important;
    color: whitesmoke;
    min-width: 450px !important;
    max-width: 600px;
}

.ui-tabs-active {
    background: var(--cas-theme-primary) !important;
}

.ui-widget, .ui-widget button {
    font-family: var(--mdc-typography-font-family) !important;
    font-size: unset;
}

.ui-widget-content, .ui-widget-header {
    background: unset;
}

.ui-widget-header {
    border: unset;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom: 1px solid var(--cas-theme-button-bg-lite);
    margin-right: 0.07em;
}

/***************************/


#main-content {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 2px;
}

main:has(.d-flex > section:only-of-type) {
    max-width: 560px;
}


@media all and (min-width: 768px) {
    .login-section {
        flex: 1 1 500px;
    }
}


/* fix for not showing password reveal icon on MSEdge and MSIE */
.pwd::-ms-reveal,
.pwd::-ms-clear {
    display: none;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 95%;
    }
}

/************************************/
body {
    overflow: hidden;
}

.sidebar-navigation {
    border-radius: 5px;
    display: inline-block;
    min-height: 100vh;
    width: 80px;
    background-color: var(--mdc-theme-primary, #6200ee);
    float: left;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    list-style: none;
}

.sidebar-navigation ul li {
    padding: 28px 0;
    cursor: pointer;
    text-align: center;
    transition: all ease-out 120ms;
    border-radius: 10px;
}

.sidebar-navigation ul li i {
    display: block;
    font-size: 24px;
    transition: all ease 450ms;
}

.sidebar-navigation ul li .tooltip {
    display: inline-block;
    position: absolute;
    background-color: #313443;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: 5px;
    left: 170px;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    letter-spacing: 0.5px;
    z-index: 100;
}

.sidebar-navigation ul li .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 5px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}

.sidebar-navigation ul li:hover {
    background-color: deepskyblue;
}

.sidebar-navigation ul li:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.sidebar-navigation ul li.active {
    background-color: steelblue;
}

.sidebar-navigation ul li.active i {
    color: #98D7EC;
}

/** Notyf Options **/
.notyf__toast {
    max-width: 50em !important;

    .notyf__ripple {
        height: 60em;
        width: 60em;
    }
}

.nodeLabel, .edgeLabel {
    font-family: Monaco, monospace !important;
}

foreignObject {
    border-radius: 5px;
}

pre code.hljs {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.9);
}

.fade-in {
    animation: appear 0.4s ease-in-out forwards;
}

@keyframes appear {
    0% {
        opacity: 0;
        filter: blur(20px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

/*rdhiman 1/12/26: Custom Styles*/
.display-none-important {
    display: none !important;
}

#app-bar {
    display: none !important;
}

#container#content.row {
    flex-wrap: wrap;
    float: right;
    height: auto;
    padding: 1em;
    display: inline-block;
    margin-top: 3.75em !important;
    margin-bottom: 2em !important;
    background: #007DB9;
    width: 15em;
    min-height: 26.5em;
    box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
    opacity: 0.85;
}

/* @group Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, q, s, samp,
small, strike, strong, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td {
    vertical-align: top;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end Reset */
html, body {
    background: #0071BB;
}

@media (max-width: 768px) {
    html, body {
        /*background: #FFFFFF;*/
        background: none;
    }

    html {
        background: url(https://www.sandiego.edu/mysandiego/portal/img/CAS-Background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    /*
        #content {
            margin: 20px;
            background-color: #007DB9;
            border-radius: 3px;
            padding: 10px 20px;
            -webkit-box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
            -moz-box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
            box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
            opacity: 0.85;
        }
        */

}

body {
    font-family: "myriad-pro", arial, verdana;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.7;
    color: white;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p, li {
    font-size: 0.85em;
    font-weight: 300;
}

img#logo {
    display: block;
    /*margin: 1.5625em auto;*/
    width: 100%;
    max-width: 330px;
    max-height: 46px;
}


img#separator {
    display: none;
}

div.bg-login-link {
    position: absolute;
    height: calc(100% - 26px);
    width: 50%;
}

div.bg-login-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

div.bg-action-container {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 1.5em;
    padding-left: 1.5em;
}

@media (min-width: 768px) {
    div.bg-action-container {
        position: absolute;
    }
}

section#container {
    max-width: 840px;
    margin: 0px auto;
    position: relative;
    padding: 0 10px;
}

section#login-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section#login-box h2 {
    margin-top: 0.6em;
    font-size: 1.15em;
    font-family: "myriad-pro-condensed", arial, verdana;
}

/*form input[type="text"], form input[type="password"] {
    width: 100%;
    height: 50px;
    padding-left: 12px;
    font-size: 1.1em;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}*/

form input[type="password"] {
    margin-top: 1.2em;
}

@media (max-width: 768px) {
    form input[type="password"] {
        margin-top: 0.8em;
    }
}

form input[type="submit"] {
    -webkit-appearance: none;
}

form label {
    display: none;
}

form div#login-button {
    display: none;
}

form div#mobile-login-button {
    width: 100%;
    padding: 0;
}

form div#mobile-login-button input {
    background: black;
    border: none;
    padding: 1em 0;
    margin: 1.9em 0 1.5em 0;
    color: white;
    font-weight: 800;
    font-size: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 768px) {
    form div#mobile-login-button input {
        margin: 0.8em 0 1.5em 0;
    }
}

h1 {
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: 600;
    display: block;
}

h1 span {
    font-weight: 300;
}

section#alert-wrapper {
    background: #cd3727;
    width: 100%;
    opacity: .9;
    color: white;
}

section#alert-wrapper p {
    display: block;
    text-align: center;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    font-size: .9em;
}

section#alert-wrapper p strong {
    font-weight: 600;
}

footer {
    display: none;
}

footer a {
    text-decoration: none;
    color: #333;
}

footer p {
    padding-left: 1em;
    float: left;
    font-size: .75em;
}

@media only screen and (min-width: 769px) {
    html {
        background: url(https://www.sandiego.edu/mysandiego/portal/img/CAS-Background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #73BCE4;
    }

    body {
        background: none;
    }

    p, li {
        font-size: 0.75em;
    }

    form {
        padding-top: 1em;
        /* margin-left: 2.375em; */
        text-align: center;
    }

    /*
        form input[type="text"], form input[type="password"] {
            width: 220px;
            height: 40px;
            padding-left: 4px;
            font-size: 1em;
            box-sizing: content-box;
        }
        */
    form input[type="password"] {
        margin-top: 9px;
    }

    form input[type="submit"] {
        -webkit-appearance: none;
    }

    section#container {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    section#login-box {
        float: right;
        height: auto;
        display: inline-block;
        /* padding: 1.5em; */
        padding: 1em;
        margin-top: 3.75em !important;
        margin-bottom: 2em !important;
        background: #007DB9;
        width: 15em;
        min-height: 26.5em;
        -webkit-box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
        -moz-box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
        box-shadow: 0 0 1.25em rgba(50, 50, 50, 0.95);
        opacity: 0.85;
    }

    section#login-box h1 {
        margin-bottom: 0;
        margin-left: 0.5em;
        margin-top: -4px;
    }

    section#login-box h2 {
        margin-top: 0;
        font-size: 1em;
        font-weight: 700;
    }

    section#login-box img#logo {
        /* height: 42px; */
        width: 223px;
        margin: 0 auto;
    }

    section#login-box p#mobile {
        display: block;
        margin-left: 0.5em;
        clear: both;
    }

    section#login-box p#mobile img {
        vertical-align: middle;
        margin-right: 6px;
    }

    section#login-box section#login-form {
        width: 15em;
        float: left;
    }

    section#login-box section#links {
        float: left;
        width: 200px;
        margin-top: 5px;
        margin-left: 0.5em;
        display: block;
    }

    section#login-box img#separator {
        display: block;
        width: 15em;
        margin: 0 auto;
    }

    section#login-box div#inputs {
        float: left;
        width: 240px;
        margin-bottom: 12px;
    }

    section#login-box div#login-button {
        display: block;
        /* float: left; */
        width: auto;
    }

    section#login-box div#mobile-login-button {
        display: none;
    }

    footer {
        display: block;
        position: fixed;
        bottom: 0;
        height: 25px;
        background: #f3f3f3;
        color: #333;
        border-top: 1px solid #9d9d9d;
        width: 100%;
        padding-top: 5px;
    }
}

#mobile {
    margin-top: .5em;
}

.text-align-center {
    text-align: center;
}

.font-bold {
    font-weight: 700;
}

h3 {
    font-size: 18px !important;
}

.height-8dot5rem {
    height: 8.5rem !important;
}

.width-10rem {
    width: 10rem !important;
}

.pd-t-0 {
    padding-top: 0 !important;
}

.login-form-cas ::placeholder {
    padding-left: 35px !important;

}

.input-cas, #username, #password, .token-login {
    background-color: transparent !important;
    padding: 10px 10px 10px 20px !important;
    width: 18rem !important;
    border: none !important;
    border-bottom: 1px solid lightgray !important;
    border-radius: 0 !important;
    color: white !important;
    /*padding-left: 35px !important;*/
    box-shadow: none !important;
    outline-width: 0 !important;
}

#username:hover, #username:focus, #password:focus, #password:hover, .token-login:hover {
    border-bottom: 2px solid white !important;
}

.login-form-cas input[type="text"] {
    border .1s linear;
}

.login-form-cas input:focus, .login-form-cas input:hover {
    border-bottom: 2px solid white !important;
}

.min-width-350 {
    min-width: 350px !important
}

.min-height-200 {
    min-height: 200px !important
}

.main-container {
    padding: 65px 15px 0;
    width: 100%;
    height: 100%;
    max-width: 840px;
    margin: 0px auto !important;
    position: relative;
    padding: 0;
    line-height: 0
}

.login-btn-styles {

    cursor: pointer;
    width: 100%;
    border: none;
    margin-top: 30px;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(#042954), to(#0b4776));
    background: -o-linear-gradient(bottom, #042954, #0b4776);
    background: linear-gradient(to top, #042954, #0b4776);
    border-radius: 4px;
    padding: 12px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: white !important;
    color: #646469 !important;
    box-shadow: 0 3px 10px 0px rgba(213, 208, 214, 0.5);
}

.i-password {
    position: absolute;
    top: 40%;
    left: 35px;
    font-size: 15px;
    color: #9f9f9f;
}

.i-username {
    position: absolute;
    top: 29%;
    left: 35px;
    font-size: 15px;
    color: #9f9f9f;
}

.font-weight-bold {
    font-weight: bold !Important;
}

.font-size-1rem {
    font-size: 1rem !important;
}

.font-size-dot8rem {
    font-size: .8rem !important;
}


.font-size-1dot2rem {
    font-size: 1.2rem !important;
}

.font-size-1dot1rem {
    font-size: 1.1rem !important;
}

.font-size-6rem {
    font-size: 6rem !important;
}

.color-white {
    color: white !important;
}

.ul-list-style-none li {
    list-style: none;
}

.ul-list-pd-3 li {
    padding: 3px !important;
}

.pd-l-3 {
    padding-left: 3px !important;
}

.pd-t-15 {
    padding-top: 15px !important;
}

.mg-b-10 {
    padding-bottom: 10px !important;
}

.login-box-other a {
    color: #75bee9 !important;
}

.login-box-other i {
    padding-left: 10px !important;
}

.fa-hand-point-right {
    font-size: 1.2rem !important;
}

.login-box-other ul {
    margin-top: 15px !important;
}

.row {
    border-radius: 15px !important;
    margin-top: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#fm1 {
    padding-top: 0 !important;
}

.width-18rem {
    width: 18rem !important;
}

.card-body h1 {
    text-align: center !important;
    font-size: 1.5rem !important;
    padding-top: 2rem !important;
}

.card-body {
    padding-top: 0 !important;
}

.cas-login-page-announcement-box {
    display: none !important;
}

/*
#content {
    margin-top: 20px !important;
    margin-top: 20px !important;
    border-radius: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    float: right;
    height: auto;
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em !important;
    background: #003b70;
    min-height: 26.5em;
    box-shadow: 0px 5px 49px 0px #003b70;
}
*/
.cas-login-page-announcement-box {
    background: #00a499;
    color: white;
    font-size: 1.4rem;
    display: block !important;
    text-align: center;
}

.cas-login-page-announcement-box a {
    color: #eeaa2b !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.cas-login-page-announcement-box p {
    font-size: 1.2rem !important;
}

/*
.card {
    margin-bottom: 1em;
    border: none;
    background: #003b70 !important;
}*/
.display-none {
    display: none !important;
}

#username ::placeholder {
    color: white !important;
}

.bg-color-founders-blue {
    background-color: #003b70 !important;
}

.float-right {
    float: right !important;
}

#content {
    float: right !important;
    padding-top: 20px !important;
}

.mdc-card-content {
    margin-top: 20px !important;
    border-radius: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #003b70 !important;
}

.cas-submit-button {
    cursor: pointer !important;
    border: none !important;
    margin-top: 40px !important;
    position: relative !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#042954), to(#0b4776)) !important;
    background: -o-linear-gradient(bottom, #042954, #0b4776) !important;
    background: linear-gradient(to top, #042954, #0b4776) !important;
    border-radius: 4px !important;
    padding: 12px !important;
    z-index: 1 !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    background: white !important;
    color: #646469 !important;
    box-shadow: 0 3px 10px 0px rgba(213, 208, 214, 0.5) !important;
    height: 3rem !important;
    width: 18rem !important;
}

.cas-print-button {
    cursor: pointer !important;
    width: 100% !important;
    border: none !important;
    margin-top: 30px !important;
    position: relative !important;
    text-align: center !important;
    display: block !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#042954), to(#0b4776)) !important;
    background: -o-linear-gradient(bottom, #042954, #0b4776) !important;
    background: linear-gradient(to top, #042954, #0b4776) !important;
    border-radius: 4px !important;
    padding: 12px !important;
    z-index: 1 !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    background: white !important;
    color: #646469 !important;
    box-shadow: 0 3px 10px 0px rgba(213, 208, 214, 0.5) !important;
    height: 3rem !important;
}

.cas-cancel-button {
    cursor: pointer !important;
    width: 100% !important;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px !important;
    border-color: white;
    margin-top: 30px !important;
    position: relative !important;
    text-align: center !important;
    display: block !important;
    font-weight: 700 !important;
    padding: 12px !important;
    z-index: 1 !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    color: white !important;
    box-shadow: 0 3px 10px 0px rgba(213, 208, 214, 0.5) !important;
    height: 3rem !important;
}

.mg-b-40px {
    margin-bottom: 40px !important;
}

.login-h3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#loginForm {
    padding: 0 25px !important;
}

.login-box-other ul {
    margin-top: 15px !important;
}

#loginErrorsPanel {
    width: 18rem !important;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.25rem;
    margin-left: 1rem !important;
}

.logoutContentDiv {
    margin-top: 20px !important;
    border-radius: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    float: right;
    height: auto;
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em !important;
    background: #003b70;
    min-height: 26.5em;
    box-shadow: 0px 5px 49px 0px #003b70;
}

#logoutMain {
    padding: 65px 15px 0;
    width: 100%;
    height: 100%;
    max-width: 840px;
    margin: 0px auto !important;
    position: relative;
    padding: 0;
    margin-bottom: 2em !important;
    background: #003b70;
    min-height: 26.5em;
    box-shadow: 0px 5px 49px 0px #003b70;
}

#logoutMySanDiego {
    color: white;
    font-size: 1.5rem !important;
    display: block;
    text-align: center;
}

#logoutSeparator {
    display: block;
    width: 15em;
    margin: 0 auto;
}

#logoutLogin {
    text-decoration: underline !important;
    font-weight: bold !important;
}

.banner-message a {
    text-decoration: underline !important;
    font-weight: bold !important;
}

@media (min-width: 1400px) {
    #main-content {
        max-width: 90% !important;
    }
}

.mg-t-10px {
    margin-top: 10px !important;
}

input::placeholder {
    color: #c8dfe7 !important;
    opacity: 1 !important;
}

.cas-login-error-message {
    background: #f8d7da !important;
    width: 18rem !important;
    color: #721c24 !important;
    border-radius: 5px !important;
    margin-left: 1rem !important;
    margin-top: 1rem !important;
    padding: 2px 2px 2px 5px !important;
}

.mdc-text-field-helper-text::before {
    border-bottom: none !important;
    display: flex !important;
    height: auto !important;
}

main:has(.d-flex > section:only-of-type) {
    max-width: 100% !important;
}

.mdc-text-field + .mdc-text-field-helper-line {
    padding-left: 0 !important;
}

#usernameValidationMessage, #passwordValidationMessage {
    background: #f8d7da !important;
    color: #721c24 !important;
    width: 17.5rem !important;
    padding: 5px 5px 5px 10px !important;
    margin-left: 17px !important;
    margin-top: 3px !important;
    display: block !important;
    text-align: left !important;
}

#passwordValidationMessage {
    margin-top: 20px !important;
}

.my-3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

#usernameSection, #passwordSection {
    height: 4rem !important;
}

#usernameSection {
    margin-top: 20px !important;
}

.mg-t-40 {
    margin-top: 40px !important;
}

.mg-l-20-percent {
    margin-left: 20% !important;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0 !important;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: white !important;
}

.mdc-text-field--outlined .mdc-notched-outline {
    width: 94% !important;
    margin-left: 2% !important;
}

.mfa-gauth-registration {
    background: #003b70 !important;
    background-color: rgb(0, 59, 112);
    border-radius: 15px !important;
    background-color: #003b70 !important;
    padding: 20px;
    font-size: 1rem !important;
    margin-left: 10% !important;
    margin-top: 10px !important;
    width: 50rem !important;
    position: absolute;
    top: 10% !important;
    left: 10% !important;
}

.flex-container-1 {
    display: flex;
}

.cas-submit-button-sm {
    cursor: pointer !important;
    border: none !important;
    margin-top: 15px !important;
    position: relative !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#042954), to(#0b4776)) !important;
    background: -o-linear-gradient(bottom, #042954, #0b4776) !important;
    background: linear-gradient(to top, #042954, #0b4776) !important;
    border-radius: 4px !important;
    padding: 12px !important;
    z-index: 1 !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    background: white !important;
    color: #646469 !important;
    box-shadow: 0 3px 10px 0px rgba(213, 208, 214, 0.5) !important;
}
.mg-all-10 {
    margin: 10px !important;
}
.mg-b-20 {
    margin-bottom: 20px !important;
}
.mg-l-5-percent {
    margin-left: 5% !important;
}
.mg-t-15 {
    margin-top: 15px !important;
}
.container-absolute{
    position: absolute;
    top: 10% !important;
    left: 10% !important;
}
.border-2px-solid-lightgray {
    border: 2px solid lightgray !important;
}
.width-90-percent {
    width: 90% !important;
}

.mg-l-2-percent {
    margin-left: 2% !important;
}
.pd-35 {
    padding: 35px !important;
}