body{
	font-family:'Open Sans', sans-serif;
	background-color: #eff2fa !important;
}

.bg-azul{
	background-color:#045589 !important;
}
.btn-azul{
	background-color: #045589 !important;
	color: white;
}
.btn-azul:hover{
	border-color: white !important;
}
.a-item-menu{
	color: white !important;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 17px;
	padding-left: 17px;
	cursor: pointer;
	
}
.a-item-menu:hover{
	text-decoration: none;
	border-bottom: 3px solid white;
	padding-bottom: 5px;
}
.a-item-menu:active{
	background-color: #0054B0 !important;
}
.a-item-menu-dropdown{
	cursor: pointer;
}
.a-item-menu-dropdown:hover{
	border-left: 4px solid #045589; 
}
.box-botao{
	background-color: #045589;
    color: #fff;
    text-align: center;
    font: 13px 'Open-Sans', sans-serif;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    box-shadow: 3px 3px 0px #BBBBBB;
    padding: 5px;
}
.box-botao:hover{
	background-color: #0054B0 !important;
}
.a-box-botao{
	color: white;
	justify-content: center;
	align-items: center;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
}
.a-box-botao:hover{
	text-decoration: none;
	color: white;
}

.f-size-60{
	font-size: 53px;
}
.text-orange{
	color: #FFA500 !important;
}
.a-branco{
	color: white;
}
.a-branco:hover{
	color: white;
}
.display-block{
	display: block;
}
.display-grid{
	display: grid;
}
.text-blue{
	color: #003b7d !important;
}
.thead{
	background-color: #045589 !important;
	color: white;
}
table tbody tr td{
	font-size: 12px;
	text-align: left;

}
.card-centro {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.font-s14{
	font-size: 14px;
}
.font-s20{
	font-size: 20px;
}
.btn-table{
	background-color: transparent;
	border:0px;
}
.btn-table:hover{
	border: 1px solid #00BFFF;
	cursor: pointer;
	border-radius: 3px;
}
.btn-table:active{
	border: 1px solid red;
}
/*para dataTables*/
table.dataTable thead th {
	position: relative;
	background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: "Font Awesome 5 Free";
}
table.dataTable thead th.sorting:after {
    content: "\f0d7";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0d7";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0d8";
}
.dataTables_filter {
	float:left !important;
	text-align: left;
}
.dataTables_length {
	float:right !important;
}