/*
  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 {
    --cas-theme-primary: #003DA5;
    --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);
    --mdc-typography-font-family: "Noto Sans", "Open Sans", sans-serif;
    --mdc-theme-error: #b00020;
}

body {
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #EFEFEF;
    min-width: 500px;
}

.aura-custom-background {
    position: fixed;
    z-index: -1;
    height: 50%;
    width: 100%;
    background-color: var(--cas-theme-primary, #003DA5);
    background-repeat: repeat;
    background-size: initial;
    background-position: center;
}

.before-pwd {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.mdc-top-app-bar {
    background: transparent;
}

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

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.mdc-button--raised:not(:disabled, .reveal-password):hover {
    transform: initial;
}
.mdc-button--raised:not(:disabled, .reveal-password) {
    border-radius: 4px;
}
.mdc-button--outline:not(:disabled, .reveal-password):hover {
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}

.aura-login-form {
    width: 500px;
}

div#content {
    box-shadow: 1px 1px 3px #EEE;
}

#main-content .mdc-card.mdc-card-content {
    flex-grow: 0 !important;
}

.login-form input {
    filter: none;
}

.login-form .reveal-password {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.login-form button.btn-primary:not(.reveal-password) {
    width: 100%;
    height: 3em;
    margin-right: 4px;
    border-radius: 4px;
}


.login-header {
    font-size: 24px;
    letter-spacing: 1px;
    color: var(--cas-theme-primary, #003DA5);
}

.edition-name {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 3px solid;
    font-weight: 100;
}

.custom-header {
    position: relative;
    color: #003DA5;
    margin-right: 8px;
    padding-right: 20px;
}

.custom-header:after {
    content: '';
    height: 28px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #003DA5;
}

.powered-by {
    font-weight: 300;
    font-size: 16px;
}

.mcc-header {
    font-size: 16px;
    font-weight: 700;
}


.user-registration {
    text-align: center;
    padding-top: 16px;
    padding-right: 40px;
}

.user-registration a {
    color: var(--cas-theme-primary);
    padding-left: 10px;
}

.aura-error {
    border-radius: 4px;
    border-radius: var(--mdc-shape-small, 4px);
}

.aura-error p {
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}

.mdc-input-group .mdc-input-group-field .mdc-notched-outline__trailing {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}



/********************* footer ***********************/

.cas-footer {
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 24px;
    background: transparent;
    color: black;
}

.pwd::-ms-reveal,
.pwd::-ms-clear {
    display: none;
}

.logo-aura {
    background-image:  url('/cas/images/logos/aura-9d4f37b76fb252c67a3dcbb935649dab.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
    background-size: 100%;
    background-position: right;
}

.cas-footer>.footer-panel {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    flex: 1;
    width: 33%;
}

.cas-footer>.customer-logo-footer-panel {
    align-items: flex-start;
}

.cas-footer>.aura-logo-footer-panel {
    align-items: flex-end;
}

.customer-logo {
    text-align: left;
}

.footer-copyright-height-3em {
    font-size: 11px;
    padding-top: 8px;
    height: 3em;
}
.footer-copyright {
    font-size: 11px;
    margin-top: 8px;
}

.aura-footer-copyright {
    height: 100%;
    padding-top: 0;
}

.customer-footer-text {
    height: 100%;
}

.vertical-align-middle {
    vertical-align: middle;
}

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

/********************* language picker ***********************/

.language-picker {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 3;
}

.preferred-language {
    display: block;
    color: white;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px 12px;
    width: 200px;
    text-align: center;
}
.preferred-language.visible {
    border-color: #B4B4B4;
    background: #fcfcfc;
}

.preferred-language:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #fcfcfc;
    z-index: 4;
    border-right: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
}
.preferred-language.visible:after {
    display: block;
}
.preferred-language .fa {
    margin-left: 0.5em;
}

.language-dropdown {
    display: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    top: 100%;
    right: 0;
    max-height: 12em;
    border: 1px solid #B4B4B4;
    border-radius: 0 0 3px 3px;
    width: 200px;
    background: none repeat scroll 0% 0% #FcFcFc;

    box-shadow: 1px 5px 6px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 5px 6px 0 rgba(0, 0, 0, 0.25);
}

.language-picker:hover .language-dropdown {
    display: block !important;
}

.language-picker:hover .preferred-language {
    display: block !important;
    background: white;
    color: var(--cas-theme-primary, #003DA5);
}

.language-dropdown:hover {
    display: block;
}

.language-dropdown ul {
    list-style: outside none none;
    cursor: pointer;
    float: left;
    padding-left: 0;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.preferred-language .chevronIcon {
    vertical-align: middle;
}

.language-dropdown ul li {
    margin: 0px;
    line-height: 34px;
    position: relative;
}
.language-dropdown ul li a {
    display: block;
    padding: 0.25rem 1rem;
    position: relative;
    white-space: nowrap;
    max-width: 20em;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.language-dropdown ul li a,  .language-dropdown ul li a:active, .language-dropdown ul li a:visited     {
    color: var(--cas-theme-primary, #003DA5);
    text-align: center;
}

.language-dropdown ul li a:hover {
    background-color:  #003DA5;
    background-color: var(--cas-theme-primary);
    color: white;

}

.language-dropdown ul li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #E4E4E4;
    border-left: 18px solid #f8f8f8;
    border-right: 18px solid #f8f8f8;
    box-sizing: border-box;
}
.language-dropdown ul li:first-child a:before {
    display: none;
}

