@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;
}

textarea{
	border: thin solid #666666;
}

.navbar, .navbar.navbar-default {
    color: #ffffff;
    background-color: #515059;
    background-color: rgba(16, 47, 88, 0.9);
    /* background-color: #f44336d4; */
    /*background-color: rgba(23, 63, 109, 0.89);*/
	border-radius: 0;
}

