/* ============================ *
 * estilo principais e formulários
 * ============================ */

/* ---------------------
 * cor base: #546e8c
 * --------------------- */
html, body {
    height: 100%;
}

body {
    font-family: Helvetica, "Nimbus Sans L", sans-serif;
    /*background: #c6cdcf url(/auth/fig/bg_mulher.jpg) repeat-x !important;*/
    background-color: #fff;
    height: 100%;
}

div.natal2 {
    margin: auto;
    position: relative;
    top: 13px;
    center: 1%;
    text-align: center;
}

ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
}

a.hover {

}

.error {
    margin-left: 10px;
    margin-top: -15px;
}

#rodape {
    /*	border-top: 4px solid #2957A4;*/
    font-size: 8pt;
    height: 50px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 99%;
    /*background: white;*/
}

ul li a:hover {
    color: goldenrod;
}

body {
    background-color: #EFEFEF;
}
input:not([type='checkbox']), select {
    outline: none;
}

input:not([type='checkbox']):hover, input:not([type='checkbox']):focus, select:hover {
}

input:not([type='checkbox']).btn6 {
    font-family: Arial;

    color: #ffffff;
    font-size: 14px;
	 font-weight: bolder;
    margin-top: 15px;
    padding: 13px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #283544;
    display: inline-block; /* IE is so silly */
    box-shadow: none;
    border:0;
}

input:not([type='checkbox']).btn6:hover {
    background: #34495e;
}

input:not([type='checkbox']) text:hover {
    background: url(/auth/fig/input2.jpg);
    background-repeat: repeat-y;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

select:hover {
    color: #15A085;
    cursor: pointer;
}

body {
    /*background: #444444 url(/auth/fig/bg_pagina.gif) repeat-x top center;*/
    background-color: #ddd;
    color: #333333;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body, button, textarea, select, td, th {
    font-family: "trebuchet ms", arial, "dejavu sans", helvetica, sans-serif;
}

img {
    border: 0px;
}

input:not([type='checkbox']), button, textarea, select {
    border: 1px solid #aaaaaa;
    color: #777;
    background-color: #ffffff;
    clear: right;
}

input:not([type='checkbox']), select {
    min-width: 175px;
    background-color: #F5F5F5;
    border-radius: 6px;
    letter-spacing: 0.9px;
    padding: 7px;
}

input:not([type='checkbox']).btn {
    background: #c6cdcf;
    color: #283543;
    cursor: pointer;
    padding: 7px 7px 7px 16px;
    width: 160px;
    border: 0!important;
}

input:not([type='checkbox']).btn:hover, button.btn.hover {
}

select.texto {
    background-color: #F5F5F5;
    border: 1px solid #336699;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    font-size: 13px;
    letter-spacing: 0.9px;
    padding: 7px 7px 7px 16px;
}

fieldset label {
    font-size: 14px;
    color: #777;
    padding: 2px;
    line-height: 28px;
    margin-right: 5px;
}

input:not([type='checkbox']).ro {
    background-color: #eeeeee;
    color: #666666;
    border: 1px solid #999999;
}

fieldset {
    padding: 10px 3px;
    /*border: 3px double #cccccc;*/
    margin-top: 40px;
    font-size: 10pt;
}

legend {
    padding: 0px 10px;
    font-size: 11pt;
    font-weight: bold;
    color: #999999;
    font-variant: small-caps;
}

fieldset label {
    margin-left: 10px;
    float: left;
    text-align: left;
    padding-top: 2px;
}
.nome-form{
    width: 186px;
}
fieldset .campo label {
    display: inline;
    width: auto;
}

fieldset .campo {
    font-size: 11px;
    margin: 1px 0px 5px 25.5%;
    padding: 0px 0px 0px 1px;
}

fieldset .campo .desc {
    font-style: italic;
    color: #666666;
    padding-left: 10px;
}

fieldset br {
    clear: both;
}

fieldset#acoesPInicial div {
    width: 33%;
    float: left;
    margin: auto;
    cursor: pointer;
    text-align: center;
}

b {
    /*color: #ff0000;*/
    font-weight: 900;
}

div.botoesControle {
    padding-left: 25%;
    width: 90%;
    min-width: 600px;
}

#pagina {
    margin: 0% 2%;
    border: 3px solid #c9d1da;
    background-color: #ffffff;
}

#pagina #cPagina {
}

/* ============================ *
 * cabeçalho
 * ============================ */

.page-wraper {
    width: 100%;
    /*height: 99%;*/
    min-width: 1000px;
    min-height: 600px;
}

.cabecalho {
    margin-bottom: 1%;
    background: #2a5079;
    height: 70px;
}

#cabecalho h1 {
    margin: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 20pt;
    padding-top: 40px;
}

div.logo {
    width: 429px;
    height: 60px;
    margin: 0px auto;
    padding-top: 50px;
    display: none;
}

div#usuario {
    /*border: 1px solid black;*/
    margin-top: 17px;
    padding-left: 2px;
    text-align: right;
    color: #17317b;
    position: absolute;
    bottom: 0px;
    right: 5px;
    /*text-transform: capitalize;*/
}

/* ============================ *
 * estilo das seções da página
 * ============================ */

#conteudo {
    background-color: #fafafa;
    padding-top: 5px;
    border-top: 2px solid #2A5079;
    border-bottom: 2px solid #2A5079;
}
.campo-nome{
    width: 30%;
    margin-bottom: 20px;
}
.campo-cpf{
    width: 15%;
    margin-bottom: 20px;
}
.campo-btn{
    width: 10%!important;
    margin-bottom: 20px;
}
/* ============================ *
 * lado esquerdo
 * ============================ */

#ladoE {
    float: left;
    width: 170px;
    margin-bottom: 10px;
    font-size: 8pt;
    margin-right: 30px;
    min-height: 500px;
    margin-left: 5px;
}

#ladoE ul {
    padding: 0px 0px;
    margin: 1px 0px;
    list-style-type: none;
    border-bottom: 3px solid #cccccc;
    border-top: 1px solid #eeeeee;
}

#ladoE h3 {
    margin: 0px;
    margin-top: 10px;
    font-size: 10pt;
    font-variant: small-caps;
    border: 1px solid #cccccc;
    border-width: 3px 0px;
    text-align: center;
    color: #ffffff;
    background-color: #2a5079;
    padding: 1px;
}

#ladoE li {
    margin-bottom: 1px;
    list-style-type: none;
}

#ladoE li a {
    display: block;
    padding: 3px 3px 3px 16px;
    text-decoration: none;
    color: #546e8c;
    border-bottom: 1px solid #eeeeee; /*#dddddd*/
    background: url(/auth/fig/bg_item_menu.gif) no-repeat left center;
}

#ladoE li a:hover {
    color: #666666;
    background: #f8f8f8 url(/auth/fig/bg_item_menu_hover.gif) no-repeat left center;
}
ul.menu-hover li a:hover{
    background: #edf1f2!important;
}
/* ============================ *
 * conteúdo principal
 * ============================ */

.col-md-12 li {
    text-align: justify;
}

body p {
    /*text-indent: 30px;*/
    text-align: justify;
    margin: 8px 0px;
}

body h2 {
    font-size: 22px;
    margin: 0px 0px 10px;
    padding: 0px;
    color: #283544;
}

body h3 {
    font-size: 14pt;
    padding: 0px;
    margin: 5px 0px;
    color: #283544;
}

body h4 {
    font-size: 11pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

body form {
    margin: 0px;
    padding: 0px;
}

body div.logos_sistemas {
    text-align: center;
}

body div.logos_sistemas img {
    vertical-align: middle;
}

body div.logos_sistemas h3 {
    margin: 25px auto 10px;
    font-size: 14pt;
    color: #234C76;
    text-align: left;
    font-weight: bold;
    font-family: Utopia, "Nimbus Roman No9 L", serif;
    font-style: italic;
    font-variant: small-caps;
}

body div.logos_sistemas ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
    text-align: left;
}

body div.logos_sistemas ul li {
    display: inline;
    text-align: left;
}

body div.logos_sistemas li a {
    text-decoration: none;
    color: #336699;
}

body div.logos_sistemas li a img {
    height: 60px;
    width: 160px;
    vertical-align: middle;
}
.home-img{
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.legenda-img{
    font-size: 11px!important;
    width: 100%;
    border-radius: 0 0 6px 6px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #283543;
    color: #fff;
}
.home-img-rounded{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

/* ============================ *
 * estilo das mensagens ao usuário
 * ============================ */

div.error {
    color: #ff0000;
    font-size: 9pt;
    font-style: italic;
    margin-top: 2px;
}

div.sucesso,
div.erro_geral {
    border: 1px solid #669966;
    padding: 5px 5px 5px 60px;
    margin: 15px 10%;
    position: relative;
}

div.sucesso {
    color: #336633;
    background: #f1fef1 url(/auth/fig/mensagem_sucesso.gif) no-repeat 15px center; /* sucesso.png */
}

div.erro_geral {
    border-color: #996666;
    color: #663333;
    background: #fef1f1 url(/auth/fig/mensagem_erro.gif) no-repeat 15px center; /* atencao.png */
}

div.sucesso h6,
div.erro_geral h6 {
    margin: 0px;
    font-size: 10pt;
}

div.sucesso .titulo,
div.erro_geral .titulo {
    font-weight: bold;
    padding-bottom: 2px;
}

div.sucesso ul,
div.erro_geral ul {
    margin: 0px;
    padding: 0px;
}

div.sucesso li.texto,
div.erro_geral li.texto {
    margin-left: 30px;
    list-style-type: square;
}

div.sucesso .fechar,
div.erro_geral .fechar {
    position: absolute;
    top: 0px;
    right: 5px;
}

div.sucesso .fechar a,
div.erro_geral .fechar a {
    color: #003366;
    font-size: 7pt;
    padding-left: 15px;
    text-decoration: none;
    font-variant: small-caps;
    background: url(/auth/fig/fechar.gif) no-repeat left center;
}

/* ============================ *
 * estilo dos formulários
 * ============================ */

table.lista {
    font-size: 12px !important;
    margin: auto !important;
}

table.lista th {
    background-color: #283544 !important; /*7985bd*/
    color: #ffffff !important;
    padding: 10px!important;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    border: 1px solid #c6cdcf!important;
}

table.lista td {
    /*background-color: #eeeeee;*/
}

table.lista tr.le td {
    /*background-color: #d7dee7;*/
    color: #000044 !important;
}

table.lista tr.destaque1 td {
    background-color: #edf1f2 !important;
    color: #000000 !important;
    cursor: pointer !important;
}

table.lista th.topo_unidade {
    padding-left: 20px !important;
    background: #7289a4 url(/auth/fig/seta_exibir1.gif) no-repeat bottom left !important;
    cursor: pointer !important;
}

table.lista th.topo_unidadeaberto {
    padding-left: 20px !important;
    background: #546e8c url(/auth/fig/seta_ocultar1.gif) no-repeat top left !important;
    cursor: pointer !important;
}

table.lista img {
    vertical-align: middle !important;
}

/* ============================ *
 * rodapé
 * ============================ */

#rodape {
    clear: both;
    padding-top: 10px;
    height: 50px;
    text-align: center;
    font-size: 8pt;
    /*border-bottom: 2px solid #eeeeee;*/
    /*    border-top: 8px solid #eeeeee;*/

    /*background: #f3f3f3 url(/auth/fig/bg_rodape2.gif) repeat-x top;*/
    position: relative;
    bottom: 0px;
    width: 100%;
}

#rodape div.div0 {
    width: 350px;
    margin: 0px auto;
}

#rodape div.div1 {
    width: 90px;
    float: left;
    text-align: center;
}

#rodape div.div3 {
    width: 90px;
    float: right;
    text-align: center;
}

#rodape div.div3 img {
    border: 0px;
}

/* ============================ *
 * base
 * ============================ */

#base {
    display: none;
}

/* ============================ *
 * Paginação
 * ============================ */

.pagination>li>a, .pagination>li>span{
    color:#283544!important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background:#283544!important;
    color:#fff!important;
    border:1px solid #c6cdcf!important;
}
/* ============================ *
 * outros
 * ============================ */

div.sistemaEmTeste {
    font-size: 15pt;
    font-weight: normal;
    color: #ff0000;
    position: absolute;
    top: 50px;
    left: 20px;
}

.destaque {
    color: #ff3300;
}

.dstq2 {
    color: #FF4500;
    font-weight: bold;
    font-size: larger;
}

.dstq3 {
    color: red;
    font-weight: bold;
    font-size: 13pt;
}

noscript p,
.noscript p {
    background-color: #ffff00;
    margin: 0px;
    padding: 5px;
}

#cl_opcoes {
    cursor: pointer;
    color: #000099;
    text-decoration: underline;
}

div.btnSubmit {
    margin-left: 80px;
    margin-top: 10px;
}

input[type=checkbox].css-checkbox {
    /* All browsers except webkit*/
    transform: scale(1.8);

    /* Webkit browsers*/
    -webkit-transform: scale(1.8);

    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 10px;
}

.table-head-centered th {
    text-align: center;
}
.table-title th{
    background: #283544!important;
    color:#fff;
    text-align: center;
}
.panel-wrapper {
    padding: 3px !important;
}

.popover-content {
    color: #737373 !important;
}

#sistemas {
    margin-bottom: 50px !important;
    margin-top: -50px !important;
}
.navbar-nav:hover{
    color:#283544!important;
}
.navbar-nav > li > a {
    padding-top: 30px;
}
.caret{
    color:#283544!important;
}
.dropdown-menu{
    width: 200px;
}
.jumbotron{
    background: #edf1f2!important;
    border-radius: 6px;
    color: #283544!important;
}
.fa-red{
    color: #c0392b;
}
.fa-green{
    color: #16a085;
}
.fa-gray{
    color: #c6cdcf;
}
.fa-blue{
    color: #283544;
}
.fa-1x{
    font-size: 18px;
}
.panel{
    border: 0!important;
}
.table tr td i{
    margin: 0 6%;
}
.table tr td{
    border:1px solid #c6cdcf;
}
.table tr{
    border-radius: 0 0 6px 6px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e8e8e8!important;
}
.btn-right{
    margin-top: 10px;
    float: right;
}
.btn-left{
    margin-top: 10px;
    float: left;
}
.panel-primary>.panel-heading{
    background-color: #283544!important;
    border-color: #283544!important;
    border-radius: 6px 6px 0 0;
}
.panel-title{
    font-size: 14px;
}
.panel-title a:hover{
    text-decoration: none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle!important;
}
.select-all{
    background: #283544;
}

/** Fixação da largura **/
/*.page-container{*/
/*min-width: 520px;*/
/*}*/
/*.page-sidebar-wrapper{*/
/*min-width: 520px;*/
/*}*/
/*.page-content-wrapper{*/
/*min-width: 520px;*/
/*}*/
/*.footer{*/
/*min-width: 520px;*/
/*}*/
.footer p{
    margin: 0!important;
}
.footer-inner{
    margin-left: -webkit-calc(50% - 250px);
    margin-left: -moz-calc(50% - 250px);
    margin-left: -o-calc(50% - 250px);
    margin-left: calc(50% - 250px);
}
.panel-body a:hover{
    color: #15a085!important;
}
.form-input{
    margin-right: 20px;
}
.btn-margin{
    margin-left: 15px!important;
}

/** Tela de manutenção **/
.bg-manutencao{
    margin:0;
    padding: 0;
    background: #c6cdcf;
}
.manutencao{
    width: 350px;
    height: 400px;
    margin: 0 auto;
    position: fixed;
    top: -webkit-calc(50% - 150px);
    top: -moz-calc(50% - 150px);
    top: -o-calc(50% - 150px);
    top: calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: -o-calc(50% - 150px);
    left: calc(50% - 150px);
    /*min-width: 520px;*/
}
.manutencao img{

}
.manutencao p{
    font-size: 22px;
    color: #5c9f85;
}

.sair {
    height: 61px;
    top: -10px;
}

.sair:hover {
    background: transparent !important;
    color: #5c9f85 !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #487e69;
}

.status {
    width: 70px;
    min-width: 70px;
}

.status a {
    text-align: center;
}

.btn-status {
    border-color: #384e62;
    background-color: #283544;
    color: #FFFFFF;
}

.white {
    color: #FFFFFF !important;
}

.white:hover {
    color: #FFFFFF !important;
}

.table-logs th {
	background-color: #283544 !important;
	color: #FFFFFF !important;
}

div.DTTT {
    margin-bottom: 15px;
    clear: both
}

.label-cms {
    background-color: #283544 !important;
}

.alert-cms {
    background-color: #C6CDCF !important;
    border-color: #C6CDCF !important;
}

.btn-auth-popup-avaliacaoinstitucional {
	color: #FFFFFF;
	background-color: #496E6A;
	border-color: #3F5250;
}

.btn-auth-popup-avaliacaoinstitucional:hover,
.btn-auth-popup-avaliacaoinstitucional:focus,
.btn-auth-popup-avaliacaoinstitucional:active,
.btn-auth-popup-avaliacaoinstitucional.active,
.open .dropdown-toggle.btn-auth-popup-avaliacaoinstitucional {
	color: #FFFFFF;
	background-color: #374D4B;
	border-color: #3F5250;
}

.btn-auth-popup-avaliacaoinstitucional:active,
.btn-auth-popup-avaliacaoinstitucional.active,
.open .dropdown-toggle.btn-auth-popup-avaliacaoinstitucional {
	background-image: none;
}

.btn-auth-popup-avaliacaoinstitucional.disabled,
.btn-auth-popup-avaliacaoinstitucional[disabled],
fieldset[disabled] .btn-auth-popup-avaliacaoinstitucional,
.btn-auth-popup-avaliacaoinstitucional.disabled:hover,
.btn-auth-popup-avaliacaoinstitucional[disabled]:hover,
fieldset[disabled] .btn-auth-popup-avaliacaoinstitucional:hover,
.btn-auth-popup-avaliacaoinstitucional.disabled:focus,
.btn-auth-popup-avaliacaoinstitucional[disabled]:focus,
fieldset[disabled] .btn-auth-popup-avaliacaoinstitucional:focus,
.btn-auth-popup-avaliacaoinstitucional.disabled:active,
.btn-auth-popup-avaliacaoinstitucional[disabled]:active,
fieldset[disabled] .btn-auth-popup-avaliacaoinstitucional:active,
.btn-auth-popup-avaliacaoinstitucional.disabled.active,
.btn-auth-popup-avaliacaoinstitucional[disabled].active,
fieldset[disabled] .btn-auth-popup-avaliacaoinstitucional.active {
	background-color: #496E6A;
	border-color: #3F5250;
}

.btn-popup-cepe2017 {
    color: #FFFFFF;
    background-color: #0D7958;
    border-color: #0c6449;
}

.btn-popup-cepe2017:hover,
.btn-popup-cepe2017:focus,
.btn-popup-cepe2017:active,
.btn-popup-cepe2017.active,
.open .dropdown-toggle.btn-popup-cepe2017 {
    color: #FFFFFF;
    background-color: #0d674c;
    border-color: #3F5250;
}

.btn-popup-cepe2017:active,
.btn-popup-cepe2017.active,
.open .dropdown-toggle.btn-popup-cepe2017 {
    background-image: none;
}


.btn-popup-cepe2017.disabled,
.btn-popup-cepe2017[disabled],
fieldset[disabled] .btn-popup-cepe2017,
.btn-popup-cepe2017.disabled:hover,
.btn-popup-cepe2017[disabled]:hover,
fieldset[disabled] .btn-popup-cepe2017:hover,
.btn-popup-cepe2017.disabled:focus,
.btn-popup-cepe2017[disabled]:focus,
fieldset[disabled] .btn-popup-cepe2017:focus,
.btn-popup-cepe2017.disabled:active,
.btn-popup-cepe2017[disabled]:active,
fieldset[disabled] .btn-popup-cepe2017:active,
.btn-popup-cepe2017.disabled.active,
.btn-popup-cepe2017[disabled].active,
fieldset[disabled] .btn-popup-cepe2017.active {
	background-color: #0D7958;
	border-color: #0b5f46;
}

.img_editar_perfil{
	width: auto;height: 100px;padding: 0px;border-radius: 50px; cursor: pointer;
}

.div_img_perfil {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}

.div_img_perfil .label_editar_foto{
	top: -20px;position: relative;left: 32px;font-weight: bold;font-size: 13px;color: white;background-color: #aaa;background-color: rgba(150,150,150,0.6);width: 37px;border-radius: 7px;
}

.div_img_perfil:hover .label_editar_foto{
	background-color: rgba(50,50,50,0.9);
	cursor: pointer;
}

.btn-popup-cepe2017 .badge {
	color: #0D7958;
	background-color: #FFFFFF;
}


.btn-popup-estagioprobatorio {
    color: #FFFFFF;
    background-color: #464646;
    border-color: #272727;
}

.btn-popup-estagioprobatorio:hover,
.btn-popup-estagioprobatorio:focus,
.btn-popup-estagioprobatorio:active,
.btn-popup-estagioprobatorio.active,
.open .dropdown-toggle.btn-popup-estagioprobatorio {
    color: #FFFFFF;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.btn-popup-estagioprobatorio:active,
.btn-popup-estagioprobatorio.active,
.open .dropdown-toggle.btn-popup-estagioprobatorio {
    background-image: none;
}

.btn-popup-estagioprobatorio.disabled,
.btn-popup-estagioprobatorio[disabled],
fieldset[disabled] .btn-popup-estagioprobatorio,
.btn-popup-estagioprobatorio.disabled:hover,
.btn-popup-estagioprobatorio[disabled]:hover,
fieldset[disabled] .btn-popup-estagioprobatorio:hover,
.btn-popup-estagioprobatorio.disabled:focus,
.btn-popup-estagioprobatorio[disabled]:focus,
fieldset[disabled] .btn-popup-estagioprobatorio:focus,
.btn-popup-estagioprobatorio.disabled:active,
.btn-popup-estagioprobatorio[disabled]:active,
fieldset[disabled] .btn-popup-estagioprobatorio:active,
.btn-popup-estagioprobatorio.disabled.active,
.btn-popup-estagioprobatorio[disabled].active,
fieldset[disabled] .btn-popup-estagioprobatorio.active {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.btn-popup-estagioprobatorio .badge {
    color: #496E6A;
    background-color: #FFFFFF;
}

.page-sidebar-menu > li > a {
	font-size: 14px;
}
@media screen and (max-width: 991px) {
    ul.page-sidebar-menu > li:last-child > a {
        border: 0!important;
    }
    .page-sidebar {
        padding: 20px!important;
        background: #e6e8e8!important;
        margin: 0!important;
        border-radius: 0!important;
    }

}

@media screen and (max-width: 767px) {
    .navbar-collapse.collapse {
        padding:0;
    }
    .header .navbar-nav {
        width: 100%;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #b9c1c3;
    }
    .header-inner ul{
        background: #c6cdcf;
    }
    .header .navbar-nav img {
        background: none;
        padding: 4px 15px 5px 13px;

    }
    .modal-dialog{
        width: 100% !important;
        margin: 0;
    }
    .modal-dialog img{
        width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
    .picture-item{
        /*position: relative!important;*/
        /*margin: 35px auto!important;*/
        /*width: 160px!important;*/
        /*height: 0px!important;*/
    }
	.footer-inner{
		margin-left: 2px;
		width: 85%;
		padding-top: 15px;
	}

	.footer-inner p{
		line-height: normal;
	}

}


body {
	--cor-principal: #adbdb1;
}

body .header .navbar-nav img {
	background: var(--cor-principal);
}

body .page-sidebar-menu {
	background: var(--cor-principal);
}
