@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.ttf') format('truetype')
}
@font-face {
	font-family: 'MontserratBold';
	src: url('Montserrat-Bold.ttf') format('truetype')
}

body{
	background-image:url( "../../images/FOND_DEGRADE.jpg");
	background-color:lightgrey;
	font-family: Montserrat,Arial,sans-serif;
	color:#ffffff;
}
#main{background-color: #ffffff}

fieldset{
	border-radius: 5px;
	border : 1px solid #0a58ca;
	padding:10px;
}
legend{
	color:#0a58ca;
}
.ui-widget-header{
	background:#cccccc;
	color:white;
}
.fg-toolbar{
	heigth:30px;
}
p{
	color:#000000;
}

li{list-style: none;cursor:pointer;}

.frame{
	width:100%; 
	height:95%;
}
.tab-pane{
	color:#000000;
}
.bodyiframe{
	background-image:none;
	background-color: #ffffff;
}
.table-content, .dataTables_wrapper{
	/*text-align: center;*/
	font-size:0.825rem;
}
.form-label, .form-check-label{
	color:#000000;
	font-size: 0.825rem;
	margin-bottom: 2px;
}

#right, #left{
	cursor:pointer;
}
#month{
	text-align: center;
}
#timeline table{
	color:#000000;
	font-size: 0.825rem;
}