@charset "utf-8";

html, body, div, ul, ol, li, form, p {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: 0;
}
img {
	border: 0;
}
div, li {
	box-sizing: border-box;
}
body {
	min-width: 980px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}
.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}
.scroll::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.scroll::-webkit-scrollbar-thumb {
	background-color: #000000;
}
#topo {
	height: 40px;
}
#barra-topo {
	height: 40px;
	background-color: #3C5A96;
	border-bottom: solid 1px #333;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 50px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
.fixo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.fixa {
	position: fixed;
	top: 41px;
	left: 0;
	z-index: 991;
}
.full {
	float: left;
	width: 100%;
	display: table;
}
.titulo-sistema {
	float: left;
	line-height: 40px;
}
.usuario-logado {
	float: right;
	text-align: right;
	width: 260px;
	padding: 10px 0;
	font-size: 11px;
	color: #ddd;
	line-height: 20px;
	font-weight: normal;
	margin-right: 20px;
	cursor: pointer;
}
.user {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.usuario-logado:hover > div, ul, li > div {
	display: block;
}
.box-opcoes {
	float: left;
	width: 260px;
	margin: 10px 0;
	display: table;
	background-color: #3C5A96;
	display: none;
	position: absolute;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
.user-opcoes {
	list-style: none;
	width: 100%;
}
.user-opcoes li {
	float: left;
	display: inline-block;
	text-align: left;
	width: 100%;
	line-height: 22px;
	padding: 6px 20px;
	transition: all 200ms;
}
.user-opcoes li:hover {
	background-color: #2D426F;
}
.user-opcoes li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#menu-principal {
	height: 35px;
	border-bottom: solid 1px #000;
	background-color: #D4D0C7;
}
.menu {
	list-style: none;
	width: 100%;
}
.menu li {
	float: left;
	width: 120px;
	padding: 10px 20px;
	display: inline-block;
}
.menu li a {
	text-decoration: none;
	color: #000;
}
.menu li:hover > div, ul, li > div {
	display: block;
}
.box-menu {
	float: left;
	width: 160px;
	margin: 10px 0 0 -15px;
	display: table;
	background-color: #D4D0C7;
	display: none;
	position: absolute;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	z-index: 999;
}
.menu-opcoes {
	list-style: none;
	width: 100%;
}
.menu-opcoes li {
	float: left;
	display: inline-block;
	text-align: left;
	width: 100%;
	line-height: 28px;
	padding: 6px 0 6px 36px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 8px 9px;
	transition: 100ms;
}
.menu-opcoes li:hover {
	background-color: #C4BFB3;
	padding: 6px 0 6px 42px;
}
.menu-opcoes li a {
	text-decoration: none;
	color: #000;
	display: block;
}
.icon-users {
	background-image: url(../icons/associados.png);
}
.icon-user-add {
	background-image: url(../icons/associados-add.png);
}
.icon-comarcas {
	background-image: url(../icons/comarcas.png);
}
.icon-comarcas-add {
	background-image: url(../icons/adicionar.png);
}
.icon-user-loc {
	background-image: url(../icons/localizar.png);
}
.icon-user-rel {
	background-image: url(../icons/relatorios.png);
}
.icon-user-imp {
	background-image: url(../icons/associados-importacao.png);
}
.icon-user-edt {
	background-image: url(../icons/associados-editar.png);
}
.icon-convenios {
	background-image: url(../icons/convenios.png);
}
.icon-autorizacoes {
	background-image: url(../icons/autorizacoes.png);
}
.icon-movimentos {
	background-image: url(../icons/movimentos.png);
}
.icon-extratos {
	background-image: url(../icons/extratos.png);
}
.icon-retornos {
	background-image: url(../icons/retornos.png);
}
.sub-retornos-add {
	background-image: url(../icons/movimentos-add.png);
}
.sub-auto-add {
	background-image: url(../icons/autorizacoes-add.png);
}
.sub-auto-del {
	background-image: url(../icons/del.png);
}
.sub-auto-imp {
	background-image: url(../icons/autorizacoes-up.png);
}
.sub-auto-exp {
	background-image: url(../icons/autorizacoes-exportar.png);
}
.sub-auto-ret {
	background-image: url(../icons/autorizacoes-edt.png);
}
.icon-operadoras {
	background-image: url(../icons/operadoras.png);
}
.icon-linhas {
	background-image: url(../icons/linhas.png);
}
.icon-relatorios {
	background-image: url(../icons/relatorios.png);
}
.icon-importacoes {
	background-image: url(../icons/importacoes.png);
}
.icon-backup {
	background-image: url(../icons/backup.png);
}
.icon-logs {
	background-image: url(../icons/logs.png);
}
.icon-config {
	background-image: url(../icons/configuracoes.png);
}
.icon-sobre {
	background-image: url(../icons/sobre.png);
}
#sub-submenu-principal {
	height: 75px;
	border-bottom: solid 1px #A0A0A0;
	background-color: #C5C5C5;
}
.box-submenu-principal {
	float: left;
	width: 100%;
	height: 74px;
	border: solid 1px #fff;
}
.sub-menus {
	list-style: none;
	width: 100%;
	margin: 5px 0;
}
.sub-menus-li {
	float: left;
	display: inline-block;
	width: 110px;
	height: 60px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center 8px;
	text-align: center;
}
.sub-menus-li:hover {
	background-color: #ddd;
}
.sub-menus-li p {
	width: 100%;
	padding-top: 42px;
}
.sub-menus-li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
}
.sub-menus-col {
	float: left;
	display: inline-block;
	width: 2px;
	height: 60px;
	background-image: url(../img/scol.png);
	margin: 0 4px;
}
.sub-comarcas {
	background-image: url(../icons/comarcas.png);
}
.sub-associados {
	background-image: url(../icons/associados.png);
}
.sub-contratos {
	background-image: url(../icons/contratos.png);
}
.sub-convenios {
	background-image: url(../icons/convenios.png);
}
.sub-convenios-add {
	background-image: url(../icons/convenios-add.png);
}
.sub-convenios-rel {
	background-image: url(../icons/relatorios.png);
}
.sub-financeiro {
	background-image: url(../icons/financeiro.png);
}
.sub-autorizacoes {
	background-image: url(../icons/autorizacoes.png);
}
.sub-movimentos {
	background-image: url(../icons/movimentos.png);
}
.sub-movimentos-add {
	background-image: url(../icons/movimentos-add.png);
}
.sub-movimentos-exp {
	background-image: url(../icons/movimentos-exp.png);
}
.sub-retornos {
	background-image: url(../icons/retornos.png);
}
.sub-telefonia {
	background-image: url(../icons/telefonia.png);
}
.sub-refresh {
	background-image: url(../icons/refresh.png);
}
.sub-auto {
	background-image: url(../icons/autorizacoes-exportar.png);
}
.sub-configuracoes {
	background-image: url(../icons/configuracoes.png);
}
#tela-login {
	margin-top: 100px;
	display: table;
}
.box-login {
	width: 460px;
	margin: 0 auto;
	display: table;
	background-color: #D4D0C7;
	padding-bottom: 10px;
}
.rows {
	display: table;
	line-height: 36px;
	padding: 4px 0 4px 42px;
}
.titulo-login {
	background: url(../icons/login.png) no-repeat 8px center;
	background-size: 24px;
	background-color: rgba(60, 90, 150, .8);
	border-bottom: solid 1px #333;
	color: #fff;
	margin-bottom: 10px;
}
.coluna-10 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 10%;
	text-align: right;
	font-size: 11px;
	color: #000;
}
.coluna-20 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 20%;
	text-align: right;
	font-size: 11px;
	color: #000;
}
.coluna-25 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 25%;
	text-align: right;
	font-size: 11px;
	color: #000;
}
.coluna-40 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 40%;
	text-align: left;
}
.coluna-50 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 50%;
	text-align: left;
}
.coluna-80 {
	float: right;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 80%;
	text-align: left;
}
.coluna-90 {
	float: right;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 90%;
	text-align: left;
}
.forms-text {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 13px;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}
.logins {
	height: 32px;
	padding: 4px;
	font-weight: bold;
}
.windows {
	border: solid 2px #d1d1d1;
}
.windows-titulos {
	height: 28px;
	background-image: linear-gradient(to right, #3C5A96, #143692);
	padding: 4px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
}
.windows-titulos-frames {
	height: 48px;
	background-image: linear-gradient(to right, #3C5A96, #143692);
	padding: 10px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.windows-close {
	float: right;
	width: 20px;
	height: 20px;
	padding: 4px;
	margin: 2px;
	line-height: 12px;
	background-color: #D0CCC1;
	color: #000;
	font-weight: 900;
	text-align: center;
	border: solid 1px #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
	cursor: pointer;
}
.windows-close-frames {
	float: right;
	width: 20px;
	height: 21px;
	padding: 2px;
	margin: 2px;
	line-height: 14px;
	background-color: #D0CCC1;
	color: #000;
	font-weight: 900;
	text-align: center;
	border: solid 1px #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
	cursor: pointer;
}
.windows-buttons {
	height: 62px;
	background-color: rgba(0, 0, 0, .1);
	border: solid 1px #fff;
	border-bottom: #D0CCC1;
}
.windows-box {
	background-color: rgba(0, 0, 0, .1);
	border: solid 1px #fff;
	border-top: #D0CCC1;
}
.windows-box-branco {
	background-color: rgba(0, 0, 0, .1);
	border: solid 1px #fff;
	display: table;
}
.window-tabs {
	float: left;
	min-width: 100px;
	width: auto;
	line-height: 42px;
	margin: 17px 10px 0 10px;
	border: solid 1px #fff;
	border-bottom: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	padding: 0 20px;
	font-weight: 600;
	font-size: 11px;
	color: #000;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
	position: absolute;
}
.window-mini-tabs {
	float: left;
	min-width: 60px;
	width: auto;
	line-height: 32px;
	margin: 10px 10px 0 10px;
	border: solid 1px #fff;
	border-bottom: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	padding: 0 10px;
	font-weight: 600;
	font-size: 11px;
	color: #000;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
	position: absolute;
}
.windows-box-buttons {
	float: right;
	margin: 10px 10px;
}
.window-mini-tabs-ul {
	float: left;
	list-style: none;
	margin: 27px 0 0 10px;
	position: absolute;
}
.window-mini-tabs-ul li {
	float: left;	
	text-align: center;
}
.tabs-ul-ativo {
	margin: -2px 0 0 8px;
	border: solid 1px #fff;
	border-bottom: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	padding: 0 5px;	
	font-size: 10px;
	color: #000;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
	line-height: 32px;
	height: 36px;
}
.tabs-ul-inativo {
	margin: -2px 0 0 8px;
	background-color: #fff;
	padding: 0 5px;
	font-weight: 300;
	font-size: 10px;
	color: #666;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .1);
	line-height: 32px;
	height: 36px;
}
.tabs-ul-inativo:hover {	
	background-color: #f0f0f0;		
	color: #000;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
	cursor: pointer;
}
.historicos{
	list-style: none;	
	width: 100%;
}
.historicos li{
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 5px;
	line-height: 18px !important;
}
.boxlog{
	padding: 10px;
	border: solid 1px #ccc;
	background: rgba(255,255,255,.8);
	word-wrap: break-word;	
}
.nenhum{
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}
.buttons-add:hover {
	background-color: #B0BED9;
}
.buttons-add {
	width: 44px;
	line-height: 32px;
	padding: 1px 12px;
	font-weight: bold;
	border: solid 1px #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	background-color: #f0f0f0;
	transition: all 100ms;
}
.buttons {	
	padding: 12px 22px 12px 42px;
	font-weight: bold;
	border: solid 1px #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	background-color: #f0f0f0;
	transition: all 100ms;
}
.buttons:hover {
	background-color: #e1e1e1;
}
.icon-add {
	background-image: url(../icons/adicionar.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
}
.icon-del {
	background-image: url(../icons/del.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
}
.icon-save {
	background-image: url(../icons/save.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
}
.icon-localizar {
	background-image: url(../icons/localizar.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
}
.fragment {
	padding: 0 5px;
	margin-bottom: 10px;
}
.edicao {
	background-color: #f0f0f0;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
	padding-bottom: 10px;
	margin-top: -11px;
}
.windows-forms {
	padding: 10px;
	border: solid 1px rgba(255, 255, 255, .5);
	border-bottom: solid 1px #D0CCC1;
	margin-bottom: 10px;
}
.fragmentform {
	padding: 10px;
}
.conteudo {
	background-color: #f0f0f0;
	border: solid 1px #333;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	margin: 10px 0 20px 0;
}
.box-formulario-edicao {
	min-width: 960px;
	width: 100%;
	display: table;
	border: solid 1px #fff;
	padding: 1px;
}
.img-logo {
	width: 40px;
	height: 30px;
	margin: 10px 0 0 -4px;
}
.checkbox {
	margin-top: 14px;
	float: left;
}
.rows {
	border-bottom: dashed 1px rgba(0, 0, 0, .1);
}
#status-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	line-height: 16px;
	padding: 2px 0;
	background-color: #D4CFC9;
	color: #000;
	font-size: 11px;
}
.status-border {
	padding: 2px;
	border: solid 1px #B9B6B3;
}
.data-hora {
	float: right;
	margin-right: 5px;
}
#mensagens {
	float: left;
	width: 480px;
	position: fixed;
	z-index: 999999;
	top: 32px;
	left: 50%;
	margin-left: -240px;
	line-height: 23px;
	min-height: 56px;
	background-color: #eee;
	border: solid 1px #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	background-size: 28px;
	color: #000;	
	padding: 15px 20px 15px 50px;
}
.erro {
	color: #D72702;
	background-image: url(../icons/alert.png);	
}
.associado {
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(../icons/ok.png);	
	background-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;	
}
.ok,.icons-ok {
	color: #000;
	background-image: url(../icons/ok.png);	
}
.confirmar {
	float: right;
	text-size: 13px;
	color: #333;
	margin: 0 20px;
	font-weight: 600;
}
.confirmar a {
	text-decoration: none;
	color: #000;
}
.confirmar a:hover {
	text-decoration: underline;
}
#bloqueio{
	float: left;
	position: fixed;
	z-index: 999998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
#loading {
	float: left;
	width: 200px;
	position: fixed;
	z-index: 999999;
	top: 40px;
	left: 50%;
	margin-left: -100px;
	line-height: 36px;	
	background-color: #eee;
	border: solid 1px #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	background-size: 36px;
	color: #000;
	background-image: url(../img/carregando.gif);
	padding: 10px 20px 10px 50px;
}
#saindo {
	margin: 0 auto;
	width: 161px;
	height: 100px;
	background: url(../img/load.gif) center top no-repeat;
	margin-top: 100px;
	text-align: center;
	padding-top: 61px;
	line-height: 23px;
	font-size: 13px;
	color: #fff;
}
.rowsforms {
	float: left;
	width: 100%;
	min-height: 80px;	
	padding: 5px;	
	display: table;
	text-align: center;
}
.rowsinfo {
	float: left;
	width: 100%;
	height: 45px;
	margin: 5px 0;
	padding: 5px 0 5px 10px;
	display: table;
}
.obs {
	float: right;
	font-size: 11px;
	color: red;
	display: none;
	min-width: 100px;
	text-align: right;
}
.dadosforms {
	float: left;
	margin-right: 5px;	
}
.labelsforms {
	float: left;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 6px;
	line-height: 20px;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}
.inputsforms {
	float: left;
	width: 100%;
}
.inputsforms-text {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #7a7a7a;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	text-transform: uppercase;
}
.inputsforms-textup {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #0078D7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	text-transform: uppercase;
}
.inputsforms-text:hover {
	border: solid 1px #000;
}
.inputsforms-text:focus {
	background-color: #FFFFB6;
}
.inputsforms-regs {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	background-color: #D7DEEC;
	border: solid 1px #000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	text-transform: uppercase;
}
.inputsforms-select-regs {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	color: #000;
	box-sizing: border-box;
	background-color: #D7DEEC;
	border: solid 1px #000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;
	text-transform: uppercase;
}
.inputsforms-number {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	background-color: #FFFFB6;
	border: solid 1px #7a7a7a;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	text-transform: uppercase;
}
.inputsforms-select {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	color: #000;
	box-sizing: border-box;
	background-color: #e1e1e1;
	border: solid 1px #7a7a7a;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	font-weight: bold;	
	text-transform: uppercase;
}
.inputsforms-selectup {
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 12px;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #0078D7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	font-weight: normal;
	text-transform: uppercase;
}
.inputsforms-selectup:focus {
	background-color: #FFFFB6;
}
.buttonsforms {
	float: right;
	margin: 5px 0;
}
.table_listas {
	margin-top: 5px;
	float: left;
	border-collapse: collapse;
	border: 1px solid black;
}
.tr_titulos, .td_titulos {
	background-color: #ddd;
	height: 32px;
	font-weight: normal;
	font-size: 11px;
}
.tr_listas, .td_listas {
	background-color: #fff;
	height: 32px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}
.tr_listas a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.tr_listas:hover {
	background-color: #eee;
}
.movs{
	font-size: 15px !important;
}
.validades{	
	width: 100%;
	height: 50px;	
	background-color: #fff;
}
.de{
	background: url(../icons/validade-de.png) repeat-x left top;
}
.ate{
	background: url(../icons/validade-ate.png) repeat-x left top;
}
.sem{
	background: url(../icons/sem.png) repeat-x left top;
}
.validades p{
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.validades span{	
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-family: "Arial", sans-serif;
}
.sem span{
	font-size: 13px !important;	
}
.icones-opcoes {
	width: 32px;
}
.icones-32 {
	float: left;
	width: 32px;	
	height: 32px;
	margin-right: 10px;
}
.icons-status {
	width: 22px;
	height: 22px;		
	border: solid 1px #ccc;
	border-radius: 3px;
	text-align: left;		
}
.icons {
	width: 100%;
	line-height: 20px;
	margin: 2px 0;
	border: solid 1px #ccc;
	border-radius: 3px;
	text-align: left;	
	padding-left: 20px;
	padding-right: 6px;
	text-transform: uppercase;
	font-size:9px;
}
.icons-opt:hover {
	cursor: pointer;
	border: solid 1px #2F4E95;
}
.icons-opt-vivo{
	height: 30px;    
    background-position: center center !important;
}
.icons-aprovar{
	background: url(../icons/ok.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-reprovar{
	background: url(../icons/cancel.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-encerrar{
	background: url(../icons/encerrada.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-editar{
	background: url(../icons/autorizacoes-edt.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-excluir{
	background: url(../icons/cancel.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-medio {
	width: 30px;
	height: 30px;
	margin: 5px 10px;
}
.icons-div {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-size: 18px;
}
.icons-save {
	background: url(../icons/save.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-oka {
	background: url(../icons/ok.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-aprovada {
	background: url(../icons/ok.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-reprovada {
	background: url(../icons/cancel.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-encerrada {
	background: url(../icons/encerrada.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.icons-pendente {
	background: url(../icons/sobre.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
}
.BoxModal {
	float: left;
	width: 777px;
	display: table;
}
.BoxModalFull {
	float: left;
	width: 920px;
	display: table;
}
.BoxModal100 {
	float: left;
	width: 100%;
	display: table;
}
.rowsnew{
	float: left;
	width: 100%;
	display: table;
}
.BoxForm{
	display: none;
}
.rowscheck {
	float: left;
	width: 100%;
	height: 20px;
	margin: 5px 0;
	padding: 0 5px;
	display: table;
	color: #000;
	line-height: 20px;
}
.rowscheck span {
	float: left;	
}
.checkbox {
	float: left;
	margin-top: 4px;
}
#paginacao {
	float: left;
	width: 100;
	display: table;
	margin: 10px 0 0 0;
}
.paginacao {
	list-style: none;
}
.paginacao li {
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	color: #222;
}
.pon {
	background-color: #e1e1e1;
	border: solid 1px #000;
}
.poff {
	background-color: #f8f8f8;
	border: solid 1px #7a7a7a;
}
.poff:hover {
	border: solid 1px #000;
}
.poff a {
	text-decoration: none;
	color: #000;
}
.red {
	color: #F00;
	font-weight: 600;
}
.green {
	color: #060;
}
tr, td {
	font-size: 11px;
}
.iframeUP {
	width: 100%;
	height: 42px;
	overflow: hidden;
}
#loadFrame {
	float: left;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 20px;
	width: auto;
	background-color: #FFFF9B;
	border: solid 1px #000;
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	background-size: 16px;
	color: #000;
	background-image: url(../img/loading.gif);
	padding: 5px 20px 5px 30px;
}
.BoxModalRetornos {
	float: left;
	width: 100%;
	display: table;
}
.motivos {
	font-size: 11px;
}
.tr_modal1, .td_modal1 {
	background-color: #ddd;
	height: 40px;
	font-weight: normal;
	font-size: 11px;
}
.tr_modal2, .td_modal2 {
	background-color: #fff;
	height: 40px;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}
.td_modal2 {
	padding: 2px 5px;
}
.tr_modal2 a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.tr_modal2:hover {
	background-color: #eee;
	border-top: solid 1px #000;
}
.td_modal2:hover {
	background-color: #eee;
}
.table_res {
	/*margin-top: 5px;*/
	float: left;
	border: 0px;
}
.linhas{
	border-bottom: solid 1px #000;
	border-top: solid 1px #fff;
}
.tr_res_tit td {
	background-color: #000;
	height: 40px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border-bottom: solid 2px #000;
}
.tr_res {
	background-color: #f8f8f8;
}
.tr_res_red {
	background-color: #eee;
}
.tr_res:hover {
	background-color: #fff;
}
.tr_res td {
	height: 40px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #000;
	border-right: solid 1px #000;
	padding: 0 5px;
	box-sizing: border-box;
}
.tr_res td:first-child {
	border-left: solid 1px #000;
}
.tr_res_red td {
	height: 32px;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid black;
	color: red;
}
.tr_res a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.botoes {
	float: left;
	min-width: 240px;
	height: 56px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 32px;
	padding: 8px 8px 8px 48px;
	text-align: left;
	font-weight: 600;
	color: #000;
	background-color: #fff;
	margin: 10px 0 10px 20px;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
.botoes:hover {
	background-color: #f8f8f8;
	box-shadow: 0 0 4px rgba(0, 0, 0, .6);
	cursor: pointer;
}
.aut-gerar-movimentos {
	background-image: url(../icons/movimentos-exp.png);
}
.aut-exportar {
	background-image: url(../icons/autorizacoes-exportar.png);
}
.mov-exportar {
	background-image: url(../icons/movimentos-exp.png);
}
.table_rel {
	/*margin-top: 5px;*/
	float: left;
	border: 0px;
}
.tr_rel_tit th {	
	height: 40px;
	font-weight: bold;
	font-size: 9px;
	color: #000;
	border-bottom: solid 1px #000;
}
.tr_rel {
	background-color: #f8f8f8;
}
.tr_rel_red {
	background-color: #eee;
}
.tr_rel:hover {
	background-color: #fff;
}
.tr_rel td {
	height: 40px;
	font-weight: normal;
	font-size: 9px;
	border-bottom: 1px solid #000;
	border-right: solid 1px #000;
	padding: 0 5px;
	box-sizing: border-box;
}
.tr_res td:first-child {
	border-left: solid 1px #000;
}
.tr_res_red td {
	height: 32px;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid black;
	color: red;
}
.tr_res a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #67C100;
}

input:focus + .slider {
  box-shadow: 0 0 1px #67C100;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.id_funcional{
	font-size: 9px;
}