﻿
body.login {
    height: 100%;
    display: -ms-flexbox !important;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center;
    background-color: #ffffff;
}

.divFundo {
    width:100%;
    height:280px;
    position:fixed;
    background: #006C89;
    background: linear-gradient(0deg, #006C89, #FFFFFF);
    bottom:0;
    z-index:-1;
}

.form-signin {
    width: 100%;
    margin: auto;
}

.container{
    margin-top:50px;
}

.headerPage {
    margin-bottom:-9px;
    border-bottom: solid 9px #006C89 !important;
}

.panel.panel-login.nst-Panel {
    margin: 10px 10px 0 10px;
    border: 1px solid #006C89;
    padding: 10px 0px 0px 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-color: #006C89;
    border-right-color: #006C89;
    border-bottom-color: #006C89;
    border-left-color: #006C89;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    max-width: 500px;
    background-color:#ffffff;
}

.form-control.nst-TextBox {
    border: 1px solid #006C89;
    font-size: 8pt;
    font-family: Tahoma;
    padding: .375rem .75rem;
}

.form-control.nst-DropDownList {
    border: 1px solid #006C89;
    font-size: 8pt;
    font-family: Tahoma;
    height: 30px !important;
}

select:focus.form-control.nst-DropDownList {
    border-color: rgba(0, 108, 137, 0.25) !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 108, 137, 0.25) !important;
}

textarea:focus.form-control.nst-TextBox,
input[type="text"]:focus.form-control.nst-TextBox,
input[type="password"]:focus.form-control.nst-TextBox {
    border-color: rgba(0, 108, 137, 0.25);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 108, 137, 0.25);
}

label.active, span.active {
    color: #006C89;
    font-weight: 600;
}

.link-login.nst-linkLogin,
.link-login.nst-linkLogin:hover,
.link-login.nst-linkLogin:visited {
    cursor: pointer;
    color: #006C89 !important;
    font-weight: 600 !important;
    font-size: 12px;
}

.link-login.nst-linkLogin:hover
{
   text-decoration:underline !important;
}

.label-login.nst-labelLogin {
    color: #808080 !important;
}
.label-login-cinza.nst-labelLogin {
    color: #868686 !important;
}

.kd-button {
    border: 1px solid #006C89 !important;
    background-color: #006C89 !important;
}

    .kd-button:hover {
        border: 1px solid #006C89 !important;
        background-color: #ED3237 !important;
    }

    .kd-button.disabled,
    .kd-button.disabled:hover,
    .kd-button.disabled:visited {
        background: #9b9999 !important;
        color: #808080 !important;
    }


/*novo*/
/*link a partir de um button, limitação para desabilitar linkbutton*/
.link_reenviar {
    background: none;
    border: none;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #006C89;
    font-weight: 600;
    font-size: 12px;
}

    .link_reenviar.disabled,
    .link_reenviar.disabled:hover,
    .link_reenviar.disabled:visited {
        text-decoration: none;
        color: #868686;
        font-weight: 500;
        cursor: default;
    }

/*painel do título (SE QUISEREM TROCAR DE COR)
.panel-heading .nst-pageTitleLogin,
#divTituloExterno .nst-pageTitleLogin {
    color: #2e6ec4;
}
*/

.painel-acesso {
    padding-top: 20px;
}