/* 
    Author  : Mateus Albuquerque
    Contact : (71) 8113-9877
*/

@font-face {
    font-family: 'Roboto';
    src: url('../font/robotocondensed-regular.eot');
    src: url('../font/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
        url('../font/robotocondensed-regular.woff2') format('woff2'),
        url('../font/robotocondensed-regular.woff') format('woff'),
        url('../font/robotocondensed-regular.ttf') format('truetype'),
        url('../font/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto_bold';
    src: url('../font/robotocondensed-bold.eot');
    src: url('../font/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
        url('../font/robotocondensed-bold.woff2') format('woff2'),
        url('../font/robotocondensed-bold.woff') format('woff'),
        url('../font/robotocondensed-bold.ttf') format('truetype'),
        url('../font/robotocondensed-bold.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.color000{color: #000 !important}
.colorFFF{color: #FFF !important}
.btnTamPadrao{width: 70px; height: 34px;}
.btnModalPadrao{width: 80px; height: 34px;}
h2{font-family: 'Roboto';}
#header{
    position: absolute;
    width: 100%;
    height: 200px;
    margin: 0;
    background-color: #4169E1;
}
#headerConteudo{
    max-width: 960px;
    float: none;
    height: 140px;
    padding-top: 10px;
}
#logo{
    max-width: 200px;
    max-height: 130px;
    min-width: 120px;
    min-height: 90px;
    padding: 0px;
}
@media (max-width: 550px){#logo{float:none; margin: 0px auto;}}
#olaUsuario{
    text-align: center;
    color: #FFF;
    font-size: 16px;
    top: 50px;
}
@media (max-width: 550px){#header{height: 225px !important;}}
@media (max-width: 550px){#painel{top: 185px !important;}}
@media (max-width: 550px){#olaUsuario{top: 12px; font-size: 15px; margin: 0px auto; float: none;}}
#btnSair{
    margin-top: 96px;
}
@media (max-width: 550px){#btnSair{margin-top: -10px;}}
#footer{
    float: left;
    width: 100%;
    height: 10px;
    padding: 10px;
    margin-top: 150px;
}
#painel{
    top: 150px;
    min-height: 500px;
    float: none;
    z-index: 99;
    max-width: 960px;
    min-width: 300px;
    background-color: #DDD;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.73);
    -moz-box-shadow:    0px 8px 25px -5px rgba(0, 0, 0, 0.73);
    box-shadow:         0px 8px 25px -5px rgba(0, 0, 0, 0.73);
}
.itemMenu{
    border-radius: 5px;
    width: 149px;
    height: 150px;
    border: 1px solid #BBB;
    background: #FFF;
    margin: 3px;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}
@media(max-width: 390px){ .itemMenu{ width: 128px !important;}}
#icone{
    max-width: 120px;
    max-height: 100px;
    margin:  0px auto;
}
.itemMenu p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
#listaDocumentos{
    border: 1px solid #BBB;
    top: 10px;
    background: #FFF;
    padding: 0px;
}
.linhaDocumento{
    height: 24px;
    border-bottom: 1px solid #BBB;
}
.colunaDocumento{
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #BBB;
}
@media(max-width: 550px){ .colunaDocumento{padding-left: 0px;padding-right: 0px;}}
#infoDocumentos{
    margin-top: 14px;
}
@media(max-width: 550px){ #nomeDocumento{ width: 70% !important;}}
@media(max-width: 380px){ #nomeDocumento{ width: 60% !important;}}
.nome{ padding-left: 5px;}

#paginacao{
    width: 137px;
    margin: 33px auto;
}
#login{
    background-color: #DDD;
    width: 100%;
    height: 100vh;
}
#erroLogin{
    float: right;
    margin-top: 14px;
    color: red;
}
#erroEditarUsuario{
    float: left;
    margin-top: 7px;
    color: red;
}
#conteudoLogin{
    min-width: 300px;
    height: 260px;
    top: 50%;
    transform: translateY(-50%); 
    float: none;
    padding: 15px;
    border-radius: 10px;
    box-shadow:         0px 8px 25px -5px rgba(0, 0, 0, 0.73);
    -moz-box-shadow:    0px 8px 25px -5px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px 8px 25px -5px rgba(0, 0, 0, 0.73);
    background: #FFF;
}
#conteudoLogin input{
    margin-top: 5px;
}
/*.modal-dialog{
    top: 50% !important;
    transform: translateY(-50%) !important; 
    margin: auto !important;
}*/
.modal-header{
    border: 0px;
}
.modal-content{
    background: #DDD;
}
.modal-body{
    border-bottom: 1px solid #BBB;
}
#detalharModal iframe, #editarModal iframe{
    margin-top: 30px;
    float: none;
    height:250px;
}
input[type="file"]{
    height: auto;
}