@font-face{
	font-family: Droid;
	src: url(../fonte/DroidSans.ttf);
}

*{
	font-family: Droid, sans-serif;
}

/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border: 0;
	margin: 0;
	padding: 0;
	/*vertical-align: middle; --> estava deixando tudo que � negrito ou it�lico 
	deslocado para baixo.*/
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

body{
	background-color: #fff;
	line-height: 1.5;
}

ol,ul{
	list-style: none;
}

blockquote,q{
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}

table{
	border-collapse: separate;
}

/*Reset*/

/* Conjunto de classes de cores */
.cor-primaria{
	color: #990000;
}

.cor-secundaria{
	color: #999;
}

/* Conjunto de classes de fontes */
.font-padrao{ 
	font-family: ; 
	color: #555;
}

.fonte8pt{
	font-size: 8pt;
}

/*Em /siga/jsp/siga/academico/preMatricula/HandlerTelaNormasUploadArquivoPreMatricula.jsp*/
.tbl{
	font-family: Droid, sans-serif;
	font-size: 11px;
	width: 600px;
}

/* Conjunto de classes de tamanho */
.tam-1{
	width: 40px;
}

.tam-2{
	width: 100px;
}

.tam-3{
	width: 160px;
}

.tam-4{
	width: 220px;
}

.tam-5{
	width: 280px;
}

.tam-6{
	width: 340px;
}

.tam-7{
	width: 400px;
}

.tam-8{
	width: 460px;
}

.tam-9{
	width: 520px;
}

.tam-10{
	width: 580px;
}

.tam-11{
	width: auto;
}

.tam-12{
	width: 700px;
}

.tam-13{
	width: 760px;
}

.tam-14{
	width: 820px;
}

.tam-15{
	width: 880px;
}

.tam-16{
	width: 940px;
}

.tam-17{
	width: 1000px;
}

.tam-18{
	width: 1060px;
}

.tam-19{
	width: 1120px;
}

.tam-20{
	width: 1180px;
}

.tam-21{
	width: 1240px;
}

.tam-22{
	width: 1300px;
}

.tam-23{
	width: 1360px;
}

.tam-24{
	width: 1420px;
}

/* Classes de recuo */
.tab-1{
	margin-left: 10px;
}

.tab-2{
	margin-left: 20px;
}

.tab-3{
	margin-left: 30px;
}

.tab-4{
	margin-left: 40px;
}

.tab-5{
	margin-left: 50px;
}

.tab-6{
	margin-left: 60px;
}

.tab-7{
	margin-left: 70px;
}

.tab-8{
	margin-left: 80px;
}

.tab-9{
	margin-left: 90px;
}

.tab-10{
	margin-left: 100px;
}

.tab-11{
	margin-left: 110px;
}

.tab-12{
	margin-left: 120px;
}

.tab-13{
	margin-left: 130px;
}

.tab-14{
	margin-left: 140px;
}

.tab-15{
	margin-left: 150px;
}

.tab-16{
	margin-left: 160px;
}

/*Conjunto de classes de arredondamento*/
.ui-corner-tl{
	 border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.ui-corner-tr{
	 border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

.ui-corner-bl{
	 border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.ui-corner-br{
	 border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.ui-corner-top{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.ui-corner-bottom{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.ui-corner-right{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.ui-corner-left{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.ui-corner-all{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Conjunto de classes para formul�rios */
.form-corpo{
	border-radius: 8px;
	border: 1px solid #cdcdcd;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 50px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 11px;
	min-width: 93.5%;
	padding: 45px 20px 20px 20px;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: initial !important;
}

.form-corpo .form-titulo{
	background: #fff;
	display: block;
	font-family: Droid, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	top: -10px;
}

/*Bot�es de formul�rios*/
.form-btn,.form-box-btn input,.form-box-btn input.botao,.form-box-btn .botao,.form-box-btn .botao_desativado{
	filter: none;
	font-size: 11px;
	height: 30px;
	padding: 0 15px;
}

.form-box-btn{
	clear: both;
	padding-top: 10px;
	width: 100%;
}

.form-btn:hover,.form-box-btn input:hover,.form-box-btn input.botao:hover,.form-box-btn .botao:hover,html body .botao:hover{
	cursor: pointer;
}

.form-btn-vermelho{
	background: url(/siga/imagens/siga/vermelho.png);
	border: 1px solid #ab1818;
}

.form-btn-vermelho:hover{
	background: url(/siga/imagens/siga/vermelho1.png);
}

/*.form-btn-verde{background: url(/siga/imagens/siga/verde.png);border: 1px solid #108B08;}
.form-btn-verde:hover{background: url(/siga/imagens/siga/verde1.png);}*/
.form-btn-azul{
	background: url(/siga/imagens/siga/azul.png);
	border: 1px solid #2c8cab;
}

.form-btn-azul:hover{
	background: url(/siga/imagens/siga/azul1.png);
}

.form-btn-amarelo{
	background: url(/siga/imagens/siga/amarelo.png);
	border: 1px solid #c79e13;
}

.form-btn-amarelo:hover{
	background: url(/siga/imagens/siga/amarelo1.png);
}

/** Estilos para input text e textarea **/

.form-texto,.form-corpo input[type=text],input[type=text],.entradaPadrao{
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #555;
	font-size: 12px;
	height: 20px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/********* TEXT AREA *********/
.form-texto-box,.form-corpo textarea,.form-texto-box{
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #555;
	font-size: 12px;
	height: 74px;
	margin-bottom: 3px;
	padding: 5px 5px;
	resize: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* TEXTAREA focus */
.form-texto-box,.form-corpo textarea:focus,.form-texto:focus,.form-corpo input[type=text]:focus,.form-texto-box:focus,input[type=text]:focus,.entradaPadrao:focus{
	background-color: #fcfcfc;
	border: 1px solid #aaa;
	box-shadow: 0 0 0 #ccc, 1px 1px 1px #c6c6c6 inset;
}

/* TEXTAREA hover */
.form-texto-box,.form-corpo textarea:hover,.form-texto:hover,.form-corpo input[type=text]:hover,input[type=text]:hover,.entradaPadrao:hover{
	border: 1px solid #999;
}

/** FIM - Estilos para input text e textarea **/

.form-corpo input[type=radio]{
	border: 1px solid #4eb3fc;
}

.form-corpo select,.form-select{
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 0 0 0 5px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Bot�o de ajuda "?" */
a.form-ajuda{
	background-color: #e7e7e7;
	background: url(../imagens/comum/inter.png) no-repeat;
    border-radius: 10px;
	color: #888;
	display: block;
	float: right;
	height: 15px;
	margin-right: 40px;
	text-decoration: none;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.form-ajuda span.ver{
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}

a.form-ajuda div{
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 35px;
}

a.form-ajuda span{
	color: #333;
	display: block;
	float: right;
	font-family: Droid, sans-serif;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	width: 35px;
}

a.form-ajuda:hover{
	background-image: url(../imagens/comum/inter2.png);
	color: #900;
}

a.form-ajuda:active{
	background: url(../imagens/comum/inter.png) no-repeat;
}

/* Bot�o de adicionar atalho */
#setinha,.form-add-atalho,a.form-add-atalho:active{
	background-color: #e7e7e7;
	background: url(../imagens/comum/estado1.png) no-repeat;
    border-radius: 10px;
	cursor: pointer;
	float: right;
	height: 20px;
	height: 15px;
	margin-right: 5px;
	overflow: hidden;
	right: 30px;
	top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box-botoes .form-add-atalho div{
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 40px;
}

.box-botoes a.form-add-atalho div span.ver{
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}

.box-botoes a.form-add-atalho div span{
	color: #333;
	display: block;
	float: right;
	font-family: Droid, sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
	width: 40px;
}

#setinha:hover,.form-add-atalho:hover{
	background-color: #e7e7e7;
	background: url(../imagens/comum/estado2.png) no-repeat;
	color: #333;
	text-decoration: none;
}

#setinha:hover,.form-add-atalho:hover span{
	color: #333;
}

/* Bot�o de remover atalho presente no cabe�alho das transa��es "?" */
a.form-remover-atalho{
	background-color: #e7e7e7;
	background: url(../imagens/comum/removerAtalho-estado1.png) no-repeat;
	border-radius: 10px;
	color: #888;
	display: block;
	float: right;
	height: 15px;
	margin-right: 5px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.form-remover-atalho span.ver{
	display: block;
	float: left;
	overflow: hidden;
	width: 0;
}

a.form-remover-atalho div{
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 40px;
}

a.form-remover-atalho span{
	color: #333;
	display: block;
	float: right;
	font-family: Droid, sans-serif;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	width: 40px;
}

a.form-remover-atalho:hover{
	background-image: url(../imagens/comum/removerAtalho-estado2.png);
	color: #900;
}

a.form-remover-atalho:active{
	background: url(../imagens/comum/removerAtalho-estado1.png) no-repeat;
}

/* box para os botoes tipo boninha - ajuda e atalho */

.box-botoes{
	margin-right: 10px;
	position: relative;
	top: 50px;
	width: 97.5%;
	z-index: 50;
}

/* Conjunto de Classes para tabelas */
.tabela{
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 11px;
}

.tabela-cabecalho{
	color: #fff;
	font-weight: bold;
	height: 30px;
	padding: 0;
	text-align: center;
}

.tabela tr:hover.tabela-linha1{
	background: #f5f5f5;
}

.tabela tr:hover.tabela-linha2{
	background: #d6d4d4;
}

.tabela-cabecalho td,.tabela-cabecalho th{
	background-color: #a00;
	background-image: url(CabecalhoColuna.png);
	font-size: 11pt;
}

.tabela-cabecalho td{
	padding: 0;
}

.tabela td{
	padding: 6px 10px;
}

.tabela .tabela-cabecalho td{
	height: 30px;
	padding: 0;
}

/* Bot�es de tabelas */
.tabela-btn-visualizar,.tabela-btn-editar,.tabela-btn-excluir{
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	height: 16px;
	margin-left: 4px;
	width: 18px;
}

.botaoVisualizar,.tabela-btn-visualizar{
	background-image: url(../imagens/comum/botoesTabela.png);
	background-position: -76px 0;
	height: 16px;
	width: 18px;
}

.botaoVisualizar:hover,.tabela-btn-visualizar:hover{
	background-position: -95px 0;
	cursor: pointer;
}

.botaoEditar,.tabela-btn-editar{
	background-image: url(../imagens/comum/botoesTabela.png);
	background-position: 0 0;
	height: 16px;
	width: 18px;
}

.botaoEditar:hover,.tabela-btn-editar:hover{
	background-position: -19px 0;
	cursor: pointer;
}

.botaoExcluir,.tabela-btn-excluir{
	background-image: url(../imagens/comum/botoesTabela.png);
	background-position: -38px 0;
	height: 16px;
	width: 18px;
}

.botaoExcluir:hover,.tabela-btn-excluir:hover{
	background-position: -57px 0;
	cursor: pointer;
}

/* Alterna��o das cores de linha da tabela */
.tabela-linha1{
	background-color: #fff;
}

.tabela-linha2{
	background-color: #dfdfdf;
}

/* Conjunto de classes de pagina��o */
.paginacao,.paginacao ul{
	color: #999;
	font-family: Droid, sans-serif;
	font-size: 13px;
	height: 35px;
	list-style: none;
}

.paginacao{
	margin-top: 10px;
}

.paginacao a{
	color: #999;
	text-decoration: none;
}

.paginacao-link,a.paginacao-link,li.paginacao-link,.paginacao a{
	background: #fff;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.paginacao li.paginacao-link:hover,a.paginacao-link:hover,input.paginacao-link:hover,.paginacao a:hover{
	background: #e9e9e9;
	cursor: pointer;
}

.paginacao .paginacao-anterior{
	border-bottom-left-radius: 3px;
	border-left: 1px solid #cdcdcd;
	border-top-left-radius: 3px;
	width: 75px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.paginacao .paginacao-proximo{
	border-bottom-right-radius: 3px;
	border-right: 1px solid #ccc;
	border-top-right-radius: 3px;
	width: 75px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

/* Conjunto de classes para Cria��o de Abas */
.aba-corpo *{
	margin: 0;
	padding: 0;
}

.aba-corpo{
	display: block;
}

.aba-corpo div{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
	/*border: 1px solid #d3d3d3;*/
	border-top: 1px solid #e3e3e3;
	display: none;
	margin-top: 1px;
	padding: 30px 30px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.aba-corpo div.aba-visivel{
	display: block;
}

.aba-menu{
	display: block;
	height: 43px;
	list-style: none;
	margin-left: 5px;
}

.aba-menu li a{
	background: #f9f9f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	color: #333;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 140%;
	padding: 3px 3px 0 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.aba-menu li a:hover{
	background: #fff;
}

.aba-menu li{
	border-bottom-color: #e3e3e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border: 1px solid #eee;
	float: left;
	margin: 0 4px 0 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.aba-menu li:hover{
	/*background: #FFF; border: 1px solid #CCC; border-bottom-color: #FFF;*/
}

.aba-menu li:hover a{
	color: #900;
}

.aba-menu li.aba-visivel{
	background: #fff;
	border-bottom-color: #fff;
	border-bottom-color: #fff;
	border: 1px solid #d3d3d3;
	margin: 0;
}

.aba-menu li.aba-visivel a{
	background: #fff;
	background: #fcfcfc; /* Old browsers */
	background:    -moz-linear-gradient(top,  #fcfcfc 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* IE10+ */
	background:         linear-gradient(top,  #fcfcfc 0%,#fff 100%); /* W3C */
	color: #900;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 114px;
}

/* ------------------------------sucess--------------------------------*/


.form-corpo .btn.primary,.form-btn-verde,.form-btn,.form-box-btn .botao,.form-box-btn .botao_desativado,html body .botao{
	background-color: #0064cd;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image:    -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image:     -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image:      -o-linear-gradient(top, #049cdb, #0064cd);
	background-image:         linear-gradient(top, #049cdb, #0064cd);
	background-repeat: repeat-x;
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);	
}

.form-corpo .btn,.form-corpo .form-btn-verde,.form-btn,.form-box-btn .botao,.form-box-btn .botao_desativado,html body input.botao{
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:    -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image:     -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:      -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:         linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	border-bottom-color: #bbb;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	font-size: 13px;
	line-height: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    transition: .1s linear all;
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-transition: .1s linear all;
    -ms-transition: .1s linear all;
    -o-transition: .1s linear all;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-transition: .1s linear all;
}

.form-corpo .btn.success,.alert-message.success,.form-corpo .form-btn-verde{
	background-color: #57a957;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image:    -moz-linear-gradient(top, #62c462, #57a957);
	background-image:     -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image:      -o-linear-gradient(top, #62c462, #57a957);
	background-image:         linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.btn:hover,.form-btn-verde:hover,.form-btn:hover,.form-box-btn .botao:hover,html body .botao:hover{
	background-position: 0 -15px;
	text-decoration: none;
}

html body .form-box-btn .botao_desativado,.form-corpo .botao_desativado{
	cursor: default;
	filter: alpha(opacity=50);
	font-size: 11px;
    opacity: .5;
	padding: 0 15px;
   	-moz-opacity: .5;
	-webkit-opacity: .5;
}

html body .form-box-btn .botao_desativado,.form-corpo .botao_desativado{
	cursor: default;
	filter: alpha(opacity=50);
	font-size: 11px;
    opacity: .5;
	padding: 0 15px;
   	-moz-opacity: .5;
	-webkit-opacity: .5;
}

.form-corpo input.textoDesativado {
	cursor: default;
	filter: alpha(opacity=50);
    opacity: .5;
	padding: 0 15px;
   	-moz-opacity: .5;
	-webkit-opacity: .5;
}

.form-corpo input.textoDesativado:hover {
	border: 1px solid #ccc !important;
}

/* bot�es internos */
.form-corpo .botao2:hover,.form-corpo .botao:hover,html body .botao2:hover,html body .botao:hover{
	background-position: 0 -15px;
	text-decoration: none;
}

.form-corpo .botao2,.form-corpo .botao,.form-box-btn .botao_desativado,html body .botao2,html body .botao,.form-corpo .botao_desativado{
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(center top , #fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	border-color: #ccc #ccc #bbb;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-moz-border-image: none;
	-moz-transition: all .1s linear 0s;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.disabled_button {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(center top , #fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	border-color: #ccc #ccc #bbb;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	color: gray;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-moz-border-image: none;
	-moz-transition: all .1s linear 0s;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

#btnAtualizarTelefone{
	font-size: 12px;
	margin-top: 8px;
	padding: 2px;
}

/* Estilo para bot�o padr�o */

.botaoPadrao{
	/*Preenchimento*/
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefefe), color-stop(25%, #fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:    -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image:     -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:      -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image:         linear-gradient(#fefefe, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	/*Bordas*/
	/*Geral*/
	border-color: #ccc #ccc #bbb;
    border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	/*Gerais*/
	color: #333;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	line-height: normal;
	min-width: 65px;
	outline: none;
	padding: 4px;
	/*Fonte*/
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	transition: .1s linear all;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	/* Border Radius*/
	-webkit-border-radius: 4px;
	/* Fx */
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	/*Temporizador (anima��o do bot�o)*/
	-webkit-transition: .1s linear all;
}

.botaoPadrao:hover{
	background-position: 0 -15px;
	text-decoration: none;
}

.botaoPadrao:active{
	border: 1px solid #555;
}

.botaoPadrao:focus{
	border-color: #333;
	color: black;
}

/* Retira a borda colocada pelos browsers nos inputs */
input[type='button']:focus,input[type='text']:focus,textarea:focus{
	outline: none;
}

/* Estilo para a interface em �cones */
ul.atalhos-box{
	padding-top: 5px;
}

ul.atalhos-box li{
	background: #f2f2f2;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 3px #aaa;
	float: left;
	height: 60px;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 220px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-box-shadow: 0 0 3px #aaa;
}

ul.atalhos-box li:hover,ul.atalhos-box li:focus{
	background: #e9e9e9;
}

html body ul.atalhos-box .descricao-atalho{
	color: #333;
	display: table-cell;
	font-size: 13px;
	height: 60px;
	padding-left: 50px;
	padding-right: 10px;
	vertical-align: middle;
}

html body ul.atalhos-box a:hover .descricao-atalho:hover{
	text-decoration: none;
}

.box-icone{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	margin-left: 10px;
	width: 100%;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

.box-icone:hover{
	text-decoration: none;
}

.painelAtalhos{
	padding-right: 0;
	padding: 5px;
}

/* Estilos para a barra de navega��o  */
.container_barra_navegacao{
	clear: both;
	display: table;
}

#barra_navegacao{
	border-radius: 3px;
	float: left;
	margin: 10px 0 6px 0;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#barra_navegacao *{
	color: #777;
	display: inline-block;
	font: 11px Droid, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#barra_navegacao ul{
	display: inline-block;
}

#barra_navegacao li{
	float: left;
	margin-right: 0;
}

#barra_navegacao a{
	background-image: url(../imagens/comum/seta_barra_navegacional.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 0 20px 0 10px;
}

#barra_navegacao li:last-child a{
	background-image: none;
}

#barra_navegacao a:hover,#barra_navegacao a:focus{
	color: #333;
}

#barra_navegacao a.no-link:hover,#barra_navegacao a.no-link:focus{
	color: #777;
	cursor: default;
}

.divisor{
	background: #ccc;
}

/* Estilos para tela de ajuda */
.ui-widget-content{
	background: #fff
	url(../imagens/jquery-ui/a80606/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
	repeat-x;
	border: 1px solid #ccc;
	color: #222;
}

.ui-dialog{
	box-shadow: 0 0 23px rgba(21, 23, 23, .25);
	overflow: hidden;
	-moz-box-shadow: 0 0 23px rgba(21, 23, 23, .25);
	-webkit-box-shadow: 0 0 23px rgba(21, 23, 23, .25);
}

.ui-dialog .ui-dialog-title{
	color: #555;
	content: '';
	float: left;
	font-family: Droid, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.ui-dialog .ui-dialog-title-before{
	background-color: #f00;
	background: url(../imagens/comum/inter.png);
	content: '';
	display: block;
	float: left;
	height: 15px;
	margin: 2px 5px 0 0;
	width: 15px;
}

.ui-dialog .ui-dialog-content,.ui-dialog .ui-dialog-content .textoAjuda{
	color: #555;
}

.textoAjuda a,.textoAjuda a:hover{
	font-size: 9pt;
}

.ui-dialog .ui-dialog-content hr{
	background-color: #ddd !important;
	color: #fff;
}

.ui-dialog  .tituloTela{
	color: #555 !important;
	font-size: 15px;
	height: 40px !important;
}

.ui-widget-header{
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.ui-widget-header .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-focus.ui-corner-all{
	background: none;
	border-radius: 0;
	border: 0 !important;
}

.ui-widget-content .ui-widget-header .ui-icon-closethick{
	background-image: url(../imagens/vermelho/sprite_logado-vermelho.png);
	background-position: 0 -540px;
	height: 22px;
	margin: -2px 0 0 -3px;
	width: 22px;
}

.ui-widget-content .ui-widget-header .ui-icon-closethick:hover{
	background-image: url(../imagens/vermelho/sprite_logado-vermelho.png);
	background-position: 0 -563px;
	cursor: pointer;
	margin: -2px 0 0 -3px;
}

.ui-widget-header.ui-corner-all{
	border-radius: 0;
}

#stlWindowAjudaTitulo img,.tituloTela img{
	display: none;
	height: auto;
	width: 138px;
}

.ui-widget-header{
	border-color: #ccc !important;
}

.destaqueAjuda{
	background-color: #f9edbe;
	border-bottom-color: #f9edbe;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-color: #f9edbe;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 4px;
	color: #222;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #f9edbe;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 20px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #f9edbe;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 4px;
	-moz-border-image: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.textoAjuda li{
	margin-bottom: 10px;
	margin-top: 4px;
}
/* FIM DOS ESTILOS PARA TELA DE AJUDA  */

/*Estilo para a dialog de sair*/
.dialog-sair p{
	padding: 10px 10px 10px 10px;
	width: 95%;
}

.dialog-sair .container-botoes-sair,#dialogAdicionarAtalho .container-botoes-sair,#dialogTrocarPerfil .container-botoes-sair,.container-botoes-sair{
	bottom: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	right: 0;
}

.dialog-sair .info-sair{
	background-color: #ffffbf;
	background-image: url('../imagens/comum/info.png');
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 1px solid #e1e1e8;
	color: #666;
	font-size: 12px;
	padding-left: 40px;
	padding: 8px;
}

.ui-dialog .ui-dialog-titlebar-close{
	height: 18px;
	margin: -10px 0 0;
	padding: 1px;
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
}

/*Estilo para a dialog de Ajuda Geral*/

div #dialogAjudaGeral{
	padding-top: 30px;
}

.dialogAjudaGeral ul{
	padding-left: 40px;
}

.dialogAjudaGeral p{
	padding: 10px;
}

/* Estilos para dialog padrao */
.dialogPadrao{
	color: #555;
	display: none; /* fica visivel ao ser chamado pelo dialog() do jQuery */
	font-family: Droid, sans-serif;
	font-size: 12px;
}

.dialogPadrao p{
	padding: 10px;
}

/*Estilo da m�scara para deixar a p�gina escura com destaque apenas na dialog*/
.mascara{
	background: #000 !important;
	display: none;
	filter: alpha(opacity=50); /* internet explorer */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important; /* Next 2 lines IE8 */
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 997;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)' !important; /*IE8*/
	-khtml-opacity: .5;      /* khtml, old safari */
	-moz-opacity: .5;       /* mozilla, netscape */
}

.cursor-zoom,.cursor-zoom *{
	cursor: url(../imagens/comum/magnify.cur);
	cursor:    -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

/* Estilo para tabela padrao do SIG@ */

table.tabelaPadrao{
	border-bottom: 1px solid #ddd;
	border-collapse: collapse !important;
}

table.tabelaPadrao th{
	border-collapse: collapse;
	border-right: 1px solid white;
}

table.tabelaPadrao th:first-child{
	border-top-left-radius: 6px;
}

table.tabelaPadrao th:last-child{
	border-top-right-radius: 6px;
}

.tabelaPadrao tr.linhaTituloTabela th,.tabelaPadrao tr.tituloTabela th{
	border-collapse: collapse;
	border-right: 1px solid white;
}

.tabelaPadrao tr.linhaTituloTabela th:first-child,.tabelaPadrao tr.tituloTabela th:first-child{
	border-radius: 6px 0 0 0;
}

.tabelaPadrao tr.linhaTituloTabela th:last-child,.tabelaPadrao tr.tituloTabela th:last-child{
	border-radius: 0 6px 0 0;
	border-right: 0;
}

.tabelaPadrao tr.linhaDataTableTipo1 td,.tabelaPadrao tr.linhaDataTableTipo2 td{
	border-bottom: none;
	border-right: none;
	color: #333;
	font-family: Droid, sans-serif;
	font-size: 9pt;
	padding: 2px;
}

.tabelaPadrao .linhaDataTableTipo1{
	background-color: #f4f4f4;
	color: #555;
	font-family: Droid, sans-serif;
	font-size: 9pt;
}

.tabelaPadrao .linhaDataTableTipo12345{
	background-color: #f4f4f4;
	color: #000;
	font-family: Droid, sans-serif;
	font-size: 10pt;
}

.tabelaPadrao .linhaDataTableTipo2{
	background-color: #fff;
	color: #555;
	font-family: Droid, sans-serif;
	font-size: 9pt;
}

font.protocolo{
	font-family: Droid, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#saidaProtocolo{
	background-color: #ededed;
	border-radius: 6px;
	border: 1px solid #bababa;
	height: 69px;
	margin-left: 159px;
	margin-top: 14px;
	padding-left: 22px;
	padding-top: 19px;
	width: 350px;
}

#numeroProtocolo{
	font-size: 18px;
	font-weight: bolder;
	margin-top: 12px;
	text-align: center;
}

/* css password validation */
.rules-container{
	padding: 10px 0 0 10px;
}

.rules-container li{
	background-image: url(../imagens/siga/warning.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.fulfilled{
	color: green;
}

.rejected{
	color: red;
}

li.fulfilled{
	background-image: url(../imagens/siga/ok.png);
}

li.rejected{
	background-image: url(../imagens/siga/x.png);
}
/*impedindo que os botoes e o atalho aparecam na impressao da pagina*/
@media print{
	input.botao,
	#botaoAtalho, a.form-ajuda{
		display: none !important;
	}
}

.container-botoes-sair .botao{
	padding: 5px 15px;
}

#IF iframe{
	height: 80px !important;
	margin-top: 20px;
}

/*
 * Tela Avalia��o > Avalia��o Discente > Preencher pelo Docente
 * autor: Thiago Bezerra <thiagoprazeres@gmail.com>
 */
#form-corpo.form-corpo.tam-11 form div#faltas > table > tbody > tr.linha1 > td{
	background: #f9ead6;
}

div#form-corpo.form-corpo form div#faltas > table > tbody > tr > td > input{
	width: 30px;
}

input.numeroMaximoFalta{
	background: none repeat scroll 0 0 #900;
	color: white !important;
}

/*
 * CLASSES PARA RICHFACES
*/

/* GRID */
.rich-table{
	background-color: #fff;
	border-collapse: collapse;
	border-left: none;
	border-top: none;
	empty-cells: show;
	text-align: center;
}

.rich-table-thead{
	border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.rich-table-subheader{
	background-color: #900;
}

.rich-table-subheadercell{
	border-right: none;
	color: #fff;
	font-family: Droid, sans-serif;
	font-size: 11px;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}

.headerText,.rich-table-subheadercell{
	font-size: 12px;
}

.headerText{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.rich-table-cell{
	border-bottom: none;
	border-right: none;
	color: #000;
	font-family: Droid, sans-serif;
	font-size: 11px;
	padding: 4px;
}

/* GRID > Paginação */
.rich-dtascroller-table{
	border: none;
}

.rich-datascr-button{
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(center top , #fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	border-color: #ccc #ccc #bbb;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	transition: all .1s linear 0s;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.rich-datascr-button-dsbld{
	display: none;
}

table.rich-table.tabelaPadrao{
	width: 100%;
}

/* Abas - Richfaces */
.rich-tab-header{
	background-image: none;
	padding: 5px 10px;
}

.rich-tab-active{
	background-color: #fff;
	color: #222;
}

.rich-tabhdr-cell-active,.rich-tab-active,.rich-tab-inactive{
	border-radius: 3px 3px 0 0;
	border: none;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.rich-tabhdr-cell-inactive .rich-tabhdr-side-cell{
	border: none;
}

.rich-table-row .rich-table-cell input:first-child{
	margin-right: 6px;
}

.rich-table-row .rich-table-cell input{
	padding: 1px;
}

/*------------------*/
.rich-tabpanel-content{
	padding: 15px;
}

/* Calend?io Richfaces */
.rich-calendar-month{
	color: #fff;
}

.rich-calendar-tool-btn{
	color: #333;
}

.rich-calendar-tool-btn-hover{
	border: none;
	color: #333;
	padding-top: 2px;
}

.rich-calendar-days{
	background: none repeat scroll 0 0 #fdfdfd;
	color: #111;
}

.rich-calendar-today{
	color: #fff;
	font-weight: bold;
}

.rich-calendar-boundary-dates{
	color: #888;
}

.rich-calendar-weekends{
	color: #888;
}

.rich-calendar-holly{
	background-color: #fff;
}

.rich-calendar-cell{
	border: none;
}

.rich-calendar-exterior{
	margin-top: 16px;
}

/*
 * Caderneta > Caderneta
 * Autor: Thiago Bezerra <thiagoprazeres@gmail.com>
 */
table.rich-calendar-exterior{
	background: #fff;
	border-collapse: separate;
	border-radius: 4px;
	border-spacing: 2px;
}

.rich-calendar-header .rich-calendar-tool,.rich-calendar-header .rich-calendar-month{
	background-color: #f2f2f2;
}

.rich-calendar-header .rich-calendar-tool .rich-calendar-tool-btn{
	background-color: #aaa9aa;
	behavior: url(ie-css3.htc);
	border-radius: 11px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 11px;
	line-height: 1;
	padding: 3px 3px 2px 2px;
	text-align: center;
	width: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

.rich-calendar-header table tbody tr td.rich-calendar-month div.rich-calendar-tool-btn{
	color: #333;
	font-weight: normal;
}

.rich-calendar-header .rich-calendar-tool .rich-calendar-tool-btn:hover{
	background-color: #242224;
}

td.rich-calendar-days{
	border-bottom: none;
	font-family: Droid,sans-serif;
	font-weight: bold;
}

td.rich-calendar-today{
	background-color: #a80606;
	color: #fff;
	font-weight: normal;
}

td.rich-calendar-holly{
	background-color: #fff;
	color: #a80606;
}

/* Tabela ?direita em Avalia?o > Caderneta */
.alinhamentoVTop > .rich-table{
	margin-bottom: 550px;
}

.alinhamentoVTop .semFundo,.semFundo thead,.semFundo td,.tabelaSemLinha .rich-table-thead{
	border-bottom: 1px solid #ccc;
	border: none;
	color: #fff;
	padding: 6px 0 6px 0 !important;
}

.alinhamentoVTop .tabelaSemLinha{
	border: 1px solid #ccc !important;
	margin-top: 18px !important;
	width: 345px;
}

.alinhamentoVTop tr.rich-table-row td{
	background-color: #fff;
}

/* Tabela ?esquerda em Avalia?o > Caderneta */
.alinhamentoVTop .rich-calendar-popup{
	width: 146px;
}

.alinhamentoVTop .rich-calendar-popup tr{
	padding: 0 2px 0 2px;
}

#horarioDeAulas{
	margin-top: 20px;
}

.alinhamentoVTop .listaEventos{
	margin-bottom: 20px;
	margin-left: 7px;
	margin-top: 13px;
	width: 272px;
}

.alinhamentoVTop .listaEventos li{
	list-style-type: none;
}

.alinhamentoVTop .editPesquisa{
	text-transform: lowercase;
}

.alinhamentoVTop .editPesquisa:first-letter{
	text-transform: uppercase;
}

.avisoTextoPadrao{
	color: #999;
	font-family: Droid, sans-serif;
	font-size: 8pt;
}

/* Tabela inferior */
.alinhamentoVTop .rich-calendar-popup td{
	padding: 5px 2px 0 2px;
}

.alinhamentoVTop .rich-calendar-header{
	padding: 0 !important;
}

.alinhamentoVTop .rich-calendar-header td{
	padding-top: 3px !important;
}

.alinhamentoVTop .headerTabela td,.headerTabela tr,.headerTabela th{
	border: none;
	color: #f !important;
}

.alinhamentoVTop .headerTabela td,.headerTabela tr,.headerTabela td{
	color: #222 !important;
	font-size: 9pt !important;
}

.alinhamentoVTop table tr.linhaDataTableTipo1 td{
	background-color: #fff;
	color: #222;
}

.alinhamentoVTop table tr.linhaDataTableTipo2 td{
	background-color: #f2f2f2 !important;
	color: #222;
}

.alinhamentoVTop .linhaDataTableTipo1,.alinhamentoVTop .linhaDataTableTipo2{
	color: #222 !important;
}

/* Legenda de cores do Diario de Classes */
.dataTableUnidadeProgamatica tr.linhaDataTableTipo1 td,.dataTableUnidadeProgamatica tr.linhaDataTableTipo2 td{
	font-family: Droid, sans-serif;
	font-size: 12px;
}

.dataTableUnidadeProgamatica .acoes{
	width: 10%;
}

.dataTableUnidadeProgamatica .situacao{
	width: 14%;
}

.dataTableUnidadeProgamatica .conteudo{
	width: 30%;
}

#legenda-cores{
	background-color: #fbfbfb;
	border-radius: 4px;
	border: 1px solid #bbb;
	color: #222;
	font-family: sans-serif;
	margin-bottom: 14px;
	margin-left: 40px;
	margin-top: 12px;
	padding: 15px 0 15px 15px;
	width: 700px;
}

#legenda-cores p{
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 10px 0;
	text-align: center;
}

#legenda-cores .legenda-aula{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 6px;
	padding: 0 70px 0 6px;
	width: 158px;
}

#legenda-cores #legenda-linha{
	width: 100%;
}

#legenda-cores .aula-futura{
	border-left: 16px solid #000;
}

#legenda-cores .aula-aregistrar{
	border-left: 16px solid #090;
}

#legenda-cores .aula-registrada{
	border-left: 16px solid #008ce1;
}

#legenda-cores .atraso{
	border-left: 16px solid orange;
}

#legenda-cores .atraso10{
	border-left: 16px solid #db0202;
	padding-right: 10px;
}

#legenda-cores td:nth-child(2){
	width: 157px !important;
}

#legenda-cores td:nth-child(3){
	width: 106px !important;
}

/* Cores para a tabela do Diario de Classe */
/* Azul */
.corAzul,.corAzul td,.corAzul td *{
	color: #008ce1 !important;
}

/* Verde */
.corVerde,.corVerde td,.corVerde td *{
	color: #090 !important;
}

/* Vermelho */
.corVermelha,.corVermelha td,.corVermelha td *{
	color: #db0202 !important;
}

/* Laranja */
.corLaranja,.corLaranja td,.corLaranja td *{
	color: orange !important;
}

.corAzul,.corLaranja,.corVermelha,.corVerde{
	font-weight: normal !important;
}

.sitPlanoNaoPreenchido{
	color: red;
}
.sitPlanoNaoEnviado{
	color: #de8500;
}
.sitPlanoNaoAprovado{
	color: #8c1672;
}
.sitPlanoAguardandoAprov{
	color: #27979c;
}
.sitPlanoAprovado{
	color: #016f01;
}

/*
 * Autor: Thiago Bezerra thiagoprazeres@gmail.com
 * Tela: Caderneta;
*/
.glyphicon-remove{
	background-image: url(../imagens/comum/x.png);
	display: inline-block;
	height: 16px;
	width: 16px;
}

.panelHorarios{
	margin-top: 12px;
}

.panelGeral,.panelHorarios tr td{
	text-align: center;
	vertical-align: top;
}

.panelTurmas{
	width: 781px;
}

.richDataTableHorario,.panelEventosTitulo,.panelHorariosTituloTela,.panelEventos{
	width: 384px;
}

.panelEventosTitulo,.panelEventos{
	margin-left: 7px;
}

.panelEventosItem{
	padding: 2px;
}

.diferente{
	background-color: #ad323a !important;
	color: #fff !important;
}

/*
 * Tela Consulta de plano de ensino
 */

table.rich-table.tabelaPadrao .iconesPlanoEnsino{
	background-color: transparent;
	border: none;
	color:transparent !important;
	cursor:pointer;
	height: 16px;
	padding:3px 11px 19px 9px;
	width: 16px;
}

.imagemIcone{
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding-top: 17px;
	width: 17px;
}

.imagemDiscentesTurma {
	background: url('../imagens/icones/informacoesdiscente.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemPlanoEnsino{
	background: url('../imagens/icones/plano_ensino.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemRegistrarFaltas {
	background: url('../imagens/icones/salvar.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemCancelarAlteracoes {
	background: url('../imagens/icones/cancelar.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemOkExibirTipoMobilidade{
	background: url('../imagens/icones/homologar.png') no-repeat !important;
	background-color: transparent;
	background-size: 10px 17px !important;
	border: none;
	color:transparent !important;
	cursor: default;
	height: 16px;
	padding:3px 11px 19px 9px;
	width: 16px;
}

.imagemCadernetaEletronica{
	background: url('../imagens/icones/caderneta_eletronica.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemAvaliacaoVisualizar{
	background: url('../imagens/icones/avaliacao_visualizar.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemRegistroAula{
	background: url('../imagens/icones/liberar_registro_aula.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemEditar{
	background: url('../imagens/comum/editar.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemExcluir{
	background: url('../imagens/comum/excluir.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemCopiar{
	background: url('../imagens/icones/copiar.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemFrequencia{
	background: url('../imagens/icones/frequencia.png') no-repeat !important;
	background-size: 17px 17px !important;
}

.imagemRelatorio{
	background: url('../imagens/icones/relatorio.png') no-repeat !important;
	background-size: 20px 20px !important;
}

.imagemImprimirFrequencia{
	background: url('../imagens/icones/imprimir.png') no-repeat !important;
	background-size: 17px 17px !important;
}

/*
 * Icones
 */

.imagemImprimir{
	background: url('../imagens/icones/imprimir.png') !important;
	padding-bottom: 9px;
	padding-left: 21px;
	padding-top: 2px;
}

.imagemConsultar{
	background: url('../imagens/icones/consultar.png') !important;
	padding-bottom: 9px;
	padding-left: 21px;
	padding-top: 2px;
}

/*
 * Mobilidade
 * 
 */ 
.cursorDefault{
	cursor:default;
}

.cursorPointer{
	cursor:pointer;
}

.iconesMobilidade{
	background-color: transparent;
	border: none;
	color:transparent !important;
	height: 16px;
	padding:3px 11px 19px 9px;
	width: 16px;
}

.imagemOk{
	background: url('../imagens/icones/homologar.png') no-repeat !important;
	background-size: 22px 18px !important;
}

.imagemAlterar{
	background: url('../imagens/icones/alterar.png') no-repeat !important;
	background-size: 18px 18px !important;
}

.imagemIndeferir{
	background: url('../imagens/icones/indeferir.png') no-repeat !important;
	background-size: 18px 18px !important;
}

.imagemRelatorio{
	background: url('../imagens/icones/relatorio.png') no-repeat !important;
	background-size: 20px 20px !important;
}

.imagemLixeira{
	background: url('../imagens/comum/excluir.png') no-repeat !important;
	background-size: 18px 18px !important;
}


/*
 * Campo de autocomplete
 * Thiago Bezerra <thiagoprazeres@gmail.com>
 */
.form-corpo input.classeLupa{
	background: url("../imagens/vermelho/sprite_logado-vermelho.png") no-repeat  -38px -369px;
	padding: 1px 1px 1px 25px;
	width: 325px;
}
