/* Root / Reset */

:root {
    --cas-theme-primary: #153e50;
    --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
    --cas-theme-primary-light: #006d85;
    --cas-theme-secondary: #74C163;
    --cas-theme-success: var(--cas-theme-secondary);
    --cas-theme-danger: var(--mdc-theme-error);
    --cas-theme-warning: #e6a210;
    --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
    --cas-theme-twitter-color: #55acee;
    --cas-theme-vimeo-color: #1ab7ea;
    --cas-theme-vk-color: #587ea3;
    --cas-theme-yahoo-color: #720e9e;
    --cas-theme-google-color: #CC5445;
    --cas-theme-facebook-color: #3B5998;
    --atlassian-theme-primary: #0747a6;
    --mdc-theme-primary: var(--cas-theme-primary, #153e50);
}

.atlassian {
    --mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}

body {
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #EFEFEF;
	 /* rdhiman 11/17/2020 */
    background: url(https://www.sandiego.edu/mysandiego/portal/img/USD-Dome.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color: #73BCE4;
}

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;
}

aside, section, main {
    display: block;
}

/* Material */

.mdc-drawer {
    top: 56px;
}

.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
    position: relative;
}

.main-content {
    display: flex;
}

.mdc-top-app-bar {
    z-index: 7;
}

/* widgets */

.notifications-count {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #b00020;
    background-color: var(--cas-theme-danger);
    color: #fff;
    border-radius: 50%;
    padding: 1px 3px;
    font: 8px 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-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
    display: none;
}

.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;
	padding-top: 0 !important;
    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;
    }
}

.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;
}

.banner {
    padding: 0.1rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    position: relative;
    border-radius: 4px;
}

.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 {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.banner-danger .mdi {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-warning .mdi {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-success {
    border-color: var(--cas-theme-success);
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-dismissible {
    /*rdhiman 12/2/2021 padding-right: 4rem;*/
}

.banner-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    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));
}

.mdc-dialog__title::before {
    display: none;
}

.mdi {
    content: "";
}

.mdi:before {
    font-size: 24px;
}

/* custom components */

.custom-select {
    display: inline-block;
    min-width: 200px;
    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 */

.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;
}

.text-warning {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.text-secondary, .text-success {
    color: var(--cas-theme-secondary);
}

.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: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
}

.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 {
    display: flex;
    align-items: stretch;
}

.mdc-input-group .mdc-input-group-field {
    flex: 1 1 auto;
    order: 1;
}

.mdc-input-group .mdc-input-group-field .mdc-text-field {
    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__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.mdc-button--raised:not(:disabled) {
    background-color: var(--mdc-theme-primary, #153E50);
}

.mdc-button--raised.mdc-button-twitter:not(:disabled) {
    background-color: #55acee;
    background-color: var(--cas-theme-twitter-color, #55acee);
}

.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
    background-color: #1ab7ea;
    background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}

.mdc-button--raised.mdc-button-vk:not(:disabled) {
    background-color: #587ea3;
    background-color: var(--cas-theme-vk-color, #587ea3);
}

.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
    background-color: #720e9e;
    background-color: var(--cas-theme-yahoo-color, #720e9e);
}

.mdc-button--raised.mdc-button-google:not(:disabled) {
    background-color: #CC5445;
    background-color: var(--cas-theme-google-color, #CC5445);
}

.mdc-button--raised.mdc-button-facebook:not(:disabled) {
    background-color: #3B5998;
    background-color: var(--cas-theme-facebook-color, #3B5998);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
}

.w-66 {
    width: 66%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.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%;
}

.mh-100 {
    max-height: 100%;
}

.min-vw-100 {
    min-width: 100vw;
}

.min-vh-100 {
    min-height: 100vh;
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.mw-50 {
    max-width: 50%;
}

.border-rounded {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-radius: 4px;
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

@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%;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.text-justify {
text-align: justify;
}

#duo_iframe {
    width: 100%;
    min-width: 304px;
    height: 330px;
    border: none;
    padding: 0;
    margin: 0;
}

#serviceui {
    background-color: #17a3b844;
    border-radius: 4px;
}

#heroimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* IE flex fix */

#main-content {
    margin-right: inherit;
    margin-left: inherit;
}

/* oddly, the auto right and left margins caused the login form to not be centered in IE */

@media all and (min-width: 768px) {
    .login-section {
        flex: 1 1 500px;
        /* according to flexbugs, flex-basis should be explicitly set for IE */
        /* https://github.com/philipwalton/flexbugs#flexbug-4 */
    }
}

/* flex-basis: auto works in IE with the column view,
     but a specific value needs to be set for row view
   */
/*rdhiman 11/17/2021 Custom Changes Begin*/
#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/USD-Dome.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/USD-Dome.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 {
	background-color: transparent !important;
	padding: 15px 30px 15px 35px !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 {
	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
}
.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;
	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;
}
.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;
}
.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;
    }
}
/*rdhiman 11/17/2021 Custom Changes End*/











