@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Oswald', sans-serif;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fontePP {
	font-size: 10px !important;
}

.fonteP {
	font-size: 14px !important;
}

.fonteM {
	font-size: 16px !important;
}

.fonteG {
	font-size: 20px !important;
}

.padtop10 {
	padding-top: 10px;
}

.top20 {
	padding-top: 20px;
}

.top50 {
	margin-top: 50px;
}

.top8p {
	margin-top: 8%;
}

.titulo {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
	/* padding-bottom: 20px; */
}
.titulo-interna {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-brand {
	float: left;
	height: 60px;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
}

.jumbotron {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 80px;
	background-color: #333333;
}

.links-topo a {
	color: #ffffff;
}


#footer {
	display: block;
	padding: 20px 0;
	bottom: 0;
	width: 100%;
	min-height: 60px;
	background-color: #ffffff;
	margin-bottom: 0;
	margin-top: 80px !important;
	overflow: hidden;
	/*position: sticky;*/
}

#botoes-inicio .btn-primary {
	color: #fff;
	background-color: #387e8e;
	border-color: #387e8e;
	border-radius: 10px;
	padding: 15%;
	height: 100px;
	width: 150px;
	margin-top: 15px;
}

#botoes-inicio .btn-primary i {
	padding-bottom: 5px;
}

/* DROPDOWN MENU */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	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: none;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-submenu {
	position: relative;
	background-color: #f2f2f2;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu:focus>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu:focus>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* FIM DO DROPDOWN MENU */

/*  BUSCAR    */
#busca {
	/*margin-top: 40px;*/
	margin-bottom: 40px;
}

#custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
}

#custom-search-input input {
	border: 0;
	box-shadow: none;
}

#custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
	font-size: 23px;
}
/*    FIM DO BUSCAR    */

/*   BOTOES    */
.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button {
	position: relative;
	padding: 40px 15px;
	margin: 20px 5px -7px -5px;
	float: left;
	border-radius: 10px;
	min-height: 160px;
	min-width: 165px;
	color: #FFF;
	text-decoration: none;
}

.action-button i, .action-button i {
	padding: 5px;
}

.action-button:hover, .action-button:focus, .action-button:visited,
	.action-button:active {
	color: #ffffff !important;
	text-decoration: none;
}

.blue {
	background-color: #4c99be;
	border-bottom: 5px solid #567488;
	text-shadow: 0px -2px #567488;
}

.red {
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.green {
	background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}

.yellow {
	background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}

.action-button:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid;
}

/*   FIM DOS BOTOES    */
.img-brasao {
	padding: 5px 5px 0 0;
	width: 90px;
	height: 90px;
}

.box-brasao {
	position: absolute;
	background-color: #fff;
	width: auto;
	display: inline-flex;
	border: none;
	padding: 20px 10px 10px 10px;
	margin: 20px;
	min-height: auto;
	border-radius: 0 0 7px 7px;
	margin-top: -15px;
	webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	z-index: 1000;
}
.navbar {
	margin-bottom: 0;
}
@media
(
min-width
:
768px)
{
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}

.navbar .navbar-collapse {
	text-align: center;
}

}
#menutab .tab-content {
	color: #333;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 5px;
	margin-top: 2px;
	min-height: 350px;
}

#menutab .tab-content li a, #menutab .tab-content li {
	color: #333;
	font-size: 12px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: inherit;
}

#menutab .nav-pills>li {
	float: left;
	background-color: #31708f;
	border-radius: 5px;
	margin-bottom: 2px;
}

#menutab .nav-pills>li.active>a, #menutab .nav-pills>li.active>a:focus,
	#menutab .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #19ab8d;
}

/* remove border radius for the tab */
#menutab .nav-pills>li>a {
	padding: 15px 25px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
}

#menutab .nav>li>a:focus, #menutab .nav>li>a:hover {
	text-decoration: none;
	background-color: #3c8fb8;
	color: #ffffff !important;
}

#menutab ul {
	-webkit-margin-before: 10px;
	-webkit-margin-after: 10px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}


/* BOTÕES */
.botaoPesquisar {
	color: #fff;
	background-color: #0087bf;
	border-color: #0087bf
}
.botaoPesquisar.focus, .botaoPesquisar:focus, .botaoPesquisar:hover, .botaoPesquisar:active {
	color: #fff;
	background-color: #156c90;
	border-color: #156c90
}
.botaoImprimir {
	color: #fff;
	background-color: #12B763;
	border-color: #12B763
}
.botaoImprimir.focus, .botaoImprimir:focus, .botaoImprimir:hover, .botaoImprimir:active {
	color: #fff;
	background-color: #058a46;
	border-color: #058a46
}
.botaoLimpar {
	color: #fff;
	background-color: #999;
	border-color: #999
}
.botaoLimpar.focus, .botaoLimpar:focus, .botaoLimpar:hover, .botaoLimpar:active {
	color: #fff;
	background-color: #777;
	border-color: #777
}
.botaoVoltar {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.botaoVoltar.focus, .botaoVoltar:focus, .botaoVoltar:hover, .botaoVoltar:active {
	color: #333;
	background-color: #f9f9f9;
	border-color: #ccc;
}

/* TABELA */
.dataTables_wrapper {
	position: relative;
	clear: both;
	margin-top: -20px;
}

div.dataTables_processing {
	position: fixed !important;
	z-index: 5;
}

.botaoProcessandoRequisicao {
	position: relative;
	top: 5px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5);
}
table.dataTable thead>tr>th {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
div.dataTables_processing {
	background: linear-gradient(to right, rgba(217, 83, 79, 1) 0%, rgba(217, 83, 79, 1) 10%, rgba(217, 83, 79, 0.8) 75%, rgba(217, 83, 79, 0.8) 50%) !important;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	position: absolute;
}

.dataTables_processing p {
	padding: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: inherit;
	border-top: 1px solid #ddd;
}

table.table-bordered.dataTable {
	border-collapse: separate !important;
	border-radius: 5px 5px 0 0
}
.oculto {
	display: none;
}

table {
    background-color: #fff;
}
.link-sem-estilo, .link-sem-estilo:hover  {
	text-decoration: none;
	color: inherit;
	
}

.principal {
    background-color: #fff;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.card {
    padding: 10px 40px 0px 40px;
    background-color: #F7F7F7;
    margin: 0 auto 25px;
    margin-top: 30px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.info-topo {
	font-size: 12px;
}
.info-topo span {
	font-weight: bold;
}

@media (min-width:1200px) {
	.info-topo {
		padding-left: 350px;
	}
}

.info-topo-form {
	font-size: 12px;
}
.info-topo-form span {
	font-weight: bold;
}

@media (min-width:1200px) {
	.info-topo-form {
		padding-left: 254px;
	}
}

div#td_wrapper{
	  overflow-x:auto;
}

/* font awesome 4.7 : datatable */
.fa.fa-file-text-o:before {
    display: inline-block;
    content: '\f15c';
}
.fa.fa-file-excel-o:before {
    display: inline-block;
    content: '\f1c3';
}
.fa.fa-file-pdf-o:before {
    display: inline-block;
    content: '\f1c1';
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    font-family: 'Font Awesome\ 5 Free';
}
