@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: 920px;
	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: 0px;
	left: 0;
	z-index: 991;
}
#load-dados{
	padding-bottom: 50px;
}
.full {
	float: left;
	width: 100%;
	display: table;
}
.titulo-sistema {
	float: left;
	line-height: 40px;
}
.usuario-logado {
	float: right;
	text-align: left;
	padding: 13px 0 23px 0;
	font-size: 12px;
	min-width: 150px;
	color: #f8f8f8;
	font-family: "Arial", sans-serif;
	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 {
	position: fixed;
	width: 150px;
	top: 56px;
	right: 25px;
	display: table;
	background-color: #3C5A96;
	display: none;
	position: absolute;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	z-index: 999999999;
}
.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: 56px;
	background-color: #3C5A96;
}
.menu {
	list-style: none;
}
.menu li {
	float: left;
	padding: 20px 20px 21px 20px;
	display: inline-block;
	border-left: solid 1px #3C5A96;
	border-right: solid 1px rgba(255,255,255,.1);
}
.menu li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
}
.menu li:hover {
	background-color: #c5c5c5;
	border-left: solid 1px #3C5A96;
}
.menu .active a{
	color: #000;
}
.menu .active{
	background-color: #c5c5c5;
}
.menu li:hover > a {
	color: #000;
}
.menu li:hover > div, ul, li > div {
	display: block;
}
.box-menu {
	float: left;
	width: 160px;
	margin: 20px 0 0 -21px;
	display: table;
	background-color: #c5c5c5;
	display: none;
	position: absolute;
	border-left: 0;
	border-right: solid 1px #3C5A96;
	border-bottom: solid 1px #3C5A96;
	z-index: 999;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
}
.menu-opcoes {
	list-style: none;
	width: 100%;
}
.menu-opcoes li {
	float: left;
	display: inline-block;
	text-align: left;
	width: 100%;
	line-height: 30px;
	padding: 6px 0 6px 38px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 8px 11px;
	transition: 100ms;
}
.menu-opcoes li:hover {
	background-color: rgba(0,0,0,.1);
	padding: 6px 0 6px 44px;
}
.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-calendario-add {
	background-image: url(../icons/calendario-add.png);
}
.icon-comarcas {
	background-image: url(../icons/comarcas.png);
}
.icon-comarcas-add {
	background-image: url(../icons/adicionar.png);
}
.icon-comarcas-etiquetas {
	background-image: url(../icons/print.png);
}
.icon-user-loc {
	background-image: url(../icons/localizar.png);
}
.icon-faturas-editar {
	background-image: url(../icons/faturas_editar.png);
}
.icon-faturas-excluir {
	background-image: url(../icons/faturas_excluir.png);
}
.icon-user-placas {
	background-image: url(../icons/veiculos.png);
}
.icon-user-historico {
	background-image: url(../icons/logs.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);
}
.icon-produtos {
	background-image: url(../icons/estoque-produtos.png);
}
.icon-registros {
	background-image: url(../icons/estoque-registros.png);
}
.sub-retornos-add {
	background-image: url(../icons/movimentos-add.png);
}
.sub-dashboard {
	background-image: url(../icons/dashboard.png);
}
.sub-auto-add {
	background-image: url(../icons/autorizacoes-add.png);
}
.sub-auto-edt {
	background-image: url(../icons/autorizacoes-edt.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/telefonia.png);
}
.icon-relatorios {
	background-image: url(../icons/relatorios.png);
}
.icon-importacoes {
	background-image: url(../icons/importacoes.png);
}
.icon-contas {
	background-image: url(../icons/contas.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-base-cadastros{
	background-image: url(../icons/associados.png);
}
.icon-base-financeiro {
	background-image: url(../icons/financeiro.png);
}
.icon-base-telefonia {
	background-image: url(../icons/telefonia.png);
}
.icon-base-estoque {
	background-image: url(../icons/estoque-produtos.png);
}
.icon-sobre {
	background-image: url(../icons/sobre.png);
}
.icon-suporte {
	background-image: url(../icons/alert.png);
}
#sub-submenu-principal {
	min-height: 65px;
	display: table;
	background-color: #C5C5C5;
}
.box-submenu-principal {
	float: left;
	width: 100%;
	padding: 0 18px;
	min-height: 65px;
	padding-top: 10px;
	display: table;
}
.sub-menus {
	position: relative;
	list-style: none;
	width: 100%;
	margin-top: 8px;
}
.sub-menus-li {
	float: left;
	display: inline-block;
	height: 46px;
	line-height: 36px;
	padding: 4px 20px 4px 40px;
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	text-align: center;
	margin-right: 3px;
	border: solid 1px #c5c5c5;
	border-bottom: solid 1px #000;
	transition: all 100ms;
/*	border-top-right-radius: 5px;
	border-top-left-radius: 5px;*/
}
/*.sub-menus-li {
	float: left;
	display: inline-block;
	height: 46px;
	line-height: 36px;
	padding: 4px 10px 4px 30px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 6px 14px;
	text-align: center;
	margin-right: 3px;
	border: solid 1px #c5c5c5;
	border-bottom: solid 1px #000;
	transition: all 100ms;
}*/
.subativo{
	border: solid 1px #000;
	border-bottom: 0;
	z-index: 999999;
	background-color: #f2f2f2;
}
.sub-menus-li:hover {
	border: solid 1px #000;
	border-bottom: 0;
	z-index: 999999;
	background-color: #f2f2f2;
	cursor: pointer;
}
.sub-menus-li p {
	width: 100%;
}
.sub-menus-li a {
	text-decoration: none;
	color: #203051;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
}
.sub-menus-col {
	float: left;
	display: inline-block;
	width: 2px;
	height: 40px;
	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-usuarios {
	background-image: url(../icons/usuarios.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-contas {
	background-image: url(../icons/contas.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: left;
	font-size: 11px;
	color: #000;
}
.coluna-15 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 15%;
	text-align: right;
	font-size: 11px;
	color: #000;
}
.coluna-35 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 35%;
	text-align: left;
}
.coluna-40 {
	float: left;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 40%;
	text-align: left;
}
.coluna-50 {
	float: left;
	display: inline-block;
	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-85 {
	float: right;
	display: table;
	line-height: 42px;
	padding: 0 10px;
	width: 85%;
	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);
}
.blocos{
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,.8);
	padding: 15px !important;
	margin-bottom: 15px;
}
.logins {
	height: 32px;
	padding: 4px;
	font-weight: bold;
}
.windows {
	border: solid 2px #d1d1d1;
}
.windows-new {
	/*margin-top: 1px;*/
}
.windows-titulos {
	height: 40px;
	background-image: linear-gradient(to right, #fff, #fff);
	padding: 15px 10px 0 10px;
	line-height: 40px;
	font-size: 18px;
	color: #3C5A96;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	font-family: "Roboto",sans-serif;
	display: none;
}
.windows-titulos-frames {
	height: 48px;
	background-image: linear-gradient(to right, #143692, #4191E9);
	padding: 10px;
	line-height: 32px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.windows-close {
	float: right;
	width: 30px;
	height: 30px;
	padding: 8px 5px;
	margin: 0 5px;
	line-height: 12px;
	color: #000;
	font-weight: 900;
	text-align: center;
	border: solid 1px #D0CCC1;
	cursor: pointer;
	background-color: #fff;
}
.windows-close-frames {
	float: right;
	width: 20px;
	height: 21px;
	padding: 2px;
	margin: 2px;
	line-height: 14px;
	background-color: #fff;
	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-top: #D0CCC1;
}
.windows-box-branco {
	background-color: #f2f2f2;
	padding: 5px 15px 0 15px;
	display: table;
	/*border-bottom: solid 3px #fff;*/
}
.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;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tabs-ul-ativo {
	margin: -5px 0 0 8px;
	border: solid 1px #fff;
	border-bottom: solid 1px #f0f0f0;
	background-color: #f0f0f0;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);
	line-height: 32px;
	height: 41px;
	cursor: pointer;
}
.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 !important;
}
.historicos{
	list-style: none;
	width: 100%;
}
.historicos li{
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px !important;
}
.boxlog{
	padding: 10px;
	font-size: 12px !important;
	border: solid 1px #ccc;
	background: rgba(255,255,255,.8);
	word-wrap: break-word;
	margin-bottom: 15px;
}
.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 #999;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	background-color: linear-gradient(#fff, #e9e9e9);
	transition: all 100ms;
}
.buttons-del {
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	border: solid 1px #999;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	background-color: linear-gradient(#fff, #e9e9e9);
	transition: all 100ms;
	background-position: center center !important;
	background-size: 16px !important;
}
.btn-importar {
	padding: 5px 20px 5px 40px;
	font-weight: bold;
	border: solid 1px #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	background-color: #C5C5C5;
	margin: 5px 10px 0 0;
	transition: all 100ms;
}
.buttons {
	padding: 12px 22px 12px 42px;
	font-weight: bold;
	border: solid 1px #999;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	background: linear-gradient(#fff, #e9e9e9);
	transition: all 100ms;
	color: #000;
}
.buttons:disabled {

	background-color: #e9e9e9;

}
.icon-add {
	background-image: url(../icons/plus.png);
	background-repeat: no-repeat;
	background-position: center 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-close {
	background-image: url(../icons/cancel.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
}
.icon-refresh {
	background-image: url(../icons/refresh.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
}
.icon-importar {
	background-image: url(../icons/refresh.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;
	margin-top: 15px;
}
.fragment {
	border-top: solid 1px #333;
	margin-bottom: 10px;
	margin-top: -2px;
}
.edicao {
	background-color: #f0f0f0;
	/*box-shadow: 1px -1px 1px rgba(0, 0, 0, .2);*/
	padding-bottom: 5px;
	margin-top: -10px;
}
.windows-forms {
	padding: 10px;
	border: solid 1px rgba(255, 255, 255, .5);
	border-bottom: solid 1px #D0CCC1;
	margin-bottom: 10px;
}
.fragmentform {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: solid 1px #fff;
    display: table;
    /* margin-top: -1px; */
    border-top: 0;
}
.conteudo {
	background-color: #f0f0f0;
	border-bottom: solid 1px #333;
}
.box-formulario-edicao {
	min-width: 960px;
	width: 100%;
	display: table;
}
.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: 50%;
	position: fixed;
	z-index: 999999;
	top: 32px;
	left: 50%;
	margin-left: -25%;
	line-height: 21px;
	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: 12px 12px;
	background-size: 36px;
	color: #222;
	font-weight: bold;
	padding: 25px 40px 25px 80px;
}
.erro {
	color: #D72702;
	background-size: 56px !important;
	background-image: url(../icones/alertas.png);
	border: solid 3px #E27B0B !important;
}
.erro-old {
	color: #D72702;
	background-size: 56px !important;
	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 {
	font-size: 15px !important;
	color: #000;
	background-position: 12px 18px !important;
	background-image: url(../icons/ok.png);
}
.icons-ok {
	color: #000;
	background-image: url(../icons/ok.png);
}
.confirmar {
	float: right;
	font-size: 16px;
	color: #000;
	margin: 40px 20px 0 0;
}
.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,.96);
}
#reenviados {
	position: fixed;
	left: 10px;
	bottom: 30px;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
}
#loading {
	float: left;
	width: 240px;
	position: fixed;
	z-index: 999999;
	top: 40px;
	left: 50%;
	margin-left: -100px;
	line-height: 40px;
	background-color: #fff;
	border: solid 1px #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-size: 80px;
	color: #000;
	background-image: url(../img/localizando.gif);
	padding: 20px 20px 20px 100px;
	border-radius: 5px;
}
#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%;
	padding: 5px;
	display: table;
	text-align: center;
}
.row {
	float: left;
	width: 100%;
	padding: 5px;
	display: table;
}
.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 input {

	margin-top: 5px;
}
.labelsforms span {

	font-size: 9px;
	font-weight: bold;
	margin-left: 10px;
}
.labelsforms {
	float: left;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 0px;
	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-numbers {
	font-family: "Roboto", sans-serif;
	width: 60px;
	height: 25px;
	padding: 2px;
	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;
	text-align: center;
}
.inputsforms-text {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	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 {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	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-textdisabled {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	background-color: #e1e1e1;
	border: solid 1px #7a7a7a;
	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 {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	font-weight: normal;
	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 {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	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: normal;
	text-transform: uppercase;
}
.inputsforms-number {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	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);
}
.inputsforms-select {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	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: normal;
	text-transform: uppercase;
}
.inputsforms-selectup {
	font-family: "Roboto", sans-serif;
	width: 100%;
	height: 36px;
	padding: 6px;
	font-size: 14px;
	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_tamanhos td, .table_tamanhos th  {

	padding: 5px 0;
	text-align: center;
	font-size: 9px;

}

.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: 13px !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;
	background-size: 32px;
}
.icones-16 {
	width: 16px;
	height: 16px;
}
.icones-24 {
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-size: 24px;
}
.icones-24l {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-size: 24px;
}
.status-linha {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.linha-ativo{
	background-image: url(../icones/ativo.png);
}
.linha-bloqueado{
	background-image: url(../icones/bloqueado.png);
}
.linha-desativado{
	background-image: url(../icones/desativado.png);
}
.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;
	background-color: #fff;
	border: solid 1px #333;
	border-radius: 3px;
	text-align: left;
	padding-left: 20px;
	padding-right: 6px;
	text-transform: uppercase;
	font-size:9px;
}
.btn-link{
	text-decoration: none !important;
	color: #000 !important;
}
.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-convenios-desativado {
	background: url(../icons/cancel.png) no-repeat 4px center;
	background-size: 12px;
}
.icons-convenios-ativado {
	background: url(../icons/ok.png) no-repeat 4px center;
	background-size: 12px;
}
.icons-adicionar-convenios{
	background: url(../icons/convenios-add.png);
}
.icons-editar-convenios{
	background: url(../icons/convenios-edt.png);
}
.icons-limpar{
	background: url(../icons/del.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;
}
.icons-importar {
	background: url(../icons/refresh.png) no-repeat 4px center;
	background-size: 12px;
	background-color: #fff;
	cursor: pointer;
}
.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 {
	font-family: "Arial", sans-serif;
	color: #F00;
	font-size: 15px;
	font-weight: bold;
}
.green {
	font-size: 15px;
	color: #060 !important;
	font-weight: bold;
}
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;
}
table tfoot {
    display: table-row-group;
}
.tr_res_tit td {
	background-color: #000;
	height: 40px;
	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 {
	line-height: 16px;
	height: 40px;
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px solid #000;
	border-right: solid 1px #000;
	padding: 0 5px;
	box-sizing: border-box;
	word-break: break-all;
}
.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: bold;
	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%;
}

.cel_number{
	float: right;
	font-family: "Arial", sans-serif;
	margin-right: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-weight: bold;
	background-color: #FFFFB6;
	border: solid 1px #fff;
	padding: 2px 6px;
}
.cel_responsavel{
	float: left;
	font-family: "Arial", sans-serif;
	margin-right: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	font-weight: bold;
	background-color: #FFFFB6;
	border: solid 1px #333;
	padding: 2px 6px;
}
.sobreosistema{
	line-height: 24px;
	font-size: 10px;
	font-family: "Segoe UI", sans-serif;
}

#RetornoBusca{
	position: absolute;
	border: solid 1px #fff;
	background-color: #fff;
	width: 77.5%;
	margin-top: 0px;
	z-index: 9999999199919;
	padding: 10px;
}

.RetornoBuscaEstoque{

	margin-top: 0 !important;
	z-index: 99999991999199;
}

.resultados_associados{
	list-style: none;
	width: 100%
}

.resultados_associados li{
	width: 100%;
	display: inline-block;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Arial", sans-serif;
}

.resultados_associados li:hover{
	cursor: pointer;
	background-color: #ccc;
}

.associados{
	color: green;
}

.servidores{
	color: red;
}

#close-busca {
	float: right;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: -70px 0 0 0;
	background-image: url(../icons/cancel.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1170px) {
	 .coluna-50 {
		float: left;
		display: table;
		padding: 0 10px;
		width: 100%;
		text-align: left;
	}
}

.tabelas_telefonia {

	float: left;
	width: 100%;
	padding: 15px 20px;
	border:  solid 1px #fff;

}

#progresso span{
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	background-color: #FFFFB6;
	padding: 5px 10px;
	border-radius: 4px;
	color: #000;
	font-family: monospace;
}

#progresso{
	float: left;
	width: 100%;
	position: fixed;
	padding: 10px 0;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	line-height: 21px;
	color: #fff;
	/*background: #fff;*/
	text-align: center;
	display: none;
	font-size: 12px;
	z-index: 99999999;
}
#porcento{
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 100%;
	position: fixed;
	padding: 10px 0;
	top: 60%;
	height: 50px;
	line-height: 30px;
	color: green;
	text-align: center;
	display: none;
	z-index: 9999999999;
}
#porcentagem{

	float: left;
	height: 10px;
	padding: 0 5px;
	background: green;
	width: 0;
	display: none;
	position: fixed;
	bottom: 0;
	text-align: right;
	color: #fff;
	font-size: 11px;

}

.box_socio {
	width: 210px;
	padding: 0 8px 3px 8px;
	background: #FAFAFA;
	border-radius: 4px;
	border: solid 1px #ccc;
}

.total{

	font-size: 21px !important;
	color: #009100;
	font-weight: bold;

}

.rowcarrinho {

	background: #fff;
	padding: 10px;
	border: solid 1px #ccc;

}

.emestoque{
	float: right;
	color: red;
	display: none;
}

.maiusculas {

	text-transform: uppercase !important;

}

.link_qrcode{

	float: right;
	background: #fff;
	border-radius: 3px;
	padding: 2px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
}

.selecionar_colunas {
	float: left;
	padding: 5px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.texto-centro {

	text-align: center;

}

#faturas_tribunal_resultado h1 {

	line-height: 20px;

}

#faturas_tribunal_resultado small {

	font-size: 9px;
	color: red;
}


.rows_historico {

	padding: 0 !important;

}

.tipo_historico, .info_historico {

	float: left;
	border-right: solid 1px #fff;
	padding: 5px;
	font-size: 9px;

}

.tipo_historico {

	color: #fff;
	background-color: #000;

}

.info_historico {

	background-color: #FFE599;
	color: #000;

}

#financeiro-documentacao {

	display: inline-flex;
	width: 100%;

}
.documentacao-box {

	float: left;
	border: solid 1px #333;
	margin-top: 15px;
	background-color: #f2f2f2;
}
.documentacao-titulos {
	float: left;
	width: 100%;
	height: 36px;
	background-image: linear-gradient(to right, #143692, #4191E9);
	padding: 4px 10px;
	line-height: 32px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.documentacao-conteudos{

	padding: 15px;

}

.documentacao-menus{

	padding: 0;
	margin: 0 10px;
	list-style: none;

}
.documentacao-menus a:hover{

	text-decoration: underline;

}

.documentacao-menus li{
	line-height: 16p;

}

.documentacao-menus a{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.tabela_calendario th {
	width: 14.28%;
	height: 12px;
	background-color: #173C98;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	order: solid 1px #000;
	font-weight: 300;
	color: #fff;
	font-size: 9px;
}

.tabela_calendario td {
	width: 14.28%;
	border: solid 1px #dfdfdf;
	height: 18px;
	vertical-align: text-top;
	text-align: center;
	border-collapse: collapse;
	padding: 1px 5px;
}


.tabela_calendario {

	width: 100%;
	border: 0;
}

.calendario_dia {
	margin: 0 auto;
	margin-bottom: 1px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-weight: 600;
	color: #173C98;
	font-size: 9px;
	text-align: center;
}

.calendario_reserva {

	float: left;
	height:10px;
	width: 100%;
	line-height: 10px;
	font-weight: 300;
	color: #000;
	font-size: 7px !important;
	text-align: center;
	padding: 1px 2px;
	border-radius: 30px;
}