.btn {
	margin: 2px;
}

.input-group-btn {
	position: relative;
	overflow: hidden;
	border: 1px solid #ced4da;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e9ecef;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: not-allowed;
	display: block;
}

.img-upload {
	max-width: 200px;
	max-height: 200px;
}

.espaco_laboratorios {
	min-width: 200px;
}

.laboratorio {
	cursor: pointer;
	border: #000000 1px solid;
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 0 2px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imagens-index {
	max-height: 180px;
	max-width: 180px;
}

.section-banner {
	height: 230px;
	opacity: 0.9;
	background-color: #ececec;
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

.section-banner-grey {
	height: 230px;
	opacity: 0.3;
	background-color: #ececec;
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

.imagem-banner {
	width: 100%;
	float: left;
}

.bannerdiv {
	position: absolute;
	width: 100%;
	display: block;
	z-index: 999;
}

.btn-unicamp {
	color: white;
	height: 100%;
	width: 100%;
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .21px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.btn-unicampover {
	background-color: #000000;
	height: 50px;
	width: 240px;
	vertical-align: bottom;
	white-space: nowrap;
}

.iconunicamp {
	background-color: white;
	float: left;
	white-space: nowrap;
	padding: 15px;
	border-radius: 1px;
	vertical-align: middle;
}

.icolaboratorios {
	background-color: white;
	float: left;
	white-space: nowrap;
	padding: 5px;
	border-radius: 1px;
	vertical-align: middle;
}

.btn-laboratoriosover {
	background-color: #66cc66;
	height: 50px;
	width: 240px;
	vertical-align: bottom;
}

.label-required:after {
	content: " *";
	color: red;
}
.form-container {
	background-color: #EFEFEF;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #DDDDDD;

}
.navbar {
	z-index: 909090 !important;
}
.texto-titulo-table {
	z-index: 909090 !important;
}
table.table thead.table-dark a {
	color: #81b4ff;
}