﻿@charset "utf-8";

body {
    overflow: auto;
}

.modal-login {
    background-color: #FFFFFF;
    border-radius: 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    /*padding: 0;*/
    width: 420px;
    height: 315px;
}

.modal-head {
}

    .modal-head h2 {
        padding: 17px 20px 10px;
        font-family: SourceSansPro,serif !important;
        font-size: 1.9rem;
        float: left;
    }

    .modal-head .modal_close {
        padding: 20px 15px 15px 40px;
        position: relative;
        z-index: 1000;
    }

.modal-content {
    /*margin: 0;
    padding: 0;*/
    width: 400px;
    /*height: 259px;
    overflow: hidden;*/
    /*border-bottom: 1px solid #ddd;*/
}

#forgot-password iframe {
    /*position: relative !important;
    margin: -28px 0 0;
    padding: 0;
width: 400px;
    height: 400px;*/
}

#passwordRecoveryModal {
    padding: 25px 30px 20px;
    /*position: relative;
    height: 259px;
    box-sizing: border-box;
    top: 61px;*/
}

    #passwordRecoveryModal h1 {
        font-size: 27px;
        line-height: normal;
        color: #007acc;
        margin-top: 1px;
        margin-bottom: 20px;
    }

    #passwordRecoveryModal p {
        font-size: 17px;
        line-height: normal;
    }

    #passwordRecoveryModal label {
        /*font-size: 1.5rem;*/
        padding: 4px 5px 4px 0;
    }

    #passwordRecoveryModal .confirmation {
        font-size: 17px;
        line-height: normal;
        color: #168900;
        border: 1px solid #168900;
        padding: 20px;
        margin-top: 40px;
    }

.passwordRecoveryModalControls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 30px;
}

#passwordRecoveryModal #UserName {
    padding: 6px 6px;
    font-size: 15px;
    line-height: 19px;
}

#notACustomer {
    text-align: center;
}


/* Login form */


#loginform {
    border: 1px solid #ccc\9;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: block;
    margin: 40px auto;
    padding: 15px 20px 20px;
    width: 310px;
}

    #loginform label, .forgot-password-modal label {
        /*font-size: 12px;
	font-weight: 600;*/
        display: block;
        margin-bottom: 5px;
        /*color: #4e4e4e;*/
    }

    #loginform input[type="text"], #loginform input[type="password"], .forgot-password-modal input[type="text"] {
        width: 100%;
        border-radius: 1px;
        color: #666666;
        display: block;
        /*font-size: 12px;*/
        /*height: auto !important;
	line-height: auto !important;*/
        margin-bottom: 10px;
        padding: 4px 6px;
        vertical-align: middle;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    }

    #loginform input[type="text"], #loginform input[type="password"] {
        width: 96%;
    }

    #loginform input[type="submit"], .forgot-password-modal input[type="submit"] {
        background-color: #007acc;
        /*background-image: linear-gradient(to bottom, #777, #555);*/
        background-repeat: repeat-x;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        /*font-size: 12px;
	line-height: 20px;*/
        margin: 8px 10px 0 0;
        padding: 4px 12px;
        text-align: center;
        vertical-align: middle;
        float: right;
    }

        #loginform input[type="submit"]:hover, .forgot-password-modal input[type="submit"]:hover {
            background-color: #0068b2;
            background-image: none;
        }

    #loginform a {
        float: right;
        margin: 0;
        margin: 14px 0 0;
        float: left;
    }

    #loginform label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"], .forgot-password-modal label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

/* Error/confirmation messages */

.alerts-error {
    background: url("../_image/error-icon.gif") 10px 11px no-repeat #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48 !important;
    border-radius: 1px;
    margin: 0 0 15px 0;
}

.alert-confirmation {
    background: url("../_image/confirm_icon.gif") 10px 11px no-repeat #DFF0D8;
    border-color: #D6E9C6;
    color: #468847 !important;
    border-radius: 1px;
    margin: 0 0 15px 0;
}

    .alerts-error p, .alert-confirmation p {
        padding: 10px 30px 13px 37px !important;
    }

/* Modal */

.modal-wrapper {
    margin: 0;
    padding: 15px 0 20px 20px;
    color: #4e4e4e;
    width: 360px;
}

    .modal-wrapper p {
        /*font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;*/
        margin: 5px 0 0 0;
        padding-bottom: 15px;
    }

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.text-content h2 {
    font-weight: 600;
}

#loginform a {
    color: #007acc;
}

.block-inner p {
    padding: 0 !important;
    font-size: 1.2rem;
}

.block-inner a {
    /*padding: 0 !important;*/
    font-size: 12px;
}

.field-item.even h2 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 1.8rem;
}

.field-item.even p {
    font-size: 1.3rem;
    color: #333;
    padding: 0 0 10px !important;
}

.field-item.even a {
    font-size: 1.3rem;
    padding: 0 0 10px !important;
    text-decoration: none;
}


.modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    padding: 7px 7px;
    font-weight: 300;
    font-size: 21px;
    color: #666;
    cursor: pointer;
    z-index: 1000;
    /*background-color: #f00;*/
}

    .modal_close:hover {
        background-color: #f3f3f3;
    }

.modal_close_bottom {
    position: absolute;
    bottom: 38px;
    left: 30px;
    font-size: 15px !important;
    z-index: 1000;
    color:#666 !important;
}

.passwordRecoveryModalControls input {
    margin: -10px 0 0 10px !important;
    padding: 8px 25px !important;
    background: #168900;
    font-size: 15px !important;
    float: right;
}

.grecaptcha-badge {
    visibility: hidden;
}

.reCaptcha-privacy, .reCaptcha-privacy a {
    font-size: 11px !important;
}

.passwordRecoveryModalControls .right:focus {
    outline: 2px solid #007acc !important;
    outline-offset: 2px !important;
    z-index: 1;
    position: relative;
    transition-property: outline;
    transition-delay: 20ms;
}

#marquee {
    margin-left: -175px;
    padding: 15px;
    height: 165px;
    margin-bottom: 40px;
    width: 350px;
    box-shadow: 0 0 4px #000000b3;
    box-sizing: border-box;
    background-color: white;
}

marquee {
    block-size: 135px;
}

#pwdresetmessage {
    overflow-wrap: break-word;
    word-wrap: break-word; 
}