body {
	/*background: #363636;*/
	width: 100%;
	min-height: 100%;
	background-image: url(../imagens/sistema/fundo9.jpg); 
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	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 black
}
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 2px black
}

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: 1px;
    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 .text_preco{
  width: 570px;
  position: relative;
  padding-top: 2px;
  margin-right:0px;
  float: left;
  margin-bottom: -10px;
}




.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 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: '*';
}


/* ELA DE VERIFICAÇÃO DE CPF E CNPJ */
.cpf_cnpj{
	left: 24%;
	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;
  padding: 10px 6px;
  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: 1px solid #3951b2;
}



.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: #3951b2;
}


/* TELA DE VERIFICAÇÃO AGENDAMENTO */
.agendamento_orcamento{
	left: 10%;
	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;
}

.agendamento_orcamento select{
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  padding: 10px 6px;
  font-size: 20px;
  margin-bottom: 5px;
}

.agendamento_orcamento select:focus{
  border: 1px solid #3951b2;
}

.agendamento_orcamento input{
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  padding: 10px 6px;
  font-size: 20px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}

.agendamento_orcamento input:focus{
  border: 1px solid #3951b2;
}



.agendamento_orcamento 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;

}

.agendamento_orcamento input:required:invalid + label{
  color: red;
}
.agendamento_orcamento .label-float input:focus:required:invalid{
  border: 1px solid red;
}
.agendamento_orcamento input:required:invalid + label:before{
  content: '*';
}
.agendamento_orcamento input:focus + label,
.agendamento_orcamento input:not(:placeholder-shown) + label{
  font-size: 14px;
  top: 1px;
  color: #3951b2;
}


.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;
}

/*  CODIGO DE BARRAS */
.cod_barras{
	left: 24%;
	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;
}

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

.cod_barras input:focus{
  border: 1px solid #3951b2;
}

/* DESTACAR LINHA DA TABELA */
.destaque{
	background-color:#C6E2FF !important;
	font-weight: bold;
}


#picture__input {
  display: none;
}

#picture__input_cat {
  display: none;
}

#picture__input_serv {
  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);
}




.spinner {
  border: 15px solid rgba(0, 0, 0, 0.1);
  border-left-color: #22a6b3;
  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 {
	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: #22a6b3;
	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;
}


.n_foto {
  width: 168px;
  height: 179px;
  margin-top: -24px;
  margin-left: -11px;
}

.picture__img {
  width: 168px;
  height: 179px;
  margin-top: -2px;
  margin-left: -11px;
}

.table_orcamento tbody{
  overflow-y: auto;
  height: 185px;
  overflow-x: scroll;
  width: 386px;
  }

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

.table_orcamento th,
.table_orcamento td {
  padding: 1px;
}
.table_orcamento thead {
  padding-top: 1px;
  padding-left: 2px;
  background-color: #F0E68C;
  color: black;
  height: 45px;
}

.table_orcamento tbody tr {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #999;
  font-size: 12px;
  width: 2000px;
}

.scrolling-wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.table_orcamento input{
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.table_orcamento input[type] {
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.div_tabela_orca {
	width:390px;
	height:234px;
	background-color:#F0E68C;
	display: inline-block;
	margin-bottom: -5px;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
}

.div_menu_orca {
	width:365px;
	margin-left: -2px;
	height: 2px;
}

.div_menu_orca .a {
	width:18px; 
	display: inline-block;
	border-style: solid;
	margin-left: -2px;
	font-size: 12px;
}

.div_menu_orca .b {
	width:55px; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: -1px;
	font-size: 12px;
}

.div_menu_orca .c {
	width:40px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 5px;
	font-size: 12px;
}

.div_menu_orca .d {
	width:33px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 42px;
	font-size: 12px;
}

.div_menu_orca .e {
	width:145px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 2px;
	font-size: 12px;
}

.table_venda tbody{
  overflow-y: auto;
  height: 185px;
  overflow-x: scroll;
  width: 386px;
  } 

 .table_venda tbody tr {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #999;
  font-size: 12px;
  width: 2000px;
}

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

.table_venda th,
.table_venda td {
  padding: 1px;
}

.table_venda thead {
  padding-top: 1px;
  padding-left: 2px;
  background-color: #3CB371;
  color: black;
  height: 45px;
}

.table_venda input{
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.table_venda input[type] {
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.div_tabela_vend {
	width:390px;
	height:234px;
	background-color:#3CB371;
	display: inline-block;
	margin-bottom: -5px;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
}



.div_menu_venda .a {
	width:18px; 
	display: inline-block;
	border-style: solid;
	border-width: 0px;
	/*margin-top: 2px;*/
	margin-left: 0px;
	font-size: 12px;
}

.div_menu_venda .b {
	width:50px; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 25px;
	font-size: 12px;
}

.div_menu_venda .c {
	width:40px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 23px;
	font-size: 12px;
}

.div_menu_venda .d {
	width:90px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 12px;
	font-size: 12px;
}


/* CLASSE ORÇAMAMENTO DO CLIENTE */
.orcamento_clien_css select{
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
  margin: 3px 0px 0px 5px;
  font-size:14px;
}

.orcamento_clien_css input{
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
  margin: 3px 0px 0px 5px;
  font-size:14px;
}

.orcamento_clien_css #d_cliente{
  white-space: nowrap; 
  width: 400px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  border-width: 0px;border-style: solid;
  display: inline-block;
  margin: 2px 2px 2px 5px;
  font-family: Arial;
  font-size:14px;
}

.orcamento_clien_css #d_itens{
  white-space: nowrap; 
  width: 110px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  border-width: 0px;border-style: solid;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  font-family: Arial;
  font-size:14px;
}

.orcamento_clien_css #d_rs{
  white-space: nowrap; 
  width: 260px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  border-width: 0px;border-style: solid;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  font-family: Arial;
  font-size:14px;
  text-align: right;
}

.orcamento_clien_css b{
  font-weight: bold;
}

.orcamento_clien_css select{
  width: 90px;
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
  margin: 3px 0px 0px 5px;
}

.orcamento_clien_css hr {
	width: 800px;
	border-color: #4682B4;
	border-width: 2px;
	text-align: left; /* Para o IE */
	margin: -10px auto 0 0; /* Para navegadores standard */
}

.orcamento_clien_css .btn {
	margin-top: -4px;
}

/* TABELA INTERNA DO ORÇAMENTO EM CLIENTE */
.div_menu_orca_cliente {
	width:800px; 
	margin-left: -2px;
	height: 2px;
}

 .table_orca_cliente tbody{
  overflow-y: scroll;
  height: 176px;
  } 

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

.table_orca_cliente thead {
  padding-top: 1px;
  padding-left: 2px;
  background-color: #4682B4;
  color: black;
  width: 800px;
  height: 18px;
  
}

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

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


.table_orca_cliente .b {
	width:42px; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-top: -3px;
	margin-left: 5px;
	font-size: 12px;
}

.table_orca_cliente .c {
	width:410px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: -1px;
	font-size: 12px;
}

.table_orca_cliente .d {
	width:30px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 0px;
	font-size: 12px;
}

.table_orca_cliente .e {
	width:30px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 25px;
	font-size: 12px;
}

.table_orca_cliente .f {
	width:90px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 12px;
	font-size: 12px;
	text-align: right;
}

.table_orca_cliente .g {
	width:89px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 5px;
	font-size: 12px;
	text-align: right;
}

.table_orca_cliente .h {
	width:7px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 5px;
	font-size: 12px;
}


.orcamento_clien_css1 {
	background-color: #4682B4;
}
.comenta_orca_cliente {
	width:99.5%;
	background-color: #F0E68C;
	border-radius: 3px;
	margin: 2px 2px 2px 2px;
	font-size: 12px;
	text-align: justify;
}

.comenta_orca_cliente2 {
	width:78%;
	height: 53px;
	background-color: #F0E68C;
	border-radius: 3px;
	margin: 2px 2px 2px 2px;
	font-size: 12px;
	text-align: justify;
	float: left;
}

.mostra_valorPG {
	width: 21%;
	height: 52px;
    background-color: #808080;
    margin: 2px 2px 2px 2px;
    font-size: 3vw;
    text-align: left;
	border-style: solid;
	border-color: white;
	border-radius: 3px;
    padding: 0vw 0vw 0vw 0vw;
    float:right;
	display: inline-block;
}

.texto_valorPG {
	width: 49%;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	margin: 1px 0px 0px 5px;
	padding: 0vw 0vw 0vw 0vw;
	float: left;
}

.valor_valorPG {
	width: 44%;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	margin: 1px 5px 0px 0px;
	padding: 0vw 0vw 0vw 0vw;
    float:right;
	display: inline-block;
}


.orcamento_clien_css .list-group{
	margin: 0px 0px 0px 0px;
	position: absolute;
	margin-top: -2px;
}


.orcamento_clien_css .list-group-item{
	width: 510px;
	height: 10px;
	background: #C6E2FF;
	margin: 0px 0px 0px 0px;
	margin-left: 5px;
	font-size: 12px;
	text-align: justify;
	padding: 0px 0px 20px 5px;
}

.orcamento_clien_css .list-group-item:hover {
	background-color: #FFFFF0;
	cursor: pointer;	
}






.div_tabela_compras {
	width:783px;
	height:240px;
	background-color:#F0E68C;
	display: inline-block;
	margin-bottom: -5px;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
}

.table_compras tbody{
  overflow-y: auto;
  height: 190px;
  overflow-x: scroll;
  width: 780px;
  }

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

.table_compras th,
.table_compras td {
  padding: 1px;
}
.table_compras thead {
  padding-top: 1px;
  padding-left: 2px;
  background-color: #F0E68C;
  color: black;
  height: 45px;
}

.table_compras tbody tr {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #999;
  font-size: 12px;
  width: 2000px;
}


.table_compras input{
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.table_compras input[type] {
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.div_menu_compras {
	width:780px;
	margin-left: -2px;
	height: 2px;
}

.div_menu_compras .a {
	width:18px; 
	display: inline-block;
	border-style: solid;
	margin-left: -2px;
	font-size: 12px;
}

.div_menu_compras .b {
	width:40px; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 2px;
	font-size: 12px;
}

.div_menu_compras .c {
	width:52px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 11px;
	font-size: 12px;
}

.div_menu_compras .d {
	width:72px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 8px;
	font-size: 12px;
}

.div_menu_compras .e {
	width:65px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 10px;
	font-size: 12px;
}

.div_menu_compras .f {
	width:110px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 17px;
	font-size: 12px;
}

.div_menu_compras .g {
	width:65px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 2px;
	font-size: 12px;
}

.div_menu_compras .h {
	width:50px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 8px;
	font-size: 12px;
}

.div_menu_compras .i {
	width:150px;
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 2px;
	font-size: 12px;
}



.div_tabela_compras_ent {
	width:576px;
	height:183px;
	background-color:#F0E68C;
	display: inline-block;
	margin-bottom: -5px;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
}

.table_compras_ent tbody{
  overflow-y: auto;
  height: 134px;
  overflow-x: scroll;
  width: 572px;
  }

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

.table_compras_ent th,
.table_compras_ent td {
  padding: 1px;
}
.table_compras_ent thead {
  padding-top: 1px;
  padding-left: 2px;
  background-color: #F0E68C;
  color: black;
  height: 45px;
}

.table_compras_ent tbody tr {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #999;
  font-size: 12px;
  width: 1000px;
}


.table_compras_ent input{
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.table_compras_ent input[type] {
  background-color:#666;
  border-radius: 5px;
  padding-left: 4px;
  color: #fff;
}

.div_but_configuracao {
  width: 100%;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
}

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

.div_frente_caixa {
  display: block;
  width: 100%;
  margin-top: 2px;
}
.div_lanca_comandas{
  width: 65.3%;
  height: calc(100% - var(--titulo-altura)); 
  background: #EEE8AA;
  margin: 2px 10px 65.3% 2px;
  border-width: thin;
  border-style: solid;
  border-color: #EEE8AA;
  position:absolute;
  border-radius: 3px;
  overflow: auto;
}

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

.div_fluxo_caixa{
  width: 65.3%;
  height: calc(100% - var(--titulo-altura)); 
  background: #8FBC8F;
  margin: 2px 5px 65.3% 2px;
  border-width: thin;
  border-style: solid;
  border-color: #8FBC8F;
  position:absolute;
  border-radius: 3px;
  overflow: auto;
}

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

.div_lanca_esquerdo{
  width: 65.3%;
  height: calc(100% - var(--titulo-altura));
  background: #2F4F4F;
  margin: 2px 5px 66% 2px;
  border-width: thin;
  border-style: solid;
  border-color: #2F4F4F;
  position:absolute;
  border-radius: 3px;
}

:root {
  --titulo-altura: 90px;
}

.div_lanca_caixa_dir{
  width: 34.3%;
  height: calc(100% - var(--titulo-altura));
  background: #4682B4;
  margin: 2px 5px 2px 65.6%;
  border-width: thin;
  border-style: solid;
  border-color: #4682B4;
  position:absolute;
  border-radius: 3px;
}

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

.div_itens_caixa{
  width: 99.6%;
  height: auto;
  background: #2F4F4F;
  margin: 105px 0 2 2px;
  border-width: thin;
  border-style: solid;
  border-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  top: 0;
  bottom: 0;
}

.menu_categotia_inter{
	width:  85px;
	height: 95px;
	margin: 2px 0px 2px 2px;
	float: left;
	z-index: 0;
	background: #F5DEB3;
	border-radius: 5px;
	cursor: pointer;	
}

.menu_categotia_inter img{
	width:  85px;
	height: 65px;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 0px;	
}

.texto_menu_categoria{
	width:  85px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}


.magem_texto_botao{
  height: 30px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font: bold 11px 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;	
}

.menu_comandas img{
	width:  85px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	border-radius: 10px;	
}


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


.menu_comandas_barbearia{
	width:  200px;
	height: 200px;
	margin: 2px 2px 2px 2px;
	float: left;
	z-index: 0;
	background: #8FBC8F;
	border-radius: 15px;
	border: 1px solid #000;
	cursor: pointer;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;
	flex-direction: column;
	position:relative;
}

.magem_texto_comanda_barb_idvenda {
    position: absolute;   /* Permite posicionamento personalizado */
    top: 2px;               /* Alinha no topo */
    left: 0;              /* Alinha à esquerda */
    margin: 5px;          /* Ajuste o espaço interno */
    text-align: left;
    font: normal 18px Courier New, monospace;
    line-height: 10px;
}

.magem_texto_comanda_barb_atendente {
    margin: 0px auto; 
    text-align: center;
    font: bold 15px arial, sans-serif;
    line-height: 10px; 
}

.magem_texto_comanda_barb_cliente{
    margin: 15px auto; 
    text-align: center;
    font: bold 15px arial, sans-serif;
    line-height: 10px;
 
}

.magem_texto_comanda_barb_dthr{
    margin: 0px auto;  
    text-align: center;
    font: normal 15px arial, sans-serif;
    line-height: 10px;
    align-self: flex-end;
}


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

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

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

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

.but_ent_caixa{
	width:  6%;
	height: 25px;
	top: -3.5;
	position:relative;
	font-family: sans-serif;
	font-size: 10px;
}

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

.span_caixa {
	margin: 0px 2px 2px 2px;
	font-size: 15px;
	text-align: left;
	height: auto;
	background: #ffffff;
	border: 2px;
	border-radius: 3px;
	border-color: #4682B4;
	cursor: pointer;
	font-family: arial,sans-serif;
}

.span_caixa ul {
	background: #FFEFD5;
}

.span_caixa li {
	background: #FFEFD5;
}

.span_caixa li:hover {
	border-radius: 3px;
	font-family: arial,sans-serif;
	font-weight: bolder;
	background: #FFDAB9;
}

.disabled {
  background: #4682B4;
}


/* TABELA INTERNA ITENS VENDA */
.div_menu_itens_venda {
	width:100%; 
	top: -3px;
	margin-left: 0px;
	height: 10px;
	font-family: arial,sans-serif;
	position:relative;
}


.table_itens_venda_caixa tbody{
  overflow-y: scroll;
  width:34.2%;
  height: calc(100% - 290px);
  background: #FFFFFF;
  position: fixed;
  } 

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

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

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

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


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

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

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

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

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

.table_itens_venda_caixa .g {
	width:12%;
	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_atendente{
    position: absolute;
    bottom: 0;
    background-color: #4682B4;
    color: #FFF;
    width: 100%;
    height: 100px;    
    text-align: center;
	margin-bottom: 17px;
}

.botoes_caixa_roda_pe{
    position: absolute;
    bottom: 0;
    background-color: #4682B4;
    color: #FFF;
    width: 100%;
    height: 85px;    
    text-align: center;	
	
}

.botao_atendente_img {
	margin: 3px 0 3px 0;
	background-image: url(../imagens/sistema/barbeiro.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    height: 45px;  
    width: 10%;
	border-radius: 5px;
	cursor: pointer;
}

.botao_fluxo_caixa_img {
	margin: 3px 0 3px 0;
	background-image: url(../imagens/sistema/vendas-min.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    height: 45px;  
    width: 10%;
	border-radius: 5px;
	cursor: pointer;
}

.botao_impressora_fiscal_img {
	margin: 3px 0 3px 0;
	background-image: url(../imagens/sistema/impressora_fiscal.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    height: 45px;  
    width: 10%;
	border-radius: 5px;
	cursor: pointer;
}

.botao_ajuda_img {
	margin: 3px 0 3px 0;
	background-image: url(../imagens/sistema/ajudar.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    height: 45px;  
    width: 10%;
	border-radius: 5px;
	cursor: pointer;
}

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

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

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

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

.indent_atendente_cliente{
	position:relative;
	width: 100%;
	height: 30px;
	background-color: #F5FFFA;
	color: red;
	font: bold 12px arial,sans-serif;
	text-align: right;
	border-radius: 3px;
	margin-bottom: 4px;
}

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

.indent_atendente_cliente span {
  position:absolute;
  width: 98%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}


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

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

.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;
  margin-left: 4px;
  } 

.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;
}

/*                                        TELA DE VERIFICAÇÃO DE ALTERAR SENHA                                  */
.alt_senha{
	left: 8%;
	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;
}

.alt_senha hr{
	width: 300px;
	left: 5%;
	right: 5%;
	margin-top: 4;
	margin-bottom: 6;
	border: 0.5px solid #4682B4;
}

.alt_senha input{
  margin-bottom: 3;
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  padding: 10px 6px;
  font-size: 14px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}

.alt_senha input:focus{
  border: 1px solid #3951b2;
}



.alt_senha 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;

}

.alt_senha input:required:invalid + label{
  color: red;
}
.alt_senha .label-float input:focus:required:invalid{
  border: 1px solid red;
}
.alt_senha input:required:invalid + label:before{
  content: '*';
}
.alt_senha input:focus + label,
.alt_senha input:not(:placeholder-shown) + label{
  font-size: 12px;
  top: 1px;
  color: #3951b2;
}

.alt_senha i{
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 16%;
  margin-top: 8px;
  color: #777777;
}

/*//////////////////////////////////////////////////////////////// MOBILE ////////////////////////////////////////////////////*/
.div_menu_compras_ent {
	width:570px; 
	margin-left: -2px;
	height: 2px;
}

.div_menu_compras_ent .b {
	width:50px; 
	display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 2px;
	font-size: 12px;
}

.div_menu_compras_ent .c {
	width:70px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 11px;
	font-size: 12px;
}

.div_menu_compras_ent .d {
	width:72px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 8px;
	font-size: 12px;
}

.div_menu_compras_ent .e {
	width:72px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 7px;
	font-size: 12px;
}

.div_menu_compras_ent .f {
	width:40px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 18px;
	font-size: 12px;
}

.div_menu_compras_ent .g {
	width:60px;display: inline-block;
	border-width: 0px;
	border-style: solid;
	margin-left: 21px;
	font-size: 12px;
}

.but_mobile {
	margin: 5px auto;
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0066A2;
	height: 110px;
	width: 98.5%;
	font: bold 55px arial,sans-serif;
	text-shadow: none;
	border-radius: 5px;
}

.div_but_mobile {
  position: absolute;
  top: 25%;
  margin: auto;
  left: 4%;
  right: 4%;
}

.div_but_mobile_v {
  position: absolute;
  width: auto;
  right: 1%;
  left: 1%;
  bottom: 0;
}

.login_mobille_v {
	width: 100%;
	margin-top: 50%;
	/*background: #0066A2;*/
}

.login_mobille_v input {
	width: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 14%;
	font: bold 90px arial,sans-serif;
	text-align:center;
	color: #808080;
	border-radius: 10px;
}

.login_mobille_v i {
  font-size: 60px;
  cursor: pointer;
  position: absolute;
  right: 13%;
  margin-top: 30px;
  color: #777777;
  z-index: 4;
}
/*//////////////////////////////////////////////////////////////// FIM MOBILE ////////////////////////////////////////////////////*/


/*	TABLE SEM FUNDA PARA PESQUISA DE PRODUTOS */////////////////////////////////////////////////////////////////////////////////////
.pesquisa_g {
	width: 100%;
	border-style: solid;
}
.pesq1 {
	width: 288px;
	display: inline-block;
}
.pesq2 {
	width: 50px;
	display: inline-block;
	text-align: right;
}
.pesq3 {
	width: 80px;
	display: inline-block;
	text-align: right;
}

.pesq4 {
	width: 80px;
	display: inline-block;
	text-align: right;
}

.pesq5 {
	width: 100px;
	display: inline-block;
	text-align: right;
}
/*	FIM - TABLE SEM FUNDA PARA PESQUISA DE PRODUTOS *///////////////////////////////////////////////////////////////////////////////





/*	TABLE SEM FUNDA PARA PESQUISA DE PRODUTOS CAIXA */////////////////////////////////////////////////////////////////////////////////////
.pesquisa_cx {
	width: 100%;
	border-style: solid;
}
.pcaixa1 {
	width: 49%;
	display: inline-block;
}
.pcaixa2 {
	width: 15%;
	display: inline-block;
	text-align: right;
}
.pcaixa3 {
	width: 15%;
	display: inline-block;
	text-align: right;
}

.pcaixa4 {
	width: 20%;
	display: inline-block;
	text-align: right;
}

/*	FIM - TABLE SEM FUNDA PARA PESQUISA DE PRODUTOS CAIXA *///////////////////////////////////////////////////////////////////////////////





/* TELA DE VERIFICAÇÃO DE CPF E CNPJ */////////////////////////////////////////////////////////////////////////////////////////////
.cpf_cnpj_cliente{
	left: 0px;
}

.cpf_cnpj_cliente input{
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -4px;
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  padding: 10px 6px;
  font-size: 18px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}

.cpf_cnpj_cliente input:focus{
  border: 1px solid #3951b2;
}



.cpf_cnpj_cliente label{
  pointer-events: none;
  position: absolute;
  top: calc(50%);
  left: 390px;
  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_cliente input:required:invalid + label{
  color: red;
}
.cpf_cnpj_cliente .label-float input:focus:required:invalid{
  border: 1px solid red;
}
.cpf_cnpj_cliente input:required:invalid + label:before{
  content: '*';
}
.cpf_cnpj_cliente input:focus + label,
.cpf_cnpj_cliente input:not(:placeholder-shown) + label{
  font-size: 12px;
  top: 28px;
  color: #3951b2;
}

.cpf_cnpj_cliente .list-group-item:hover {
	background-color: #FFFFF0;
	cursor: pointer;	
}
/*	TABLE SEM FUNDA PARA PESQUISA DE CLIENTES */////////////////////////////////////////////////////////////////////////////////////
.pesquisa_c {
	width: 100%;
	border-style: solid;
}
.pesqc1 {
	width: 370px;
	display: inline-block;
}
.pesqc2 {
	width: 152px;
	display: inline-block;
	text-align: right;
}

.list-group-barbeiro_n {
	height: 50px;
	background: #F0E68C;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.list-group-barbeiro{
	width: 97%;
	height: 22px;
	background: #C6E2FF;
	margin: 2px 2px 2px 2px;
	font-size: 14px;
	text-align: justify;
	padding: 1px 1px 1px 1px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.list-group-barbeiro div:hover {
	cursor: pointer;
	font-weight: bold;
	color: red;
}

.pesquisa_cbarbeiro {
	width: 98%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pesqc_barbeiro {
	font-size: 14px;
	width: 110px;
	display: inline-block;
	text-align: right;
}

.pesqc1_barbeiro {
	font-size: 14px;
	text-align: left;
	width: 335px;
	display: inline-block;
}
/*	FIM - TABLE SEM FUNDA PARA PESQUISA DE PRODUTOS *///////////////////////////////////////////////////////////////////////////////



.teste {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;  
	background: skyblue;
}


.swal2-sel {
  width: 90%;
  border: 1px solid black;
  border-radius: 5px;
  outline: none;
  padding: 10px 6px;
  font-size: 20px;
  transition: all .1s linear;
  margin-bottom: 6;
}

.ui-widget.ui-widget-content.ui-autocomplete{
  z-index: 1111;
}