body {
	/*background: #363636;*/
	width: 100%;
	min-height: 100%;
	background-image: url(../imagens/sistema/index.png); 
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment: fixed;
	position: fixed;
  
}
body #wrapper {
  width: 100%;
  
}
body #wrapper ul {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  background-color: #fff;
  font-size: 0px;
}
body #wrapper ul:hover li {
  width: 6%;
}
body #wrapper ul li {
  display: inline-block;
  float: left;
  width: 6%;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0px 1px 1px white;
  border-right: thin solid lightgray;
}
body #wrapper ul li:last-child {
  border-right: none;
}
body #wrapper ul li:hover {
  width: 6%;
  -moz-box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.3), inset -10px 10px 10px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.3), inset -10px 10px 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 10px 10px 10px -10px rgba(0, 0, 0, 0.3), inset -10px 10px 10px -10px rgba(0, 0, 0, 0.3);
}
body #wrapper ul li {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  height: 60px;
  text-decoration: none;
  color: gray;
}
body #wrapper ul li:visited {
  color: gray;
}

#botao { 
position: absolute;
top: 8px;
}

img.botao {
padding-top: 8px;
cursor:pointer;
}

div.titulo {
    height: 1.2em;
    position: relative;
	/*background: #4682B4;*/
	background-image: url(../imagens/sistema/fundo_titulo.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px 3px #556b2f
}
div.titulo p {
    margin: 1px;
    color: black;
	font-family: monospace;
	font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
	}

div.titulo_principal {
    height: 1.5em;
    position: relative;
	/*background: #4682B4;*/
	background-image: url(../imagens/sistema/fundo_titulo_p.jpg);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 5px 0px green
}

div.titulo_principal p {
    margin: 0;
    color: #FFFFFF;
	font-family: monospace;
	font-size: 20px;
    position: absolute;
	top: -2.5px;
    left: 5px
	}
	
div.titulo_principal t {
    margin: 0;
    color: #FFFFFF;
	font-family: monospace;
	font-size: 20px;
    position: absolute;
	top: -2.5px;
    right: 5px
	}

.tingle-demo {
  display: none;
}

/*reset*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*envolve todo o nosso conteúdo*/
.tab {
  width: 100%;
  /*height: 400px;*/
  margin: 1px auto
}

/*esconde o radio button*/
.tab input[type] {
  display: none;
}

/*nossos próprios botões*/
.tab label {
  display: block;
  float: left;
  padding: 2px 10px;
  margin-right: 4px;
  cursor: pointer;
  border-radius: .3rem .3rem 0px 0px;
  /*transition: background-color .3s;*/
}

/*ataca o label com hover e o radio button checkado*/
.tab label:hover,
.tab input:checked + label {
  background: #5b9780;
  color: #fff;
}

/*o conteúdo que mudar ao clicar nos boões*/
.tabs {
  clear: both;
  perspective: 400px;
  -webkit-perspective: 400px;
}

/*aqui a nossa content*/
.tabs .content {
  background: #fff;
  width: 100%;
  position: absolute;
  border: 2px solid #5b9780;
  padding: 5px 0px 5px 5px;
  line-height: 1.4em;
  opacity: 0;
  transform: rotateX(-20deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1s;
  z-index: 0;
}

/*aqui estão nosso links*/
#tab1:checked ~ .tabs .content:nth-of-type(1),
#tab2:checked ~ .tabs .content:nth-of-type(2),
#tab3:checked ~ .tabs .content:nth-of-type(3),
#tab4:checked ~ .tabs .content:nth-of-type(4) {
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

.aba_interna input[type] {
	display: inline;
}

.aba_interna .label-float{
  position: relative;
  padding-top: 8px;
  margin-right:2px;
  float: left;
  margin-bottom: 4;
}

.aba_interna .label-float input{
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  /*min-width: 250px;*/
  padding: 10px 6px;
  font-size: 13px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}

.aba_interna .label-float input:focus{
  border: 1px solid #3951b2;
}




.aba_interna .label-float select{
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  /*min-width: 250px;*/
  padding: 10px 6px;
  font-size: 13px;
  transition: all .1s linear;
;
}

.aba_interna .label-float select:focus{
  border: 1px solid #3951b2;
}



.aba_interna .label-float label{
  pointer-events: none;
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  background-color: white;
  padding: 1px;
  box-sizing: border-box;
  font-size: 13px;
  color: #A9A9A9;

}

.aba_interna .label-float input[type=text]{
  left: 5px;
  padding-top: 14px;
  padding-bottom: 4px;
}

.aba_interna .label-float input[type=number]{
  left: 5px;
  padding-top: 14px;
  padding-bottom: 4px;
}

.aba_interna .label-float select{
  left: 5px;
  padding-top: 13.8px;
  padding-bottom: 2px;
}

.aba_interna .label-float span{
  position: absolute;
  left: 5px;
  top: 16px;
  font-size: 11px;
  pointer-events: none;
  transition: 0.5s;
  opacity: .5;
}

.aba_interna .label-float b{
	position: absolute;
	transform: translateY(-4px);
	left: 4px;
	font-size: 8px;
	color: #BEBEBES;
	opacity: 1;
}

.aba_interna .label-float input:focus ~ span,
.aba_interna .label-float input:valid ~ span,
.aba_interna .label-float select:focus ~ span,
.aba_interna .label-float select:valid ~ span{
	transform: translateY(-12px);
	left: 4px;
	font-size: 8px;
	color: #BEBEBES;
	opacity: 1;
}

.aba_interna .label-float input:required:invalid + label{
  color: red;
}
.aba_interna .label-float input:focus:required:invalid{
  border: 1px solid red;
}
.aba_interna .label-float input:required:invalid + label:before{
  content: '*';
}


.aba_interna .label-float select:required:invalid + label{
  color: red;
}
.aba_interna .label-float select:focus:required:invalid{
  border: 1px solid red;
}
.aba_interna .label-float select:required:invalid + label:before{
  content: '*';
}



/*                                        TELA DE VERIFICAÇÃO DE CPF E CNPJ                                  */
.cpf_cnpj_center{
	display: flex;
	justify-content: center;
	/*border: 1px solid black;
	border-radius: 5px;*/
}

.cpf_cnpj{
	position: relative;
	padding-top: 15px;
	margin-right:2px;
	float: left;
	margin-bottom: 15;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.cpf_cnpj input{
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  /*min-width: 250px;*/
  padding: 15px 6px 4px;
  font-size: 18px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}

.cpf_cnpj input:focus{
  border: 2px solid #556B2F;
}



.cpf_cnpj label{
  pointer-events: none;
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  background-color: white;
  padding: 1px;
  box-sizing: border-box;

}

.cpf_cnpj input:required:invalid + label{
  color: red;
}
.cpf_cnpj .label-float input:focus:required:invalid{
  border: 1px solid red;
}
.cpf_cnpj input:required:invalid + label:before{
  content: '*';
}
.cpf_cnpj input:focus + label,
.cpf_cnpj input:not(:placeholder-shown) + label{
  font-size: 12px;
  top: 1px;
  color: #556B2F;
  padding: 15px 6px 4px;
}

.cpf_cnpj select{
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  /*min-width: 250px;*/
  padding: 15px 6px 4px;
  font-size: 18px;
}

.cpf_cnpj select:focus{
  border: 2px solid #556B2F;
}

.cpf_cnpj span{
  position: absolute;
  left: 5px;
  top: 16px;
  font-size: 11px;
  pointer-events: none;
  transition: 0.5s;
  opacity: .5;
}

.cpf_cnpj b{
	position: absolute;
	transform: translateY(-4px);
	left: 4px;
	font-size: 8px;
	color: #BEBEBES;
	opacity: 1;
}


.dataTables_scrollBody{
	max-height: calc(100vh - 315px);
}


table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {

}




/*	MODAL LOGIN */
@import "https://fonts.googleapis.com/css?family=Ubuntu:400,700italic";
@import "https://fonts.googleapis.com/css?family=Cabin:400";

.login {

  background-size: cover;
  font-size: 10px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 15%;
}
.login html {
  background: #000;
  background-size: cover;
  font-size: 10px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* =========================================
Stark Industries Logo
========================================= */
 #logo {
  animation: logo-entry 4s ease-in;
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}

.login h1 {
  animation: text-glow 2s ease-out infinite alternate;
  font-family: 'Ubuntu', sans-serif;
  color: #00a4a2;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
  top: 140px;
}
.login h1:before {
  animation: before-glow 2s ease-out infinite alternate;
  border-left: 535px solid transparent;
  border-bottom: 10px solid #00a4a2;
  content: ' ';
  height: 0;
  position: absolute;
  right: -74px;
  top: -29px;
  width: 0;
}
.login  h1:after {
  animation: after-glow 2s ease-out infinite alternate;
  border-left: 100px solid transparent;
  border-top: 16px solid #00a4a2;
  content: ' ';
  height: 0;
  position: absolute;
  right: -84px;
  top: 5px;
  transform: rotate(-47deg);
  width: 0;
}

/* =========================================
Log in form
========================================= */
.login #fade-box {
  animation: input-entry 3s ease-in;
  z-index: 4;
}

.login i {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 12%;
  margin-top: 9px;
  color: #777777;
  z-index: 4;
}

.login .stark-login form {
  animation: form-entry 3s ease-in-out;
  background: #111;
  background: linear-gradient(#004746, #111111);
  border: 6px solid #00a4a2;
  box-shadow: 0 0 15px #00fffd;
  border-radius: 100%;
  display: inline-block;
  height: 385px;
  margin: 78px auto 0;
  position: relative;
  z-index: 4;
  width: 385px;
  transition: 1s all;
}
.login .stark-login form:hover {
  border: 6px solid #00fffd;
  box-shadow: 0 0 25px #00fffd;
  transition: 1s all;
}
.login .stark-login input[type="text"] {
  background: #222;
  background: linear-gradient(#333333, #222222);
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 2px 0 #000;
  color: #888;
  display: block;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  height: 40px;
  margin: 10px auto 10px;
  padding: 0 10px;
  text-shadow: 0 -1px 0 #000;
  width: 300px;
}

.login .stark-login input[type="text"]:focus {
  animation: box-glow 1s ease-out infinite alternate;
  background: #0B4252;
  background: linear-gradient(#333933, #222922);
  border-color: #00fffc;
  box-shadow: 0 0 5px rgba(0, 255, 253, 0.2), inset 0 0 5px rgba(0, 255, 253, 0.1), 0 2px 0 #000;
  color: #efe;
  outline: none;
}
.login .stark-login input[type="text"]:invalid {
  border: 2px solid red;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
}

.login .stark-login input[type="password"] {
  background: #222;
  background: linear-gradient(#333333, #222222);
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 2px 0 #000;
  color: #888;
  display: block;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  height: 40px;
  margin: 10px auto 10px;
  padding: 0 10px;
  text-shadow: 0 -1px 0 #000;
  width: 300px;
}

.login .stark-login input[type="password"]:focus {
  animation: box-glow 1s ease-out infinite alternate;
  background: #0B4252;
  background: linear-gradient(#333933, #222922);
  border-color: #00fffc;
  box-shadow: 0 0 5px rgba(0, 255, 253, 0.2), inset 0 0 5px rgba(0, 255, 253, 0.1), 0 2px 0 #000;
  color: #efe;
  outline: none;
}
.login .stark-login input[type="password"]:invalid {
  border: 2px solid red;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.2), inset 0 0 5px rgba(255, 0, 0, 0.1), 0 2px 0 #000;
}

.login .stark-login button {
  animation: input-entry 3s ease-in;
  background: #222;
  background: linear-gradient(#333333, #222222);
  box-sizing: content-box;
  border: 1px solid #444;
  border-left-color: #000;
  border-radius: 5px;
  box-shadow: 0 2px 0 #000;
  color: #fff;
  display: block;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 15px auto;
  padding: 0;
  position: relative;
  text-shadow: 0 -1px 0 #000;
  width: 300px;
  transition: 1s all;
}
.login .stark-login button:hover,
.login .stark-login button:focus {
  background: #0C6125;
  background: linear-gradient(#393939, #292929);
  color: #00fffc;
  outline: none;
  transition: 1s all;
}
.login .stark-login button:active {
  background: #292929;
  background: linear-gradient(#393939, #292929);
  box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
  top: 1px;
}

.login .stark-login input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: -2px 0px 0px -270px;
}

.login .stark-login b {
  position: absolute;
  color: #FFFAFA;
  font-size: 12px;
  margin: 0px 0px 0px 3px;
  margin-top: -2;
}

.login .stark-login img {
	margin: 20px 0px 0px 0px;
}

/* =========================================
Spinner
========================================= */
.login #circle1 {
  animation: circle1 4s linear infinite, circle-entry 6s ease-in-out;
  background: #000;
  border-radius: 50%;
  border: 10px solid #00a4a2;
  box-shadow: 0 0 0 2px black, 0 0 0 6px #00fffc;
  height: 500px;
  width: 500px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -250px;
  overflow: hidden;
  opacity: 0.4;
  z-index: -3;
}

.login #inner-cirlce1 {
  background: #000;
  border-radius: 50%;
  border: 25px solid #00fffc;
  height: 460px;
  width: 460px;
  margin: 11px;
}
.login #inner-cirlce1:before {
  content: ' ';
  width: 240px;
  height: 480px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.login #inner-cirlce1:after {
  content: ' ';
  width: 480px;
  height: 240px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================================
Hexagon Mesh
========================================= */
.login .hexagons {
  animation: logo-entry 4s ease-in;
  color: #000;
  font-size: 52px;
  font-size: 5.1rem;
  letter-spacing: -0.2em;
  line-height: 0.7;
  position: absolute;
  text-shadow: 0 0 6px #00fffc;
  top: 310px;
  width: 100%;
  transform: perspective(600px) rotateX(60deg) scale(1.4);
  z-index: -3;
}

/* =========================================
Animation Keyframes
========================================= */
@keyframes logo-entry {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-entry {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes input-entry {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes form-entry {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
    padding: 0;
  }
  20% {
    height: 0;
    border: 1px solid #00a4a2;
    width: 0;
    opacity: 0;
    padding: 0;
  }
  40% {
    width: 0;
    height: 385px;
    border: 6px solid #00a4a2;
    opacity: 1;
    padding: 0;
  }
  100% {
    height: 385px;
    width: 385px;
  }
}
@keyframes box-glow {
  0% {
    border-color: #00b8b6;
    box-shadow: 0 0 5px rgba(0, 255, 253, 0.2), inset 0 0 5px rgba(0, 255, 253, 0.1), 0 2px 0 #000;
  }
  100% {
    border-color: #00fffc;
    box-shadow: 0 0 20px rgba(0, 255, 253, 0.6), inset 0 0 10px rgba(0, 255, 253, 0.4), 0 2px 0 #000;
  }
}
@keyframes text-glow {
  0% {
    color: #00a4a2;
    text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
  }
  100% {
    color: #00fffc;
    text-shadow: 0 0 20px rgba(0, 255, 253, 0.6), 0 0 10px rgba(0, 255, 253, 0.4), 0 2px 0 #000;
  }
}
@keyframes before-glow {
  0% {
    border-bottom: 10px solid #00a4a2;
  }
  100% {
    border-bottom: 10px solid #00fffc;
  }
}
@keyframes after-glow {
  0% {
    border-top: 16px solid #00a4a2;
  }
  100% {
    border-top: 16px solid #00fffc;
  }
}
@keyframes circle1 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#Div_Esq{
    position:relative;
    width:405px;
    height: 150px;
    float: left;
}
#Div_Dir{
    position: relative;
    left:0px;
    float: left;
}
.senha_branca {
	background-color: transparent;
	color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.no-focusborder:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  color: transparent;
}

/* DESTACAR LINHA DA TABELA */
.linhaHover{
	background-color:#bcc3b5 ;
	font-weight: bold;
	}


.linhaSelecionada{
	background-color:#bcc3b5 ;
	font-weight:bold;
	}
	
#Div_Esq{
    position:relative;
    width:510px;
    height: 200px;
    float: left;
}
#Div_Dir{
    position: relative;
    left:0px;
    float: left;
}

#picture__input {
  display: none;
}

.picture {
  width: 168px;
  height: 179px;
  /*aspect-ratio: 16/9;*/
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  border: 2px dashed currentcolor;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}

.picture:hover {
  color: #777;
  background: #ccc;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}

.picture:focus {
  color: #777;
  background: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
  width: 138px;
  height: 143px;
  margin-top: -1px;
  margin-left: -11px;
}


.spinner {
  border: 15px solid rgba(0, 0, 0, 0.1);
  border-left-color: #556b2f;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  animation: spin 1s linear infinite;
  	margin-left: auto;
    margin-right: auto
  /* posição */
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.cmsg_java {
	/*background-color: #000;
	border-radius: 50%;*/
	position: absolute;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
            width: 100%; height: 200px;
            margin-top: 250px;
			z-index: 2000;
}
.cmsg_java p {
	margin-top: -117px;
	color: #556b2f;
	font-size: 25px;
	font-weight: bold;
	z-index: 2;
}

.cbranca {
	background-color: #ffffff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	z-index: -1;
	margin-left: auto;
    margin-right: auto;
}

.div_but_configuracao {
  /*position: absolute;*/
  width: 100%;
  margin: 0 0 0 0;
  /*border-style: outset;
  border-color: #0066A2;*/
  display: flex;
  justify-content: center;
}

.but_configuracao {
	margin: 10px 5px 0 0;
	background: #B0C4DE;
	/*color: white;*/
	border-style: outset;
	border-color: #B0C4DE;
	height: 90px;
	width: 90px;
	font: bold 50px arial,sans-serif;
	text-shadow: none;
	border-radius: 5px;
}



/* TELA REGISTRO CAUTELA */
.div_frente_caixa {
  	width: 100%;
	min-height: 50%;
	margin: 2px 2px 0px 0px;
	/*background-image: url(../../files/imagens/sistema/fundo-metalico.jpg); 
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
	background: #696969;
	position: fixed;
	top:102;
	bottom:0;
}

.div_lanca_comandas{
  width: 65%;
  height: 99%;
  background: #EEE8AA;
  margin: 2px 5px 65.3% 2px;
  border-width: thin;
  border-style: solid;
  border-color: #EEE8AA;
  position:absolute;
  border-radius: 3px;
  /*display: none;*/
  overflow: auto;
}

.div_lanca_comandas span{
  width: 65%;
  height: 10px;
  text-align: center;
  color: red;
  font: bold 18px arial,sans-serif;
  /*background: red;*/
  margin: 0px 0px 0px 0px;
}

.div_fluxo_caixa{
  width: 65%;
  height: 99%;
  background: #8FBC8F;
  margin: 2px 5px 65.3% 2px;
  border-width: thin;
  border-style: solid;
  border-color: #8FBC8F;
  position:absolute;
  border-radius: 3px;
  /*display: none;*/
  overflow: auto;
}

.div_fluxo_caixa span{
  width: 65%;
  height: 10px;
  text-align: center;
  color: red;
  font: bold 18px arial,sans-serif;
  /*background: red;*/
  margin: 0px 0px 0px 0px;
}

.div_lanca_esquerdo{
  width: 35%;
  height: 99.2%;
  background: #2F4F4F;
  margin: 2px 5px 65.3% 2px;
  border-width: thin;
  border-style: solid;
  border-color: #2F4F4F;
  position:absolute;
  border-radius: 3px;
}

.div_lanca_cautela_dir{
  width: 64.55%;
  height: 99%;
  background: #556b2f;
  margin: 2px 5px 2px 35.3%;
  border-width: thin;
  border-style: solid;
  border-color: #4682B4;
  position:absolute;
  border-radius: 3px;
}

.div_borda_foto{
  width: 99.2%;
  height: 99.2%;
  background: #2F4F4F;
  margin: 2px 0 2px 2px;
  border-width: thin;
  border-style: solid;
  border-color: #FFFFFF;
  float: left;
  position:static;
  border-radius: 3px;
}

.menu_foto_inter{
	width:  99%;
	height: 99.2%;
	margin: 2px 0px 2px 3px;
	float: left;
	z-index: 0;
	background: #F5DEB3;
	border-radius: 5px;
	/*cursor: pointer;
	border-width: medium;
	border-style: solid;
	border-color: #FFFFFF;*/	
}

.menu_foto_inter img{
	width:  100%;
	height: 85%;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	/*border-width: medium;
	border-style: solid;
	border-color: #FFFFFF;*/	
}

.texto_menu_categoria{
	width:  99%;
	height: 30px;
	text-align: center;
}


.magem_texto_botao{
  height: 30px;
  display: flex;
  margin: 1% 0px 0px 0px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font: bold 30px arial,sans-serif;
  line-height: 10px;
}

.menu_comandas{
	width:  85px;
	height: 60px;
	margin: 2px 0px 2px 2px;
	float: left;
	z-index: 0;
	background: #F5DEB3;
	border-radius: 5px;
	/*cursor: pointer;
	border-width: medium;
	border-style: solid;
	border-color: #FFFFFF;*/	
}

.menu_comandas img{
	width:  85px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	border-radius: 10px;
	/*border-width: medium;
	border-style: solid;
	border-color: #FFFFFF;*/	
}

.magem_texto_comanda{
	margin-top: -22px;
	text-align: center;
	font: bold 20px arial,sans-serif;
	line-height: 10px;
}

.busca_produto_venda{
	margin: 4px 4px 4px 2px;
	font-family: sans-serif;
	font-size: 25px;
	
}

.div_busca input[type=text]{
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 2px #556b2f;
    -moz-box-shadow: 1px 1px 2px #556b2f;
    -webkit-box-shadow: 1px 1px 2px #556b2f;
    background: #cccccc;
    border: 1px solid #556b2f;
	font-family: arial,sans-serif;
}

.div_busca input[type=text]:hover,
textarea:hover {
    background: #556b2f;
    border: 1px solid #990000;
}

.div_busca{
  border-width: thin;
  border-style: solid;
  border-color: #556b2f;
  background: #ffffff;
  margin: 2px 2px 2px 2px; 
  border-radius: 3px;
  text-align: center;
  
}

.but_ent_caixa{
	width:  5%;
	height: 30px;
	top: 1.8;
	position:relative;
	font-family: sans-serif;
	font-size: 26px;
}

.but_ent_caixa2{
	width:  9%;
	height: 30px;
	top: -3.2;
	position:relative;
	border-radius:8px;
	font-family: sans-serif;
	font-size: 15px;
}

.busca_iten_venda{
	position: absolute;
	z-index:1;
}

.span_caixa {
	margin: 0px 2px 2px 2px;
	font-size: 12px;
	text-align: left;
	height: auto;
	background: #ffffff;
	border: 2px;
	border-radius: 3px;
	border-color: #556b2f;
	cursor: pointer;
	font-family: arial,sans-serif;
	/*position: absolute;
	z-index:1;*/
}

.span_caixa li {
	border: 0;
	border-bottom: 1px solid #556b2f;
}

.span_caixa li:hover {
	border-radius: 3px;
	background: #FFEFD5;
}

.disabled {
  background: #556b2f;
}


/* TABELA INTERNA ITENS VENDA */
.div_menu_itens_venda {
	width:114.5%; /*display: inline-block;border-width: 1px;border-style: solid;*/
	top: -3px;
	margin-left: 0px;
	height: 10px;
	font-family: arial,sans-serif;
	position:relative;
}


.table_itens_cautela tbody{
  overflow-y: scroll;
  width:64.3%;
  height: 50%;
  background: #FFFFFF;
  position: fixed;
  } 

.table_itens_cautela {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  
}

.table_itens_cautela thead {
  padding-top: 0px;
  padding-left: 0px;
  background-color: #556b2f;
  color: black;
  width: 100%;
  height: 22px;
  
}

.table_itens_cautela tbody tr {
  border-bottom: 1px solid #556b2f;
  font-size: 14px;
}

.table_itens_cautela a {
	font-family: Arial;
	font-size:12px;
}


.table_itens_cautela .b {
	width:4%; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-top: -3px;
	margin-left: 2px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
}

.table_itens_cautela .c {
	width:28%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
}

.table_itens_cautela .d {
	width:16%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
}

.table_itens_cautela .e {
	width:6%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
}

.table_itens_cautela .f {
	width:15.5%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	font-size: 16px;
	color: #FFF;
	text-align: left;
}

.table_itens_cautela .g {
	width:10.5%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.table_itens_cautela .h {
	width:3%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	font-size: 16px;
	color: #FFF;
	text-align: right;
}

/* PERSONALIZAR BOTÕES DO CAIXA*/
.botoes_caixa_roda_pe{
    position: absolute;
    bottom: 0;
    background-color: #556b2f;
    color: #FFF;
    width: 100%;
    height: 20%;    
    text-align: center;	
}

.botao_impressao_azul {
	margin: 1% 0 1% 0;
	background: #ADD8E6;
	color: 2F4F4F;
	border-style: outset;
	border-color: #2F4F4F;
	height: 45%;
	width: 24%;
	font: bold 15px arial,sans-serif;
	text-shadow: none;
	border-radius: 5px;
	cursor: pointer;
	bottom: 0;
}

.botao_cancelar_azul_claro {
	margin: 1% 0 1% 0;
	background: #F0FFF0;
	color: 2F4F4F;
	border-style: outset;
	border-color: #2F4F4F;
	height: 45%;
	width: 24%;
	font: bold 14px arial,sans-serif;
	text-shadow: none;
	border-radius: 5px;
	cursor: pointer;
	bottom: 0;
}

.botao_fluxo_verde {
	margin: 1% 0 1% 0;
	background: #8FBC8F;
	color: 2F4F4F;
	border-style: outset;
	border-color: #2F4F4F;
	height: 45%;
	width: 24%;
	font: bold 14px arial,sans-serif;
	text-shadow: none;
	border-radius: 5px;
	cursor: pointer;
	bottom: 0;
}

.botao_comandas_amarelo {
	margin: 1% 0 1% 0;
	background: #EEE8AA;
	color: 2F4F4F;
	border-style: outset;
	border-color: #2F4F4F;
	height: 45%;
	width: 24%;
	font: bold 14px arial,sans-serif;
	text-shadow: none;
	border-radius: 5px;
	cursor: pointer;
	bottom: 0;
}

.valor_receber{
	width: 100%;
	height: auto;
	background-color: #FFF8DC;
	color: #000000;
	font: bold 20px arial,sans-serif;
	text-align: right;
	border-radius: 3px;
	cursor: pointer;
}

.valor_receber p {
	margin: 1px 0px 0px 3px;
	color: #000000;
	font: bold 12px arial,sans-serif;
	position: fixed;
}

.valor_receber_caixa{
	width: 100%;
	background-color: #FFE4C4;
	color: #000000;
	font: bold 30px arial,sans-serif;
	text-align: right;
}

.valor_receber_caixa p {
	margin: -34px 0px 0px 0px;
	color: #000000;
	font: bold 16px arial,sans-serif;
	position: absolute;
}

.valor_receber_caixa_r{
	width: 100%;
	background-color: #FFE4C4;
	color: #000000;
	font: bold 30px arial,sans-serif;
	text-align: right;
}

.valor_receber_caixa_r p {
	margin: -19px 0px 0px 0px;
	color: #000000;
	font: bold 16px arial,sans-serif;
	position: absolute;
}

.valor_receber_caixa_r table {
	margin: 15px 0px 0px 0px;
	color: #000000;
	font: 17px arial,sans-serif;
	position: flex;
}

.valor_receber_troco{
	width: 100%;
	background-color: #8FBC8F;
	color: #ff0000;
	font: bold 30px arial,sans-serif;
	text-align: right;

}

.valor_receber_troco p {
	margin: -35px 0px 0px 0px;
	color: #000000;
	font: bold 16px arial,sans-serif;
	position: absolute;
}

.receber_pg {
	border:none;
	width: 100%;
	background-color: #5F9EA0;
	color: #000000;
	font: bold 30px arial,sans-serif;
	text-align: right;
	cursor: pointer;
}

.receber_pg:focus {
	border:none;
	outline:none
}

.receber_pg2 {
	border:none;
	width: 100%;
	background-color: #FFF8DC;
	color: red;
	font: bold 30px arial,sans-serif;
	text-align: right;
	cursor: pointer;
}

.receber_pg2:focus {
	border:none;
	outline:none
}

#linha-horizontal {
    width: 100%;
    border: 0.2px solid #4682B4;
}

.div_recebido_caixa {
  border-width: medium;
  border-style: solid;
  border-color: red;
  background-color: #FFE4C4;
  margin: 1px 2px 2px 2px; 
  border-radius: 3px;	
}





.table_movimento_caixa tbody{
  overflow-y: scroll;
  width:35%;
  height: 70%;
  background: #FFFFFF;
  position: fixed;
  } 

.table_movimento_caixa {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  
}

.table_movimento_caixa thead {
  padding-top: 0px;
  padding-left: 0px;
  background-color: #4682B4;
  color: black;
  width: 100%;
  height: 22px;
  
}

.table_movimento_caixa tbody tr {
  border-bottom: 1px solid #4682B4;
  font-size: 14px;
}

.table_movimento_caixa a {
	font-family: Arial;
	font-size:12px;
}


.table_movimento_caixa .b {
	width:10%; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-top: -3px;
	margin-left: 2px;
	color: #FFF;
	font-size: 16px;
}

.table_movimento_caixa .c {
	width:15.5%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
}

.table_movimento_caixa .d {
	width:20%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
}

.table_movimento_caixa .e {
	width:10%;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	color: #FFF;
	font-size: 16px;
}

.list_valores_movimento {
	width: auto;
	height: auto;
	background: #4682B4;
	top: 10%;
	right: 30px;
	position: absolute;
	border-radius: 6px;
	z-index:1;
}