@charset "utf-8";
/* Alterações Font Awesome */
.fa{
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
.fa-sm{
	font-size: inherit;
    line-height: normal;
    vertical-align: baseline;
}
.fa-2x, .fa-angle-double-up, .fa-expand, .fa-compress { font-size: 2em; }
.fa-3x, .fa-chevron-circle-up{ font-size: 3em; }
.fa-4x{ font-size: 4em; }
.fa-5x, .fa-load{ font-size: 5em; }
.fa-load, .fa-load-pequeno{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #00638A;
}
.fa-load:before, .fa-load-pequeno:before{ content: "\f110"; }
/* Pré-Configurações de Cores em Icons */
.fa-chevron-circle-up{ color:lightgrey; }
.fa-info-circle, .fa-file-text-o, .fa-angle-double-up, .fa-user, .fa-chevron-left, .fa-chevron-right, .fa-expand, .fa-compress, .fa-envelope{ color: #00638A; }
.fa-file-word-o{ color: #2B579A; }
.fa-close, .fa-calendar, .fa-file-pdf-o, .fa-file-powerpoint-o, .fa-exclamation, .fa-minus-circle{ color: #FF0000; }
.fa-check, .fa-file-excel-o{ color: #217346; }
.fa-star, .fa-star-o, .fa-exclamation-triangle, .fa-folder-open{ color: #FFC90D; }

.texto-cinza-claro{ color:lightgrey; }
.texto-azul-ai{ color: #00638A; }
.texto-azul{ color: #2B579A; }
.texto-cinza-ai{ color: #5C5C5C; }
.texto-vermelho{ color: #FF0000; }
.texto-verde{ color: #217346; }
.texto-amarelo{ color: #FFC90D; }
.texto-laranja{ color: #FF9731; }

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow: auto;
}
h2{
	font-size: 18px;
	margin: 0px 20px 5px 20px;
	font-weight: normal;
	padding: 0px;
}

button, input, select, textarea{ border: solid 1px #D3D3D3; }
input, select, textarea{ padding: 2px; }
button{ padding: 5px; }
input:focus, select:focus, textarea:focus, button:focus{ background-color: #E6F8F9; }
input:hover, select:hover, textarea:hover, button:hover{ background-color: #E6F8F9; }
input[type='button']:hover, input[type='submit']:hover, button[type='button']:hover, button[type='submit']:hover{
	background-color: #E6F8F9;
	cursor: pointer;
}

input[disabled], select[disabled], textarea[disabled], button[disabled]{
	background-color: #F0F0F0;
	border: 1px solid #D3D3D3;
}
input.pesquisar{
	background-image: url(../img/icons.png);
	background-position: -123px -36px;
}
input.pesquisar:before{
	content: ""
}
input.pesquisarload, select.pesquisarload {
	background-image: url(../img/loader_pequeno.gif);
	background-position: 4px;
}
input.pesquisar, input.pesquisarload, select.pesquisarload{
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-width: 100px;
	padding: 4px 4px 4px 22px;
	font: 12px Arial;
	color: #666666;
}
input.pesquisar, input.pesquisarload{ width: 100px; }
input.pesquisardefault, textarea.pesquisardefault{ color: #CACACA; }

.input-group{
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .input{
	display:table-cell;
	position: relative;
	z-index: 2;
	left: -1px;
	font-size: 14px;
	padding: 4px 12px;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #ccc;
	line-height: 1.42857143;
	height:20px;
}
.input-group-addon{
	z-index: 1;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display:table-cell;
}
.input-group-addon i.fa{ width: 16px; }

div.MSGErro{
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: auto;
	width: 40%;
	height: 150px;
	padding-left: 10px;
	background-color: #FFFEF2;
	border: 4px solid #FFFAB3;
}
div.MSGErro div{
	width: 80%;
	top: 30%;
	color: #D8151A;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	height:
}
div.floatleft{
	float: left;
	text-align: left;
}
div.floatright{
	float: auto;
	text-align: right;
}
div.divLogoPequeno{
	position:relative;
	width:37px;
	left:-37px;
	height: 20px;
}
div.divBemVindo{
	position:relative;
	left:-37px;
	top:3px;
}
div.minheight{ min-height: 10em; }
div.msgalert{
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	background-size: 5em;
	padding: 1em;
	text-align: center;
	background-color: #FFD7D7;
	min-height: 3em;
}
div.msgalert p{ margin: 0.2em; font-weight: bold; }
p.msg{
	color: red;
	font-weight: bold;
}
p.pergunta{
	font-size: 0.8em;
	font-weight: bold;
}

.utilizador, .password{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 250px;
	height: 20px;
	padding: 4px 5px 4px 19px;
	font: 14px Arial;
	color: #666666;
}
.utilizador{ background-position: -142px -15px; }
.password{ background-position: -155px 7px; }
.border_tabela{ border: thin solid #CCC; }
.border_tabela_tlr{
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
	border-top: thin solid #CCC;
}
.border_tabela_t{ border-top: thin solid #CCC; }
.comerro{
	border: 1px solid #F00;
	padding: 2px;
}
.border_tabela_lr{
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
	border-bottom: thin solid #CCC;
}
.centro{ text-align: center; }
.texto, .texto1, .texto2{
	font-size: 12px;
	color: #2E5F72;
	display: block;
	padding: 6px 15px 3px 15px;
	text-indent: 15px;
}
.texto{ text-align: justify; }
.texto2{ padding: 0px; }
.separador{
	border: none 0;
	border-top: 1px dotted #00638A;
}
.erro, .ok, .warning, .soleitura, .soleituratopo, .titulos, .titulosl{
	font-size: 12px;
	font-weight: bold;
}
.erro{ color: #F00; }
.ok{ color: #063; }
.warning{ color: #F3CA3A; }
.obrigatorio{
	border: 1px solid #0097d5;
	padding: 2px;
}
.soleitura{ color: #808384; }
.soleituratopo{
	color: #808384;
	text-align: right;
	margin-right: 20px;
	text-align: right;
}
.titulos, .titulosl{
	font-size: 15px;
	color: #00638A;
}
.titulosl{ text-align: left; }
.titulo-mapa{
	font-size: 14px;
	font-weight: bold;
	color: #00638A;
}
a:link{ color: #00638A; }
a:hover{ color: #2791cc; }
a:visited{ color: #808384; }
a:active{ color: #2791cc; }
a.nolinha{ text-decoration: none; }
#menu{
	width: 100%;
	padding: 0;
	margin: 0;
}
#menu li{
	display: block;
	padding: 3px;
	color: #00638A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#menu li a{
	display: block;
	padding: 3px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-style: none;
}
#menu li a:hover{
	color: #2791cc;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-style: none;
}
#ola td a:hover{
	color: #2791cc;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-style: none;
	background-color: #0F0;
}
.borderbaixo{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.borderesq{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
.borderdir{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
.separadorvertical{
	background-image: url(../img/sep_vertical.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}
.letrasfootertitulo{
	font-size: 11px;
	color: #00638A;
	font-weight: bold;
}
.letrasfootertexto{
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
.textoazul{
	font-size: 12px;
	color: #00638A;
	font-weight: bold;
}
.limenu{
	color: #99ffff;
	font-family: Verdana, sans-serif;
}
.textocinza{
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.margemdir{ padding-right: 6px; }
.textoazulclaro{
	font-size: 12px;
	color: #09C;
	font-weight: bold;
}
.loader{
	z-index: 1;
	height: 50%;
	width: 100%;
	text-align: center;
}
.caixa_div, .caixa_divsemborder{
	z-index: 1;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}
.caixa_div{ border-top: 1px solid #CCC; }
.caixa_div th, .caixa_divsemborder th{ text-align: left; }
.letrasbrancas{
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.totais{
	font-weight: bold;
	color: #00638A;
}
.total{
	font-weight: bold;
	font-size: 13px;
	color: #00638A;
	height: 20px;
	border: 1px solid #71AEC6;
}
#tabela-gradiente, .tabela-gradiente{
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.tabela-gradiente thead th, .tabela-gradiente tfoot th{
	font-weight: bold;
	color: #00638A;
	border-top: 1px solid #0097d5;
	border-bottom: 1px solid #0097d5;
}
.tabela-gradiente thead th{ text-align: center; }
#tabela-gradiente td, .tabela-gradiente td{
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
	cursor: pointer;
}
#tabela-gradiente th, .tabela-gradiente th{
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}
.tabela-gradiente tfoot.Somatorios tr th{
	border-top: 2px solid #71AEC6;
	text-align:center;
	background-color:#EBEBEB;
	cursor:default;
}
.tabela-gradiente tfoot.Somatorios tr td{
	font-weight: bold;
	color: #00638A;
	border-top: 2px solid #71AEC6;
	border: 2px solid #71AEC6;
	background-color:#EBEBEB;
	text-align:center;
	cursor:default;
}
#tabela-gradiente .zebra:not(.backcolor),
#tabela-gradiente tbody tr:nth-child(even):not(.backcolor),
.tabela-gradiente .zebra:not(.backcolor),
.tabela-gradiente tbody tr:nth-child(even):not(.backcolor){
	background-color: #EBEBEB;
}
#tabela-gradiente .realcar, .tabela-gradiente .realcar{ background-color: #3CF; }
#tabela-gradiente .total_saldo_positivo, .tabela-gradiente .total_saldo_positivo{
	font-weight: bold;
	font-size: 15px;
	color: #063;
	height: 20px;
	border: 1px solid #71AEC6;
	text-align: right;
}
#tabela-gradiente .total_saldo, .tabela-gradiente .total_saldo{
	font-weight: bold;
	font-size: 15px;
	color: #00638A;
	height: 20px;
	border: 1px solid #71AEC6;
	text-align: right;
}
#tabela-gradiente .textoazul, .tabela-gradiente .textoazul{
	font-size: 13px;
	color: #00638A;
	font-weight: bold;
}
#tabela-gradiente .total_saldo_negativo, .tabela-gradiente .total_saldo_negativo{
	font-weight: bold;
	font-size: 15px;
	color: #F00;
	height: 20px;
	border: 1px solid #71AEC6;
	text-align: right;
}
#tabela-gradiente tbody tr:hover td, .tabela-gradiente tbody tr:hover td{
	color: #09C;
	background-color: #CEE4EC;
	cursor: pointer;
}
.cred{ color: #FF4A4A; }
td.green, td.yellow, td.red, td.gray{ color: #000; font-size: 12px; font-weight: bold; }
tr.green, td.green{ background-color: #51AC1A; }
tr.yellow, td.yellow{ background-color: #FFD83C; }
tr.red, td.red{ background-color: #FF4A4A; }
tr.gray, td.gray{ background-color: #C0C0C0; }
#tabela-mapa{
	font-size: 11px;
	border-collapse: collapse;
}
#tabela-mapa th{
	font-size: 12px;
	font-weight: bold;
	color: #00638A;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #71AEC6;
	border-bottom-color: #71AEC6;
	height: 20px;
}
#tabela-mapa td{
	color: #666;
	cursor: default;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#tabela-mapa .zebra{ background-color: #f4f4f4; }
#tabela-mapa tbody tr:hover td{
	background: #0097d5;
	color: #09C;
	font-weight: bold;
	background-color: #CEE4EC;
}
#tabela-mapa .footer{
	font-weight: bold;
	color: #00638A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #71AEC6;
	height: 20px;
}
.tabela-mapa{
	font-size: 11px;
	border-collapse: collapse;
}
.tabela-mapa th{
	font-size: 12px;
	font-weight: bold;
	color: #00638A;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #71AEC6;
	border-bottom-color: #71AEC6;
	height: 20px;
}
.tabela-mapa td{
	color: #666;
	cursor: default;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.tabela-mapa .zebra{ background-color: #f4f4f4; }
.#tabela-mapa tbody tr:hover td{
	background: #0097d5;
	color: #09C;
	font-weight: bold;
	background-color: #CEE4EC;
}
.tabela-mapa .footer{
	font-weight: bold;
	color: #00638A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #71AEC6;
	height: 20px;
}
#tabela-topo, .tabela-topo{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	padding: 4px;
	color: #00638A;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0097d5;
	border-bottom-color: #0097d5;
}
.tabela-topo td{
	padding-right: 5px;
	padding-left: 5px;
}
.TRseleccionado{
	background: #0097d5;
	font-size: 13px;
	color: #09C;
	font-weight: bold;
	background-color: #CEE4EC;
	cursor: pointer;
}
.assinatura{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.cursor-mao{ cursor: pointer; }
.cursor-normal{ cursor: default; }
.caixa_msg{
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	padding-top: 5px;
	margin-top: 5px;
}
.erroinput{
	border: 1px solid #F00;
	padding: 2px;
}
.okinput{
	border: 1px solid #009900;
	padding: 2px;
}
img.imgpercentagem{
	background: white url(../img/imgpercentagem_fundo.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 1px 0;
}
.bordercima{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCC;
}
.tabela-resumo{
	font-size: 11px;
}
.tabela-resumo tr.zebra{
	background-color: #fafafa;
}
.tabela-resumo th{
	font-size: 12px;
	font-weight: bold;
	color: #00638A;
	background-color: #f4f4f4;
	height: 20px;
	padding: 3px;
}
.tabela-resumo td{
	color: #666;
	cursor: default;
	padding-top: 4px;
	border-top-color: #CCC;
}
.tabela-resumo td:hover{ background-color: #F7F7F7; }
.highlight { background-color: yellow; }
.destaque { background-color: #FFFDA4; }
.ordenar{ cursor:pointer; }
.labelerro{
	padding-right: 20px;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	line-height: 1.8;
	vertical-align: middle;
	width: 65px;
}
.labelok{
	padding-right: 20px;
	font-size: 12px;
	color: #063;
	font-weight: bold;
	text-align: right;
	display: inline-block;
	line-height: 1.8;
	vertical-align: middle;
	width: 65px;
}
.label{
	padding-right: 38px;
	text-align: right;
	display: inline-block;
	line-height: 1.8;
	vertical-align: middle;
	width: 63px;
}
div.valoreuro, div.valorpercentagem{
	text-align: right;
	max-width: 100px;
	vertical-align: middle;
}
div.valoreuro:after{ content: ' €'; }
div.valorpercentagem:after{ content: ' %'; }
.imgerro{
	margin-left: -35px;
	margin-right: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.adicionar{
	text-decoration: underline;
	background-image: url(../img/adicionar.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
.imgerrox2{
	margin-left: -15px;
	vertical-align: middle;
	cursor: pointer;
	border: 0px;
}
.hide{ display: none; }
.tooltip {
	display: none;
	height: 89px;
	width: 191px;
	color: #00638A;
	font-size: 10px;
	padding-left: 7px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: url(../img/tooltip.png);
}
.tooltip h3{ margin: 1px 0px; }
.tooltip p{
	text-align: left;
	margin-top: 1px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: normal;
}
.tooltip p span{ font-weight: bold; }
.bemvindoservicos{
	width: 100%;
	padding-top: 2px;
	background-image: url(../img/img_topo_baixo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	height: 22px;
}
.MenuFloat{
	float: left;
	background-color: #FFF;
	width: 100%;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}
.linhaseparadora{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	height: 30px;
}
.ui-sortable-placeholder {
    border: 2px dashed #ABE3FA;
    visibility: visible !important;
    background-color: #F4FAFD;
}
div.clear{ clear:both; }
.botao{
	text-decoration: underline;
  
	font-size: 11px;
	font-weight:bold;
	color: #666;
	cursor: pointer;
}
.botaoadicionar{
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
	color: #666;
	cursor: pointer;
    margin-left: 10px;
}
.botaoadicionar:before{
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	content: "\f067\00a0";
}
.divpesquisa{
	text-align: right;
	padding-right: 5px;
}
.Paginar{
	padding-top: 20px;
	text-align: center;
}
.Mensagens{
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
nav{
	padding: 10px;
	font-size: 15px;
	color: #276B89;
}
nav.menu{ background-color: #F4F4F4; }
nav a{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
nav a:hover{ color: #276B89; }
#conteudo{
	min-height: 180px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 15px;
}
.container_corpo{
	width: 100%;
	margin: auto;
	background-color: #fff;
}
.div_topo{
	background-image: url(../img/img_topo_cima.png);
	height: 76px;
	background-repeat: no-repeat;
	background-position: left;
}
.divfooter{
	border-top: 1px solid #CCC;
	vertical-align: middle;
	height: 50px;
}
.divfooter .left{
	float: left;
	padding-top: 3px;
	margin-left: 5px;
}
.divfooter .left span{ display:block; }
.divfooter .right{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
div.seniorativoesquerdo{
	float: left;
	width: 65%;
}
div.seniorativodireito{
	float: left;
	width: 35%;
}
.colHover{ background-color: #CEE4EC; }
.tabela-pesquisasenior{
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.tabela-pesquisasenior thead th{
	text-align: left;
	font-weight: bold;
	color: #00638A;
	background-color: #f4f4f4;
	border-top: 1px solid #0097d5;
	border-bottom: 1px solid #0097d5;
}
.tabela-pesquisasenior td{
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
	vertical-align: top;
}
.tabela-pesquisasenior th{
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}
div.aguardardiv{
	margin: auto;
	font-size: 16px;
	background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    width: 1px;
    white-space:nowrap;
}
div.pontos{ height: 15px; }
div.pontos div{
	float: right;
	border-radius: 5px;
	background-color: #CFCFCF;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	margin-top: 5px;
}
.marcador{ height: 40px; }
.marcador div{
	position: relative;
	width: 300px;
	padding: 4px 24px;
	font-size: 11px;
	color: #FFF;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	background-image: url(../img/arrow-body-blue.png);
	background-repeat: x-repeat;
	float: left;
	white-space:nowrap;
}
div.mainseparador{
    font-size: 14px;
    font-weight: bold;
	color: #00638A;
	padding-left: 20px;
	background: #EAEAEA;
    padding: 8px 0px 8px 14px;
    line-height: 28px;
}
div.divseparador{
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #00638A;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
div.espacamento{
	text-align: left;
	padding-left: 50px;
	margin-bottom: 30px;
}
div.espacamento input{ padding: 5px 20px; }
div.espacamento div.user span.desc{ color: #5C5C5C; }
div.espacamento div.user span.titulo{
	font-weight: bold;
	color: #00638A;
	margin-right: 10px;
}
div.espacamento div.user{
	font-size: 13px;
}
div.espacamento div.descricao{
	font-size: 11px;
	color: #5C5C5C;
}
.uppercase{ text-transform: uppercase; }
.tabela-estatisticas{
	font-size: 12px;
	width: 100%;
	text-align: center;
	border: 0px;
	padding: 0px;
}
.tabela-estatisticas thead{
	font-weight: bold;
	color: #00638A;
	background-color: #f4f4f4;
}
.tabela-estatisticas thead th{
	text-align: center;
}
.tabela-estatisticas tbody td, .tabela-estatisticas tbody th{
	color: #666;
	border: 0px;
	border-bottom: 1px solid #f4f4f4;
}
.tabela-estatisticas tr{ height: 25px; }
.tabela-estatisticas tbody tr:hover{
	background-color: #F4F4F4;
	font-weight: bold;
	cursor: pointer;
}
.tabela-estatisticas tbody td.subtotais{
	background-color: #F4F4F4;
	color: #666;
}
a.navegadores{
	text-decoration: none;
	border: 1px solid #1653ad;
	background: #326da2;
	border-radius: 2px;
	height: 30px;
	color: #FFF;
	line-height:30px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 30px 0px 10px;
	background-image: url(../img/down.png);
	background-repeat: no-repeat;
	background-position: right;
}
div.gotop{
	position: fixed;
	right: 2px;
	bottom: 20px;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	float: right;
	cursor: pointer;
}
div.print{ text-align: right; }
div.print span, span.print{
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	font-size: 11px;
}
div.print span:hover, span.print:hover{ color: #4282A8; }
div.print span:before, span.print:before{
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	content: "\f02f\00a0";
}
div.relative{ position: relative; }
div.carregando div.msgaguarde div{
	position: relative;
	margin: auto;
	width: 20%;
	top: 30px;
}
div.carregando div.msgaguarde{
	text-align: center;
	z-index: 15;
	width: 100%;
	height: 100%;
}
div.carregando{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #EEE;
	opacity:0.7;
	filter:alpha(opacity=70);
	text-align: center;
	z-index: 20;
}
.msgcarregandoAguarde, .msgcarregando{ font-weight: normal; }
.msgcarregandoAguarde{ font-size: 20px; }
.msgcarregando{ font-size: 14px; }
hr.fino{ border: 0; border-top: 1px solid #d3d3d3; }
ol.oltooltip{
	margin: 0;
	padding: 0;
	text-align: left;
}
ol.oltooltip li{
	list-style: none;
	margin: 0;
}
ol.oltooltip li label{
	font-weight: bold;
	padding-right: 5px;
}
.icons{
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
}
.icon-del{ height: 5px; }
.icon-asc, .icon-desc{ height: 9px; }
.icon-prev-off, .icon-prev-on, .icon-next-off, .icon-next-on{ height: 10px; }
.icon-email{ height: 12px; }
.icon-add-pequeno{ height: 13px; }
.icon-user, .icon-erro, .icon-ok, .icon-emitido, .icon-reemitido, .icon-devolvido, .icon-reemitir, .icon-pago,
.icon-suspenso, .icon-cancel-on, .icon-cancel-off, .icon-lock-open, .icon-lock-closed, .icon-separador, .icon-importante, .icon-pago-herdeiros{ height: 14px; }
.icon-add, .icon-edit, .icon-view, .icon-up, .icon-excel-1, .icon-password, .icon-star-on,
.icon-star-off{ height: 15px; }
.icon-print, .icon-calendario, .icon-info, .icon-green, .icon-red, .icon-yellow, .icon-load-pequeno, .icon-mapa, .icon-impressora, .icon-guardar, .icon-copy, .icon-admin, .icon-grupo, .icon-excel, .icon-word, .icon-alert,
.icon-tif,.icon-arquivo-existe, .icon-arquivo-nao-existe, .icon-arquivo-em-mao, .icon-folder, .icon-rdp{ height: 16px; }
.icon-pdf{ height: 17px; }
.icon-refresh, .icon-ai-pequeno{ height: 20px; }
.icon-up-down{ height: 24px; }
.icon-estatisticas{ height: 30px; }
.icon-load{ height: 31px; }
.icon-close-ticket{ height: 32px; }
.icon-topo{ height: 40px; }

.icon-prev-off, .icon-prev-on, .icon-next-off, .icon-next-on, .icon-importante{ width: 6px; }
.icon-user{ width: 10px; }
.icon-asc, .icon-desc, .icon-password, .icon-folder{ width: 11px; }
.icon-lock-closed, .icon-admin, .icon-up-down, .icon-tif, .icon-pdf{ width: 12px; }
.icon-add-pequeno{ width: 13px; }
.icon-mapa, .icon-cancel-on, .icon-cancel-off, .icon-separador, .icon-grupo, .icon-refresh{ width: 14px; }
.icon-add, .icon-del, .icon-edit, .icon-view, .icon-up, .icon-star-on, .icon-star-off, .icon-excel-1, .icon-email{ width: 15px; }
.icon-erro, .icon-ok, .icon-pago, .icon-print, .icon-calendario, .icon-info, .icon-green, .icon-red, .icon-yellow,
.icon-load-pequeno, .icon-emitido, .icon-reemitido, .icon-devolvido, .icon-reemitir, .icon-suspenso,
.icon-lock-open, .icon-impressora, .icon-guardar, .icon-copy, .icon-alert, .icon-arquivo-existe, .icon-arquivo-nao-existe, .icon-arquivo-em-mao, .icon-rdp, .icon-pago-herdeiros{ width: 16px; }
.icon-excel, .icon-word{ width: 17px; }
.icon-load{ width: 31px; }
.icon-close-ticket, .icon-estatisticas{ width: 32px; }
.icon-ai-pequeno{ width: 33px; }
.icon-topo{ width: 40px; }

/* Linha 1 */
.icon-add      { background-position:    0px 0px; }
.icon-del      { background-position:  -16px 0px; }
.icon-edit     { background-position:  -32px 0px; }
.icon-up       { background-position:  -48px 0px; }
.icon-prev-off { background-position:  -64px 0px; }
.icon-next-off { background-position:  -71px 0px; }
.icon-prev-on  { background-position:  -78px 0px; }
.icon-next-on  { background-position:  -85px 0px; }
.icon-ok       { background-position:  -92px 0px; }
.icon-pago     { background-position:  -92px 0px; }
.icon-erro     { background-position: -109px 0px; }
.icon-grupo    { background-position: -126px 0px; }
.icon-password { background-position: -158px 0px; }
/* Linha 2 */
.icon-green  { background-position:    0px -16px; }
.icon-red    { background-position:  -17px -16px; }
.icon-yellow { background-position:  -34px -16px; }
.icon-info   { background-position:  -50px -16px; }
.icon-asc    { background-position:  -68px -16px; }
.icon-desc   { background-position:  -68px -25px; }
.icon-admin  { background-position:  -81px -16px; }
.icon-user   { background-position: -145px -21px; }
/* Linha 3 */
.icon-pdf        { background-position:    0px -34px; }
.icon-separador  { background-position:  -13px -34px; }
.icon-excel-1    { background-position:  -28px -34px; }
.icon-copy       { background-position:  -44px -34px; }
.icon-guardar    { background-position:  -61px -34px; }
.icon-impressora { background-position:  -78px -34px; }
.icon-calendario { background-position:  -95px -34px; }
.icon-view       { background-position: -126px -40px; }
/* Linha 4 */
.icon-star-on     { background-position:    0px -51px; }
.icon-star-off    { background-position:  -17px -51px; }
.icon-lock-closed { background-position:  -32px -51px; }
.icon-lock-open   { background-position:  -45px -51px; }
.icon-cancel-on   { background-position:  -62px -51px; }
.icon-cancel-off  { background-position:  -77px -51px; }
.icon-print       { background-position: -105px -56px; }
/* Linha 5 */
.icon-emitido     { background-position:    0px -67px; }
.icon-reemitido   { background-position:  -17px -67px; }
.icon-devolvido   { background-position:  -34px -67px; }
.icon-reemitir    { background-position:  -51px -67px; }
.icon-suspenso    { background-position:  -68px -67px; }
.icon-mapa        { background-position:  -85px -67px; }
.icon-add-pequeno { background-position: -157px -77px; }
/* Linha 6 */
.icon-close-ticket { background-position:    0px -84px; }
.icon-up-down      { background-position:  -33px -84px; }
.icon-excel        { background-position:  -46px -84px; }
.icon-word         { background-position:  -64px -84px; }
.icon-alert        { background-position:  -82px -84px; }
.icon-tif          { background-position: -100px -84px; }
/* Linha 7 */
.icon-arquivo-existe     { background-position:  -46px -101px; }
.icon-arquivo-nao-existe { background-position:  -63px -101px; }
.icon-arquivo-em-mao     { background-position:  -81px -101px; }
.icon-email              { background-position:  -99px -101px; }
.icon-folder             { background-position: -115px -101px; }
.icon-refresh            { background-position: -127px -101px; }
.icon-importante         { background-position: -142px -101px; }
.icon-rdp                { background-position: -149px -101px; }
/* Linha 8 */
.icon-topo           { background-position:    0px -121px; }
.icon-ai-pequeno     { background-position:  -41px -121px; }
.icon-estatisticas   { background-position:  -75px -121px; }
.icon-pago-herdeiros { background-position: -107px -121px; }
/* Gifs */
.icon-load-pequeno { background-image: url(../img/loader_pequeno.gif); }
.icon-load         { background-image: url(../img/loader.gif); }

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.margin-1,  .margin-b-1 { margin-bottom :  1px; }
.margin-1,  .margin-t-1 { margin-top    :  1px; }
.margin-1,  .margin-l-1 { margin-left   :  1px; }
.margin-1,  .margin-r-1 { margin-right  :  1px; }
.margin-2,  .margin-b-2 { margin-bottom :  2px; }
.margin-2,  .margin-t-2 { margin-top    :  2px; }
.margin-2,  .margin-l-2 { margin-left   :  2px; }
.margin-2,  .margin-r-2 { margin-right  :  2px; }
.margin-3,  .margin-b-3 { margin-bottom :  3px; }
.margin-3,  .margin-t-3 { margin-top    :  3px; }
.margin-3,  .margin-l-3 { margin-left   :  3px; }
.margin-3,  .margin-r-3 { margin-right  :  3px; }
.margin-4,  .margin-b-4 { margin-bottom :  4px; }
.margin-4,  .margin-t-4 { margin-top    :  4px; }
.margin-4,  .margin-l-4 { margin-left   :  4px; }
.margin-4,  .margin-r-4 { margin-right  :  4px; }
.margin-5,  .margin-b-5 { margin-bottom :  5px; }
.margin-5,  .margin-t-5 { margin-top    :  5px; }
.margin-5,  .margin-l-5 { margin-left   :  5px; }
.margin-5,  .margin-r-5 { margin-right  :  5px; }
.margin-10, .margin-b-10{ margin-bottom : 10px; }
.margin-10, .margin-t-10{ margin-top    : 10px; }
.margin-10, .margin-l-10{ margin-left   : 10px; }
.margin-10, .margin-r-10{ margin-right  : 10px; }
.margin-15, .margin-b-15{ margin-bottom : 15px; }
.margin-15, .margin-t-15{ margin-top    : 15px; }
.margin-15, .margin-l-15{ margin-left   : 15px; }
.margin-15, .margin-r-15{ margin-right  : 15px; }
.margin-20, .margin-b-20{ margin-bottom : 20px; }
.margin-20, .margin-t-20{ margin-top    : 20px; }
.margin-20, .margin-l-20{ margin-left   : 20px; }
.margin-20, .margin-r-20{ margin-right  : 20px; }
.margin-25, .margin-b-25{ margin-bottom : 25px; }
.margin-25, .margin-t-25{ margin-top    : 25px; }
.margin-25, .margin-l-25{ margin-left   : 25px; }
.margin-25, .margin-r-25{ margin-right  : 25px; }
.margin-30, .margin-b-30{ margin-bottom : 30px; }
.margin-30, .margin-t-30{ margin-top    : 30px; }
.margin-30, .margin-l-30{ margin-left   : 30px; }
.margin-30, .margin-r-30{ margin-right  : 30px; }
.margin-35, .margin-b-35{ margin-bottom : 35px; }
.margin-35, .margin-t-35{ margin-top    : 35px; }
.margin-35, .margin-l-35{ margin-left   : 35px; }
.margin-35, .margin-r-35{ margin-right  : 35px; }
.margin-40, .margin-b-40{ margin-bottom : 40px; }
.margin-40, .margin-t-40{ margin-top    : 40px; }
.margin-40, .margin-l-40{ margin-left   : 40px; }
.margin-40, .margin-r-40{ margin-right  : 40px; }

.helpdesk-content{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
}
.helpdesk-pane{
	margin-top: 30px;
}

.helpdesk-content .helpdesk-pane ul.description{
	margin: 0;
	padding: 0px;
	display: block;
}

.helpdesk-content .helpdesk-pane ul.description li{
	display: list-item;
	text-align: left;
	list-style: none;
	line-height: 18px;
	position: relative;
}

.helpdesk-content .helpdesk-pane .activity-event{
	position: relative;
	margin: 10px 78px;
	padding: 10px 10px 10px 50px;
	background-color: #f6f6f6;
	border: 1px solid #d3d3d3;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}
.helpdesk-content .helpdesk-pane .response .activity-event{
	padding: 10px 16px;
}


.helpdesk-content .helpdesk-pane .response .activity-event:before,
.helpdesk-content .helpdesk-pane .response .activity-event:after{
	content: ' ';
	position: absolute;
}
.helpdesk-content .helpdesk-pane .response .activity-event:before{
	border: 10px solid transparent;
	top: 16px;
}
.helpdesk-content .helpdesk-pane .response .activity-event:after{
	border: 9px solid transparent;
	top: 17px;
}
.helpdesk-content .helpdesk-pane .response.admin .activity-event:before{
	border-right-color: #d3d3d3;
	left: -20px;
}
.helpdesk-content .helpdesk-pane .response.admin .activity-event:after{
	border-right-color: #f6f6f6;
	left: -18px;
}
.helpdesk-content .helpdesk-pane .response:not(.admin) .activity-event:before{
	border-left-color: #d3d3d3;
	right: -20px;
}
.helpdesk-content .helpdesk-pane .response:not(.admin) .activity-event:after{
	border-left-color: #f6f6f6;
	right: -18px;
}
.helpdesk-content .helpdesk-pane .response .activity-event.nota{
	background-color: #FFF;
	background-image: url(../img/nota.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 30px;
	padding-left: 40px;
}
.helpdesk-content .helpdesk-pane .user-image i{
	width: 30px;
	height: 40px;
	text-align: center;
	margin-top: 5px;
}
.helpdesk-content .helpdesk-pane .user-image{
	position: absolute;
	padding: 8px;
	right: 0px;
	width: 50px;
	height: 50px;
	background-color: #f5f5f5;
	border: 1px solid #d3d3d3;
	border-radius: 50px;
}
.helpdesk-content .helpdesk-pane .admin .user-image{
	left: 0;
	right: auto;
	filter: FlipH;
	-ms-filter: "FlipH";
}
.helpdesk-content .helpdesk-pane p{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0 0 9px;
	margin-bottom: 0px;
}
.helpdesk-content .helpdesk-pane .body-wrapper p{
	line-height: 18px;
	max-height: 148px;
	overflow: auto;
}
.helpdesk-content .helpdesk-pane .meta{
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
	color: gray;
}
.Resolvido{ color: #090; }
.Pendente{ color: #F00; }
.Emtratamento{ color: #FC0; }
.activity-contents{ text-align: left; }
.activity-contents .actions{
	margin: 0 0 10px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
}
.activity-contents .actions li{
	display: inline;
	margin-right: 30px;
	font-size: 11px;
	color: gray;
	cursor: pointer;
	line-height: 18px;
	list-style: none;
}
.activity-contents .actions li.active:before{
	content: ' ';
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #d3d3d3;
	bottom: -14px;
	left: 20px;
}
.activity-contents .actions li.active:after{
	content: ' ';
	position: absolute;
	border: 11px solid transparent;
	border-bottom-color: white;
	bottom: -17px;
	left: 19px;
}
.activity-contents .actions li.active{
	position: relative;
	color: #000;
}
.activity-contents .actions li.active.small:before{ left: 7px; }
.activity-contents .actions li.active.small:after{ left: 6px; }
.activity-contents .comment-action .footer-actions{
	padding-left: 10px;
}
.activity-contents .comment-action textarea{
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	height: 18px;
	width: 98%;
	resize: none;
	border-radius: 4px;
}
.activity-contents .comment-action textarea:focus,
.activity-contents .comment-action textarea:hover{ background-color: white; }

.helpdesk-pedidos{ text-align: left; }
.helpdesk-pedidos .helpdesk-label{
	position: relative;
	left: -62px;
	top: -10px;
	padding: 2px 50px;
	font-size: 11px;
	color: white;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	background-image: url(../img/arrow-body-blue.png);
	float: left;
}
.helpdesk-pedidos .titulodesc{
	position: relative;
	float: left;
	left: -50px;
}
.helpdesk-pedidos .titulodesc p.titulo{ font-size: 18px; font-weight: bold; }
.helpdesk-pedidos .titulodesc p.descricao{
	font-size: 11px;
	font-style: italic;
	color: gray;
}