@import url("bootstrap.css");
@import url("animate.css");
.topo-site {height: 50px;}
.botao-sair{margin-top:-30px;}
@font-face{
	font-family: "Open Sans Light";
	src: url("../fontes/OpenSans-Light.ttf");
}
@font-face{
	font-family: "Open Sans Semibold";
	src: url("../fontes/OpenSans-Semibold.ttf");
}
@font-face{
	font-family: "Poppins Medium";
	src: url("../fontes/Poppins-Medium.ttf");
}
body {
	transition: color ease 0.5s;
}
img {
	max-width: 100%;
}
p {
	margin: 0;
}
.navbar a{
    color: rgb(99, 100, 102) !important;

}
tr.info td{
    color: white;
    background-color: #0062A8 !important;
}
.padding-bottom-2 {
	padding-bottom: 2em;
}
.padding-top-2 {
	padding-top: 2em;
}
.cor-branca {
	color: #fff;
}
.cor-branca:hover {
	color: #000;
}
.navbar {
	border: none;
}
.navbar-default{
     background: rgb(220,221,222);
}
.poppins {
	font-family: 'Segoe Ui', sans-serif;
	/* usar font-weight 400 ou 500 para variação */
}
.overflow-hidden {
	overflow: hidden;
}
.padding-0 {
	padding: 0;
}
.topo-site {
	background-color: #0062A8;
	padding: 1em;
}
.btn-info{
    background: #0062A8 !important;
    border-color: white !important;
    transition: .3s;
}
.btn-info:hover{
    background: #004475 !important;
}
.menu-topo-site, .menu {
    /* overflow: hidden; */
    width: auto;
}
.menu-topo-site ul li {
	float: left;
	font-family: 'Segoe Ui', sans-serif;
	font-size: 1.1em;
	padding: 1em;
}
.menu-topo-site ul li a {
	color: #fff;
}
.menu-topo-site ul li a:hover {
	color: #000;
}
.menu-admin ul li {
    width: 11.1%;
    text-align: center;
}
.data, .assine {
	color: #fff;
    font-family: 'Segoe Ui', sans-serif;
    font-size: 1.1em;
    padding: 4% 0;
}
.assine:hover {
	color: #000;
}
.logo {
	margin: 2% 0;
}
.logo img {
	width: 50%;
}
.anuncio-topo {
	float: right;
	margin: 4% 0;
}
.menu ul {
	margin: 0;
}
.menu ul li {
	float: left;
	font-family: 'Segoe Ui', sans-serif;
	font-size: 1.07em;
	font-weight: 500;
	padding: 1em;
}
.btn-info{
    background:  #0062A8;
    border: 1px solid #0062A8;
    border-radius: 0;
    transition: .3s;
}
.btn-info:hover{
    background: rgb(1, 64, 110);
    border: 1px solid rgb(1, 64, 110);
}
.menuadmin ul {
	margin: 0;
}
.menuadmin ul li {
	float: left;
	font-family: 'Segoe Ui', sans-serif;
	font-size: 0.94em;
	font-weight: 500;
	padding: 1em;
}
.icone-pesquisa {
	margin: 20% 0;
}
a {
	color: initial;
}
a:hover {
	text-decoration: none;
	color: #0062A8;
}
span {
	display: block;
	float: left;
}
footer {

	background-color: #222;
}
.footer {
	margin: 4% 0;
}
.footer-fixo {
	width: 100%;
	margin-top: 0.5em;
}
.inteiro{
	position: relative;
	height: 100%;
}
.parte{
	height: 80%;
}
.inputs-agrupados input {
	border: 0.1em solid #0062A8;
	padding: 0.3em;
	border-radius: 0;
	margin-bottom: 0.5em;
}
.inputs-agrupados select {
	border: 0.1em solid #0062A8;
	padding: 0.3em;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
}
.titulo {
	font-family: "Segoe Ui";
	color: #0062A8;
	margin: 1em 0;
    font-weight: 500;
}
.informacao-nao-editavel{
	padding-top: 8px;
	font-size: 13px;
}
.lista-open {
	font-family: "Segoe Ui";
	font-size: 1.1em;
    font-weight: 400;
}
.textarea {
	border: 0.1em solid #0062A8;
	border-radius: 0.5em;
	resize: none;
}
.select {
	border: 0.1em solid #0062A8;
	border-radius: 0.5em;
	resize: none;
}
.select1 {
	page-break-before: left;
	border: 0.1em solid #0062A8;
	border-radius: 0.4em;
	width: 83.3%;
	padding: 0.3em 0px;
}
.table {
	padding: 3% 0;
	/* overflow: hidden; */
}
table, tr, td {
    border-bottom: 1px solid #c2c2c2;
    padding-top:10px;
    border-collapse: collapse;
}
tr {
    padding: 15px;
 	margin-top:10px;
}
.botao-nova-categoria { background-color: #114655; border-color: #114655; }
.anuncio-direita-embaixo img {height: 130px;}
.fd-branco {height: 220px}
.bloco-menu-noticias {margin-top:28px;}
.cor-azul{
	color: #0062A8;
}
.btn-sm-ex{
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 0em;
}
.text-success {
    color: #2ed231 !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
.text-danger{
	font-weight: bold !important;
    font-size: 15px !important
}
.menuadmin .dropdown ul li {
    width: 100%;
}
button[name="ajuste-button-excluir"]{
	align-items:  !important;
    text-align: center;
    cursor: pointer !important;
    color: transparent !important;
    background-color: transparent !important;
    box-sizing: !important;
    padding: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: !important;
    border-image: none !important;
}
/*********** BOTAOOO PESQUISARR *********************/
.principal{
    width:99%;
    font-size: 14px;
    border-radius: 0.7em 0.7em 0.7em 0.7em
}
.titulo h2{
    text-align: center;
    font:bold;
}
.icons-text{
    width: 100%;
    height: 4em;
    float: left;
    font-family: "Segoe Ui";
    /*border: 1px solid black;*/
}
.icons-text img{
    width: 6%;
    float: left;
    margin: 2% 0 0 3%;
    /*border: 1px solid black;*/
}
.icons-text p{
    margin: 15px 0% 0 61px;
    float: left;
    font-family: sans-serif;
    font-size: 1.4em;
}
.btn-login{
    float:right;
    margin:0% 1% 0 0;
}
input[name=pesquisa]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/* Set a style for all buttons */
.button {
    color: white !important;
    padding: 14px 20px !important;
    margin: 8px 0 !important;
    border: none !important;
    cursor: pointer !important;
}
.button:hover {
    opacity: 0.8;
}
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #c21c34;
}
/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}
img.avatar {
    width: 5%;
    border-radius: 50%;
}
.container {
    /* padding: 16px; */
}
span.psw {
    float: right;
    padding-top: 16px;
}
/* The Modal (background) */
.principal .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}
/* Modal Content/Box */
.principal .modal-content {
    background-color: #fefefe;
    margin: 6% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 44%; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */
.principal .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    margin-top:-20px;
}
.principal .close:hover,
.principal .close:focus {
    color: red;
    cursor: pointer;
}
.principal .btn-cancel-pesquisar{
	height: 77px;
}
.principal .btn-pesquisar{
	background-color: transparent;
	border-color: #c21c34 !important;
    color: #ff0000 !important;
    border-style: solid;
    padding:10px 5px;
    border-radius: 4px;
}
.principal label, h6{
    margin-left: 23px !important;
}
/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
.dropdown-menu {
    
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 171px;
    padding: 5px 5px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu > li > a{
    transition: .3s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color: #fff !important;
    text-decoration: none;
    background-color: #0062A8 !important;
}
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}
.ajuste-consultar{
	background-color: #fff!important;
    border-bottom:1px solid #f1f1f1 !important;
}
.btn-ajuste{
    margin: 20px 33px 0px 0 !important;
    width: 97px !important;
} 
.btn-sim{
    margin: 40px 70px 0px 0 !important;
    width: 97px !important;
} 
.btn-assinantes  li  button{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}
.btn-assinantes  li  button:hover{
    color: #004e85;
}
.decisao{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}
.modal-content{
    margin-top: 60px !important;
}
.btn-excluir button{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    background-color: transparent!important;
    cursor: pointer !important;
}
.modal-footer .btn-danger{
    float: left!important;
}
.btn-tamanho {
    width: 64px !important;
}
.modal-title {
    margin-left: 37px !important;
}
.btn-buscar-right{
    float: right;
    margin: 22px 50px
}
.btn-buscar-left{
    float: left;
    margin: 22px 50px
}
form .imagens-painel {
    height: 106px !important;
    width: 106px !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media screen and (max-width:991px){
    .inteiro{
        height: auto;
    }
    .parte{
        height: auto;
    }
}
.navbar a{
    position: relative;
}
.navbar a:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    transform: scaleX(0);
    background: #0062A8;
    height: 2px;
    transition: .3s;
}
.navbar a:hover:after{
    transform: scaleX(1.0);
}
.navbar .dropdown a:after{
    display: none;
}