/* Minification failed. Returning unminified contents.
(558,6): run-time error CSS1030: Expected identifier, found '-'
(558,6): run-time error CSS1031: Expected selector, found '-'
(558,6): run-time error CSS1025: Expected comma or open brace, found '-'
(563,6): run-time error CSS1030: Expected identifier, found '-'
(563,6): run-time error CSS1031: Expected selector, found '-'
(563,6): run-time error CSS1025: Expected comma or open brace, found '-'
(567,2): run-time error CSS1030: Expected identifier, found '-'
(567,2): run-time error CSS1019: Unexpected token, found '-'
(573,2): run-time error CSS1030: Expected identifier, found '-'
(573,2): run-time error CSS1019: Unexpected token, found '-'
(574,2): run-time error CSS1030: Expected identifier, found '-'
(574,2): run-time error CSS1031: Expected selector, found '-'
(578,2): run-time error CSS1030: Expected identifier, found '-'
(578,2): run-time error CSS1019: Unexpected token, found '-'
(588,2): run-time error CSS1030: Expected identifier, found '-'
(588,2): run-time error CSS1019: Unexpected token, found '-'
(606,2): run-time error CSS1030: Expected identifier, found '-'
(606,2): run-time error CSS1019: Unexpected token, found '-'
(622,2): run-time error CSS1030: Expected identifier, found '-'
(622,2): run-time error CSS1019: Unexpected token, found '-'
(626,2): run-time error CSS1030: Expected identifier, found '-'
(626,2): run-time error CSS1019: Unexpected token, found '-'
(632,2): run-time error CSS1030: Expected identifier, found '-'
(632,2): run-time error CSS1019: Unexpected token, found '-'
(655,2): run-time error CSS1030: Expected identifier, found '-'
(655,2): run-time error CSS1019: Unexpected token, found '-'
(656,2): run-time error CSS1030: Expected identifier, found '-'
(656,2): run-time error CSS1031: Expected selector, found '-'
(662,2): run-time error CSS1030: Expected identifier, found '-'
(662,2): run-time error CSS1019: Unexpected token, found '-'
(663,2): run-time error CSS1030: Expected identifier, found '-'
(663,2): run-time error CSS1031: Expected selector, found '-'
(668,2): run-time error CSS1030: Expected identifier, found '-'
(668,2): run-time error CSS1019: Unexpected token, found '-'
(676,2): run-time error CSS1030: Expected identifier, found '-'
(676,2): run-time error CSS1019: Unexpected token, found '-'
(715,2): run-time error CSS1030: Expected identifier, found '-'
(715,2): run-time error CSS1019: Unexpected token, found '-'
(719,2): run-time error CSS1030: Expected identifier, found '-'
(719,2): run-time error CSS1019: Unexpected token, found '-'
(728,2): run-time error CSS1030: Expected identifier, found '-'
(728,2): run-time error CSS1019: Unexpected token, found '-'
(737,10): run-time error CSS1030: Expected identifier, found '-'
(737,10): run-time error CSS1031: Expected selector, found '-'
(737,10): run-time error CSS1025: Expected comma or open brace, found '-'
(742,6): run-time error CSS1030: Expected identifier, found '-'
(751,6): run-time error CSS1030: Expected identifier, found '-'
(751,6): run-time error CSS1019: Unexpected token, found '-'
(756,6): run-time error CSS1030: Expected identifier, found '-'
(756,6): run-time error CSS1019: Unexpected token, found '-'
(773,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*****************************
 * Login Screen specific css *
 *****************************/

.forgot-password {
    font-size: 12px;
    color: #87bc27;
    cursor: pointer;
}

    .forgot-password:hover {
        color: #5a8c00;
    }

.request-password {
    display: inline-block;
    color: #fff;
    background-color: #87bc27;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 50px;
    font-family: arial;
    cursor: pointer;
}

.request-password-message {
    margin-top: 40px;
    color: #FF0000;
    font-weight:bold;
}

.confirmation-message {
    margin-top: 40px;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

input,
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s; /* transition effect required for Safari!*/
}

.login-container {
    width: 450px;
    margin: 0 auto;
}

.bg-1 {
    font-weight: normal;
    color: #f5f5f5;
    border-radius: 6px 6px 0px 0px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(195, 192, 195);
    background: #005669;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border-bottom: none;
    font-size: 20px;
}

.login-form {
    position: relative;
    /*border: 2px solid #e1e1e1;
    border-radius: 15px;*/
    padding: 20px;
}

h2 {
    font-size: 24px;
    margin-top: 40px;
}

.form-control {
    display: inline-block;
    width: 95%;
    height: auto;
    margin-bottom: 5px;
    margin-top:5px;
    padding: 5px 0;
    font-size: 16px;
    line-height: normal;
    border: none;
    vertical-align: middle;
}

.input-username {
    margin-top: 40px;
    border-bottom: thin solid #bdbec1;
}

.input-email {
    margin-top: 20px;
    border-bottom: thin solid #bdbec1;
}

.input-password {
    margin-top: 40px;
    border-bottom: 1px solid #bdbec1;
}

    .input-username img,
    .input-email img,
    .input-password img,
    .input-pwd-reset img {
        height: 15px;
        vertical-align: middle;
        padding-bottom: 5px;
    }

.input-pwd-reset {
    margin-top: 5px;
    border-bottom: thin solid #bdbec1;
    border-top: thin solid #bdbec1;
}

.sms-info-message {
    margin-top: 20px;
}

.sms-img {
    width: 40px;
    vertical-align: middle;
}

.sms-msg {
    font-size: 16px;
    font-weight:bold;
    margin-left:10px;
}

.input-verification-code {
    margin-top: 20px;
    border-bottom: thin solid #bdbec1;
    border-top: thin solid #bdbec1;
}

.input-verification-code img {
    height: 15px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.resend-code-button {
    text-align: right;
    margin-top: 10px;

}

.bold {
    font-weight:bold;
}

.conf-img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.conf-txt-1 {
    font-size: 18px;
    font-weight:bold;
    vertical-align: middle;
    margin-left: 5px;
}

.conf-txt-2 {
    font-size: 16px;
    margin-top:10px;
}

.email-img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.email-txt-1 {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
    color:#005569;
}

.email-txt-2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.submit-button {
    margin-top: 40px;
}

    .submit-button input {
        width: 100px;
    }

        .submit-button input:focus {
            outline: none;
        }

.login-error-messages {
    padding: 10px 0px;
}

    .login-error-messages span {
        display: block;
        line-height: 23px;
        color:#000000;
    }

.msie-container {
    width: 310px;
    margin: 0 auto;
    margin-top: 50px;
}

    .msie-container img {
        height: 80px;
        vertical-align: middle;
    }

    .msie-container h1 {
        display: inline-block;
        color: #000;
        font-size: 20px;
        vertical-align: middle;
    }

    .msie-container p {
        color: #464646;
        font-size: 16px;
        margin-top: 10px;
        padding-left: 10px;
    }

p {
    color: #000000;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.new-pwd-txt {
    display: inline-block;
    width: 93%;
    vertical-align: middle;
}

.new-pwd-img {
    width: 25px;
    vertical-align: middle;
    cursor:pointer;
}

/***************************
 * "OK" popup dialogue box *
 ***************************/

.ok-dialogue-container {
    z-index: 9;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ok-dialogue {
    border-radius: 5px;
    z-index: 9;
    background-color: #005569;
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    color: #fff;
}

    .ok-dialogue h2 {
        border-radius: 5px;
        font-size: 14px;
        padding: 5px;
        line-height: normal;
        margin-top: 0;
    }

    .ok-dialogue .background {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 2px;
        color: #000;
        font-size: 12px;
        padding: 10px 5px;
        margin: 3px;
    }

    .ok-dialogue .message {
        line-height: normal;
        font-size: 14px;
        font-weight: bold;
        overflow-wrap: break-word;
        word-wrap: break-word;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .ok-dialogue .ok {
        margin-top: 5px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        padding: 5px 10px 5px;
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
        background-color: #005569;
        color: #fff;
        width: 50px;
        margin: 0 10px;
    }

.form-checkbox {
    text-align: left;
    margin-top: 15px;
}

/****************************************
 * ************************************ *
 * * Create & Style a Custom Checkbox * *
 * ************************************ *
 ****************************************/
.send-name {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.checkbox {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    line-height: normal;
}

    .checkbox.disabled {
        pointer-events: none;
        opacity: 0.6;
    }

    /***************************************
 * Hide the browser's default checkbox *
 ***************************************/
    .checkbox input {
        display: none;
    }

    .checkbox .name {
        width: 100px;
        display: inline-block;
    }

/****************************
 * Create a custom checkbox *
 ****************************/
.checkmark {
    /* float: right; */
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px inset silver;
    border-radius: 3px;
    position: relative;
    /* margin-top: 6px; */
    display: inline-block;
    vertical-align: middle;
}

/*****************************************
 * On mouse-over, add a background color *
 *****************************************/
.checkbox:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/*******************************************************
 * When the checkbox is checked, add a blue background *
 *******************************************************/
.checkbox input:checked ~ .checkmark {
    background-color: #1577da;
}

    /***********************************
 * Show the checkmark when checked *
 ***********************************/
    .checkbox input:checked ~ .checkmark:after {
        display: block;
    }

/**********************************************************************
 *Create the checkmark/indicator (hidden when not checked) & Style it *
 **********************************************************************/
.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/**************************** 
 * Responsive Media Queries *
 ****************************/

.rwd-padding {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 959px) {
}

/**************************************************************
 * iPhone 6/7/8 plus Landscape - Screen widths 736px to 767px *
 **************************************************************/

@media only screen and (max-width: 767px) {

    .rwd-padding {
        padding-left: 5px;
        padding-right: 5px;
    }

    .login-container {
        padding: 20px 0;
    }
}

/*********************************************************
 * iPhone 6/7/8 Landscape - Screen widths 667px to 735px *
 *********************************************************/

@media only screen and (max-width: 735px) {
}

/*****************************************************************
 * Samsung S4 & S5 Mini Landscape - Screen widths 640px to 666px *
 *****************************************************************/

@media only screen and (max-width: 666px) {
}

/*****************************************************
 * iPhone 5 Landscape - Screen widths 568px to 639px *
 *****************************************************/

@media only screen and (max-width: 639px) {
}

/***********************************************************
 * Samsung S3 Mini Lanscape - Screen widths 533px to 567px *
 ***********************************************************/

@media only screen and (max-width: 567px) {
}

/****************************************************
 * iPhone 4 Lanscape - Screen widths 480px to 532px *
 ****************************************************/

@media only screen and (max-width: 532px) {
}

/*************************************************************
 * iPhone 6/7/8 plus Protrait - Screen widths 414px to 479px *
 *************************************************************/

@media only screen and (max-width: 479px) {

    .login-container {
        width: auto;
    }

    .form-control {
        width: 94%;
    }

    h2 {
        margin-top: 0px;
    }

    .msie-container {
        width: auto;
    }
}

/*******************************************************************
 * iPhone 6/7/8 & iPhone X protrait - Screen widths 375px to 413px *
 *******************************************************************/

@media only screen and (max-width: 413px) {

    .form-control {
        font-size: 14px;
    }
}

/****************************************************************
 * Samsung S4 & S5 Mini Protrait - Screen widths 360px to 374px *
 ****************************************************************/

@media only screen and (max-width: 374px) {

    .form-control {
        width: 92%;
    }
}

/************************************************************************
 * iPhone 4/5 & Samsung S3 Mini Protrait - Screen widths 320px to 359px *
 ************************************************************************/

@media only screen and (max-width: 359px) {
}



/************************************************************************
 * Ylem Styles *
 ************************************************************************/

body.--ylem{
    background-color: #e2e2e8;
    height: 100vh;
}

body.--ylem .loginpage{
    height: 100%;
}

.--ylem.container_12{
    height: 100%;
    display: flex;
    align-items: center;
}

.--ylem #htmlheader,
.--ylem #htmlfooter{
    display: none;
}

.--ylem .login-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
    min-height: 600px;
}

.--ylem .login-form{
    background-color: #fff;
    width: 60%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ylem--login-logo{
    display: none;
}

.--ylem .ylem--login-logo{
    width: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
}

.ylem--login-logo img{
    width: 100%;
}

.ylem--signin{
    display: none;
}

.--ylem .login-form h2{
    display: none;
}

.--ylem .login-form .ylem--signin{
    display: block;
    color: #2a385d;
    margin: 0 0 20px;
}

.--ylem .form-control {
    width: 94%;
    display: block;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 3%;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    border: none;
    vertical-align: middle;
    background-color: #f0f0f2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #2a385d;
    font-family: inherit;
    font-weight: 400;
}

.--ylem .input-username,
.--ylem .input-password,
.--ylem .input-email{
    border: none;
    margin: 0 0 30px;
}

.--ylem .input-username img,
.--ylem .input-password img,
.--ylem .input-email img{
    display: none;
}

.--ylem .submit-button{
    display: block;
}

.ylem-login-button{
    display: none;
}

.--ylem .ylem-login-button{
    display: none;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #c47944;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.ylem--login-right{
    background-color: #fff;
    background-image: url('/Images/EnergyDashboard/ylem-login.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 57%;
    width: 40%;
    overflow: hidden;
}

.ylem--login-right-inner{
    -webkit-transform: translateY(-8%);
    -moz-transform: translateY(-8%);
    transform: translateY(-8%);
    height: 120%;
    width: 100%;
    -webkit-box-shadow: inset 10px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 10px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: inset 10px 0px 30px 0px rgba(0,0,0,0.2);
}

.--ylem .forgot-password{
    color: #c47944;
}

.--ylem .login-error-messages span{
   color: #842029;
   font-weight: 700;
}

.ylem--login-copyright{
    display: none;
}

.--ylem .ylem--login-copyright{
    display: block;
    text-align: center;
    color: #2a385d;
    margin-top: 20px;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    body.--ylem{
    background-color: #fff;
    height: auto;
    min-height: 100vh;
}
    .--ylem .login-container{
        display: block;
        min-height: auto;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .--ylem .login-form {
        display: block;
        width: 100%;
     }

    .--ylem .login-form .ylem--signin{
        padding-top: 40px;
        font-size: 20px;
    }

    .ylem--login-right{
        height: 150px;
        width: 100%;
        background-size: contain;
        background-position: center center;
    }
    .ylem--login-right-inner{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

}
