/* VERDE */
 @charset "utf-8";

/*
* INI: GERAL
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

/* INI: MENU
*/
.menuVazio {
	height: 1px;
}

.menu {
	list-style: none;
	height: 26px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.menu a {
	display:list-item;
	font-size: 11px;
	margin-left: 9px;
	margin-right: 5px;
	margin-top:-10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu li {
	padding-top:5px;
	float: left;
}

.menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0px;
	-moz-padding-start: 0px;
}

.submenu {
	display: none;
	position: absolute;
	float: left;
	margin-top: -1px;
	z-index: 3;
	background-color: #FFFFD9;
	padding-bottom: 15px;
	padding-right: 15px;
}

.submenu ul {
	list-style: none;
	float: left;
	padding-top: 8px;;
}

.submenu ul.primeira {
	height: 100%;
}
 
.separador {
    min-height: 1px;
    position: relative;
    float: left;
    background: #8AB478;
    float: left;
    height: 100px;
    margin-top: 15px;
    overflow: hidden;
    width: 1px;
}

.submenu li {
	border:1px solid #FFFFD9;
	color: #666;
	font-size: 11px;
	margin-left: 12px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
}

.submenu li a {
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	margin-left: 6px;
	padding: 0 4px;
	display: block;
}

.submenu li a:hover {
	color: #fff;
}

.menu_separador {
	margin-top:-8px;
	float: left;
	height: 30px;
}

.menu_div_separador {
	height: 20px;
	width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*
* FIM: MENU
*/ /*
* INI: TOPO
*/
.topo_area {
	background-color: #FFFFFF;
	border-bottom: 1px solid #406231;
	height: 90px;
	text-align: right;
}

.topo_area_texto {
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

/*
* FIM: TOPO
*/
.corpo_cemicro {
	margin: 10px;
	height: 25px;
	display: block;
}

.corpo_cemicro_img {
	background: url(../img/cemicro_16x16.png) no-repeat right;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin: 3px;
}

.texto_corpo_cemicro {
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 10px;
}

/*
* INI: FORMULARIOS
*/
.pagina {
	/*position: relative;*/
	display: block;
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
}

/* FIM: FORMULARIOS */
div.loadingMessage {
	width: 150px;
	height: 15px;
	top: 95px;
	right: 20px;
	text-align: center;
	padding: 2px 2px 2px 2px;
	position: absolute;
	display: none;
	z-index: 5;
	color: white;
	background-color: #449944;
	border-width: 1px;
	border-color: black;
}

button {
	color: #fff;
	border: none;
	cursor: pointer;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

.logo {
	background: url(img/marca_gereweb.gif) no-repeat top left;
	width: 400px;
	cursor: pointer;
}

.textBoxValor {
	text-align: right;
	padding-right: 2px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* CONTEÚDO */
#conteudo {
	margin-left: 5px;
	margin-bottom: 5px;
}

.cabecalho {
	margin-bottom: 5px;
}

.cabecalho h2 {
	font-size: 18px;
	color: #666;
	padding-right: 15px;
}

.cabecalho a {
	font-size: 13px;
	line-height: 26px;
	text-decoration: underline;
	cursor: pointer;
}

.switchButton {
	font-size: 13px;
	line-height: 26px;
	text-decoration: underline;
	cursor: pointer;
	width: 100px;
	background-position: 96% center;
	background-repeat: no-repeat;
}

.switchButtonDisabled {
	color: #999999;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
}

.switchButtonShow {
	background-image: url(img/seta_filtros_exibir.gif);
}

.switchButtonHide {
	background-image: url(img/seta_filtros_ocultar.gif);
}

.switchButtonHideDisabled {
	color: #CCCCCC;
	cursor: default;
	text-decoration: none;
}

/* FILTROS */
.filtros {
	color: #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px 5px;
}

.filtros h5 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
}

.filtros ol {
	list-style-position: inside;
	margin-bottom: 10px;
}

.filtros li {
	margin: 0 0 3px 10px;
}

.filtros li a {
	font-size: 11px;
}

div.botaoExcluir {
	font-size: 11px;
	text-decoration: underline;
	display: inline;
	cursor: pointer;
	line-height: 20px;
}

/* ABAS */
#abas {
	list-style: none;
	padding-top: 2px;
	width: 100%;
	height: 17px;
	position: relative;
}

#abas li {
	float: left;
	margin-left: 3px;
	background: url(img/azul_esq.gif) no-repeat top left #dcebf0;
}

#abas a {
	display: block;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	background: url(img/azul_dir.gif) no-repeat top right;
}

#abas .selecionada {
	font-weight: bold;
	color: #666;
	position: relative;
	top: -1px;
	background: url(img/branco_esq.gif) no-repeat top left #fff;
}

#abas .selecionada a {
	padding: 2px 5px 2px 5px;
	background: url(img/branco_dir.gif) no-repeat top right;
}

.abas-conteudo {
	border: 1px solid #ccc;
	padding: 5px 20px 10px 20px;
}

.abas-conteudo h3 {
	font-size: 14px;
	line-height: 15px;
	color: #666;
	margin: 0;
	font-weight: normal;
	float: left;
}

/* HOME ABAS */
#home-abas {
	list-style: none;
	width: 100%;
	height: 30px;
	top: -30px;
	position: relative;
	overflow: hidden;
}

#home-abas li {
	float: left;
	height: 20px;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 8px;
	padding-right: 10px;
	background: url(img/aba_inativa.gif);
	border: 1px solid #406231;
}

#home-abas a {
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center center;
	text-decoration: none;
}

#home-abas .selecionada {
	font-weight: bold;
	border-bottom: none;
	height: 21px;
	background: url(img/aba_ativa.gif);
}

#home-abas span {
	height: 100%;
	width: 22px;
	cursor: pointer;
	display: block;
	float: left;
	background: url(img/ico_aba_inativa.gif) no-repeat top center;
}

#home-abas .selecionada span {
	background: url(img/ico_aba_ativa.gif) no-repeat top center;
}

.home-abas-conteudo {
	position: relative;
	top: -30px;
	padding: 5px;
}

#registroTabs {
	padding-top: 0px;
}

/* EXIBINDO */
.conteudo-detalhes {
	border: 1px solid #ccc;
}

.conteudo-detalhes h3 {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 0;
	font-weight: normal;
	float: left;
}

#cemicro-grid-paginator-name {
	text-align: right;
	font-size: 12px;
	color: #999;
}

.cemicro-grid-header {
    line-height: 25px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    font: 11px Arial;
    padding: 4px;
}

.pointer {
    cursor: pointer;    
}

.cemicro-grid-center {
    text-align: center;    
}
 
.cemicro-grid-right {
    text-align: right;    
}

.cemicro-grid-paginator-pages-current {
	font-size: 180%;
	text-decoration: none;
	color: #666;
	vertical-align: middle;
}

.cemicro-grid-paginator-pages {
	text-align: right;
	font-size: 12px;
	color: #999;
}

.cemicro-grid-sort-asc {
	height: 14px;
	width: 14px;
	cursor: pointer;
	float: left;
	display: block;
	background: url(img/ico_ordem_asc.gif) no-repeat center;
}

.cemicro-grid-sort-desc {
	height: 14px;
	width: 14px;
	cursor: pointer;
	float: left;
	display: block;
	background: url(img/ico_ordem_desc.gif) no-repeat center;
}

.registro-ultima-alteracao {
	display: block;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: 11px;
}

/* TABELA */
#nomeFiltro table {
	border: 0px solid #fff;
	border-collapse: collapse;
	text-align: left;
	clear: both;
}

#nomeFiltro table td {
	border: 0px solid #fff;
}

.tabela {
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	clear: both;
}

.tabela th {
	font-weight: normal;
	text-align: left;
	background: #eee;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.tabela td {
	border-top: 1px solid #eee;
	padding: 1px 1px 2px 2px;
	font: 11px Arial;
}

.tabela td a {
	text-decoration: none;
	color: #333;
}

.cemicro-grid {
	padding: 10px 15px 10px 15px;
	border: 1px solid #eee;
}

.cemicro-grid-table {
	border: 1px solid #eee;
	border-collapse: collapse;
	padding: 0px;
	font: 11px Arial;
	width: 100%;
}

.cemicro-grid-table td {
	padding: 3px 5px;
	border-left: 1px solid #eee;
}

.cemicro-grid-table th {
	border-left: 1px solid #eee;
	font-weight: normal;
	text-align: center;
	background: #eee;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.cemicro-grid-table-body-row-odd {
	background: #FFFFFF;
}

.cemicro-grid-table-body-row-even {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #F2F9F2;
}
 
.cemicro-grid-table-body-row-even:hover, .cemicro-grid-table-body-row-odd:hover {  
}

.cemicro-grid-table-body-row-selected {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #F8E0A0;
}

.cemicro-grid-table-footer-row {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}

.cemicro-grid-table-header-cell {
    cursor: default;    
}
    
.cemicro-grid-table-header-cell-sortable {
    cursor: pointer;
}

.cemicro-grid-table-header-button {
	text-align: center;
}

.cemicro-grid-table-body-button {
	text-align: center;
}

.botoes {
	text-align: right;
	background: #ddd;
	padding: 10px 20px;
}

.botao {
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	margin: 0px 1px 0px 0px;
	padding: 1px;
}
 
.botao-excluir {
    background: #FF0000;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    margin: 0px 1px 0px 0px;
    padding: 1px;    
}

/* FORM */
.obrigatorio {
    background-color: #ECF5FF;
}
 
.obrigatorio-nao-preenchido {
    background-color: #FFBBBB;
}

.registro-form {
	padding: 10px 0px 10px 0px;
	font: 11px Arial;
}

.registro-form input {
	border: 1px solid #a5acb2;
	font: 12px Arial;
    padding-left: 3px;
}

.registro-form textarea {
	border: 1px solid #a5acb2;
	font: 12px Arial;
    padding-left: 1px 1px 1px 3px;
}

.registro-form-row-odd {
	background: #FFFFFF;
	font: 12px Arial;
}

.registro-form-row-even {
	background: #F2F9F2;
	font: 12px Arial;
}

.registro-form .needed {
	background-color: #ECF5FF;
}

.registro-form .unset {
	background-color: #FFBBBB;
}
 
.registro-form .readOnly {
    background-color: #EEEEEE;
}

.registro-form label {
	float: left;
	color: #666;
	padding-left: 10px;
}

.registro-form td {
	border-bottom: 1px solid #DDDDDD;
	padding: 3px;
}

.registro-form .adicionar {
	vertical-align: -3px;
}

.campo-separador2 {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	background: #E2E7E9;
}

/* POP-UP */
.cemicro-context-menu {
	position: absolute;
	background: #ffffff;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #EEEEEE #999999 #666666 #EEEEEE;
	padding: 5px;
}

.cemicro-context-menu a {
	display: block;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.cemicro-context-menu a:hover {
	color: #000000;
}

.cemicro-layer-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #999999;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 60);
	opacity: 0.6;
}

.cemicro-layer {
	position: absolute;
	background: #ffffff;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #EEEEEE #999999 #666666 #EEEEEE;
}

.cemicro-layer-body div {
	padding-top: 10px;
}

.cemicro-layer-header,.cemicro-layer-header-modal {
	color: #FFFFFF;
	padding: 3px 0px 3px 5px;
	font: 12px Arial;
	font-weight: bold;
	cursor: move;
}

.cemicro-layer-header .close { 
	background-image: url(img/ico_fechar.gif);
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 7px;
    cursor: pointer;
    float: right;
    width: 14px;
    height: 14px;
}

.cemicro-layer-header-modal .close {
	background-image: url(img/ico_fechar_disabled.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 7px;
	cursor: default;
	float: right;
	width: 14px;
	height: 14px;
}

.cemicro-layer-footer {
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

/* COMBOS */
.cemicro-combo-show {
	font: 12px Arial;
	cursor: pointer;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #000000;
	padding-right: 6px;
	padding-left: 3px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	line-height: 135%;
}

.cemicro-combo-show2 {
	background: url(img/seta_selecao.gif) no-repeat scroll right center;
	text-align: left;
	margin-right: 4px;
    height: 16px;
    overflow: hidden;
}

.cemicro-combo-list {
	font: 12px Arial;
	display: none;
	border: 1px solid #A5ACB2;
	border-top: 0px;
	z-index: 2;
	position: absolute;
	background-color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
	overflow-x: none;
	overflow-y: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.cemicro-combo-list-element {
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	padding-left: 3px;
	text-align: left;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	overflow: hidden;
}

.cemicro-combo-show input {
	border: none;
	display: none;
	position: absolute;
}

.cemicro-combo-list-element-highlighted {
	background-color: #0099FF;
	color: #FFFFFF;
}

/******************/ /*** CALENDARIO ***/ /******************/
.cemicro-calendar {
	z-index: 5;
	margin: -6px 0 0 0;
	padding: 1px;
	position: absolute;
	background-color: none;
	font-family: Arial;
	width: 180px;
}

.cpYearNavigation,.cpMonthNavigation {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	height: 24px;
}

.cpTableNavigation {
	margin-top: 0px;
	width: 180px;
}

.cpDayColumnHeader,.cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpOtherMonthDate,.cpCurrentDate,.cpTodayText,.cpText,.cpCurrentMonthDateDisabled,.cpOtherMonthDateDisabled,.cpCurrentDateDisabled,.cpTodayTextDisabled
	{
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.cpMonthNavigation,.cpYearNavigation {
	color: #FFFFFF;
}

.cpDayColumnHeader {
	cursor: default;
	color: #000000;
	background: #EEEEEE;
}

.cpCurrentMonthDate,.cpOtherMonthDate,.cpCurrentDate {
	text-align: center;
}

.cpOtherMonthDate {
	color: #EEEEEE;
	cursor: default;
}

.cpCurrentMonthDateDisabled,.cpOtherMonthDateDisabled,.cpCurrentDateDisabled
	{
	color: #D0D0D0;
	text-align: right;
}

.cpCurrentMonthDate,.cpCurrentDate {
	color: #000000;
}

.cpCurrentMonthDateOver {
	background-color: #DAF4FF;
}

.cpOtherMonthDate {
	color: #DDDDDD;
	cursor: pointer;
}

.cpCurrentDate {
	color: #000000;
	background-color: #FFDD00;
}

.cpTodayText,.cpTodayTextDisabled {
	margin-top: 0px;
	text-align: center;
}

.cpTodayText {
	color: #000000;
}

.cpTodayTextDisabled {
	color: #FF0000;
}

.cpBorder {
	background-color: #fff;
	border: 1px solid #666666;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-collapse: collapse;
	padding: 0px;
}

.cpBorder td {
	padding: 0px;
	border: none;
}

@media print {
	#impressao_botao {
		display: none;
		visibility: hidden;
	}
	#impressao_texto {
		display: none;
		visibility: hidden;
	}
}

/* CONTROLE DE SELECAO DE PAINEIS */
.cel {
	text-align: center;
	border: 0px solid;
}

.cpn {
	text-align: center;
	border: 0px solid;
	background: #FFF;
	width: 160px;
	min-height: 60px;
	cursor: pointer;
}

.cpns {
	text-align: center;
	background: #EFA;
	border: 0px solid;
	width: 160px;
	min-height: 60px;
	cursor: pointer;
}

/* BALOOM */
.baloom {
    background: #FFFFE5;
    color: #000000;
    font-size: 11;
    font-family: helvetica;
}
.espacoBalao {
    font-size: 1px;
}
#baloom {
    z-index: 10000;
    position: absolute;
}
.baloomEspaco {
	border:none;
	width:1px;
	height:1px;
	background:url(../img/baloom/baloom.espaco.gif);
}
.baloomCantoSup {
	border:none;
	background:url(../img/baloom/baloom.canto.sup.gif);
}
.baloomCantoSupEsq {
	border:none;
    width:5px;
    height:5px;
	background:url(../img/baloom/baloom.canto.sup.esq.gif);
}
.baloomCantoEsq {
    border:none;
    background:url(../img/baloom/baloom.canto.esq.gif);
}
.baloomCantoInfEsq {
    border:none;
    width:5px;
    height:5px;
    background:url(../img/baloom/baloom.canto.inf.esq.gif);
}
.baloomCantoInf {
    border:none;
    height:6px;
    background:url(../img/baloom/baloom.canto.inf.gif);
}
.baloomCantoInfDir {
    border:none;
    width:5px;
    height:5px;
    background:url(../img/baloom/baloom.canto.inf.dir.gif);
}
.baloomCantoDir {
    border:none;
    width:6px;
    background:url(../img/baloom/baloom.canto.dir.gif);
}
.baloomCantoSupDir {
    border:none;
    width:5px;
    height:5px;
    background:url(../img/baloom/baloom.canto.sup.dir.gif);
}
.baloomImageErro {
    border:none;
    width:25px;
    height:25px;
    background:url(../img/baloom/erro.gif);
}
.baloomImageAlerta {
    border:none;
    width:25px;
    height:25px;
    background:url(../img/baloom/alerta.gif);
}
.baloomImageInformacao {
    border:none;
    width:25px;
    height:25px;
    background:url(../img/baloom/informacao.gif);
}
.baloomTriEsqSup {
	border:none;
    width:20px;
    height:19px;
	background:url(../img/baloom/baloom.tri.esq.sup.gif);	
}
.baloomTriEsqInf {
    border:none;
    width:20px;
    height:19px;
    background:url(../img/baloom/baloom.tri.esq.inf.gif);   
}
.baloomTriDirSup {
    border:none;
    width:20px;
    height:19px;
    background:url(../img/baloom/baloom.tri.dir.sup.gif);
}
.baloomTriDirInf {
    border:none;
    width:20px;
    height:19px;
    background:url(../img/baloom/baloom.tri.dir.inf.gif);
} 

.tree .lastnode {
    background-image: url(../img/tree/lastnode.gif);
}

.tree .lastnode-p {
    background-image: url(../img/tree/lastnode-p.gif);
    cursor: pointer;
}

.tree .lastnode-m {
    background-image: url(../img/tree/lastnode-m.gif);
    cursor: pointer;
}

.tree .node-m {
    background-image: url(../img/tree/node-m.gif);
    cursor: pointer;
}
 
.tree .node-p {
    background-image: url(../img/tree/node-p.gif);
    cursor: pointer;
}
 
.tree .node {
    background-image: url(../img/tree/node.gif);
}

.tree .vertline {
    background-image: url(../img/tree/vertline.gif);
}
 
.tree {
    background-position: left;
    background-repeat: no-repeat;
}

.tree .element {
    height: 20px;
}
 
.tree .table {
    height: 20px;
}
 
.tree .table td {
    padding-left: 0px;
}
 
.tree label {
    font-size: 12px;   
}

.overlay{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.65);
	z-index:9;	
}

#tokenModal{
	width:960px; 		
	padding:20px; 
	margin:2% auto;		
	background-color:#fff;
	max-height:85vh;
	overflow:auto;
	text-align:center;
	position:relative;
}

#tokenModal #closeModal{
	
	position:absolute;	
	padding: 8px 11px;
	top:15px;
	right:20px;	
	border-radius:50%;
	border:solid 1px #000;
	font-size:15px;	
	z-index:999;
	cursor:pointer;
}

#tokenModal .tituloModal{
	border-bottom:solid 2px #ccc;
	padding:10px;
}

#tokenModal h3{
	padding:10px;
	margin-bottom:30px;
}

#tokenModal .passo{
	width:85%;
	margin:0 auto 30px auto;
	padding:15px;
	border:solid 3px #ccc;
	position:relative;
	border-radius:5px;	
}

#tokenModal .passo .indicador{
	font-size:20px;
	position:absolute;
	top:-13px;
	left:-13px;
	background-color:#e9e9e9;
	border:solid 2px #fff; 
	border-radius:100%;
	padding-top:10px;
	width:40px;
	height:30px;
}

#tokenModal .downloadApp{
	width:40%;
	display:inline-block;
	padding:20px;
}

#tokenModal .passo .downloadApp:first-child{
	border-right:solid 1px #ccc;
}

#tokenModal .downloadApp .google{
	width: 140px;
    height: 60px;
	display: inline-block;
	background-size: 300px;
	background-image: url('img/app-lojas.jpg');
	background-position:0;
	background-repeat:no-repeat;
}

#tokenModal .downloadApp .apple{
	width: 155px;
    height: 60px;
	display: inline-block;
	background-size: 300px;
	background-image: url('img/app-lojas.jpg');
	background-position:-145px;
	background-repeat:no-repeat;
}


#tokenModal .downloadApp img{
	width:100%;
}
#tokenModal .downloadApp span{
	display:block;
	font-size:10px;		
	color:green;
}

#tokenModal .token{
	font-size:50px;
	display:inline-block;
	filter :blur(0px);
	transition:300ms;
}

#tokenModal .token:hover{
	filter :blur(0px);
}

#tokenModal .qrcode{
	width:200px;
	height:200px;
	background-image: url('../img/load_geral.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#tokenModal input{
	padding:10px;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	
}

#tokenModal #erroToken, #tokenModal #sucessoToken{	
	font-size:15px;
	display:block;
	margin-top:10px;
}

#tokenModal #sucessoToken{
	color:green;
}

#tokenModal #erroToken{
	color:red;
}

#tokenModal button{
	padding:15px;
	text-transform:uppercase;	
}body {
	background-color: #A4DCD6;
}

.menuVazio {
	border-bottom: 1px solid #588f9d;
}

.menu {
	background-color: #78B4AF;
	border-bottom: 1px solid #588f9d;
}

.menu a:hover {
	background-color: #A4DCD6;
}

.submenu {
	border: 1px solid #588f9d;
}

.submenu li a {
	color: #6796A4;
}

.submenu li a:hover {
	background: #78B4AF;
	color: #fff;
}

.menu_div_separador {
	background-color: #588f9d;
}

.corpo_cemicro {
	background-color: #78B4AF;
}

.pagina {
	border: 1px solid #588f9d;
}

button {
	background: #0099CC;
}

a {
	color: #0099CC;
}

.switchButton {
	color: #0099CC;
}

div.botaoExcluir {
	color: #0099CC;
}

.tabela th {
	color: #0099CC;
}

.cemicro-grid-table th {
	color: #0099CC;
}
 
.cemicro-grid-table-body-row-even:hover, .cemicro-grid-table-body-row-odd:hover {
    background: #F8E0A0;    
}

.botao {
	background: #0099CC;
}

.botao_vermelho {
	background: #FF0000;
}

.cemicro-context-menu {
	background: #78B4AF;
}

.cemicro-context-menu a:hover {
	background: #ABE7E2;
}

.cemicro-layer-header,.cemicro-layer-header-modal {
	background: #0099CC;
}
.cpYearNavigation,.cpMonthNavigation {
    background-color: #78B4AF;
}