/* 
    Criado em  : 11/04/2014, 16:27:08
    Autor      : Alex Kazumi Yoshitake
    Empresa    : Setup Jr - Consultoria e Desenvolvimento
    Projeto    : SECAPEE - UENP
*/

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial;
}

img{
    border: none;
}

/*#################### TELA LOGIN -  > INICIO ####################*/

#tudo{
    width: 100%;
    min-height: 100%;
    height: 100%;
}

#bannerLogin{
    position: relative;
    width: 100%;
    /*height: 180px;*/
    height: 25%;
    overflow: hidden;
    background-color: #d2d2d2;
}

#imgBannerUenp{
    height: 80%;
    margin: 1.28%;
    margin-left: 80px;
}

#imgBannerReitoria{
    height: 100%;
    float: right;
}

#barraAzul{
    position: relative;
    width: 100%;
    max-height: 10%;
    color: #ffffff;
    font-size: 11pt;
    /*padding-top: 8px;*/
    overflow: hidden;
    background-color: #003b7d;
}

#barraAzulCorte{
    position: absolute;
    width: 41%;
    height: 85%;
    right: -25px;
    bottom: -2px;
    background: #ffffff;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}



#frmPesquisar{
    float: left;
}

.gridPesquisar{
    margin-left: 5%;
}

.txtPesquisar{
    width: 300px;
}

.btPesquisar{
    width: 100px;
    height: 29px;
    font-size: 14px;
}

/*#################### TELA LOGIN - CAMPO ESQUERDO - FLEXAS > INÍCIO ####################*/

#centroLogin{
    position: relative;
    height: 57%;
}

#imgSetaPesquisa{
    position: absolute;
    left: 95px;
    top: 5px;
}

#labelSetaPesquisa{
    position: absolute;
    top: 160px;
    left: 140px;
    width: 180px;
    color: #003b7f;
    font-size: 20px;
    /*font-family: Arial;*/
    font-weight: bold;
}

#imgSetaCategoria{
    position: absolute;
    left: 530px;
    top: 5px;
}

#labelSetaCategoria{
    position: absolute;
    top: 35px;
    left: 310px;
    width: 220px;
    color: #003b7f;
    font-size: 16px;
    /*font-family: Arial;*/
    font-weight: bold;
}

#imgLupaLogin{
    position: absolute;
    width: 14.5%;
    top: 22%;
    left: 31.5%;
}

#imgFaixaLogin{
    position: absolute;
    width: 55%;
    top: 90%;
    left: 1%;
}

/*#################### TELA LOGIN - CAMPO ESQUERDO - FLEXAS > FIM ####################*/

/*#################### TELA LOGIN - CAMPO DIREITO - LOGIN > INÍCIO ####################*/

#campoLogin{
    position: absolute;
    right: 4%;
    top: 15%;
    width: 30%;
    /*height: 260px;*/
    padding: 0px 15px;
    padding-bottom: 5px;
    font-size: 11pt;
    text-align: center;
    background-color: #e1e1e1;
    border: 2px solid #ccc;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#acessoRestrito{
    /*width: 100%;*/
    /*height: 30%;*/
    padding: 8px;
    color: #737373;
    text-align: center;
    /*border: 1px solid red;*/
    border-bottom: 2px solid #d5d5d5;
}

.labelAcessoRestrito{
    font-size: 19pt;
    font-weight: 600;
    /*font-family: Arial;*/
}

#imgCadeado{
    height: 60px;
    vertical-align: -18px;
}

.gridLogin{
    margin: 0px auto;
}

.gridLoginPequeno{
    margin: 0px auto;
    font-size: 9pt;
}

.labelLogin{
    font-weight: bold;
    color: #505050;
}

.btEntrar{
    width: 80px;
    height: 30px;
    font-size: 10.5pt;
}

.labelLinkLogin{
    font-size: 10.5pt;
}

/*
* CommandLinks
*/
.linkPopup{
    color: #00E !important;
    font-size: 10.5pt;
}

/*#################### TELA LOGIN - CAMPO DIREITO - LOGIN > FIM ####################*/

#rodape{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 70px;*/
    background-color: #d2d2d2;
    padding: 3px 0;
    text-align: center;
    line-height: 18px;
}

#rodape a:link{
    text-decoration: none;
}

.labelRodape{
    color: #555555;
    /*font-family: Arial;*/
    font-size: 10pt;
    font-weight: 500;
}

/*#################### TELA LOGIN -  > FIM ####################*/


