/********************* CSS 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, font, 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,caption, tbody, tfoot, thead
 {
	margin: 0;	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul, dt, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
fieldset,img {
	border: none;
}
legend {
	display: none;
}
input[type=text], textarea {
	padding: 0;
	border:1px solid #555;
}
a, a:link a:active a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select{
	outline:none; /*tira a borda dourada do chrome*/
}
textarea{
	resize:none; /*nÃ£o deixa redimensionar o textarea no chrome*/
}
a img { 
	border: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: inherit;
}

/*** TOOLS ***/
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1px;
}
.replace {
	background-color:transparent;
	text-indent:-50000px;
	overflow:hidden;
	display:block;
}
.replace-bt {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	text-indent: -50000px;
	line-height:999999px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	border:none;
}
.replace-txt{
	text-indent: -999999px;
}


/**
 *	Classes Helpers
 */

/*Posicionamento*/
.relative{
	position: relative;
}
.floatLeft{
	float: left!important;
}
.floatRight{
	float: right!important;
}

/*TOP*/

.top10{
	margin-top: 10px;
}
.top20{
	margin-top: 20px;
}
.top30{
	margin-top: 30px;
}
.top40{
	margin-top: 40px;
}
.top50{
	margin-top: 50px;
}
.top60{
	margin-top: 60px;
}
.top70{
	margin-top: 70px;
}
.top80{
	margin-top: 80px;
}
.top90{
	margin-top: 90px;
}
.top100{
	margin-top: 100px;
}
.top120{
	margin-top: 120px;
}

/*LEFT*/

.left10{
	margin-left: 10px;
}
.left20{
	margin-left: 20px;
}
.left30{
	margin-left: 30px;
}
.left40{
	margin-left: 40px;
}
.left50{
	margin-left: 50px;
}
.left60{
	margin-left: 60px;
}
.left70{
	margin-left: 70px;
}
.left80{
	margin-left: 80px;
}
.left90{
	margin-left: 90px;
}
.left100{
	margin-left: 100px;
}
.left120{
	margin-left: 120px;
}

/*RIGHT*/
.right10{
	margin-right: 10px;
}
.right20{
	margin-right: 20px;
}
.right30{
	margin-right: 30px;
}
.right40{
	margin-right: 40px;
}
.right50{
	margin-right: 50px;
}
.right60{
	margin-right: 60px;
}
.right70{
	margin-right: 70px;
}
.right80{
	margin-right: 80px;
}
.right90{
	margin-right: 90px;
}
.right100{
	margin-right: 100px;
}
.right120{
	margin-right: 120px;
}


body{
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
	color: #754c24;
}

/**
 *	Regra para imagens e recursos flexiveis
 * 	Deve ser usado em sites com layout fluido ou liquido.
 *  -Descomentar
 */

/*img, video, embed, iframe, code{
	max-width: 100%
}*/

/**
 *	Linha para cada bloco de conteudo
 */
.row{
	display: block;
	float: left;
	width: 100%;
}

/**
 *	Bloco interno de conteudo fixo
 */
.content{
	display: block;
	width: 994px;
	margin: 0 auto;
}

/**
 *	Bloco interno de conteudo que varia sua largura 
 *  Deve ser usado em sites com layout fluido ou liquido (baseados em porcentagens)
 */
.fluidContent{
	display: block;
	width: 96%;
	margin: 0 auto;
	max-width: 1366px;
	min-width: 768px;
}

/***Iniciando REGRAS***/

.content960 {
	 display:block;
	 margin:0 auto;
	 width: 100%;
	 max-width:960px;
	 min-width: 768px;
}

/*============================================= CABEÇALHO ==========================================*/
.cabTopo{
	display:block;
	height: 75px;
	width: 100%;
	background:#154070; /* Esta cor pode ser alterada conforme necessidade do sistema, mas deve-se manter o padrão de cores utilizados pela Abase */
}
.cabTopoDiv{
	display:block;
	float:left;
	height: 5px;
	width: 100%;
	background:#878787; /* Esta cor pode ser alterada conforme necessidade do sistema, mas deve-se manter o padrão de cores utilizados pela Abase */
}
.divLogoEmpresa{
	display:block;
	float:left;
	margin: 10px;
	width: auto;
	height: 55px;
}
.divLogoSistema{
	display:block;
	float:right;
	margin: 10px;
	width: 165px;
	height: 55px;
}
.divTituloCab{
	display:block;
	float:left;
	width: 600px;
	height: 55px;
	margin-top: 10px;
}
.titSistema, titSistemaMenor{
	 font-family: 'Titillium Web', sans-serif;
	 color: #FFF;
	 font-size: 20px;
	 font-style:bold;
	 text-align:left;
}
.titSistemaMenor{
	 font-size: 16px;
	 font-style:normal;
	 color: #FFF;
}

/*============================================= SISTEMA ==========================================*/
.divSistema{
	display:block;
	float:left;
	width: 100%;
	background:#c9c9c9; /* Esta cor NÃO deve ser alterada */
}
/*.btnDivMenuSup, .btnDivMenuSupInativo{
	display:block;
	float:left;
	width: auto;
	height: 34px;
	margin: 6px 1px 0 1px; 
	background:#FFF;
	text-align:center;
}
.btnDivMenuSupInativo{
	background:#CCC;
}
.txtMenuSup{
	 font-family: 'Titillium Web', sans-serif;
	 color: #000;
	 font-size: 16px;
	 font-style:bold;
	 text-align:left;	
	 padding: 5px 20px 0;
}*/
.divMenuSupGeral{
	display:block;
	float:right;
	width: 170px;
	background:#c9c9c9;
	margin: 5px 7px 0 0;
}
.divMenuSupGeralImg{
	display:block;
	float:left;
	width:30px;
	height:25px;
	margin: 0px 2px 0 0;
}
.divMenuSupGeralImgHome{
	display:block;
	height:100%;
	width:100%;
	background:url(../commun/misc/misc.png) 0 0 no-repeat;
}
.divMenuSupGeralImgHome:hover{
	color:#0F0;;
}
.divMenuSupGeralImgMoodle{
	display:block;
	height:100%;
	width:100%;
	background:url(../commun/misc/misc.png) -30px 0 no-repeat;
}
.divMenuSupGeralImgMoodle:hover{
	background:url(../commun/misc/misc.png) -31px -30px no-repeat;
}
.divMenuSupGeralImgSuporte{
	display:block;
	height:100%;
	width:100%;
	background:url(../commun/misc/misc.png) -62px 0 no-repeat;
}
.divMenuSupGeralImgSuporte:hover{
	background:url(../commun/misc/misc.png) -63px -30px no-repeat;
}
.divMenuSupGeralImgConfiguracao{
	display:block;
	height:100%;
	width:100%;
	background:url(../commun/misc/misc.png) -94px 0 no-repeat;
}
.divMenuSupGeralImgConfiguracao:hover{
	background:url(../commun/misc/misc.png) -94px -30px no-repeat;
}
.divMenuSupGeralImgSair{
	display:block;
	height:100%;
	width:100%;
	background:url(../commun/misc/misc.png) -125px 0 no-repeat;
}
.divMenuSupGeralImgSair:hover{
	background:url(../commun/misc/misc.png) -125px -30px no-repeat;;
}

/*============================================= BREADCRUMB E BOAS VINDAS ==========================================*/
.divBgBreadcrumb{
	height: 25px;
	background-color:#FFF;
}
.divBreadcrumb{
	display:block;
	float:left;
	height: 25px;
	margin: 5px 0 0 0;
	width: 400px;
}
.txtBreadcrumb, .txtBoasvindas{
	 font-family: 'Titillium Web', sans-serif;
	 color: #000;
	 font-size: 14px;
	 font-style:bold;
	 text-align:left;
}
.txtBoasvindas{
	float:right;
	text-align:right;
}
.divBoasvindas{
	display:block;
	float:right;
	height: 25px;
	margin: 5px 10px 0 0;
	width: 400px;
}

/*============================================= ÁREA DO SISTEMA ==========================================*/

.divBgSistema{
	background-color:#FFF;
}
.divBgSistemaMenu{ /*DIV Menu do Sistema*/
	display:block;
	float:left;
	height: 100%;
	width: 20%;
}

.divBgSistemaGrid{ /*DIV Grid do Sistema*/
	display:block;
	float:left;
	margin: 10px 0 0 10px;
	height: 518px;
	width: 78%;
	border:#999 solid 1px;
}

/*============================================= ÁREA DO SISTEMA - MENU ==========================================*/

/* Div */
/*.wrap {
	width: 960px;
	margin: 0 auto
}*/
.demo-container {
	margin: 0 0 0 0;
	float: left; 
	width: 100%;
}
.demo-container h4 {
	font-size: 14px; 
	margin: 0 5px 5px 0;
}
.clear {
	clear: both;
}
.dcjq-count {
	float: right;
}

/* Busca */
.divBgBusca{
	display:block;
	float:left;
	margin: 10px 0 0 0;
	width: 100%;
	height: 40px;
	background: #154070;
}
.divInputBusca{
	display: block;
    float: left;
    width: 99%;
	margin: 0 5px 0 0;
}
.inputBusca{
    display: block;
    float: left;
    width: 97.5%;
    height: 33px;
	margin: 2px;
    border: 1px inset #333333;
	background:#FFF;
}
.inputBuscaBtn{
	display: block;
	float: right;
	margin: -32px 3px 0 0 ;
	width: 35px;
	height: 30px;
	cursor:pointer;
	background:url("../commun/misc/misc.png") -155px 0 no-repeat;
}

.inputBusca input{
    float: left;
    width: 75%;
    border: 0px;	
    color: #000000;
    margin: 6px 0 0 10px;
    background: transparent;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
}


/* MENU */
.graphite .accordion{
	font-family: 'Titillium Web', sans-serif; 
	font-size:12px
}
.graphite .accordion, .graphite .accordion li {
	margin: 0; 
	padding: 0; 
	border: none;
}
.graphite .accordion a {
	padding: 10px 10px 10px 20px; 
	background: #154070; 
	text-decoration:none; 
	display: block; 
	color: #000; 
	position: relative; 
	border-bottom:#FFF solid 1px
}
.graphite .accordion ul a {
	background: #FFF;
}
.graphite .accordion a.dcjq-parent, .graphite .accordion a.dcjq-parent:hover {
	background: #154070; 
	color: #FFF;
}
.graphite .accordion a.dcjq-parent.active { 
	background: #1a508c;
}
.graphite .accordion a .dcjq-icon {
	position: absolute; 
	top: 50%; 
	right: 0; 
	width: 34px; 
	margin-top: -18px; 
	height: 34px; 
	background: url(../commun/img/arrow_black_down.png) no-repeat 0 center;
}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {
	position: absolute; 
	top: 50%; 
	right: 0; 
	width: 34px; 
	margin-top: -18px; 
	height: 34px; 
	background: url(../commun/img/arrow_black_up.png) no-repeat 0 center;
}
.graphite .accordion a:hover {
	text-decoration: underline; 
	color: #000;
}
.graphite .accordion a:active{

}

/*====================== COMPONENTE MENU DE ABAS ========================*/

.menuTopo{
	display: block;
	float: left;
	margin: 5px 0 0 26px;
}
.menuTopo li{
	display: block;
	float: left;
}
.menuTopo li a{
	display: block;
	float: left;
	color: #000;
	font-size: 12px;
	padding: 7px 10px;
}
.menuTopo li a:hover{
	text-decoration: none;
	background-color: #878787;
	color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	text-decoration: none;
	background-color: #FFF;
	color: #000;
}


/* Fallback example*/ 
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/*========================= DEMO MENU DE ABAS ========================
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ 
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;
}

a {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #47a3da;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

p.info {
	text-align: center;
	padding: 20px;
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}
*/

/*============================================= RODAPE ==========================================*/
.rodapeDiv, .meioDiv{
	display:block;
	float:left;
	height: 3px;
	width: 100%;
	margin: 3px 0 0 0;
	background:#154070; /* Esta cor pode ser alterada conforme necessidade do sistema, mas deve-se manter o padrão de cores utilizados pela Abase */
}
.meioDiv{
	margin: 0;
	background:#154070; /* Esta cor pode ser alterada conforme necessidade do sistema, mas deve-se manter o padrão de cores utilizados pela Abase */
}
.rodape {
	position:relative;
	float:left;
	left:0;
	height: 120px;
	background:#FFF;
}
.logoRodape {
	display:block;
	float:left;
	width:70px;
	height:45px;
	margin:10px 0 0 30%;
}
.blocoTextoRodape{
	 display:block;
	 float:left;
	 margin: 10px 0 0 0;
	 width: 400px;
	 text-align:center;
}
.textoRodape, .textoRodapeSocial{
    float: left;
    width: 100%;	
    margin: 4px 0 0 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 10px;
	color: #000;
	line-height:14px;
}
/*=======================PAG 404 =====================*/
/*========= ESTA PAGINA NÃO DEVE SER ALTERADA ========*/
.bg404{
	display:block;
	float:left;
	width:960px;
	height:750px;
}
.logo404{
	display:block;
	float:left;
	width:300px;
	height:200px;
	margin: 50px;
}
.img404, .mensagem404{
	display:block;
	float:left;
	width:300px;
	height:350px;
	margin: 20px 0 0 95px;
	alignment-baseline:central;
}
.mensagem404{
	width:455px;
	height:350px;
	margin: 20px 0 0 60px;
	alignment-baseline:central;
	background:url(../commun/img/balao.png) no-repeat;
}
.texto404, .texto404clique{
    float: left;
    width: 345px;	
    font-family: 'Titillium Web', sans-serif;
    font-size: 28px;
	color: #000;
	margin: 10px 0 0 55px;
	text-align:center;
	line-height: 30px;
}

.texto404clique{
	font-size: 24px;
	color: #000;
	margin: 15px 0 0 0;
}
.botao404{
	display:block;
	background:#666;
	float:left;
	width:345px;
	height:60px;
	margin: 115px 50px;
	cursor:pointer;
}
.rodape404{
	display:block;
	float:left;
	width:960px;
	height:100px;
	margin:50px 0 0 0;
	background:url(../commun/img/sombra.png) center no-repeat;
}

/*============================================= HOME ==========================================*/
.content1920 {
 position: absolute; 
  display:block;
  width: 100%;
  max-width:1920px;
  float:left;
  left:50%;
  margin-left:-960px;
}

.bannerHome{
	display:block;
	float:left;
	height: 250px;
	width: 100%;
	background:#FFF;
}
.divHome{
	display:block;
	float:left;
	height: 310px;
	width: 100%;
	background:#FFF;
}
.divHomeMenor{
	display:block;
	float:left;
	height: 270px;
	width: 280px;
	margin: 15px;
	background:#FFF;
	border:#CCC solid 2px;
}
/*Div sem Borda*/
.divHomeMenor2{
	display:block;
	float:left;
	height: 270px;
	width: 300px;
	margin: 20px;
	background:#FFF;
	
}
.divHomeMenorCab{
	display:block;
	float:left;
	height: 40px;
	width: 100%;
	background:#154070;
}
.divHomeMenorConteudo{
	display:block;
	float:left;
    font-size: 14px;
	height: 174px;
	width: 227px;
	padding: 12px;
}

.titMenorCab{
    float: left;
    width: 95%;	
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
	color: #FFF;
	margin: 7px 10px;
	text-align:left;
	font-weight: 600;
}

.textoMenorConteudo{
    float: left;
    width: 95%;	
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
	color: #000;
	margin: 2px 0 0 0;
	text-align:justify;
	font-weight: 600;
}

.textoMenorConteudoCentro{
	float: left;
    width: 95%;	
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
	color: #000;
	margin-left: 25%;
	text-align:justify;
	font-weight: 600;
}

/*========= Login ===============*/
.divInputsLogin{
	display: block;
    float: left;
    width: 100%;
	margin: 5px 0 0 0;
}

.inputLogin{
    display: block;
    float: left;
    width: 100%;
    height: 34px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-color: #FFF;
    border: 1px inset #333333;
}

.inputLogin input{
    float: left;
    width: 90%;
    border: 0px;	
    color: #000000;
    margin: 9px 0 0 10px;
    background: transparent;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
}

.titInputLogin{
	font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
	color: #000;
	text-transform:uppercase;
}

.botaoLogar {	
    cursor: pointer;
	float:left;
	width:100px;
	height:30px;
	margin: 10px 5px 0 0;
	background:#999999;	
	border-radius:3px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	text-align:center;
	font-weight:500;    
	border:0;
}

/*============================================= SISTEMA INICIAL ==========================================*/

.divBgIconesSistemas{
	display:block;
	float:left;
	height: 120px;
	width: 120px;
	margin: 6px 0 0 6px;
	border: 1px solid #CCCCCC;
}
.divIconeSistema{
	display:block;
	float:left;
	height: 80px;
	width: 80px;
	margin: 3px 19px;
}
.divTextoIconeSistema{
	display:block;
	float:left;
	width: 120px;
	margin: 2px;
}
.textoIconeSistema{
	display:block;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	text-align:center;
	font-weight:500;
	line-height: 15px;
	color: #000;
}	
.textoIconeSistema:hover{
	text-decoration:underline;
	font-weight:600;
}









