/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 02/06/2015, 16:52:34
    Author     : Elisiany Oliveira
    Created on : 10/08/2017, 09:29:48
    Author     : Priscila Gouveia --- priscilaggouveia@gmail.com
*/

/*@import "../fonts/OpenSans/stylesheet.css";*/
/*@import "../fonts/SourceSans/stylesheet.css";*/

html{
    /*background-image: linear-gradient( 135deg, #71b37f, #0C5060 );*/
    /*padding-bottom: 50px !important;*/
}
body, html{
    margin: 0;
    padding: 0;
    font-size: 12pt;
    min-height: 100%;
}
.background{
    position: fixed;
    width: 100%;
    height: 100%;
}

.background-img{
    /*background-image: url('../imagens/background/coverUndefined.jpg');    */
    background-repeat: no-repeat;
    background-color: #00A98F;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: -10;
}

.background-overlay{
    background-image: linear-gradient( 45deg, rgba(0, 77, 64, 0.5), #004d40);
    opacity: 0.6;
    z-index: -10;
}

.background-overlay_no-opacity{
    background: linear-gradient( 45deg, rgba(0, 77, 64, 0.5), #004d40) !important;
}

/*.background-img_no-filter{*/
/*background-color: #00A98F !important;*/
/*}*/

*, html, body{
    font-family: 'Roboto', sans-serif !important;
}

a{
    font-size: 12px;
    color: #5F9B67;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #428bca;
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

#box-body{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.texto{
    margin: 0 auto;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    /*color: #565656;*/
}

.texto span{
    font-family: 'Roboto', sans-serif !important;
    color: rgba(255,255,255,0.7);
}
#cliente h3{
    margin-top: 20px !important;
}

.separator{
    border: none;
    border-bottom: 3px solid white;
    width: 20px;
}

.logo-iescolar{
    margin-left: 20px;
    float: left;
    margin-top: 10px;
}

.logo-prefeitura{
    margin-right: 20px;
    float: right;
    margin-top: -75px;
}

#box-container{
    margin: 0 auto;
    width: 80%;
    z-index: -1 !important;
}

.center-div{
    margin: 0 auto !important;
    text-align: center !important;
    margin-top: -10px;
}

#box-body img{
    width: 280px;
    height: auto;
    margin-bottom: 20px;
    /*margin-top: 30px;*/
    z-index: 1000 !important;
}

#box-rodape{

    text-align: center !important;
    margin-top: 20px;
    font-size: 12px;
    color: #000 !important;
}

.box-login{
    position: relative;
    width: 95%;
    max-width: 320px;
    height: auto;
    border: 1px solid white;
    background: white !important;
    padding: 24px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #101727c7;
    color: black !important;
}

.box-login a{
    color:black !important;
}


.box-login h4{
    text-align: left !important;
    margin: 10px !important;
}

.box-login p{
    font-size: 11px;
}

.input-form {
    width: 90%;
    height: 39px;
    margin: 0 auto;
    padding-left: 8px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #000 !important;
    border: 2px solid #101727 !important;
    border-radius: 5px 0px 0px 5px !important;
    font-size: 16px !important;
}

.border-raius-full {
    border-radius: 5px !important;
}

.input-form-icon-box {
    padding: 4px;
    display: inline-block;
    text-align: center;
    min-width: 1.5em;
    border-width: 2px 2px 2px 0 !important;
    border-style: solid;
    border-color: #101727;
    border-radius: 0px 5px 5px 0px;
}

.input-form-icon-box img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
}

.bt-logar{
    height: 40px;
    width: 100%;
    border-radius: 5px !important;
    padding-left: 5px;
    text-align: center;
    box-shadow: none !important;
    text-shadow: none !important;
    background: #101727 !important;
    border: 1px solid #101727 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px;
    cursor: pointer;
}

.bt-logar:hover{
    background: #283c6a !important;
    border-bottom-color: #283c6a !important;
}

.link-esqueci-senha{
    cursor: pointer;
}

.ui-messages-error, .ui-message-error{
    font-size: 12px !important;
}

.campo-obrigatorio{
    color: #f00;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content, .ui-state-default{
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}


#errorCaps{
    color: #c9302c;
    /*text-shadow:1px 1px 1px black;*/
    background-color: transparent;
    display: inline-block;
    padding: 3px;
    display: none;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: bolder !important;
}

.contatos {
    position: absolute;
    top:50px;
    right: 200px;
    margin-left: 100px;
    margin-top: 100px;
    font-size: 22px;
    color:white !important;
}
.contatos a{
    color:white !important;
    font-size: 17px;
    margin-top: 5px !important;
}

.login {
    float: right;
    width: 100%;
}

.social {
    margin: 4px;
}

.social a {
    margin-left: 10px;
    margin-top: 20px !important;
    line-height: 3;
}
.show-on-medium{
    display: none;
    text-align: left;
    z-index: 1001 !important;
}
.show-on-medium img{
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 0px !important;
    position: absolute;
    left: 10px;
}
.show-on-medium a{
    margin-left:60px !important;
    line-height: 3.5;
}
.skinny{
    font-weight: lighter;
}
@media (max-width:1234px){
    .brasaoCidade{
        margin-left: -8% !important;
        margin-bottom: 5% !important;
    }

    .box-login{
        margin: 0 auto !important;
    }
    .contatos{
        display: none;
    }

    .show-on-medium{
        display: block;
    }
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #5F9B67 !important;
    background: #5F9B67 !important;
    background-image: none;
}

ui-selectonemenu{
    background-color: rgb(255, 255, 255) !important;
}

.ui-selectonemenu .ui-widget .ui-state-default .ui-corner-all .ui-state-hover.dropdown-black-text:hover {
    color: #000 !important;
}

.ui-selectcheckboxmenu-header:before {
    content: "Selecionar Todos";
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    color: #000 !important;
}

/*=====================cabecalho=====================*/
.brasaoCidade{
    height: 82px !important;
    float: left !important;

    padding: 10px;
    margin-top: -6%!important;

}

.brasaoDefault{
    height: 82px !important;
    margin-top: -4% !important;
    margin-left: -14%;
}

#cabecalho {
    width: 100%;
    top: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-color: #00A98F;
    background-size: cover;
    z-index: -10;
    /*background-image: linear-gradient(45deg, rgba(0, 77, 64, 0.5), #004d40);*/
    background: #004d40;
    /*-webkit-filter: blur(5px);*/
    /*filter: blur(5px);*/
    /*    min-height: 140px;*/
    height: 140px;
}

#box-cabecalho{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px !important;

    min-height: 30px;
    text-align: center;
    /*background-image: linear-gradient(#004d40, rgba(0,0,0,0));*/
}

#texto_cabecalho {
    font-family: 'Roboto', sans-serif !important;
    /*color: #00826D;*/
    color: white;
    font-size: 16px;
    /*padding: 10px;*/
}

#perfil_label{
    height: 25px !important;
    padding-top: 10px !important;
}

#perfil .ui-corner-right {
    width: 25px !important;
}

#recuperacaoSenhaSelect .ui-corner-right{
    width: 25px !important;
}

#logo_iescolar{
    width: 180px !important;
}

@media only screen and (min-width: 907px) and (max-width: 2000px){
    .brasaoCidade{
        margin-top: 10px;
    }
    #texto_cabecalho{
        margin-left: 28% !important;
        width: 51% !important;
        font-size: 15px;
    }

}
@media only screen and (min-width: 601px) and (max-width: 906px){
    .brasaoCidade{
        margin-top: 10px;
        padding-bottom: 2%;
        margin-top: -6%!important;
    }
    #texto_cabecalho{
        margin-left: 20% !important;
        width: 66% !important;
        font-size: 15px;
    }

}
@media only screen and (max-width: 600px){
    #texto_cabecalho{
        font-size: 13.2px;
    }
    .brasaoCidade{
        height: 107px !important;
        margin-top: -8%!important;
        margin-left: 33% !important;
        padding-bottom: 10%;
        float: none;
    }
    .brasaoDefault{
        height: 107px !important;
        margin-top: -4% !important;
        margin-left: 0% !important;
    }
    #cliente{
        visibility: hidden;
    }
    #cabecalho{
        height: 187px;
    }
    #panelBody{
        margin-left: 5%;
        margin-right: 5%
    }
}
@media only screen and (min-width: 626px) and (max-width: 551px){
    #texto_cabecalho{
        font-size: 13.2px;
    }
    .brasaoCidade{
        height: 60px !important;
        margin-top: 2%!important;
        padding-bottom: 43%;
        float: none;
    }

}