@charset "utf-8";
/* CSS Document */

.index-page > .wrapper > .header {
		height: 120px;
		margin: 0;
		padding: 0;
		line-height: 0;
	    min-height: 120px;
		max-height: 120px;

}

.wrapper > .header{
	background-color: rgba(24, 80, 154, 0.9);

}

.required{
	color: #FF0000;
	font-weight: bold;
}

.resources_options{
	margin-left: 30px;
}

a[data-toggle=collapse]{
	margin-bottom: 10px;
}
ul.list li {
	margin-bottom: 20px;
}

textarea{
	border: thin solid #666666;
}

.header-filter::after {
	background-color: rgba(0, 0, 0, 0.02);	
}
