@import "fontes/fontes.css";
/*CSS Reset*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*FIM DO RESET*/

/*----------------------------------------------------------------------------*/

/*GERAL*/
*, html, body{
    font: 0.98em 'UbuntuLight';
}

#topo{
    padding: 2%;
    border-bottom: 3px solid #b43741;
    margin-bottom: 30px;
}

#toggleMenu{
    padding-bottom: 15px;
    font: 1.2em 'UbuntuBold';
    border-bottom: 3px solid #b43741;
    margin-bottom: 15px;
    width: 32%;
    cursor: pointer;
}

.clear{
    clear: both;
}

.linha_separacao{
    border: 3px solid #b43741;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

select{
    margin-right: 10px;
}

h1{
    font: 1.5em 'raleway-v4020regular';
}

h2.tituloPagina{
    font: 2em 'raleway-v4020regular';
}

.container{
    !important;
}

.box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 6px solid #aea9ac;
}

.campoLongo{
    width: 100%;
}

.boxCampoLado{
    width: 100%;
    border: 1px solid #d2cfd1;
    border-radius: 3px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.boxCampoLado:hover {
    background-color: #e6e6e7;
    cursor: pointer;
}

.content{
    width: 68%; /*1300px*/
    margin: 0 auto;
}

.espaco{
    clear: both;
    width: 100%;
    height: 15px;
}

.content .loginPainel{
    width: 300px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    box-sizing: border-box;
}

.content .loginPainel h1{
    text-align: center;
    padding: 10px;
    border-bottom: 3px solid #b43741;
    margin-bottom: 20px;
}

#topo h1{
    font: 2.5em 'raleway-v4020regular';
}

#topo-identificacao{ padding: 10px; background: #515050; color: #ffffff; margin-bottom: 20px;}

#barraUsuario{
    /*margin-bottom: 20px;*/
}

#colEsquerda{
    position: absolute;
    width: 300px;
    float: left;
    background: #e6e3e3;
}

#colDireita{
    width: 100%;
    float: right;
}

#tela_fixa{
    margin-left: 300px;
}

.campoPesquisa{
    width: 100%;
    border: 1px solid #cfcacd;
}

.campoLado{
    float: left;
    margin-right: 5px;
}

/*MENU*/

#menu_mobile{
    display: none;
    padding: 15px;
    background-color: #d2cfd1;
}

#menu_mobile:hover{
    cursor: pointer;
}

#menu li a{
    display: block;
    padding: 12px;
    border-bottom: 1px solid #f1e8f1;
    /*padding-left: 60px;*/
    text-decoration: none;
    color: #545153;
    transition: all 0.25s;
}

#menu li a:hover{
    color: #ffffff;
    font-weight: bold;
    border-left: 6px solid #b43741;
    background: #515050;
    transition: all 0.25s;
}

/*
.imgUsuarios{
    background: #f8f7fc url("../imagens/painelAdm/usuarios.png") no-repeat 15px;
    background-size: 30px;
}

.imgDadosEmpresa{
    background: #f8f7fc url("../imagens/painelAdm/icone_dados_empresa.png") no-repeat 15px;
    background-size: 30px;
}

.imgHistorico{
    background: #f8f7fc url("../imagens/painelAdm/historico.png") no-repeat 15px;
    background-size: 30px;
}

.imgHistoria{
    background: #f8f7fc url("../imagens/painelAdm/icone_historia.png") no-repeat 15px;
    background-size: 30px;
}

.imgPresidente{
    background: #f8f7fc url("../imagens/painelAdm/icone_presidente.png") no-repeat 15px;
    background-size: 30px;
}

.imgBanners{
    background: #f8f7fc url("../imagens/painelAdm/banners.png") no-repeat 15px;
    background-size: 30px;
}

.imgAgendamento{
    background: #f8f7fc url("../imagens/painelAdm/icones_agenda_homologacao.png") no-repeat 15px;
    background-size: 30px;
}

.imgConvencoes{
    background: #f8f7fc url("../imagens/painelAdm/icone_convencao_coletiva.png") no-repeat 15px;
    background-size: 30px;
}

.imgEventos{
    background: #f8f7fc url("../imagens/painelAdm/icones_eventos_atividades.png") no-repeat 15px;
    background-size: 30px;
}

.imgBaseTerritoria{
    background: #f8f7fc url("../imagens/painelAdm/icone_base_territorial.png") no-repeat 15px;
    background-size: 30px;
}

.imgConvenios{
    background: #f8f7fc url("../imagens/painelAdm/icone_convenios.png") no-repeat 15px;
    background-size: 30px;
}

.imgSubSedes{
    background: #f8f7fc url("../imagens/painelAdm/icone_sub_sedes.png") no-repeat 15px;
    background-size: 30px;
}

.imgSeguroDesemprego{
    background: #f8f7fc url("../imagens/painelAdm/icone_seguro_desemprego.png") no-repeat 15px;
    background-size: 30px;
}

.imgSalaoFestas{
    background: #f8f7fc url("../imagens/painelAdm/icone_salao_festas.png") no-repeat 15px;
    background-size: 30px;
}

.imgLinksUteis{
    background: #f8f7fc url("../imagens/painelAdm/icone_links_uteis.png") no-repeat 15px;
    background-size: 30px;
}

.imgContatos{
    background: #f8f7fc url("../imagens/painelAdm/icone_contato.png") no-repeat 15px;
    background-size: 30px;
}

.imgEmpresas{
    background: #f8f7fc url("../imagens/painelAdm/icone_empresas.png") no-repeat 15px;
    background-size: 30px;
}
*/

/*FIM DO MENUS*/

.submenu{ display: none; background: #aeadad; }
.submenu li{ padding-left: 20px; }

.box-info{ border-bottom: 2px solid #00A6C7; background: #f5f5f5; color: #515050; padding: 15px; }

.tabelaLimitada{
    height: 500px;
    overflow: scroll;
}

.info{
    background: #fceeec url('../imagens/fundo.png') ;
    border-radius: 5px;
    padding: 10px;
}

.info .imgInfo{
    float: left;
    max-width: 7%;
}

.info .textoInfo{
    float: left;
    width: 90%;
    margin-left: 10px;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*PAGINAÇÃO*/

.paginacao{
    clear: both;
}

.paginacao span{
    display: block;
    float: left;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #f4eaf5;
}

.paginacao a{
    display: block;
    color: #727273;
    text-decoration: none;
    padding: 5px 10px;
    margin: 2px;
    float: left;
    border: 1px solid #f4eaf5;
    background-color: #e6e6e7;
}

.paginacao a:hover{
    background-color: #597198;
    color: #ffffff;
}

/*-----------------------------------------*/
/*SEDE E SUB-SEDES*/

.miniatura{
    margin: 2px;
    /*width: 13.6%;*/
    width: 97px;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}

/*-----------------------------------------*/
/*HOMOLOGAÇÕES AGENDADAS*/

tr.linhaVerde{
    background-color: #e1f8db !important;
}

.linhaVermelha{
    background-color: #ffdfdf;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*WIDGETS*/
.widgets{
    list-style: none;
}

.widgets li{
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #edeaea;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #00A6C7;
    background-color: #ffffff;
    transition: all 0.25s;
}

.widgets-float-left li{
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #edeaea;
    position: relative;
    width: 32%;
    overflow: hidden;
    border-bottom: 2px solid #00A6C7;
    background-color: #ffffff;
    transition: all 0.25s;
}

.widgets li:hover{
    transition: all 0.25s;
    /*background: #f3f3f3;*/
    box-shadow: 0px 1px 4px 0 rgba(0,0,0, 0.3);
    border: 1px solid #d1d1d1;
    border-bottom: 2px solid #00A6C7;
    cursor: pointer;
}

.widget-titulo{
    font-size: 1.3em;
    color: #0D47A1;
    font-weight: bold;
    text-decoration: none;
}

.widget-titulo:hover{
    text-decoration: none;
}

.widget-bt-mais{
    padding: 10px;
    width: 100%;
    text-align: center;
}

.widget-bt-mais a{
    text-decoration: none;
    transition: all 0.25s;
}

.widget-bt-mais a:hover{
    font-weight: bold;
    transition: all 0.25s;
}
.item{
    list-style: none;
}

.item li{
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #edeaea;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #00A6C7;
    background-color: #ffffff;
    transition: all 0.25s;
}

.item-float-left li{
    float: left;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #edeaea;
    position: relative;
    width: 24%;
    margin-right: 5px;
    overflow: hidden;
    border-bottom: 2px solid #00A6C7;
    background-color: #ffffff;
    transition: all 0.25s;
}

.item-float-left img{
    width: 100%;
}

.item li:hover{
    transition: all 0.25s;
    /*background: #f3f3f3;*/
    box-shadow: 0px 1px 4px 0 rgba(0,0,0, 0.3);
    border: 1px solid #d1d1d1;
    border-bottom: 2px solid #00A6C7;
    cursor: pointer;
}

.item-float-left li:hover{
    transition: all 0.25s;
    /*background: #f3f3f3;*/
    box-shadow: 0px 1px 4px 0 rgba(0,0,0, 0.3);
    border: 1px solid #d1d1d1;
    border-bottom: 2px solid #00A6C7;
    cursor: pointer;
}

.item-titulo{
    font-size: 1.3em;
    color: #0D47A1;
    font-weight: bold;
}

.widget-bt-mais{
    padding: 10px;
    width: 100%;
    text-align: center;
}

.item-bt-mais a{
    text-decoration: none;
    transition: all 0.25s;
}

.item-bt-mais a:hover{
    font-weight: bold;
    transition: all 0.25s;
}

.sombra {
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/*.linha{ border-bottom: 2px solid #d8d6d5; display: inline-block; width: 50px; }*/
.bg-opcoes-home{ background: url('../imagens/bg-opcoes-home.jpg') 50% 50% fixed; background-size: cover; }

.borda-cinza{ border: 1px solid #f3f3f3; }
.border-bottom-azul{  border-bottom: 2px solid #00A6C7 !important; }

.blockquote{ border-left: 3px solid #dddddd; padding-left: 15px; padding-bottom: 5px; padding-top: 5px; }

.btn-login{ background: none; border: none; border-bottom: 2px solid #00A6C7; float: left; padding: 10px; margin-right: 5px; transition: all 0.25s; }
.btn-login:hover{ background: #2078a1; color: #ffffff; transition: all 0.25s; }

input[type=text]{ border: 1px solid #e0e0e0; border-radius: 0; padding: 10px; }
select, input[type=password]{ border: 1px solid #e0e0e0; border-radius: 0; padding: 10px; }
.btn2{ border: none; display: inline-block; border-radius: 4px 0px 0px 4px; overflow: hidden; text-decoration: none; }
.btn2 i{ display: inline-block; padding: 10px 10px; margin-right: 5px; background-color: #2078a1; color: #ffffff; }
.btn2-padrao{ background: #e6e3e3; color: #515050; padding: 0 20px 0 0; /*box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);*/ text-decoration: none; transition: all 0.25s; }
.btn2-padrao:hover{ background: #2078a1; color: #ffffff; text-decoration: none; transition: all 0.25s; }

.btn2-vermelho i{ display: inline-block; padding: 10px 10px; margin-right: 5px; background-color: #c6332b; color: #ffffff; }
.btn2-vermelho{ background: #e6e3e3; color: #515050; padding: 0 20px 0 0; /*box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);*/ text-decoration: none; transition: all 0.25s; }
.btn2-vermelho:hover{ background: #c6332b; color: #ffffff; text-decoration: none; transition: all 0.25s; }

/*Box Grande*/
.box-grande{
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #edeaea;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #00A6C7;
    /*border-radius: 10px 10px 0px 0px;*/
    background: #f9f9f9;
    /*background-color: #ffffff;*/
    transition: all 0.25s;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------*/

@media (max-width: 840px){

    #menu_mobile{
        display: block;
    }

    #menu{
        display: none;
    }

    .container{
        width: 98%;
    }

    #colDireita{
        clear: both;
        width: 100%;
    }

    #tela_fixa{
        margin-left: 0;
    }

    #colEsquerda{
        position: relative;
        clear: both;
        width: 100%;
    }

}

/*-----------------------------------------*/
/*480px*/

@media (max-width: 480px){

    .miniatura{
        margin: 2px;
        width: 48%;
        float: left;
        text-align: center;
        margin-bottom: 5px;
    }

}
