
.ge_warning {
padding:12px;
background-color: #FEEFB3;
color: #9F6000;
display: block;
}


.ge_warningimage {
content: url(../img/alerta01.gif);
background-repeat: no-repeat;
padding-left: 30px
}


.textoGrande {
	font-size: 16px;
}

.textoGrandeDestacado {
	font-size: 20px;
	color: #ff0000;
}

.textoMedio {
	font-size: 10px;
}

.texto-explicativo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.texto-comentario {
    font-size: 8pt;
}

.texto-status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000ff;
}

a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.specialText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}

.textoVermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

/* Configuração de links especiais 01 */
a.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a.special:visited {
	font-size: 12px;
	color: #000000;
}

a.special:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.rematriculasAbertas, .rematriculasAbertas a, .rematriculasAbertas a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
}

.grid-control {
	border: 0px;
}

/* Configuração de links especiais 02 */
a.special-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

a.special-b:visited {
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

a.special-b:hover {
	font-size: 11px;
	color: #3399CC;
	text-decoration: underline;
}

a.special-b:active {
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

/* Configuração de links especiais 03 */
a.special-c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

a.special-c:visited {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

a.special-c:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

a.special-c:active {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.desenhos li {
	display: inline;
	list-style-type: none;
}

.desenhos ul {
	width: 90%;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: none;
}

.desenhos {
	max-heigth: auto;
	max-width: 150px;
}

.selecionado {
	background-color: gray;
	heigth: 48px;
	width: 48px;
	max-heigth: 48px;
	max-width: 48px;
	min-heigth: 48px;
	min-width: 48px;
}

table.tituloTabela-c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url("../img/degrade05.jpg");
	font-weight: bold;
}

table.tituloTabela-d {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url("../img/degrade06.jpg");
	font-weight: bold;
}

table.bordasimples {
	border-collapse: collapse;
}

table.bordasimples tr td {
	border: 1px dashed #3399FF;
}

.tituloTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	border: #666666 dashed 1px;
	background-color: #FBFDE6;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.ui-wizard-step-title {
	float: left;
	font-size: 12px;
	margin: 0 3px 0 0;
	padding: 0.4em;
}

.iconeMenu {
	width: 48px;
}

/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #e3f4fd;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 80px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

.nowrap {
	white-space: nowrap;
}

.homeMenuBar button {
	width: 150px;
}

.preencheTudo {
	width: 100%;
	height: 100%;
}

.negrito {
	font-weight: bold;
}

.padding05rem {
	padding: 0.5rem !important;
}

.border-bottom-cinza {
	border-bottom: 1px solid #dee2e6;
}

.link-hover-bold:hover {
	font-weight: bold;
}