﻿* {
    font: 11px 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
}

html, body {
    width: 100%;
}


/* SKIN WHITE */
body {
    background: url(../img/bg-virtual-login.jpg) center no-repeat fixed;
    background-size: cover;
    font-family: 'Open Sans';
}

/* SKIN BLACK */

/*body { background: url(../img/bg-virtual-login-black.jpg) center no-repeat fixed; font-family: 'Open Sans'; }*/

label {
    display: inherit ;
    margin-bottom: inherit;
    font-weight: inherit;
    margin-left:inherit;
    padding :0px;
    margin :0px;
    text-align :left; 

}

.login_bg {
    position: relative;
    overflow: hidden;
    width: 340px;
    margin: 30px auto 20px auto;
    padding: 10px;
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.14);
}

    .login_bg h1 {
        padding: 10px;
        font-size: 26px;
        color: #666;
        font-weight: 400;
    }

.login_title {
    height: 22px;
    width: 244px;
    background-image: url(../img/sistema.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
}

.login_versao {
    height: 30px;
    width: 95%;
    color: #999;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
    float: left;
    font-size: 12px;
}

.versao {
    color: #f90;
}

.login_div_aux {
    width: 310px;
    margin: 0 auto;
    margin-top: 10px;
}

.login_logo {
    height: 35px;
    width: 127px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    background-image: url(../img/logo-sistema-login.png);
    background-repeat: no-repeat;
}



.login_direitos {
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    color: #666;
    display: block;
}

.login_textbox {
    color: #666;
    width: 92%;
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
}

/* FABIO */


.logo-login {
    display: block;
    margin: 4.5% auto 20px auto;
}



.bt,
.botao {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border: 0 none;
    font-family: 'Open Sans Semibold', Helvetica, Verdana, Arial, Tahoma, sans-serif;
    color: #fff;
    background-color: #f90;
    padding: 11px 15px;
    font-size: 14px;
    margin-top: 10px;
}

    .bt:hover,
    .botao:hover {
        color: #fff;
        background-color: #555;
        cursor: pointer;
    }


.only-ie {
    display: none;
}

.text-right {
    text-align: right;
}


.form-erro {
    background: #F5E6EC;
    padding: 10px;
    border: 1px solid #EFD6E0;
    color: #666;
    margin-bottom: 10px;
    margin-top: -20px;
}

    .form-erro i {
        color: #E4BACB;
        font-size: 16px;
        vertical-align: -3px;
        margin-right: 10px;
    }



.pnlform {
    border: 1px solid #ddd;
    margin: 0 auto;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.14);
    padding: 10px 10px 20px 10px;
    width: 340px !important;
}

    .pnlform h3 {
        font-size: 18px;
        color: #666;
        font-family: 'Open Sans Semibold';
        margin-bottom: 25px;
    }

    .pnlform .txt-change {
        width: 94%;
        font-size: 14px;
        color: #666;
        font-family: 'Open Sans';
        border: 1px solid #ccc;
        padding: 8px;
        margin-bottom: 8px;
    }

    .pnlform .botao {
        font-size: 14px;
        padding: 10px;
    }

    .pnlform .bt-container {
        text-align: right;
    }

    .pnlform label {
        font-size: 12px;
        margin-bottom: 5px;
        color: #999;
        text-transform: uppercase;
        display: block;
    }

    .pnlform.changepass {
        background: #f5f5f5;
    }

#pnltogglelogin {
    overflow: hidden;
    width: 100%;
}



input[type=text]:focus,
input[type=password]:focus {
    outline: 2px solid rgba(0,0,0,0.15) !important;
}

.login-first {
    margin-top: 40px !Important;
}

.login_aviso {
    height: auto;
    width: 94%;
    clear: both;
    margin: 40px auto 12px auto;
    text-align: center;
    font-size: 10px;
    color: #999;
}

#LabelTlogin{
    text-align: center;
    margin-top: 15px;
    display: block;
}


/*SETAS APONTANDO PARA O box*/

/*.pnlchangepass::after {
    top: 77px;
    left: -15px;
    bottom: auto;
    border-width: 15px 15px 15px 0px;
    border-color: transparent #ffffff;
 
        content: "";
    position: absolute;
     border-style: solid;
     display: block;
    width: 0px; z-index: 500;
}.pnlchangepass::before {
    top: 77px;
    left: -16px;
    bottom: auto;
    border-width: 15px 15px 15px 0px;
    border-color: transparent #ccc;
 
        content: "";
    position: absolute;
     border-style: solid;
     display: block;
    width: 0px;
    z-index: 499;
}*/



.warn {
    width: auto;
    height: auto;
    margin: 10px 0;
    border: 1px solid #ccc;
    background: #eee;
    padding: 10px;
    font-size: 11px;
}



    .warn h2 {
        background: transparent;
        font-size: 12px;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 0;
    }

        .warn h2 i {
            float: left;
            margin-right: 10px;
        }

    .warn ul li {
        list-style-type: square;
        margin-left: 15px;
    }

    .warn.error {
        border: 1px solid #DEB7B7;
        background: #F3DDDD;
    }

        .warn.error i {
            font-size: 16px;
            color: #df6e6e;
        }

    .warn.success {
        border: 1px solid #B0CE94 !important;
        background: #f0f6ec !important;
    }

        .warn.success i {
            font-size: 16px;
            color: #87b65a;
        }

    .warn.msg {
        border: 1px solid #EEDC94;
        background: #fff9d7;
    }

        .warn.msg i {
            font-size: 16px;
            color: #d2b43a;
        }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

 .modal {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #FFF;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    height: 22px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    background-color :#fff;
    padding: 20px;
    overflow: auto;
    overflow-y: auto;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    height: 25px;
    padding-top: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 11px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    content: " ";
    display: table;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}
