﻿html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666666;
    background-color: #FFFFFF;
    background-image: url(Images/logoERMES.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    letter-spacing: 1px;
}

form {
    height: 100%;
}

.bigContent {
    min-width: 768px;
    height: 100%;
}

.headerLogoLogin {
    width: 325px;
    height: 87px;
    background: #FFFFFF;
    overflow: hidden;
    text-align: center;
}

.headerLogoLogin2 {
    width: 510px;
    height: 87px;
    background: #FFFFFF;
    overflow: hidden;
    text-align: center;
}

.headerLogo {
    width: 242px;
    height: 87px;
    background: #FFFFFF;
    float: left;
    overflow: hidden;
}

.backgroundCustom {
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    overflow: hidden;
}

.backgroundColor {
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    overflow: hidden;
}

.background {
    min-height: 100%;
    background-image: url(Images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
}

.content {
    padding: 10px;
    overflow: auto;
}

.contentError {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow: auto;
}

.footer {
    position: fixed;
    bottom: 0px;
    color: #FFFFFF;
    font-size: 15px;
    background: rgba(12, 78, 146, 0.5);
    width: 100%;
    padding: 10px;
}

    .footer a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .footer a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

.graySmallLabel {
    color: #CCCCCC;
    font-size: 13px;
}

.titleContentBottomLogin {
    font-size: 13px;
    padding: 26px 12px 10px 0px;
    float: right;
}

.title {
    float: left;
}

.buttonsContent {
    float: right;
}

    .buttonsContent a {
        color: #079547;
        text-decoration: none;
    }

        .buttonsContent a:hover {
            color: #079547;
            text-decoration: none;
        }

.sectionViewFieldsLogin {
    padding: 10px;
    float: left;
}

.sectionViewFieldsGasPower {
    padding: 30px;
    float: left;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    width: 450px;
}

    .sectionViewFieldsGasPower .gas a {
        color: #4D79A1;
        text-decoration: none;
    }

    .sectionViewFieldsGasPower .power a {
        color: #079547;
        text-decoration: none;
    }

    .sectionViewFieldsGasPower .gas a:hover {
        color: #079547;
        text-decoration: none;
    }

    .sectionViewFieldsGasPower .power a:hover {
        color: #4D79A1;
        text-decoration: none;
    }

.loginBackgroundContent {
    padding: 250px 0px 240px 0px;
}

.loginBackground {
    width: 325px;
    margin: 0px auto 0px auto;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px #D8D8D8;
    border-radius: 10px;
    overflow: auto;
}

.loginBackground2 {
    width: 510px;
    margin: 0px auto 0px auto;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px #D8D8D8;
    border-radius: 10px;
    overflow: auto;
}

.loginField {
    height: 18px;
    overflow: hidden;
    width: 240px;
    padding: 4px 0px 4px 0px;
}

.loginLeftLabel {
    clear: left;
    float: left;
    width: 85px;
}

.loginLabelContent {
    line-height: 18px;
    vertical-align: top;
    display: inline-block;
}

.loginMessage {
    color: #DE242A;
}

.logoutMessage {
    text-align: center;
    margin: 20px 0px 0px 50px;
    color: #246321;
    font-weight: bold;
}

.userNotEnabledMessage {
    text-align: center;
    margin: 20px 0px 0px 0px;
    color: #DE242A;
    font-weight: bold;
}

.errorContent {
    color: #DE242A;
    padding: 10px 10px 6px 10px;
    background: #FFEDE4;
    border: solid 1px #DE242A;
}

.errorBackground {
    margin: 0px auto 0px auto;
    padding-bottom: 10px;
}

.errorTitle {
    padding-bottom: 4px;
    font-weight: bold;
}

.errorMessage {
    padding-bottom: 4px;
}

.warningContent {
    color: #d2a700;
    padding: 10px 10px 6px 10px;
    background: #fff8ec;
    border: solid 1px #d2a700;
}

.warningBackground {
    margin: 0px auto 0px auto;
    padding-bottom: 10px;
}

.warningTitle {
    padding-bottom: 4px;
    font-weight: bold;
}

.warningMessage {
    padding-bottom: 4px;
}