:root {
	--corMenu: #4c4943;
	--corLink: #9EB9CC;
	--corTexto: #4c4943;
	--corPrincipal: #9EB9CC; 
	--corSecundaria: #D7E4F0; 
	--backgroundBotoes: #64ccc9;
}

#calendar{
	margin-top:20px;
}

#frmEvento{
	display:block;
}

#frmEvento select{
	width: 300px;
}

.fancybox-slide--iframe .fancybox-content {
    /*width: 400px;
    height: 400px;*/
    max-width: 400px;
    max-height: 300px;
	min-width: 400px;
	min-height: 300px;
	overflow: hidden;
    margin: 0;
}

.avisoObrigatorio{
	line-height: 32px;
	margin-left: 5px;
}

input[type=date], input[type=time]{
	height: 25px;
	width: 120px;
	line-height: 25px;
}

div.tarefas_pendentes,
div.notificacoes,
div.avisos{
	min-width: 400px;
}
div.notificacoes,
div.avisos{
}

div.tarefas_pendentes{
	margin-right:30px;
	float:left;
	width:45%;
}

div.tarefas_pendentes h3 button,
div.notificacoes h3 button,
div.avisos h3 button{
	float:right;
	margin-top:2px;
}

ul.tarefas_pendentes li div.botoes a.visualizar,
ul.notificacoes li div.botoes a.visualizar,
ul.tarefas_pendentes li div.botoes a.validar,
ul.notificacoes li div.botoes a.validar,
ul.avisos li div.botoes a.visualizar{
	display:block;
	height: 23px;
	width: 20px;
}
ul.tarefas_pendentes li div.botoes a.visualizar,
ul.notificacoes li div.botoes a.visualizar,
ul.avisos li div.botoes a.visualizar{
	background: url(../images/botoes/visualizar.png) no-repeat;
	margin-bottom:4px;
}
ul.tarefas_pendentes li div.botoes a.validar,
ul.notificacoes li div.botoes a.validar{
	background: url(../images/botoes/ok.png) no-repeat;
}

ul.tarefas_pendentes li div.info,
ul.notificacoes li div.info,
ul.avisos li div.info{
	float:left;
	width:90%;
}

ul.tarefas_pendentes li div.botoes,
ul.notificacoes li div.botoes,
ul.avisos li div.botoes{
	float: right;
	margin: 2px 5px;
}

ul.tarefas_pendentes{
	max-height: 456px;
}
ul.notificacoes{
	max-height:200px;
	margin-bottom:20px;
}
ul.avisos{
	max-height:200px;
}
ul.tarefas_pendentes,
ul.notificacoes,
ul.avisos{
	overflow: auto;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

h3.tituloLista{
	height: 32px;
	/*background: url(../images/tab_barra_filtro_2.png) repeat-x;*/
	background: #fff;
	border: 1px solid #ddd;
	line-height: 32px;
	padding: 0 10px;
	font-size:16px !important;
	text-shadow: none !important;
	font-weight: normal !important;
}

ul.tarefas_pendentes li,
ul.notificacoes li,
ul.avisos li{
	padding-top: 5px;
	padding-bottom:5px;
	margin:0 !important;
	overflow:auto;
}

ul.tarefas_pendentes li:nth-child(even),
ul.notificacoes li:nth-child(even),
ul.avisos li:nth-child(even){
	background-color: #eee;
}

ul.tarefas_pendentes li div.info span.titulo,
ul.notificacoes li div.info span.titulo,
ul.avisos li div.info span.titulo{
	font-weight: bold;
	font-size:13px;
}

ul.tarefas_pendentes li div.info span.revogacaoProcesso{
	color: #F90;
}

ul.tarefas_pendentes li div.info span.tipoProcesso,
ul.notificacoes li div.info span.tipoProcesso,
ul.avisos li div.info span.descricao{
	font-size:16px;
	color: #333;
}

ul.tarefas_pendentes li div.info span.validadoPor,
ul.notificacoes li div.info span.validadoPor,
ul.avisos li div.info span.dataQuantia{
	font-size:12px;
}

ul.tarefas_pendentes li:hover,
ul.notificacoes li:hover,
ul.avisos li:hover{
	/*background:url(../images/tab_barra_linha_over.png) bottom repeat-x #c6dade;*/
}

div.dadosGerais {
	width: 100%;
	margin-bottom: 5px;
}
div.dadosGerais li {
	margin: 2px 5px;
	padding: 5px;
	background-color: #D7E4F0;
	text-align: justify;
}
div.dadosGerais li label {
	font-weight: bold;
	margin-left: 15px;
	color: #333;
}
div.dadosGerais li label:first-child {
	margin-left: 0;
}

.fancybox-slide--iframe .fancybox-content {max-width : 85%; max-height : 90%; margin: 0; }

.escolherInstancia{
	float: left;
	margin-top: 7px;
	margin-right: 15px;
	clear: none;
}
table.listagemResumo thead tr {
    border: solid 1px #D9D9D9;
}
table.listagemResumo thead th {
    color: var(--corTexto);
    font-size: 11px;
	border: solid 1px #D9D9D9;
    background: #fff;
	padding: 0 10px;
	font-weight: 700;
}
table.listagemResumo tbody td {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 300;
	border-right: 2px solid #fff;
	padding: 0 10px;
	text-align: right;
}
table.listagemResumo tbody tr:nth-child(even) {
    background-color: #fff;
}

table.listagemResumo tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

table.listagem1195s tr td:first-child , table.listagem1195 tbody tr th:first-child {
	text-align: center;
}
ol.filtro li{
	display: inline-block;
	margin-right: 10px;
	border: solid 1px #333;
	padding: 2px;
}
ol.filtro li:last-child{
	border: none;
}
ol.filtro li label{
	margin-right: 10px;
	color: #333;
}
ol.filtro li input[type=date]{
	background: none;
}
ol.filtro li input[type=submit]{
	background-color: var(--corPrincipal);
	width: 150px;
	height: 35px;
	color: white;
}
.filtroSessoes{
	padding: 2px 0px;
	text-align: left;
}

.filtroSessoes a{
	text-transform: uppercase;
}

.opcoesSessoes, .selecionarTodas{
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	color: white;
	background-color: var(--corPrincipal);
}

.opcoesSessoes.disabled{
	background-color: #f3f3f3;
	color: #333;
	cursor: not-allowed;
}

#opcoes > span > a{
	background-color: var(--backgroundBotoes);
	border-radius: 10px;
}
#opcoes ul li{
	background-color: var(--backgroundBotoes);
}
#opcoes{
	top: 55px;
}

#escolherInstancia{
	background: none;
	color: white;
	border-radius: 0px;
	border: solid 1px var(--backgroundBotoes);
}

.sessoesSeguintes li{
	display: inline-block;
	border: solid 1px;
	padding: 2px !important;
	font-size: 10px;
	margin: 0 !important;
	width: 170px;
}

.listagemFidelizacao tbody td{
	line-height: 20px !important;
}

ol.filtro li.semBorder{
	border: none;
	margin: 10px 0px;
	display: block;
	line-height: 20px;
}

ol.filtro input[type="checkbox"]{
	width: auto;
}

#divTabelaVales{
	margin-top: 20px;
}
li.dadosPais img{
	vertical-align: middle;
	margin: 0 5px;
}
li.dadosPais div{
	display: inline-block;
}
.editarNomePais input{
	display: inline-block;
	height: 100%;
}

table.listagem form.filtro{
	max-width: 85%;
}
table.listagem form.filtro fieldset{
	width: 100%;
	max-width: 100%;
}
.botoesfinais {
    background-color: #A8A8A8;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0px;
	padding-right: 100px;
}
.botoesfinais ol {
    padding-top: 0px;
}
.botoesfinais li.botoes {
    margin-top: 0px;
}
.tabelaClientesPerdidos{
	border:  solid 2px;
	margin-top: 50px;
}
.tabelaClientesPerdidos th, .tabelaClientesPerdidos td{
	text-align: center;
	
}
.tabelaClientesPerdidos th.tipoSessao{
	background-color: var(--corPrincipal);
}	
.tabelaClientesPerdidos th{
	border: solid 1px;
	background: var(--corSecundaria);
	padding: 3px 5px;
	font-weight: 700;
}
.infoMapa{
	display: block;
}
