/*
 *  
 * table_plugin.css
 * 
 * Biblioteca de estilos do "table_plugin".
 * 
 */

.campo_seletor_tamanho_pagina{
	border: 1px solid #ddd;
	margin: -21px 0px 0px 0px;
	padding: 7px 2px 2px 10px;
	background-color: #e9e9e9;
	float: left;
}

.campo_botoes_acao{
	float: right;
	border: 1px solid #ddd;
	margin: -21px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #e9e9e9;
	border-top: none;
}

.campo_busca{
	float: right;
	background-color: #e9e9e9;
	border: 1px solid #dddddd;
	padding: 5px 5px 0px 5px;
	border-bottom: none;
	right: 8.85em;
	margin-bottom: -1px;
}

.campo_busca>#campo_busca{
	background-color: #ffffff;
}

.campo_busca>#botao_busca, .campo_busca>#botao_limpa_busca{
	padding: 0.1em 1em 0.1em 1em;
	border: 2px solid #696564;
	border-radius: 6px;
	background-color: #ffffff;
	color: #696564;
	outline: none;
	transition: all .4s ease-in-out;
	-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-khtml-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.campo_busca>#botao_busca:hover{
	color: #5eb3f4;
	border-color: #5eb3f4;
}

.campo_busca>#botao_limpa_busca:hover{
	color: #e74c3c;
	border-color: #e74c3c;
}

#multi_busca, .campo_busca>#botao_limpa_busca{
	display: none;
}

.btn_tabela_anterior, .btn_tabela_proximo{
	font-size: 25px;
	cursor: pointer;
}

.btn_tabela_anterior:hover, .btn_tabela_proximo:hover{
	text-decoration: none;
}

.fa-minus.sep{
	margin-left: -0.6em;
}

.ima_search {
	background: url('../img/search.png') no-repeat 5px 0px;
}

thead>tr>td.seletor_campos{
	padding: 0.5em 0em 0em 0em;
    width: 0.5em;
    border-right: 1px solid #dddddd;
}

tbody>tr>td.seletor_campos{
	background-color: #e9e9e9;
	border-top-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid #dddddd;
}

div.opc-campos{
	height: 4.5%;
	min-height: 1.8em;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f1f1f1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
}

div.opc-campos>div:nth-child(1){
	width: 28%;
}

div.opc-campos>div:nth-child(2){
	width: 32%;
}

div.opc-campos>div:nth-child(3){
	width: 34%;
}

#marcar_todos_seletor, #desmarcar_todos_seletor, #camp_pesq{
	margin: 0.3em 0em 0em 0em;
    padding: 0em 1em 0em 0.7em;
	cursor: pointer;
	border: none;
	background-color: transparent;
	outline: none;
}

#marcar_todos_seletor>i.fa-check, #desmarcar_todos_seletor>i.fa-ban, #camp_pesq>i.fa-search{
	color: #696564;
	font-size: small;
	margin: 0px;
}

#camp_pesq>i.fa-search{
	color: #37C0F3;
	/*background-color: #BFE9F9;*/
}

.def-find{
	margin: 0px 3px 0px 0px;
	color: #37C0F3;
}

#marcar_todos_seletor>i.fa-check:hover{
	color: #00BB63;
}

#desmarcar_todos_seletor>i.fa-ban:hover{
	color: #e74c3c;
}

div#container-lista{
	overflow: auto;
	height: 87%;
}

ul#lista-campos{
	list-style: none;
}

ul#lista-campos>li{
    width: 97%;
    margin: 0.2em 0.3em 0.2em 0.3em;
    padding: 0em 0em 0em 0.5em;
    background: none;
    background-color: rgba(255,255,255,.5);
    box-shadow: 2px 1px 2px rgba(0,0,0,.4);
    list-style: none;
    cursor: pointer;
    color: #000000;
}

@keyframes shadowThrob {
	from {box-shadow: 2px 1px 2px #37C0F3;}
	to {box-shadow: 2px 1px 2px rgba(0,0,0, 0.4);}
}
@-webkit-keyframes shadowThrob {
	from {box-shadow: 2px 1px 2px #37C0F3;}
	to {box-shadow: 2px 1px 2px rgba(0,0,0, 0.4);}
}

.shadow-pulse{
    animation: shadowThrob 1.5s infinite;
    animation-direction: alternate;
    -webkit-animation: shadowThrob 1.5s ease-out infinite;
    -webkit-animation-direction: alternate;
}

ul#lista-campos>li>.chk{
	margin-top: 0px;
	height: 10pt;
	cursor: pointer;
}

ul#lista-campos>li>label{
	margin-left: 0px;
	font-size: 10pt;
	cursor: pointer;
	white-space: nowrap;
}

.container-campos{
	position: fixed;
	font-size: 11pt;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	top: 0px;
	right: -16em;
	width: 16em;
	height: 97.5%;
	z-index: 900;
}

.seletor_campos>button{
	background-color: transparent;
	border:none;
}

.seletor_campos>button>i{
	font-size: 18pt;
}

.menu_title{
	width: 100%;
	height: 4%;
	min-height: 1.8em;
	font-weight: 700;
	border: 1px solid #e1e1e1;
	background-color: #dddddd;
	border-top-left-radius: 9px;
	text-align: center;
}

.menu_title>button{
	margin-left: 0.3em;
	margin-top: 0.1em;
	float: left;
	background-color: transparent;
	border: none;
}

.controles{
	height: 3em;
	background-color: #dddddd;
	border-bottom-left-radius: 9px;
}

.controles>div>i{
	color: #696564;
	position: absolute;
	margin: 0.5em 0em 0.4em 0.75em;
	font-size: 16pt;
	cursor: pointer;
}

#gravar_orden_seletor, #restaurar_orden_seletor{
	border-radius: 10px;
	margin: 0.4em 0em 1.1em 0.5em;
	padding: 0.4em 1em 0.2em 0em;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #696564;
	background-color: #ffffff;
	font-size: 10pt;
	width: 2.75em;
	outline: none;
	-webkit-transition-property: width;
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: 0.2s;
	transition-property: width;
	transition-duration: 1s;
	transition-delay: 0.2s;
}

#gravar_orden_seletor{
	color: #00BB63;
}

#restaurar_orden_seletor{
	color: #5eb3f4;
}

#gravar_orden_seletor:hover, #restaurar_orden_seletor:hover{
	-webkit-transition-property: width;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0.2s;
    transition-property: width;
    transition-duration: 1s;
    transition-delay: 0.2s;
}

/* Regras Nova Pesquisa */

#detalhar{
	width: 1.3em;
	height: 1.3em;
	outline: none;
	border: none;
	background-color: transparent;
	padding: 0px;
	/*display: none;*/
}

#detalhar>i{
	font-size: 17pt;
	font-weight: bold;
	margin: -0.7em 0em 0em -0.4em;
	color: #747474;
	position: absolute;
	transition: all .4s ease-in-out;
	-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-khtml-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	
}

@-moz-document url-prefix(){ 
	#detalhar{
		position: initial;
		height: 2.2em;
		margin-top: 2px;
	}
	#detalhar>i{
		margin: -0.7em 0em 0em -0.4em;
	}
}

.background-filtros, .background-preenchedor{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 10, 0.2);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 900;
	overflow: auto;
}

.background-preenchedor{
	z-index: 999;
}

.background-preenchedor{
	display: none;
}

div.body-filtros, div.body-preenchedor{
	height: 80%;
	width: 90%;
	margin: 5% 5% 10% 5%;
	position: fixed;
	background: rgba(255, 255, 255, 1);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border: 2px solid #cacaca;
	padding: 3px;
}

div.title-filtros, div.title-preenchedor{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
	height: 6%;
	background-color: #dddddd;
	border: 2px solid #cacaca;
	padding: 0.05%;
	text-align: -webkit-center;
	text-align: -moz-center;
	font-family: monospace;
}

div.content-filtros, div.content-preenchedor{
	border-bottom-left-radius: 8px;
	width: 78%;
	height: 93%;
	background-color: #ffffff;
	border: 2px solid #cacaca;
	padding: 3px 8px 3px 8px;
	overflow: auto;
	display: inline-block;
	margin: 3px 0px 0px 0px;
	padding: 5px;
}

div.field{
	padding: 10px;
	border: 2px solid #eeeeee;
	margin-top: 2px;
}

div.dado1, div.dado2, div.dado3{
	display: inline-block;
}

div.dado1{
	width: 35%;
}

div.dado1>span{
	font-size: 14pt;
	font-family: -webkit-body;
}

div.dado2{
	width: 20%;
}

div.dado2>select{
	height: 30px;
}

div.dado3{
	width: 40%;
}

div.dado3>input{
	width: 98%;
	height: 30px;
}

button.btn-pre-limpar{
	border: none;
	background-color: #ffffff;
	border-radius: 256px;
	margin: 0em 0em 0em -2.4em;
	width: 1.7em;
	height: 1.7em;
	outline: none;
	display: none;
}

button.btn-pre-limpar>i.fa-times{
	color: #F4543C;
	font-size: 12pt;
	margin: -0.25em 0em 0em -0.02em;
	vertical-align: middle;
}

div.controls-filtros, div.controls-preenchedor{
	border-bottom-right-radius: 8px;
	width: 21.7%;
	height: 93%;
	background-color: #ffffff;
	border: 2px solid #cacaca;
	padding: 3px 8px 3px 8px;
	margin: 3px 0px 0px 0px;
	float: right;
	display: block;
	/*display: inline-block;*/
	text-align: -webkit-center;
	text-align: -moz-center
}

input#buscar, input#limpar, input#voltar, 
input#vlr_ok, input#vlr_limpar, input#vlr_voltar{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 70%;
	margin: 2% 0% 2% 0%;
	padding: 0.7% 2% 0.7% 2%;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #e1e1e1;
	background-color: #ffffff;
	font-size: 1.1em;
	color: #696564;
	min-height: 2.64em;
	outline: none;
}

input#buscar:hover, input#limpar:hover, input#voltar:hover, 
input#vlr_ok:hover, input#vlr_limpar:hover, input#vlr_voltar:hover{
	border: 2px solid #ffffff;
	color: #ffffff;
	transition: all .4s ease-in-out;
	-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-khtml-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

input#buscar:hover, input#vlr_ok:hover{
	background-color: #00bb63;
}

input#limpar:hover, input#vlr_limpar:hover{
	background-color: #e74c3c;
}

input#voltar:hover, input#vlr_voltar:hover{
	background-color: #5eb3f4;
}

/*    REGRAS PARA DRAG AND DROP       */

[draggable]{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}

.nav-drag{
	transition: transform 1.2s ease-out;
	-webkit-transition: -webkit-transform 1.2s ease-out;
	-moz-transition: -moz-transform 1.2s ease-out;
	-o-transition: -o-transform 1.2s ease-out;
	-ms-transition: -ms-transform 1.2s ease-out;
}

/* Regras Modo IN() */
div#modo-in{
	display: none;
}

div#modo-in>div{
	text-align: center;
	margin: 0% 15% 0% 15%;
	width: 70%;
	height: 70%;
}

div#modo-in>div>span{
	margin: 0.5%;
	padding: 0.8%;
	border: 1px solid #cacaca;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	outline: none;
	display: inline-table;
}

input#vlr-to-add, input#vlr-to-add-1, input#vlr-to-add-2{
	height: 2.4em;
	border-radius: 5px;
}

input#add-vlr-lista{
	border: 2px solid #e1e1e1;
	padding: 0.5% 2% 0.5% 2%;
	background-color: #ffffff;
	border-radius: 10px;
	outline: none;
}

/* Regras Modo BETWEEN() */
div#modo-between{
	text-align: center;
	display: none;
}

div#modo-between>div{
	width: 20%;
	display: inline-table;
}

/* Regras Modo Predefinido*/
div#modo-predefinido{
	display: none;
}

div#lista-predefinida{
	margin: 1em 5em 1em 5em;
    overflow: auto;
}

div#lista-predefinida>div{
	display: block;
}

div#lista-predefinida>div>input{
	cursor: pointer;
	outline: none;
	display: inline;
}

div#lista-predefinida>div>label{
	cursor: pointer;
	font-size: 11pt;
	font-weight: bold;
	font-family: monospace;
	margin: 0px 0px 0px 2px;
	vertical-align: 1px;
	display: inline;
}

.indice_pagina_atual{
	position: relative;
	margin-left: 25px;
	padding-right: 10px;
	margin-bottom: 2px;
}

.icone_tipo_nf_tb{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	vertical-align: middle;
}

/*.container-icon-acao-tabela{}*/

.icon-acao-tabela{
	position: relative;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 22px;
}

.inputTablePlugin{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #bebebe;
	background: #e9e9e9;
	text-align: center;
    width: 4em;
    padding: 0px 1px 0px 4px;
}

#seletor_tamanho_pagina{
    border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #bebebe;
	background: #e9e9e9;
	text-align: center;
    width: 3.5em;
    padding: 0px 1px 0px 4px;
}

/* CSS DO MODAL DO SLIDE SHOW */
/* --------------------------------------------------------------------------------------------- */
* {box-sizing:border-box}

/* Slideshow container */
.passar-imagem{
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 47%;
	margin-bottom: auto;
	top: 90%;
}

.slideshow-container {
  display: flex;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  height: 85%;
  left: 0;
  right: 0;
}
.imagem-modal3{ 
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.icone-close-modal{
	font-size: 30px;
	color: red;
	margin-left: 98%;
	margin-top: -2%;
}
.icone-close-modal:hover{
	cursor: pointer;
}

/* The dots/bullets/indicators */
.dot {
	z-index: inherit;
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #717171;
  }

/* Hide the images by default */
.mySlides {
  display: none;
}

#img1-slide{
    display: block;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.05);
  top: 0;
  width: auto;
  height: 118%;
  padding: 16px;
  padding-top: 18%;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 0s;
  opacity: 1;

}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*=========================*/
