﻿.divbtn {
    width: 176px;
    font-size: 24px;
    vertical-align: middle;
}

    .divbtn input {
        font-family: 'Eras ITC';
        background-color: rgba(255, 255, 255, 0);
        background-image: url("../Dados/IMG/mini_btn.png");
        background-repeat: no-repeat;
        border: 0 none;
        height: 34px;
        margin-bottom: 2px;
        margin-right: 4px;
        margin-top: 4px;
        width: 50px;
    }

        .divbtn input:hover {
            font-family: 'Eras ITC';
            color: white;
            background-color: rgba(255, 255, 255, 0);
            background-image: url("../Dados/IMG/mini_btn_over.png");
            background-repeat: no-repeat;
            border: 0 none;
            height: 34px;
            margin-bottom: 2px;
            margin-right: 4px;
            margin-top: 4px;
            width: 50px;
            cursor: pointer;
        }

.btn {
    margin-left: 0px;
}

.btnOK {
    text-align: center;
    font-family: 'Eras ITC';
    font-style: oblique;
    border: 1px solid #1F2E50;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
    position: relative;
    width: 172px;
    color: #1F2E50;
    background-color: white;
}

    .btnOK:hover {
        color: #539AA3;
        background-color: #1F2E50;
        cursor: pointer;
    }

.captcha {
    background-image: url("../Dados/IMG/captcha_fundo.png");
    background-repeat: no-repeat;
    color: red;
    height: 139px;
    left: 17px;
    padding: 5px;
    position: absolute;
    top: -124px;
    width: 230px;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.captchaContainer {
    position: relative;
    z-index: 4;
}

.X {
    height: 27px;
}

.VirtualKey {
    display: block;
    height: 20px;
    position: absolute;
    right: 50px;
    text-align: right;
    top: -18px;
    width: 141px;
}

.VirtualKeyimg {
    display: block;
    position: absolute;
    right: 12px;
    text-align: right;
    top: -18px;
}

.bgCaptcha {
    background-color: white;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

.bg {
    background-color: firebrick;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.imgClass {
    border: 1px solid #1F2E50;
    border-color: #1F2E50;
    border-width: thin;
    height: 34px;
    position: relative;
    width: 128px;
}

.btnReload {
    background-color: transparent;
    background-image: url("../Dados/IMG/btn_reload_captcha.png");
    background-repeat: no-repeat;
    border-width: 0;
    height: 34px;
    left: 5px;
    position: relative;
    top: -13px;
    width: 34px;
}

    .btnReload:hover {
        background-image: url("../Dados/IMG/btn_reload_captcha_over.png") !important;
        background-color: transparent;
    }

.btnListen {
    background-color: transparent;
    background-image: url("../Dados/IMG/btn_listen_captcha.png");
    background-repeat: no-repeat;
    border-width: 0;
    height: 34px;
    left: 46px;
    position: relative;
    top: -13px;
    width: 34px;
}
/* PAINEL DE UPDATE AGUARDE... */
#SA0107001_UpdateProgressAguarde {
    display: none;
    height: 100%;
    width: 100%;
    /*background-color:rgba(226, 226, 226, 0.2);*/
    background-color: rgba(226, 226, 226, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.imgWait {
    display:none;
    background-color: white;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 5px 5px 10px #002564;
    height: 80px;
    left: 152px;
    margin: 0 auto;
    padding-top: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 110px;
    vertical-align: bottom;
    width: 156px;
    z-index:10000;
}

.Aguarde {
    margin: auto;
}
/*Alterações para apresentação formulário intermediário do atendente*/
.btnOKmNU {
    height: 100px;
    width: 200px;
    margin: 30px 105px;
}

    .btnOKmNU:hover {
        color: #539AA3;
        background-color: #1F2E50;
    }

DIV[id$=DIV_COD_LIB],
.Popup2 {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 3px solid #CCCCCC;
    box-shadow: 3px 3px 2px #333333;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -80px;
    width: 537px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

    DIV[id$=DIV_COD_LIB] div,
    .Popup2 div {
        text-align: left;
    }

    DIV[id$=DIV_COD_LIB] .Destaque,
    .Popup2 .Destaque {
        margin-top: 20px;
        font-size: 16px;
    }    
    
.DestaqueColor {
    color: #4682b4;
    font-weight: bolder;
}

    /*Posiciona os elementos do lado esquerdo da tela*/
    DIV[id$=DIV_COD_LIB] .PositionLeft,
    .Popup2 .PositionLeft {
        text-align:left;
    } 

    /*Deixa o elemento em evidência*/
    .Popup2.Secundaria {
        z-index: 99;
    }

    .Popup2 .Title H3 {
        position: relative;
        top: -11px;
        float: left;
        width: 99%;
    }

    .Popup2 .CloseButton {
        float: right;
        position: absolute;
        margin-left: -20px;
    }

.LabelTexto {
    margin-top: 20px;
    font-size: 16px;
}

#DIV_AGE_CHA.Popup2 {
    width: 810px;
}

#DIV_AGE_BEN.Popup2 {
    width: 630px;
}

/*Utilizado para formatar o validator do login*/
.validaLogin {
    border: 1px solid #b7b7b7;
    left: 555px;
    padding: 5px;
    position: absolute;
    top: 387px;
}