@font-face 
{
	font-family: Roboto;
	src: url(../fonts/SourceSansPro-Regular.ttf)
}
body {
	font-family: calibri,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.btn-success, .btn-success.focus, .btn-success:focus {
	background-color: #557499!important;
	border-color: #557499;
}
.btn-success.focus:hover, .btn-success:active:hover, .btn-success:focus:active, .btn-success:focus:hover, .btn-success:hover, .open>.btn-success.dropdown-toggle, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:active, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
	background-color: #4c7ebb!important;
	border-color: #557499;
}
.green, .green.focus, .green:focus{
	background-color: #82AF6F!important;
	border-color: #82AF6F;
}

.green.focus:hover, .green:active:hover, .green.focus:active, .green:focus:hover, .green:hover, .open>.green.dropdown-toogle, .open>.green.dropdown-toggle.focus{
	background-color: #629B58!important;
	border-color: #82AF6F;
}

/* .d-flex{
	display: flex;

} */

/* .dt-buttons{
	margin-bottom: 10px;
    padding: 5px;
} */

.buttons-excel{
	background-color:#007200;
    border: 1px solid #007200;
    color: #fff;
    border-radius: 5px;
    padding: 7px
}

.buttons-excel:hover{
	filter: opacity(0.75);
}



input, select, textarea{
	border-radius: 5px!important;
}

.buttonAnosBuscar{
	padding: 8px;
    margin: 5px;
    background-color: #557499;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.buttonAnosBuscar:hover{
	filter: brightness(0.8);
	transition: all 0.5s ease-in;
}

