﻿body, form, html{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: .88em;
    width: 100%;
    height: 100%
}

/*Adicionado no novo layout do login*/
.body-nl 
{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-nl-image {
    background-image: url('../../Styles/imagem-login-min.jpg');
}

.body-nl-image-custom {
    background-image: url('../../Styles/imagem-login-cliente.jpg');
}

/*Adicionado no novo layout do login*/
td, th {
    padding: 0 !important;
}

/*Adicionado no novo layout do login*/
tr {
    border-bottom: 0 !important;
}

.login-form-ui, .esqueceu-form-ui, .alterar-senha-wrapper 
{
    width: 100%;
}

.esqueceu-form-ui 
{
    display: none;
}

.login-titulo-ui
{
    text-align:center;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    font-family: Verdana !important;
    font-size: 1.3em;
    font-weight: lighter;        
}

.esqueceu-titulo-ui
{
    text-align:center;
    margin: 0px;   
    font-family: Verdana !important;    
    font-weight: lighter;            
    font-size: 14px;
    color: black !important;
}

.login-cabecalho-ui
{    
    height: 80px;
    padding:30px 0px;
    overflow:visible;
    text-align: center;
}

.logo
{
    height:100%; 
}

.login-table
{
    padding-right:10px; 
    padding-left:10px;
}

.login-entrar-ui
{
    height:28px;    
    padding: 15px;    
}

.login-entrar-btn-ui
{
    width:80px;
    float: right;    
    right: 0px;    
}

.erro-ui, .msg-ui 
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #FFE7A2;
    border: 1px solid Orange;
    padding: 25px;
    display: none;
}

.erro-ui
{    
    color:Red;
	font-weight:bold;
}

.erro-ui div.ui-icon-closethick, .msg-ui div.ui-icon-closethick
{
    float:right;  
    cursor:pointer;  
}

.ui-icon-closethick 
{
    background-position: -96px -128px;
}

/*a imagem é a mesma em todos os temas*/
.ui-icon 
{
    width: 16px;
    height: 16px;
    background-image: url(../Blue/images/ui-icons_f9bd01_256x240.png);
}

.msg-ui
{
    color:Blue;
    font-weight:normal;
}

.link-ui
{
    text-decoration: none;
}

.link-ui:hover
{
    text-decoration: underline;
}

.esqueceu-btns-ui
{
    float:right;
}

.header-login
{
    height:100px
}

.titulo
{
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 30px 0px 0px 30px!important;
    position:absolute
}

.linkHeader
{
  text-decoration: none;
  color: #fff;
  float: right;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 14px;
  position: fixed;
  top: 0px;
  right: 0px;  
}

.linkHeader:hover
{
  text-decoration :underline;
}

.formLogin input[type="text"], .formLogin input[type="password"] {
    font-size: 15px !important;
    font-family: Verdana;
    padding-left: 8px;
    width: 250px;
    border: 1px solid #bbb;
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

.mensagemOpcional{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    margin: auto;
    max-width: 600px;
}

.formLogin 
{
    width: 300px;
    padding: 10px;
    margin: auto;
}

.btnLogin 
{
    height: 35px;
    width: 125px;
    font-size: 15px !important;
}

.wrapper
{
    min-height: 100%;
    position: relative;
}

.content-login {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
}


.footer {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

#divInicializacao {
    display: inline-block;
}

.inicializacao {
    padding-top: 150px;
    max-width: 300px;
    display: table;
}

.inicializacao div {
    display: table-cell;
}

.processando {
    top: 60px !important;
}

.lblMensagem {
    padding: 0px !important;
}

.tooltip {
    background-color: #FFE7A2;
    border: 1px solid Orange;
    max-width: 200px;
    padding: 4px;
}

.tooltipHelp {
    max-width: 550px;
    padding: 4px;
    position: absolute;
    display: none;
    z-index: 9999999;
}

.tooltipBackground {
    background-color: #FFE7A2;
    border: 0px none #000000;
}

.inputCaptcha input {
    width: 241px !important;
}

.inputCaptcha td {
    padding-left: 4px !important;
    padding-right: 5px !important;
}

.buttonPopup, .buttonPopup:hover {
    padding: 0px;
}

/*#region novo layout*/

.erro-ui a {
    color: red !important;
}

.footer-nl {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: white;
}

.mensagemOpcional-nl, .inicia-aplicacao {
    font-size: 20px !important;
    position: fixed;
    padding-bottom: 30px;
    color: #757575;
}

.mensagem-altera-senha{
    font-size: 20px !important;
    position: fixed;
    color: #757575;
    margin-bottom: 40px !important;
}

.content-login-nl {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#captcha input[type=text]:focus {
    outline: none !important;
    font-family: Verdana !important;
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 black !important;
    font-size: 15px !important;
    color: black !important;
}

.captcha-button a {
    color: black !important;
}

.botao-input {
    padding: 0px !important;
}

.botao-input > input {
    color: #fff;
    width: 100%; /*para funcionar o click em todo o button*/
    cursor: pointer;
}

.botao {
    text-transform: none !important;
    border-radius: 10px !important;
    width: 100%;
    height: 70px !important;
    margin-top: 25px !important;
    font-size: 25px !important;
    line-height: 70px !important;
}

.botao > input {
    padding: 20px 0px;
}

botao-menor {
    text-transform: none !important;
    border-radius: 10px !important;
    width: 80% !important;
    height: 60px !important;
    margin-top: 25px !important;
    font-size: 23px !important;
    line-height: 60px !important;
    align-content: center !important;
}

.centraliza {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.botao-esqueceu {
    text-transform: capitalize !important;
    text-align: center !important;
    border-radius: 10px !important;
    width: 48% !important;
    margin-top: 15px !important;
    font-size: 15px !important;
}

.botao-esqueceu > input {
    padding: 18px 0px;
}

.logo-mercanet-personalizado{
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.esqueceu-senha, .esqueceu-senha:hover, .esqueceu-senha:visited, .captcha-link, .quero-me-cadastrar > span > a, #Captcha_RTS {
    text-decoration-color: none;
    color: #424242;
    text-decoration: none;
}

.texto-login-provedores {
    text-align: center;
    margin-top: 10px;
}
.texto-login-provedores > label {
    color: #424242;
    font-size: 1rem;
}

.botao-provedor {
    margin-top: 10px !important;
}

#botoesProvedores {
    margin-bottom: 25px;
}

.quero-me-cadastrar {
    text-align: center;
}

    .quero-me-cadastrar > a {
        width: 100%;
        border-radius: 10px !important;
        background-color: #fff !important;
        text-transform: none;
        color: #424242;
    }

input::-webkit-input-placeholder {
    color: #616161 !important;
    background-color: transparent !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #616161 !important;
    background-color: transparent !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #616161 !important;
    background-color: transparent !important;
}

input:-ms-input-placeholder {
    background-color: transparent !important;
    color: #616161 !important;
}

/*dev-express - Ver outro código - Captcha*/
.dxcaRefreshButtonCell_Aqua {
    font-size:15px;
    text-align: center !important;
}

.linha-sem-borda tr 
{
    border: none !important;
}

/* Materialise*/

.input-field label {
    color: #424242 !important;
    font-family: Verdana !important;
    font-size: 20px !important;
}

/* Materialise*/
.input-field input[type=text]:focus, .input-field input[type=password]:focus {
    outline: none !important;
    font-family: Verdana !important;
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 black !important;
    font-size: 15px !important;
    color: black !important;
    background-color: transparent !important;
}

/* Materialise*/
.input-field input[type=text].valid, .input-field input[type=password].valid{
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 black !important;
    font-size: 15px !important;
    background-color: transparent !important;
}

/* Remove a cor feia do chrome no auto completar dados salvos. No firefox ja eh transparente por padrão.*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected 
{
    transition: background-color 5000s ease-in-out 0s !important;
}

.usuario-altera-senha {
    font-size: 20px !important;
}

/*#endregion*/

/* Password Visibility */
span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    color: black;
}
