@font-face {
    font-family: "Roboto";
    src: url("../../Fonts/Roboto-Regular_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../../Fonts/Roboto-Regular_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../../Fonts/Roboto-Light_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../../Fonts/Roboto-Bold_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../../Fonts/Roboto-Medium_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Fonts/SourceSansPro-Regular_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Source Sans Pro-Regular";
    src: url("../../Fonts/SourceSansPro-Regular_2531138668GP8550202404111446.ttf")
}

@font-face {
    font-family: "Source Sans Pro-Light";
    src: url("../../Fonts/sourcesanspro-light_2531138668GP8550202404111446.woff")
}

@font-face {
    font-family: "Source Sans Pro-Bold";
    src: url("../../Fonts/SourceSansPro-Bold_2531138668GP8550202404111446.ttf")
}

.login {
    table-layout: fixed;
    background-image: url('../../Images/Login/login_cma_all_2531138668GP8550202404111446.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

body {
    background-color: #EDEDED;
}

#Container {
    background-color: #EDEDED;
}

#lblAskQuestion,
#lblAltereSenha,
#lblQuestion {
    color: #FFF;
}

#divTop,
#divInputs,
#divVirtualPad,
#divRodape {
    background: none;
}

#divInputs {
    height: 110px;
    margin-top: 20px;
}

#divTop {
    height: 70px;
}

#divTop .container {
    background-color: #2A2A2A;
    width: 100%;
    height: 100%;
}

#divTop .container #imgLogo {
    margin-top: 27px;
}

#divVirtualPad {
    margin-top: 15px;
    height: 300px;
}

#divRodape {
    height: 168px;
    background-color: #EDEDED;
    color: #292929;
    margin-top: 10px;
}

#divRodape div.container {
    width: 809px;
    text-align: center;
}

#pInfo {
    color: #292929;
    width: 809px;
    font-size: 12px;
}

#divLossPass {
    height: 30px;
    width: 180px;
}

#divLossPass:hover {
    height: 30px;
    width: 180px;
    background-image: url('../../Images/Login/btn_esqueci_2531138668GP8550202404111446.png');
}

.logosFooterContent {
    height: 55px;
    margin-top: 20px;
}

#imgLogos {
    padding-top: 0;
}

#imgLogo {
    margin: 50px 0 0 0;
}

#divError {
    background: #FF7F41;
    height: 24px;
    color: #292929;
    position: absolute;
    top: 70px;
    font-family: "Source Sans Pro";
}

#divError #pError {
    font-size: 12px;
    font-weight: bold;
}

#lblUsuario span,
#lblSenha span,
#passExpired span,
#passExpiredConfirm span {
    width: 90px;
    display: none;
    background: #dae3e8;
    height: 30px;
    padding: 9px 0;
    box-sizing: border-box;
    color: #929799;
    text-transform: uppercase;
    text-align: center;
    padding-right: 5px;
    min-width: 90px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

#passExpired span,
#passExpiredConfirm span {
    min-width: 110px;
}


#txtLogin,
#txtPassword,
#newPassword,
#newPasswordConfirm {
    margin-left: 0;
    height: 28px;
    outline: none;
    border: none;
    min-width: 326px;
    background: none;
    border-bottom: solid 2px #2A2A2A;
    color: #292929;
    font-size: 16px;
}

#lblUsuario,
#lblSenha {
    padding: 0;
    margin: 10px auto 0 auto;
}

#lblUsuario.inputIE,
#lblSenha.inputIE {
    width: 330px;
    position: relative;
    margin: 10px auto 0 auto;
    padding: 0;
}

#lblUsuario.inputIE::before {
    content: "código";
    color: #292929;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

#lblSenha.inputIE::before {
    content: "senha";
    color: #292929;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

#divdontHavePass {
    color: #292929 !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #292929;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #292929;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #292929;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #292929;
}

.divsending {
    color: #333333;
    width: 200px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 13px;
    background-color: #CCCCCC;
    border-bottom: solid 1px #333333;
    border-right: solid 1px #333333;
    border-left: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    padding-top: 10px;
    margin-top: 50px;
    margin-left: 200px;
}

#content {
    width: 273px;
    height: 90px;
    border: 1px solid #F2F2F2;
    margin: 20px;
    padding: 7px;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    left: 5px;
    position: relative;
}

#content label {
    float: left;
    width: 100%;
    padding: 3px;
    margin: 0px;
    _margin: -3px;
    color: #333333;
}

#content label input {
    float: right;
    width: 140px;
    _margin-top: -5px
}

#content div label {
    float: left;
    width: 100%;
    padding: 2px;
}

#content img {
    cursor: pointer;
}

#lblResponse input {
    clear: both;
}

#lblErro {
    font-family: Verdana;
    font-size: 10px;
    color: Red;
    text-align: center;
    position: relative;
}

.s2-alert-browser-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
}

.s2-alert-browser {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 360px;
    margin-left: -250px;
    margin-top: -180px;
}

.s2-alert-browser-full {
    background: url(../../Images/Login/warning_bg_2531138668GP8550202404111446.png) center no-repeat;
}


.s2-alert-browser .s2-alert-browser-text {
    display: none;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #FFFFCC;
}

.s2-alert-browser .s2-alert-browser-inner .s2-alert-browser-inner-text {
    position: absolute;
    top: 90px;
    left: 50px;
    right: 50px;
    text-align: left;
    font-family: Trebuchet MS;
    font-size: 14px;
}

.s2-alert-browser span:hover {
    text-decoration: underline;
}

.s2-alert-browser .s2-alert-browser-navigators {
    margin-top: 160px;
    text-align: center;
}

.s2-alert-browser .s2-alert-browser-navigators a {
    display: inline-block;
    margin: 15px;
    width: 80px;
    height: 120px;
    overflow: hidden;
    border: none;
    text-decoration: none;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-chrome {
    background: url(../../Images/Login/chrome_ico_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-chrome:hover {
    background: url(../../Images/Login/chrome_ico_press_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-firefox {
    background: url(../../Images/Login/firefox_ico_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-firefox:hover {
    background: url(../../Images/Login/firefox_ico_press_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-ie {
    background: url(../../Images/Login/ie9_ico_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-ie:hover {
    background: url(../../Images/Login/ie9_ico_press_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-safari {
    background: url(../../Images/Login/safari_ico_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser .s2-alert-browser-navigators a.navigator-safari:hover {
    background: url(../../Images/Login/safari_ico_press_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-browser-icon-alert {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -34px;
    width: 67px;
    height: 71px;
    background: url(../../Images/Login/exclamacao_ico_2531138668GP8550202404111446.png) center no-repeat;
}

.s2-alert-browser-close {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 87px;
    height: 31px;
    margin-left: -44px;
    cursor: pointer;
    background: url(../../Images/Login/ok_btn_2531138668GP8550202404111446.png) center no-repeat;
}

.ui-tooltip {
    background: #FFFF99;
    border: 1px solid #B20000;
    width: 250px;
    padding: 10px 20px;
    color: #B20000;
    border-radius: 10px;
    box-shadow: 0 0 7px black;
    font-family: Trebuchet MS;
}

.virtualPadMove {
    border: none;
}

.loadingLoginPage{
    background-color: #2A2A2A;
}
