@media screen and (max-width: 600px){
	.titulo h1{
		font-size: 22pt;
	}
	.col-md-4 figure img{
		padding-top: 10px;
		width: 290px;
	}
}
body{
	background-color: #A8D2B8CC;
}
.cadastro{
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
}
header{
	background-color: white;
	display:block;
	position: inherit;
	top:0;
	left:0;
	width:100%;
	height: 130px;
	text-align:center;
	z-index: 9;
	border-bottom: 2px solid;
	border-color: black;

}
footer{
	display:block;
	position: relative;
	width:100%;
	left:0;
	background:white;
	text-align:center;
	padding: 10px 0;
}

.titulo{
	text-align: center;
	color: black;
	font-size: 32px;
	font-style: all;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.titulo h2{
	font-size: 28px;
}
.formulario{
	color: black;
	text-align: center;
	font-size: 20pt;
	margin-top: 100px;
	height: auto;
}
#topo{
	margin-top: 20px;
}
.link{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 20px;
	min-height: 50px;
	padding: 2px;
	color: white;
	background-color: #212529;
	text-align: center;
	height: inherit;
	width: inherit;
	margin-left: 10px;
}
.link text{
	cursor: context-menu;
}
.link:hover{
	background-color: grey;
}
.notas{
	margin-top: 20px;
	font-weight: bolder;
	padding: 10px;
	background-color: white;
	border-bottom-right-radius: 10px;
}
.header{
	background-color: white;
	height: 100px;
}
.pequeno{
	width: 20%;
	float: left;
}
.medio{
	width: 60%;
	margin-left: 100px;
}
.form-group label{
	display: flex;
	width: inherit;
	position: inherit;
}
.form-group:after{
	clear: both;
}
.botao{
	width: 50px;
	height: 30px;
	border: 2px solid;
	border-color: lightgreen;
	background: #212529;
	float: left;
	clear: right;
	border-radius: 10px;
	color: white;
	text-align: center;
}
.header figure img{
	padding-left: 10px;
	max-width: 50%;
	margin-top: 10px;
}
.login{
	color: white;
	font-family: arial;
	border-radius: 10px;
	background-color: #32383e;
	padding: 20px;
	margin-top: 100px;
	text-align: center;
}
.corpo tbody tr{
	background-color: #D5213B;
	color: white;
}
#nome{
	text-align: left;
}
.subTitulo{
	font-size: 14px;
}
.formEditar{
	background-color: #088A85;
	margin-top: 20px;
}
.descricao{
	padding-left: 10px;
	padding-top: 20px;
}
.descricao textarea{
	width: -webkit-fill-available;
}
.descricao textarea::-webkit-input-placeholder{
	color: black;
}
.canto{
	max-width: 30px;
	float: right;
	padding-top: 40px;
	margin-right: 10px;
}

.legenda legend{
	font-size: 15pt;
	text-align: center;
	color: white;
}
.legendas{
	padding: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border: 1px solid;
}
#legTitulo{
	color: black;
	font-size: 20pt;
}
.criarTurma{
	margin-top: 20px;
	margin-left: 10px;
	background-color: #32383e;
	padding: 10px;
	margin-right: -10px;
	color: white;
}
.fundoEBT{
	background-image: url("../formulario/img/logo.png");
	background-repeat: no-repeat;
	background-size: 400px;
	background-color: white;
	background-position: 3%;
}
.box-nota{
	margin-top: 20px;
	width: 70%;
	margin-left: 15%;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
#lista{
	margin-left: 20px;
	margin-right: 20px;
}
.subPresenca{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	min-height: 30px;
	padding: 2px;
	color: white;
	background-color: #343f4a;
	text-align: center;
	width: inherit;
	margin-left: 10px;
}
.subPresenca:hover{
	background-color: grey;
}
.subAvaliacao{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	min-height: 30px;
	padding: 2px;
	color: white;
	background-color: #343f4a;
	text-align: center;
	width: inherit;
	margin-left: 10px;
}
.subAvaliacao:hover{
	background-color: grey;
}
.visualizacao{
	padding: 5px;
	background-color: #5b82aa;
	border-radius: 5px;
}
.tabelaPoderes td{
	max-height: 100px;
	text-align: center;
	border: 1px solid black;
}
.subManual{
	margin-left: 10px;
}
#txtManual{
	width: 320px;
}
.subLink{
	margin-left: 10px;
	background-color: #7591a4;
	width: inherit;
	padding: 10px;
	color: white;
}
.centralizar{
	align-self: center;
	align-items: center;
	text-align: center;
	vertical-align: center;
<<<<<<< HEAD
	align-content: center;
	vertical-align: middle;
=======
}
#titulo{
	font-size: 22pt;
	font-family: sans-serif;
}
.opcao{
	margin-top: 50px;	
	margin-left: 10px;
	font-family: fantasy;
	font-size: 16pt;
}
.form{
	margin: 10px;
	background-color: lightblue;
	padding: 10px;
}
.curso{
	padding: 20px;
	background-color: white;
}
#disciplinas{
	padding: 50px;
}
.showCurso{
	width: 100%;
}
.showCurso tr{
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 3px;
	border-style: solid;
	border-color: #d7f6d7;
	height: 60px;
	font-size: 16pt;
}
.showCurso th{
	width: 60%;
>>>>>>> 956acbac1a50ab029bb4a56cf3847f4b85f25648
}