﻿
@font-face {
    font-family: roboto;
    src: url(/fonts/roboto/Roboto-Light-webfont.eot);
    src: url(/fonts/roboto/Roboto-Light-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/roboto/Roboto-Light-webfont.woff) format('woff'),url(/fonts/roboto/Roboto-Light-webfont.ttf) format('truetype'),url(/fonts/roboto/Roboto-Light-webfont.svg#icon) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(/fonts/roboto/Roboto-Regular-webfont.eot);
    src: url(/fonts/roboto/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/roboto/Roboto-Regular-webfont.woff) format('woff'),url(/fonts/roboto/Roboto-Regular-webfont.ttf) format('truetype'),url(/fonts/roboto/Roboto-Regular-webfont.svg#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(/fonts/roboto/Roboto-Medium-webfont.eot);
    src: url(/fonts/roboto/Roboto-Medium-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/roboto/Roboto-Medium-webfont.woff) format('woff'),url(/fonts/roboto/Roboto-Medium-webfont.ttf) format('truetype'),url(/fonts/roboto/Roboto-Medium-webfont.svg#icon) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(/fonts/roboto/Roboto-Bold-webfont.eot);
    src: url(/fonts/roboto/Roboto-Bold-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/roboto/Roboto-Bold-webfont.woff) format('woff'),url(/fonts/roboto/Roboto-Bold-webfont.ttf) format('truetype'),url(/fonts/roboto/Roboto-Bold-webfont.svg#icon) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: satisfy;
    src: url(/fonts/satisfy/satisfy.eot);
    src: url(/fonts/satisfy/satisfy.eot?#iefix) format('embedded-opentype'),url(/fonts/satisfy/satisfy.woff) format('woff'),url(/fonts/satisfy/satisfy.ttf) format('truetype'),url(/fonts/satisfy/satisfy.svg#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: weather-icons;
    src: url(/fonts/weather-icons/weather-icons.eot);
    src: url(/fonts/weather-icons/weather-icons.eot?#iefix) format('embedded-opentype'),url(/fonts/weather-icons/weather-icons.woff) format('woff'),url(/fonts/weather-icons/weather-icons.ttf) format('truetype'),url(/fonts/weather-icons/weather-icons.svg#icon) format('svg');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
}

li { margin-left: 30px; padding-left: 15px;}

html, body {
    height: 100%;
    background-color: var(--SecondaryColorTransparent);
    
}

#loginBody {
    margin-right: 0;
    overflow: hidden;
}

.loginHeader {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
}

.loginInformation {
    margin-bottom: 20px;
}
p { 
    margin-bottom: 25px;
}

.loginContainer {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
label {
    font-weight: normal
}
.loginForm {
    background-color: white;
    max-width: 960px;
    padding-top: 40px;
    width: 40%;
    overflow-y: scroll;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
}

#divLoginButtons {
    margin-top: 8px;
    margin-bottom: 4px;
}

.loginFormContainer {
    max-width: 450px;
    /*display: grid;*/
    height: 100%;
    margin:auto;
    /*grid-template-rows: auto repeat(6, max-content) 20px auto max-content 0px;*/
    /*grid-row-gap: 20px;*/
    width:100%;
    padding-left:8px;
}

.forgotPasswordBtn {
    margin-left: 0;
}

a {
    text-decoration: underline;
}

p {
    color: #152731;
    /*font-weight: 900;*/
}

.termsAndConditionsContainer {
    display: grid;
    grid-template-columns: max-content max-content;
}

    .termsAndConditionsContainer a {
        margin: 0;
        text-decoration: none;
    }
.login-or {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    position: relative;
    top: -30px;
    background: white
}
.loginCoverImage {
    height: 100%;
    min-width: 50%;
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: self-end;
    justify-content: right;
    text-align:right;
    background-color: #253F4D;
    background-image: url(/images/Management%20Portal%20Login%20Background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    background-repeat: no-repeat;
    overflow:hidden;
    position: relative
}

    .loginCoverImage img {        
        margin: auto auto;
        margin-left: auto;
        position: absolute;
        height: 65%;
        bottom: 20px;
        right: -200px;
    }

.loginCoverVideo {
    height: 100%;
    min-width: 50%;
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: self-end;
    background-color: rgb(37, 63, 77, 0.2);
    background-image: url(/images/Management%20Portal%20Login%20Background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.loginCoverVideo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #56707E 0%, #4A6472 1.5%, #253F4D 100%);
    opacity:0.8;
}

.hideOnLarge {
    display:none;
}

.loginErrorMessages div {
    color: var(--ErrorColor);
    font-size: 14px;
}
.subscription-selector {
    background-color: White;
    background-image: none;
    border: solid 1px var(--SecondaryColorTransparentLight);
    height: 55px;
    border-radius: 5px;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;*/
    box-sizing: border-box;
    /*color: rgb(255, 255, 255);*/
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    line-height: 21.4333px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 13px;
    padding-left: 14px;
    padding-right: 24px;
    padding-top: 13px;
    text-transform: none;
    width: 450px;
    -moz-appearance: button;
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}
    
    .subscription-selector:nth-child(odd) {
        background: whitesmoke;
    }
    .subscription-selector:hover {
        background: lightgray;
    }

    .subscription-selector.subscription-active-false {
       /* color: grey;
        cursor: not-allowed;*/
    }

a.sas-fab-btn {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
}

a.sas-fab-btn:active {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
}
    a.sas-fab-btn:hover {
        width: 100%;
        display: block;
        text-align: center;
        text-decoration: none;
        color: white;
        opacity: 0.9
    }
.loginErrorMessages{
    color: red;
}
@media (max-width: 1000px) {
    .loginForm {
        max-width: 100%;
        width: 100%;
        padding: 30px;
    }
    .loginCoverImage {
        display: none;
    }
    .loginCoverVideo {
        display: none;
    }
    .hideOnLarge {
        display: block;
    }
}

.regoptionVideo {
    padding-top:16px;
}

@media (max-width: 400px) {
    .regoptionVideo {
        padding-top:4px;
    }

}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px gray;
    background: none;
    border-radius: 2px;
    height: 16px;
    position: relative;
    width: 16px;
}

input[type=checkbox]:checked {
    background: #EB7311;
    border: none;
}

input[type=checkbox]:checked::after {
    position: absolute;
    color: white;
    left: 3px;
    top: -2px;
    text-align: center;
    content: "✓"
}

.sas-tooltip {
    position: relative;
    display: inline-block;
}

.sas-tooltip .sas-tooltip-icon {
    cursor: pointer;
    display: inline-block;
    border: solid 1px gray;
    color: gray;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    font-size: smaller;
    text-align: center;
    line-height: 16px;
}

.sas-tooltip .sas-tooltip-text {
    box-shadow: 3px 3px 5px #dddddd;
    top: 12px;
    z-index: 3000;
    position: absolute;
    width: 280px;
    font-size: smaller;
    display: none;
    background: whitesmoke;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 8px
}
.sas-alert-error {
    border: solid 1px #F5D1D5;
    background-color: #FDEBED;
    border-radius: 5px;
    padding: 10px;
    color: #721C24;
    display: flex;
}
.sas-alert-error-icon {
    cursor: pointer;
    display: block;
    border: solid 2px #721C24;
    color: #721C24;
    width: 19px;
    height: 17px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 50px;
    font-size: smaller;
    text-align: center;
    line-height: 14px;    
}


#loginChanges {
    background-color: #E5F6FC;
    border: 1px solid #CDE0EF;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0px;
    margin-bottom: 20px;
    color: #253F4D;
}

.reg_options {

}
    .reg_options .reg_option {
        border-radius: 10px;
        height: 110px;
        padding: 20px;
        padding-top: 23px;
        background: #ECEFF1;
        position: relative;
    }
