@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';

html, body {
	color: #2d2d2d;
	background-color: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
}

.container-fluid {
	max-width: 1280px;
}

#logo-biblioteca {
	display: inline-block;
	border-right: solid 1px #1C59A4;
	height: 111px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#document-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	text-align: left;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #1C59A4;
	font-weight: 300;
}

.page-header {
	margin: 60px 0 50px 0;
	border: none;
}

.panel-heading {
	color: #ffffff !important;
	background-color: #1C59A4 !important;
}

.form-title {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 0;
}

.required-explanation {
	font-weight: 300;
	font-size: 12px;
}

.asterisk {
	font-size: 14px;
	font-weight: 700;
}

.section-divider:not(:first-child) {
	padding-top: 35px;
}

.form-line {
	margin-bottom: 15px;
}

.botao-vermelho {
	color: #ffffff;
	background: #1C59A4;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 13px;
	border: solid 1px #ffffff;
}

.botao-vermelho:hover {
	color: #ffffff;
	background: #1C59A4;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 13px;
	border: solid 1px #ffffff;
	box-shadow: 0px 1px 3px #bfbfbf;
}

.botao-branco {
	color: #1C59A4;
	background: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 13px;
	border: solid 1px #1C59A4;
}

.botao-branco:hover {
	color: #1C59A4;
	background: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 13px;
	border: solid 1px #1C59A4;
	box-shadow: 0px 1px 3px #2f2f2f;
}

#instructions {
	margin-top: 25px;
}

.inline-label {
	display: inline-block;
}

.botao-largo {
	width: 100%;
	max-width: 320px;
	margin-top: 40px;
	padding: 15px !important;
	border: none !important;
}

#add-coorientador {
	margin-top: 20px;
}

.chosen-container {
	width: 100% !important;
}

.chosen-container-single .chosen-single {
	background: inherit !important;
	height: 34px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 12px;
	border-color: #cccccc;
}

.chosen-container-single .chosen-single div b {
	margin-top: 5px;
}

.chosen-container .chosen-results li.highlighted {
	background: #1C59A4 !important;
}

.form-control:focus {
	border-color: #cccccc;
	box-shadow: none;
	webkit-box-shadow: none;
}