html, body {
	font-family: 'Arial', sans-serif;
}

.chartClass {
	width: 700px;
	height: 400px;
}

#mae {
	min-width: 1200px;
	width: 100%;
	min-height: 800px;
}

#cabecalho {
	margin-top: 0;
	height: 59px;
}

.nobordernopadding {
	border: 0;
	padding: 0;
}

#content{
	min-height: 500px;
}

/*
	Define que quaisquer richpanels dentro do #content devem ter
	bordas e padding definidos como 0.
*/
#content .rich-panel{
	border: 0;
	padding: 0;
}


.label {
	color: #A6A6A6;
	vertical-align: top !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	height: 100% !important;
}

.labelSemPadding {
	color: #A6A6A6;
	height: 100% !important;
}

label {
	color: #4B4B4B;
	font-weight: bold;
	font-style: normal;
	text-wrap: nowrap;
}

.textoLabel {
	font-weight: bold;
	margin-right: 3px;
}

.rich-toolbar {
	background-color: transparent;
	border-color: transparent;
	font-style: normal;
	text-align: left;
}

/*
    Propriedades gerais
*/
body {
	font-size: 10pt;
}


cursor_link {
	cursor: pointer;
}

/*
    Propriedades dos logos e das informa��es da aplica��o
*/
.logoDireita {
	background-image: url("../img/logoMetaway.JPG");
	background-repeat: no-repeat;
	width: 75px;
	height: 54px;
	background-position: center;
}

.tituloAplicacao {
	background-color: rgb(255, 255, 255);
	color: Black;
	font-size: 14pt;
}

.logoEsquerda {
	background-image: url("../img/logoMetaway.JPG");
	background-repeat: no-repeat;
	width: 75px;
	height: 54px;
	background-position: center;
}

/*
   Propriedades das mensagens de erro
*/
.mensagemErro {
	color: rgb(255, 0, 0);
	font-style: italic;
}

.mensagemAviso {
	color: #E67300;
	font-weight: bolder;
}

.mensagemOk {
	color: green;
	font-style: italic;
	font-weight: bolder;
}

.obrigatorio {
	float: right;
	color: red;
	font-size: 12pt;
}

/*
   Propriedades da barra de titulo do popUp
*/
.topoPopup {
	/* background-color: #EFEBDE; */
	background-color: rgb(0, 66, 198);
	color: White;
	font-weight: bold;
}

/*
   Propriedades da tabela de cadastro e pesquisa
*/
.bordaCadastroEPesquisa {
	border-collapse: collapse;
	border: 1px solid rgb(0, 0, 163);
}

.bordaLinhaCadastroEPesquisa {
	border: 1px solid rgb(0, 0, 163);
}

.tituloCadastroEPesquisa {
	font-weight: bold;
	/*background-color: #EFEBDE;*/
	background-color: rgb(50, 150, 230);
	/*color: Blue;*/
	color: White;
}

.corpoCadastroEPesquisa {
	/*    background-color: rgb(148,222,255); */
	background-color: rgb(224, 236, 255);
}

.acaoCadastroEPesquisa {
	/*background-color: rgb(148,222,255);*/
	background-color: rgb(224, 236, 255);
}

/*
   Propriedades globais da aplica��o, controlam o cabe�alho, corpo,
   rodap�, e os links de navega��o
*/
.navegacao {
	font-size: 9px;
}

.topoPrincipal {
	background-color: rgb(224, 241, 255);
	border: 1px solid rgb(0, 0, 163);
}

.corpoPrincipal {
	background-color: rgb(224, 241, 255);
	border: 1px solid rgb(0, 0, 163);
}

.rodapePrincipal {
	background-color: rgb(224, 241, 255);
	border: 1px solid rgb(0, 0, 163);
}

/*
    Propriedades das tabelas de pesquisa
*/
.cabecalhoTabela {
	/* background-color: rgb(0,99,148); */
	background-color: #960000;
	color: White;
}

.linhaTabelaTipo01 {
	/*background-color: White;*/
	background-color: rgb(148, 222, 255);
	/*background-color:#EDF4F5;*/
	background-color: #D6E4E1;
	text-align: center;
}

.linhaTabelaTipo02 {
	background-color: White;
	text-align: center;
}

.linhaTabelaTipo03 {
	background-color: #FFFFCC;
}

.linhaTabelaTipo04 {
	background-color: White;
}

.centralizaTexto {
	text-align: center;
}

.dataTableRow {
	border: 0;
	width: 100%;
}

/*
   Propriedades das tabs
*/
.tabCadastro {
	border: 0;
}

.tabAba {
	font-weight: bolder;
}

.tabAbaInativa {
	color: #A6A6A6;
}

img.rich-calendar-button {
	display: inline;
}

/*
    Propriedades do popupErro
*/
.popupErro {
	text-align: center;
	position: fixed;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	background-color: rgb(224, 236, 255);
	border: 1px solid Blue;
}

.popupErroCaixa {
	background-color: rgb(50, 150, 230);
	width: 300px;
	height: 50px;
}

.popupErroMensagem {
	padding: 10px;
	color: White;
}


/*
    Propriedades dos labels do cadastro
*/
.divisoriaBarraInfo {
	background-color: rgb(50, 150, 230);
	color: White;
}

.botao {
	margin: 3px;
}

/*
    Propriedades das imagens link
*/
IMG {
	border: 0px;
}

/*
  Borda dos grupos de campos
*/
.bordaGrupoInterno {
	border: 1px solid #960000;
}

table.tabbedPane {
	vertical-align: top !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background-color: blue !important;
}

td.activeTab {
	font-size: 100% !important;
	background-color: #BED6F8 !important;
	border-top: 1px solid #BED6F8 !important;
	border-left: 1px solid #BED6F8 !important;
	border-right: 1px solid #BED6F8 !important;
	border-bottom: 1px solid #BED6F8 !important;
	border-bottom: 1px none !important;
	padding: 2px !important;
	text-align: center !important;
	width: 50%;
}

td.activeTab input {
	background-color: #BED6F8 !important;
	font-size: 11px !important;
	text-align: center !important;
	font-weight: bold !important;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

td.inactiveTab {
	font-size: 100% !important;
	background-color: #f6f8f6 !important;
	border-top: 1px solid #BED6F8 !important;
	border-left: 1px solid #BED6F8 !important;
	border-bottom: 1px none !important;
	padding: 2px !important;
	text-align: center !important;
	font-weight: bold !important;
	width: 50%;
}

td.inactiveTab input {
	background-color: #BED6F8 !important;
	font-size: 11px !important;
	text-align: center !important;
	font-weight: bold !important;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

td.myFaces_panelTabbedPane_emptyHeaderCell {
	background-color: #F3F2F2 !important;
}

.myFaces_panelTabbedPane_activeHeaderCell input:hover, .myFaces_panelTabbedPane_inactiveHeaderCell input:hover {
	color: #fff !important;
	background: #08c !important;
}

td.tabContent {
	background-color: white !important;
	border-left: 1px solid #BED6F8 !important;
	border-right: 1px solid #BED6F8 !important;
	border-bottom: 1px solid #BED6F8 !important;
	vertical-align: top !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	height: 100% !important;
	text-align: left !important;
	width: 100%;
}
/*-----------------------------------------------*/
table.tabbedPane2 {
	vertical-align: top !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background-color: blue !important;
}

td.activeTab2 {
	font-size: 100% !important;
	background-color: #BED6F8 !important;
	border-top: 1px solid #BED6F8 !important;
	border-left: 1px solid #BED6F8 !important;
	border-right: 1px solid #BED6F8 !important;
	border-bottom: 1px solid #BED6F8 !important;
	border-bottom: 1px none !important;
	padding: 2px !important;
	text-align: center !important;
	width: 140px;
}

td.activeTab2 input {
	background-color: #BED6F8 !important;
	font-size: 11px !important;
	text-align: center !important;
	font-weight: bold !important;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

td.inactiveTab2 {
	font-size: 100% !important;
	background-color: #f6f8f6 !important;
	border-top: 1px solid #BED6F8 !important;
	border-left: 1px solid #BED6F8 !important;
	border-bottom: 1px none !important;
	padding: 2px !important;
	text-align: center !important;
	font-weight: bold !important;
	width: 140px;
}

td.inactiveTab2 input {
	background-color: #BED6F8 !important;
	font-size: 11px !important;
	text-align: center !important;
	font-weight: bold !important;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
}

td.myFaces_panelTabbedPane_emptyHeaderCell {
	background-color: #F3F2F2 !important;
}

.myFaces_panelTabbedPane_activeHeaderCell input:hover, .myFaces_panelTabbedPane_inactiveHeaderCell input:hover {
	color: #fff !important;
	background: #08c !important;
}

td.tabContent2 {
	background-color: white !important;
	border-left: 1px solid #BED6F8 !important;
	border-right: 1px solid #BED6F8 !important;
	border-bottom: 1px solid #BED6F8 !important;
	vertical-align: top !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	height: 100% !important;
	text-align: left !important;
	width: 100%;
}

.campoLeitura {
	font-weight: bolder;
	color: #000000;
}

.campoValorNegativo {
	background-color: #000;
	color: red;
	font-weight: bold;
}

.gridDocumentos {
	padding: 5px;
	border: 1px solid #BED6F8;
	width: 100%;
}

.selecionado {
	background-color: #FFF0CC;
}

.top-aligned-columns td {
	vertical-align: top;
}

#scrolltable {
	width: 920px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: auto;
}

.desabilitado {
	color: white;
	background-color: gray;
}

.coluna {
	vertical-align: top;
}

.coluna2 {
	vertical-align: bottom;
}

.coluna td {
	vertical-align: top;
}

.minhaListaSemDecoradores {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

.colunaSemBorda {
	border: 0;
}

.colunaGridFoto {
	vertical-align: top;
	/* padding-left: 10%; */
	float: right;
}

.colunaDataGrid {
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
}

.colunaDataGrid td {
	border-width: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
}

.labelBtn.red {
	border-color: red;
	color: red;
}

.carregamento-tolerancia-acima, .carregamento-item-invalido {
	color: rgb(255, 0, 0);
}

.carregamento-tolerancia-abaixo {
	color: #E67300;
}

.listaSemEstilo {
	list-style-type: none;
}

.rich-inplace-select-list-decoration {
	background-color: white;
	font-size: 11px !important;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
}

.estabelecimentoDados1Column1 {
	width: 40%;
}

.estabelecimentoDados1Column2 {
	width: 60%;
}

.estabelecimentoDados2Column1 {
	width: 20%;
}

.estabelecimentoDados2Column2 {
	width: 80%;
}

.estabelecimentoDados5Column1 {
	width: 80%;
    padding: 0;
    margin: 0;
}

.estabelecimentoDados5Column2 {
	width: 20%;
    padding: 0;
    margin: 0;
    padding-left: 7%;
}

.colunaCadastroPessoa {
	width: 80%
}

.colunaCadastroPessoaFoto {
	width: 20%;
	vertical-align: top;
	padding-left: 150px;
}

.tipoPessoaRichpanelBodyClass {
	padding-top: 5px;
	padding-bottom: 5px;
}

.linhaVertical {
	vertical-align: top !important;
}

.coluna50 {
	width: 50%;
}

.column1_90percent {
	width: 90%;
}

.coluna80 {
	width: 80%;
}

.coluna20 {
	width: 20%;
}

.column2_10percent {
	width: 10%;
}

.column2_40percent {
	width: 40%;
}

.colunaQuadroAulas {
	text-align: center;
}

.nopadding {
	padding: 0;
}

.quadroHorarioCell {
	height: 50px;
}

.quadroHorarioCell>div {
	height: 50px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0;
	float: left;
}

.quadroHorarioCell .conflict {
	width: 20%;
	width: calc(30px);
	text-align: left;
}

.quadroHorarioCell .componente {
	width: 60%;
	width: calc(100% - 60px);
	text-align: center;
}

.quadroHorarioCell .lockUnlock {
	width: 20%;
	width: calc(30px);
	text-align: right;
}

.linkComponente {
	display: block;
	text-align: center;
	padding: 5px;
	color: black;
	font-size: 100%;
	height: 100%;
	box-sizing: border-box;
	white-space: normal;
}

.linkComponente:hover {
	color: grey;
}

.linklockUnlock {
	display: block;
	text-align: center;
}

.linklockUnlock{
	display: block;
	text-align: center;
	white-space: normal;
}

.nopadding{
	padding: 0;
}

.nopaddingnomargin{
	padding: 0;
	margin: 0;
}

.dataGridBorder { border:0; }
.rf-dg-c {
	border-bottom: none;
	border-right :none;
}

.rf-dg{
	border-left:none;
	border-top:none;
}

.nostyle{
	padding: 1px;
	margin: 0;
	border: none;
}

.colunaCadastroPessoaCidade{
	padding: 0;
	margin: 0;
	vertical-align: top;
	padding-right: 40px;
}

.coluna_alinhada_direita{
	width: auto;
	float: right;
}

.colunaAtendidoSimplificado {
	vertical-align: top;
	width: 200px;
}

.campoNormal {

}

.coluna_label {
	width: auto;
	float: right;
}
.coluna_label_pedidomatricula{
	width: 120px;
}

.colunaVAlingTop{
	vertical-align: top;
}

.strike{
	text-decoration: line-through;
	text-line-through: single;
}

.RecebimentoGuiaColunaDescricao {
	width: 90%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.RecebimentoGuiaColunaCommand {
	width: 10%;
	vertical-align: top;
}

.crongramaSimplificadoColuna1{
	width: 750px;
}

.crongramaSimplificadoColuna2{
	width: 50px;
}

.requerimento_cadastro_coluna_ferias{
	width: 300px;
}

select{
	max-width: 400px;
}

.calendarioDataIndisponivel {
	text-decoration: line-through;
	color: darkred;
	background: #e7e5e2;
}

.calendarioDataDisponivel{
	font-weight: bolder;
	vertical-align: top;
}

.highlited {
	background-color: yellow;
	padding: 3px;
}
