<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#log{
	position:relative;
	display:table;
	width:280px;
	height:80px;
	margin:0 auto;
	background:#003b84;
	color:#FFF;
	text-align:center;
	padding:10px;
}
#btnlog{
	position:relative;
	width:300px;
	height:30px;
	margin:0 auto;
	margin-top:6px;
	background:#de0b26;
	color:#FFF;
	text-align:center;
}
.inputlog{
	width:180px;
	height:10px;
	color:#006;
	font-size:16px;
}
.log{
	background:none;
	color:#FFF;
	font-size:16px;
	border:none;
}
.log:hover{
	color:#0CF;
}
.log2{
	padding:3px;
	font-size:14px;
	color:#FFF;
	vertical-align:middle;
	margin:0 auto;
	width:50px;
}
#msg{
	width:280px;
	padding:10px;
	background:#CCC;
	color:#666;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
}
#menuadmin{
	position:relative;
	margin:0 auto;
	width:auto;
	background:#CCC;
	padding:10px;
	color:#666;
	display:table;
	font-size:13px;
	border-bottom:#999 solid 2px;
}
.menuadmin{
	color:#666;
	font-weight:bold;
}
.menuadmin:hover{
	color:#333;
}
.inputbanner{
	color:#666;
	padding:2px;
	margin:0 auto;
	background:#CCC;
	font-size:14px;
}
#insere{
	position:relative;
	width:auto;
	margin:0 auto;
	display:table;
	margin-top:20px;
	margin-bottom:20px;
}
#lista{
	position:relative;
	margin:0 auto;
	width:auto;
	display:table;
	text-align:center;
	padding: 10px;
}
#ban{
	position:relative;
	margin:0 auto;
	box-shadow:5px 5px 5px;
	margin-bottom:10px;
}
#excluibanner{
	position:absolute;
	z-index:2;
	right:5px;
	bottom:5px;
	width:60px;
	height:60px;
}
#frase{
	position:absolute;
	background:#000;
	color:#FFF;
	padding:5px;
	font-size:12px;
	bottom:5px;
	left:5px;
	max-width:360px;
}
#texto{
	max-width:800px;
}
#dest{
	position:relative;
	width:700px;
	font-size:14px;
	float:left;
	text-align:left;
}
#editdest{
	position:relative;
	float:left;
}
#boxdest{
	position:relative;
	padding:5px;
	border:#999 solid thin;
	display:table;
	margin-left:auto;
	margin-right: auto;
}

#tipo_log{
	display:table;
	float:left;
	width:130px;
	margin:10px 5px;
}

#saudacao{
	display:table;
	margin-left:100px;
	font-size:14px;
}

#content h2{
	width:900px;
	text-align:center;
	margin:5px auto;
	border-bottom:#CCC solid thin;
	color:limegreen;
}

#content h3{
	color:#FF6F6F;
}

#rol{
	display:table;
	width:320px;
	float:left;
	margin-left:40px;
}

#container{
	display:table;
	width:100%;
}

#uploader{
	display:table;
}

#arquivos{
	display:table;
	width:600px;
	margin-left:10px;
	padding:0 10px;
	border-left:#CCC solid thin;
	min-height:400px;
	margin-bottom:20px;
}

#arquivos h4{
	margin:3px;
	padding:0;
}

#arquivos #info{
	display:none;
}

#uploader input[type=file]{
	border:#DDD solid thin;
	border-top:#DDD solid 2px;
	padding:7px;
}

#uploader input[type=file], #uploader input[type=text], #uploader textarea{
	width:300px;
	margin:3px;
	float:left;
	clear:both;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	max-width:300px;
}

#uploader input[type=submit]{
	margin:3px;
	float:left;
	clear:both;
}

#arqs{
	width:100%;
	margin-top:10px;
	padding-top:10px;
	border-top:#CCC solid thin;
}

#arq{
	position:relative;
	display:block;
	padding:5px;
	border-radius:4px;
	border:#CCC solid thin;
	margin:2px 0;
	margin-bottom: 19px;
}

#arq h4{
	background:#E5E5E5;
	border-radius:4px 4px 0 0;
	padding:5px;
}

#inf{
	padding:5px;
	min-height: 30px;
}

.del_doc{
	position:absolute;
	right:11px;
	top:11px;
}

.del_doc img{
	width:24px;
	height:24px;
}

#nova_turma{
	display:table;
	margin:0 auto;
}

#nova_turma input[type=text]{
	display:inline;
	float:none;
	width:250px;
	margin-right:5px;
}

#nova_turma input[type=submit]{
	display:inline;
	float:none;
	padding:7px;
}

.orange{
	color:orange;
}
.red{
	color:#dc3545!important;
}
.blue{
	color:#17a2b8!important;
}
.green{
	color:#28a745!important;
}
.limegreen{
	color:limegreen;
}
.gray{
	color: gray;
}

#cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.80;
	background: #fff;
	z-index: 10;
	display: none;
 }

 #info{
	 width: 70%;
 }

 .disabled{
	 cursor: not-allowed;
	 color:#AAA !important;
	 background:#F5F5F5 !important ; 
 }

 .msg-coord{
	background:  #dcf8c6;
	margin-right: 10px;
	margin-left: 100px;
	float: right;
	width: 70%;
	max-width: 500px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 15px;
	font-size: 1.1em;
}

.msg-aluno{
	background:   #f6f3f3;
	margin-left: 10px;
	margin-right: 100px;
	float: left;
	width: 70%;
	max-width: 500px;
	margin-bottom: 10px; 
	border-radius: 5px;
	padding: 15px;
	font-size: 1.1em;
}</pre></body></html>