@CHARSET "ISO-8859-1";

/* elementos HTML5 para navegadores antigos */
article, aside, details, figcaption,
figure, footer, header, hgroup, nav, section {
	display: block;
}

/* clearfix para fazer a função de clear aos elementos com float */
.clearfix:before, .clearfix:after {content: ""; display: table; }
.clearfix:after {clear: both; }
.clearfix {zoom: 1; }

header {
	padding-bottom: 10px;		
}

body {
	border-top: 3px solid #c20606;
	padding: 1.5%;
	margin: 0 auto;
	background-color: #f4f6f7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


footer {
	line-height: 150%;
	text-align: center;
	font-size: small;
}


a:link, a:visited {
    color: #000;
    text-decoration: none; 
    font-weight: bold;   
}
a:hover {
    color: #000;
    font-weight: normal;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}



/* CAIXA DE LOGIN */
.login-card {
	font-family: 'Roboto', sans-serif;
  	padding: 40px;
  	width: 320px;
  	background-color: #F7F7F7;
  	margin: 0 auto 10px;
  	border-radius: 2px;
  	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  	overflow: hidden;
}
.login-card h1 {
  	font-weight: 100;
 	text-align: center;
  	font-size: 2.3em;
  	margin: 10px 0 5px 0;
}
.login-card h3 {
	font-weight: 100;
	margin-top: 0;
}
.login-card input[type=submit] {
  	width: 100%;
  	display: block;
  	margin-bottom: 10px;
  	position: relative;
}
.login-card input[type=text], .login-card input[type=email], .login-card input[type=password] {
  	height: 44px;
  	font-size: 16px;
  	width: 100%;
  	margin-bottom: 10px;
  	-webkit-appearance: none;
  	background: #fff;
  	border: 1px solid #d9d9d9;
 	border-top: 1px solid #c0c0c0;
  	/* border-radius: 2px; */
  	padding: 0 8px;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
}
.login-card input[type=text]:hover, .login-card input[type=email]:hover, input[type=password]:hover {
  	border: 1px solid #b9b9b9;
  	border-top: 1px solid #a0a0a0;
  	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  	text-align: center;
  	font-size: 14px;
  	font-family: 'Arial', sans-serif;
  	font-weight: 700;
  	height: 36px;
  	padding: 0 8px;
}

.login-submit {
  	border: 0px;
  	color: #fff;
  	text-shadow: 0 1px rgba(0,0,0,0.1); 
  	background-color: #4d90fe;
  	font-size: 12pt;
  	cursor: pointer;
}

.login-submit:hover {
  	border: 0px;
  	text-shadow: 0 1px rgba(0,0,0,0.3);
  	background-color: #357ae8;
}

.login-card a {
  	text-decoration: none;
  	color: #666;
  	font-weight: 400;
  	text-align: center;
  	display: inline-block;
  	opacity: 0.6;
  	transition: opacity ease 0.5s;
}

.login-card a:hover {
  	opacity: 1;
}

.divCampus {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: -5px;
}
#desenvolvidoPor {
	color: #333;
	background-color: #f4f6f7;
	font-size: 8.5pt;
	padding: 3px 0;
	margin: 25px 0 0;
	border-radius: 2px;
}
#desenvolvidoPor p {
	margin: 0;
}
#desenvolvidoPor a {
	color: #333;
}



/*	NAVEGACAO DO PERFIL NA PAGINA INICIAL	*/
.navperfil ul {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navperfil li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}


/* INFORMAÇÕES DO USUÁRIO NO TOPO DA PÁGINA */
.topuserinfo {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}







/* CONTAINER PRINCIPAL	*/
.container {
	background-color: #fff;
	width: 95%;
	max-width: 960px;
	padding: 1.5%;	
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}


/* DIV CORPO - CONTÉM O CONTEÚDO PRINCIPAL */
.corpo {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}


/* CONTEÚDO PRINCIPAL	*/
.conteudo {
	float: right;
	width: 76%;
	height: auto;
	text-align: center;
	margin: 0.3em 0 2em 0; 
}

/* DIVS NO CONTEUDO PRINCIPAL QUE CONTÉM O FORMULÁRIO DE CRIAÇÃO	*/
.cadastrarEditar {
	width: 100%;
	text-align: left ;
	margin-left: auto;
	margin-right: auto;
}

#divRadiosMateriais, #divCoordenacoesMateriais {
	float: left;
	width: 75%;
}


/* DETALHES DO MATERIAL */
#divDetalhesMaterial, .divDetalhesPublicacao {
	text-align: left;
}

#divDetalhesMaterial .nomeCampo, .divDetalhesPublicacao .nomeCampo {
	display: inline-block;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding: 6px 0;
	vertical-align: top;
}

#divDetalhesMaterial .valorCampo, .divDetalhesPublicacao .valorCampo {
	display: inline-block;
	padding: 6px;
	vertical-align: top;
}

#divDetalhesMaterial #titulo, .divDetalhesPublicacao #titulo {
	font-size: 14pt;
	background-color: #4282C4;
	color: white;
	padding: 7px;
}

#divDetalhesMaterial img {
	vertical-align: middle;
}

#divRespostas {
	margin-left: 100px;	
}

#tituloRespostas {
	background-color: #B5D8FD;
	color: #4282C4;
	padding: 7px;
}

.divResposta {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.divTipoResposta {
	display: inline-block;
	width: 40px;
	padding: 0 5px;
	vertical-align: top;
}

.divDetalhesResposta {
	display: inline-block;
	width: calc(100% - 60px);
	line-height: 150%;
}
.divCabecalhoRespostaEsq, .divCabecalhoRespostaDir {
	display: inline-block;
	width: 50%;
	font-size: 11pt;
	vertical-align: top;
	color: gray;
}
.divCabecalhoRespostaDir {
	text-align: right;
}

.divConteudoResposta {
	display: inline-block;
	width: calc(100% - 170px);
	vertical-align: middle;
	padding: 10px 0;
}
.divResponderResposta {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}

#divBotaoResponder {
	margin-left: 100px;
	margin-top: 30px;
}

#divResponder {
	margin: 30px 0 30px 100px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}



/*	DETALHES DA PUBLICAÇÃO */




/* MURAL DE RECADOS NO PORTAL DA RÁDIO		*/
#divMuralRecadosRadio, #divMuralRecadosCoordenador {
	width: 640px;
	max-width: 98%;
	height: 450px;
	margin: 0 auto;
	border-radius: 4px;
	-webkit-box-shadow: 5px 4px 15px -1px rgba(0,0,0,1);
	-moz-box-shadow: 5px 4px 15px -1px rgba(0,0,0,1);
	box-shadow: 5px 4px 15px -1px rgba(0,0,0,1);
	display:block;
	overflow:scroll;
}
#divMuralRecadosRadio img, #divMuralRecadosCoordenador img {		vertical-align: middle;		}

#pTituloMuralRecadosRadio, #pTituloMuralRecadosCoordenador {	
	font-weight: 600;
	text-align: left;
	font-size: 14pt;
	background-color: #CC2F28;			/*#EAEAEA*/
	color: #fff;	 
	padding: 10px;
	margin: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 6px 4px -4px gray;
	-moz-box-shadow: 0 6px 4px -4px gray;
	box-shadow: 0 6px 4px -4px gray;
}

.divRecadoMural {
	width: 100%;
	font-size: 12pt;
	background-color: #eee; 
	padding: 8px 0;
	margin-top: 4px;
	-webkit-box-shadow: 0 6px 4px -4px black;
	-moz-box-shadow: 0 6px 4px -4px black;
	box-shadow: 0 2px 2px -1px black;
}
.divRecadoMural:after {
	content: ""; display: table; clear: both;
}

.divDataRecadoMural {
	width: 17%;
	height: 100%;
	margin: 0;
	float: left;
	text-align: center;
}

.divMensagemRecadoMural {
	width: 78%;
	float: left;
	text-align: left;
	padding: 0 5px;
	border-left: 1px solid gray;
}



/*	TITULO	*/
.titulo {
	width: 100%;
	margin: 0 0 1em 0;
	color: white;
	padding: 0;
	background: gray; 
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

.titulo h2 {
	margin-top: .3em;
	margin-bottom: .3em;
}



/*	DIV NAVEGACAO - CONTÉM A NAVEGAÇÃO LATERAL	*/
#divNavegacao {
	float: left;
	text-align: left;
	width: 22%; 
}

/* NAVEGACAO LATERAL	*/
.navLateral {
	/*float: left;*/
	margin: 0 0 2em 0; 
	padding: .25em 0em .25em 0em; 
	background: #f4f6f7; 
	width: 100%; 				/*	width: 22%;	*/ 
	text-align: left;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

.navLateral ul { 
   margin: 0; 
   padding: 0; 
   list-style: none; 
} 

.navLateral ul li { 
   margin: 0; 
   padding: .4em; 
   list-style: none; 
} 

.navLateral ul a:link, .navLateral ul a:active, .navLateral ul a:visited { 
   margin: 2px 0 0 0; 
   padding: .25em .5em .25em .5em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.6vw;
   display: block; 
} 

.navLateral ul li a:hover { 
   margin: 2px 0 0 0; 
   padding: .25em .5em .25em .5em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.6vw;
   background-color: gray; 
   color: white; 
   display: block; 
} 


/* Sub menu */
.navLateral ul ul {
  padding-left: 10px;
  display: none;
}
.navLateral ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
.navLateral ul ul li:last-child {
  border: none;
}



/* MENSAGEM DE SUCESSO OU ERRO APÓS ENVIAR FORMULARIO AO SERVIDOR	*/
.retornoForm {
	display: none; /* O alerta deve iniciar oculto */
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	/*position: fixed;
	z-index: 999999;*/
	padding: 10px 0;
	color: #fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}

.alert-success {
  background-color: #2ecc71;
  margin-bottom: 15px;
}
.alert-warning {
  background-color: #FDA918;
  margin-bottom: 15px;
}
.alert-error {
  background-color: #e74c3c;
  margin-bottom: 15px;
}


.cursor-wait{
    cursor: wait !important;
}

.cursor-pointer {
	cursor: pointer;
} 

.onlyMobile {
	display: none;
}
.onlyDesktop {
	display: block;
}



/*	TABELA DE DISCIPLINAS DE MATRIZ e outras...	*/
.tbEstilo1, .tbEstilo2 {
	width: 100%;	
	max-width: 100%;
	border-collapse: collapse;	
}

.tbEstilo1 th, .tbEstilo1 td, .tbEstilo2 th, .tbEstilo2 td {
	/*font-size: 1em;*/
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
    padding: 3px 7px 2px 7px;
    text-align: center;    
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbEstilo1 th, .tbEstilo2 th {
	/*font-size: 1.1em;*/
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: gray;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbEstilo1 tr.alt td{
    color: #000000;
    background-color: #eee;
}


#tbProdutosDespesa input[type="text"], #tbParcelasDespesa input[type="text"], #tbParcelasDespesa input[type="date"], #tbParcelasDespesa select, 
#tbProdutosReceita input[type="text"], #tbParcelasReceita input[type="text"], #tbParcelasReceita input[type="date"], #tbParcelasReceita select {
    border: none;
    color: #333;
    height: 20px;
    font-size: 2vw; 
    font-weight: 600;
    outline: 0 none;
    padding: 2px 0 2px 0;
    width: 95%;
    text-align: center !important;
    background: transparent;
}

#tbDadosRelatorioDespesas td, #tbDadosRelatorioContasAPagar td, #tbDadosRelatorioContasPagas td {
	font-size: 10pt;
	padding: 2px;
}

.tbEstilo2 thead, .tbEstilo2 th {
	/*font-size: 1.1em;*/
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #4282C4 !important;
    color: #ffffff;
}

.tbEstilo2 tr.alt td {
	background-color: #E0EFFF;
}

#tabelaReceitas td:nth-child(2) {
	font-size: 9pt;
}



.h4Subtitulo {
	text-align: left;
	background:#4282C4; 
	color:white; 
	padding:7px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 6px 4px -4px gray;
	-moz-box-shadow: 0 6px 4px -4px gray;
	box-shadow: 0 6px 4px -4px gray;
}



/*	'POP-UP'	*/
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding-left: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    height: 550px;
    max-width: 98%;
    overflow-y:auto;
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 7px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup label {
    display: inline-block;
    text-align: left;
}


/*	TABS	*/
.tabs {
    width:100%;
    display:inline-block;
}
 
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links {
	padding-left: 10px;
	margin-bottom: 0;
}

.tab-links li {
	margin:5px 5px 0 5px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    /*border: 1px solid #4c4c4c; */
    /*background:#7FB5DA; */
    background: rgba(66,130,196,0.15);
    /*font-size:16px;*/
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:rgba(66,130,196,0.4);
    text-decoration:none;
}

li.active a, li.active a:hover {
    background: #4282C4;
    /*color:#4c4c4c;*/
    color: #fff;
}

/*----- Content of Tabs -----*/
.tab-content {
    /*padding: 15px;*/
    border-radius: 3px;
    border-top: 1px solid rgba(0,0,0,0.3);
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);*/
    /*background: #fff;*/
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}


.form input[type="number"] {
	max-width: 70px;
}
.form input[type="time"] {
	max-width: 95px;
}


/* BOTÃO SALVAR, CADASTRAR */
.botaoSalvar, .botaoCadastrar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 36px; 
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoSalvar:hover, .botaoCadastrar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/saveIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}

/*	BOTÃO ENTRAR, NOVO, ADICIONAR	*/
.botaoEntrar, .botaoNovo, .botaoAdicionar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #606C88; background-image: -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background-image: -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background-image: -moz-linear-gradient(top, #606C88, #3F4C6B);
	background-image: -ms-linear-gradient(top, #606C88, #3F4C6B);
	background-image: -o-linear-gradient(top, #606C88, #3F4C6B);
	background-image: linear-gradient(to bottom, #606C88, #3F4C6B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoEntrar:hover, .botaoNovo:hover, .botaoAdicionar:hover {
	cursor:pointer;
	border:1px solid #4B546A;
	background-color: #4B546A; background-image: -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));
	background-image: -webkit-linear-gradient(top, #4B546A, #2C354B);
	background-image: -moz-linear-gradient(top, #4B546A, #2C354B);
	background-image: -ms-linear-gradient(top, #4B546A, #2C354B);
	background-image: -o-linear-gradient(top, #4B546A, #2C354B);
	background-image: linear-gradient(to bottom, #4B546A, #2C354B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4B546A, endColorstr=#2C354B);
}
/* BOTÃO ENVIAR */
.botaoEnviar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 36px; 
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoEnviar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/sendemailIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO BUSCAR DADOS */
.botaoBuscar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 45px; 		padding-right: 20px; 
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoBuscar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/visualizarIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/*	BOTÃO IMPRIMIR	*/
.botaoImprimir {
	cursor:pointer;
	border:1px solid #335D33;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: green; 
	padding-left: 45px; padding-right: 15px; 
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(green), to(#335D33));
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, green, #335D33);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, green, #335D33);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=green, endColorstr=#335D33);
}
.botaoImprimir:hover {
	background-color: #335D33;
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#335D33), to(#224022));
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/printIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #335D33, #224022); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#335D33, endColorstr=#224022);
}
/* BOTÃO GERAR */
.botaoGerar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 36px; 
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoGerar:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/iconeExibir2.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/* BOTÃO EXCEL */
.botaoExcel {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 36px; 
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoExcel:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/excelIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
/*	BOTÃO RESPONDER	*/
.botaoResponder {
	cursor:pointer;
	border:1px solid #335D33;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: green; 
	padding-left: 50px; padding-right: 25px; 
	background: url(../imagens/replyIcon.png) no-repeat 15px 6px, -webkit-gradient(linear, left top, left bottom, from(green), to(#335D33));
	background: url(../imagens/replyIcon.png) no-repeat 15px 6px, -webkit-linear-gradient(top, green, #335D33);
	background: url(../imagens/replyIcon.png) no-repeat 15px 6px, -moz-linear-gradient(top, green, #335D33);
	background: url(../imagens/replyIcon.png) no-repeat 15px 6px, -ms-linear-gradient(top, green, #335D33);
	background: url(../imagens/replyIcon.png) no-repeat 15px 6px, -o-linear-gradient(top, green, #335D33);
	background: url(../imagens/replyIcon.png) no-repeat 15px 6px, linear-gradient(to bottom, green, #335D33);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=green, endColorstr=#335D33);
}
.botaoResponder:hover {
	background-color: #335D33;
	background: url(../imagens/replyIcon.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#335D33), to(#224022));
	background: url(../imagens/replyIcon.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/replyIcon.png) no-repeat 10px 6px, -moz-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/replyIcon.png) no-repeat 10px 6px, -ms-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/replyIcon.png) no-repeat 10px 6px, -o-linear-gradient(top, #335D33, #224022);
	background: url(../imagens/replyIcon.png) no-repeat 10px 6px, linear-gradient(to bottom, #335D33, #224022); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#335D33, endColorstr=#224022);
}
/* BOTÃO OK */
.botaoOK {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; font-size: 1em; color: #FFFFFF;
	background-color: #4B546A;
	padding-left: 36px; 
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#606C88), to(#3F4C6B));
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -moz-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -ms-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -o-linear-gradient(top, #606C88, #3F4C6B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, linear-gradient(to bottom, #606C88, #3F4C6B); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}
.botaoOK:hover {
	border:1px solid #4B546A;
	background-color: #606C88;
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-gradient(linear, left top, left bottom, from(#4B546A), to(#2C354B));	
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -webkit-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -moz-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -ms-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, -o-linear-gradient(top, #4B546A, #2C354B);
	background: url(../imagens/matricular.png) no-repeat 10px 6px, linear-gradient(to bottom, #4B546A, #2C354B);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#606C88, endColorstr=#3F4C6B);
}


/* BOTÃO CANCELAR	*/
.botaoCancelar {
	cursor:pointer;
	border:1px solid #4B546A;-webkit-box-shadow: #B7B8B8 0px 1px 0px inset;-moz-box-shadow: #B7B8B8 0px 1px 0px inset; box-shadow: #B7B8B8 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block; font-weight:bold; font-size: 1em; margin: 5px;
	padding-left: 40px; padding-right: 10px; 
	background: url(../imagens/deactivate2Icon.png) no-repeat 10px 6px; 
}
.botaoCancelar:hover {
	background-color: #ccc;
}
















/* MEDIA QUERIES PARA TELAS 'NORMAIS' - Entre 640px e 960px */
@media screen and (min-width: 641px) and (max-width: 960px) {

/*	LOGO	*/
.logo {
	float: left;
}
	
/* CAIXA DE LOGIN */
.login {
	width: 50%;
}

/*	NAVEGACAO DO PERFIL NA PAGINA INICIAL	*/
.navperfil {
	float: right;
	margin-top: 40px;
}

/* CATEGORIAS NO HEADER */
.navCategorias {	
}

.itemCategoria {
	text-align: center;
	font-weight: bold;
	display: table-cell;
	font-size: 1.7vw;
}

.imgCategoria {	
	margin: 0 5px;
	width: 80%;
	max-width: 110px;
}


/* IMAGEM DO MENU NA NAVEGACAO LATERAL	*/
.imgMenuNavegacaoLateral {	
	margin: 0 5px;
	width: 80%;
	max-width: 36px;
}



/* TITULO	*/
.titulo h2 {
	font-size: 2vw;
	margin-top: .3em;
	margin-bottom: .3em;
}


/* FORMULARIOS	*/
/*obs: antes era .form label	*/
label {
    display: block;   
    margin-bottom: 12px; 
}
label>span {
    float: left;
    width: 22%;
    text-align: right;
    padding-right: 10px;
    margin-top: 7px;
    color: #333;
    font-size: 1.8vw; 
    font-weight: bold;
}
#formCadastrarCategoria label>span, #formCadastrarProduto label>span, #formCadastrarContaBancaria label>span, #formCadastrarDespesa label>span, 
#formCadastrarMaterialApoioProfessor label>span, 
#formReceberMensalidade label>span, #formFiltroContaPeriodo label>span, #formGerarRemessaBancaria label>span, #formImportarRetornoBancario label>span,
#formCadastrarPublicacao label>span {
	width: 15%;
}
#formCadastrarOutraReceita, #formEditarParcela label>span, #formDetalhesParcela label>span, #formCadastrarTransferencia label>span,
#formBuscarExtratoFinanceiro label>span {
	width: 17%;
}
span.nomeCampo {
	float: none;
	text-align: right;
    padding-right: 5px;
    margin-top: 5px;
    font-weight: bold;
}
span.valorCampo {
	float: none;
	text-align: left;
    font-weight: normal;
    padding-right: 40px;
}

.form input[type="text"], .form input[type="email"], .form input[type="password"], input[type="date"], .form input[type="number"], input[type="number"], .form input[type="time"], .form textarea, select {
    border: 1px solid #CCC;
    color: gray;
    height: 20px;
    font-size: 2vw; 
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    /*width: 65%;*/
    text-align: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
}
select {
	width: auto;
	height: auto;
}

/*	span para texto após outro span	*/
.spanTexto {
	font-weight: normal;
	width: 74% !important;
	text-align: left;
	float: right;
	display: block;
}

/*	'POP-UP'	*/
.popup label {
    width: 629px;
}

/*	TABS	*/
.tab-links a {
	font-size:1.8vw;
}



	
}


