﻿/* ===================================================== */
html {
    height: 100%;
}

body {
    height: auto;
    padding-bottom: 30px;
    /*background-image: url(../IMAGENS/fundoavaliacoes.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom right;*/
    background-repeat: no-repeat;
    background-size: 140px 140px;
    background-position: bottom 80px right 80px;
    background-attachment: fixed;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*background-color: rgba(238, 238, 238, 0.7);*/
    background-color: rgb(198, 17, 84);
    /*max-width: 900px;*/
}

.inputBase {
    max-width: 400px;
}

.conteudoPrincipal {
    max-width: 750px;
    padding-left: 2px;
    margin-left: 4px;
    margin-top: 4px;
    margin: 0 auto;
}

    .conteudoPrincipal table {
        width: 100%;
        border-spacing: 7px;
        border-collapse: separate;
    }

/*.footerInterno {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    max-width: 900px;
}*/
.divlinkAvalicao {
    background-image: url(../imagens/menuavaliacoes.png);
    background-repeat: no-repeat;
    height: 36px;
    text-align: right;
    width: 125px;
    background-size: 36px 36px;
    background-position: right bottom;
    float: right;
}

.labelPadrao {
    color: #666666;
    font-weight: bold;
}

.lblSubTitulo {
    color: #ac1356;
    font-weight: bold;
}

.tituloGrande {
    color: #03529d;
    font-size: 25px;
    width: 50%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.lblAvaliacaoSubTitulo {
    color: #ac1356;
    font-size: 13px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*background-color: #ccc;*/
    display: inline-table;
    line-height: 15px;
    vertical-align: middle;
}



.labelSimples {
    color: #666666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.fundocinza {
    background-color: #e6e6e6;
}

.btnMenuPrincipal, .btnMenuProcessos {
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    background-color: #ac1356;
    font-size: 20px;
    color: white;
    border: none;
    text-align: left;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

    .btnMenuPrincipal:hover, .btnMenuProcessos:hover {
        /*background-color: #95104b;*/
        background-color: #03529d;
    }

    .btnMenuPrincipal:active, .btnMenuProcessos:active {
        background-color: #03529d;
    }

.icoProcurar {
    background-image: url(../imagens/icoProcurar.png);
}

.icoDuvidas {
    background-image: url(../imagens/icoDuvidas.png);
}

.icoLogoff {
    background-image: url(../imagens/icoLogoff.png);
}

.icoMeusProcessos {
    background-image: url(../imagens/icoMeusProcessos.png);
}

.icoSolicitar {
    background-image: url(../imagens/icoSolicitar.png);
}

.btnvoltar {
    background-image: url('../IMAGENS/back.png');
    background-color: transparent;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btnProcurar {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    background-color: #76b8f1;
    font-size: 25px;
    color: #0b4170;
    border: none;
}

.btnProcurar1 {
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    height: 30px;
    background-color: #76b8f1;
    font-size: 15px;
    color: #0b4170;
    border: none;
    font-weight: bold;
}

.linkconfig {
    background-color: transparent;
    /*background-size: 20px;*/
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none !important;
    display: inline-block;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
}

.lnkvermelho {
    background-image: url('../IMAGENS/idea0.png');
}

.lnklaranja {
    background-image: url('../IMAGENS/idea1.png');
}

.lnkamarelo {
    background-image: url('../IMAGENS/idea2.png');
}

.lnkverde {
    background-image: url('../IMAGENS/idea3.png');
}

.iconeTelasInternas {
    margin-left: -45px;
    margin-top: 11px;
    position: absolute;
    opacity: 0.6;
    color: #FFFFFF;
}

.padding10 {
    padding: 10px;
}

.paddingForm {
    padding: 2px;
    padding-bottom: 7px;
}

.paddingBottom2 {
    padding-bottom: 2px;
}

/* ***************** GRIDVIEW  *********************************** */
.tablestyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: solid 1px #FFF;
    width: 100%;
}

    .tablestyle td {
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.headerstyle th {
    background-color: #76b8f1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
}

.altrowstyle td {
    background-color: #d8d8d8;
    line-height: 20px;
    cursor: pointer;
}

.rowstyle td {
    background-color: #f9f9f9;
    line-height: 24px;
    cursor: pointer;
}

/* webkit solution */
.placeDireita::-webkit-input-placeholder {
    text-align: right;
}
/* mozilla solution */
.placeDireita:-moz-placeholder {
    text-align: right;
}

a:focus, a:hover {
    text-decoration: none;
}

.imgMenuPrincipal {
    width: 100px;
}

.loginLogoBradesco {
    z-index: 1;
    position: absolute;
    height: 70px;
    /*width: 85px;*/
    Left: 0px;
    top: 10px;
}

.loginLogoPatri {
    z-index: 1;
    position: absolute;
    height: 57px;
    width: 85px;
    right: 0px;
    top: 10px;
}

/* *************************************************************** */
@media only screen and (max-width: 480px) {

    .loginLogoBradesco {
        /*width:39px;*/
        height: 35px;
    }

    .loginLogoPatri {
        width: 39px;
        height: 26px;
    }

    body {
        background-size: 120px 120px;
        background-position: bottom 20px right 20px;
    }

    .inputBase {
        max-width: 100%;
    }

    .labelPadrao {
        display: none !important;
    }

    .labelPadraoNaoEsconde {
        display: block !important;
        font-size: 12px;
    }

    .labelEsconde {
        display: none !important;
    }

    .padding10 {
        padding: 10px;
        text-align: center;
    }

    .btnMenuPrincipal {
        font-size: 20px;
    }

    .btnMenuProcessos {
        font-size: 16px;
    }

    .imgMenuPrincipal {
        width: 70px;
    }
}