* {
  font-family: 'Fira Sans', sans-serif;
}

.header.green,
.footer.green,
button.green,
.green {
  background-color: #012a49 !important;
  border-color: #012a49 !important;
  color: #fff !important;
}

.border-green {
  background-color: transparent !important;
  border-color: #012a49 !important;
  color: #012a49 !important;
}

.text-green {
  background-color: transparent !important;
  color: #012a49 !important;
}

.header.teal-900,
.footer.teal-900,
button.teal-900,
.teal-900.full,
.teal-900 {
  background-color: #012a49 !important;
  border-color: #012a49 !important;
  color: #fff !important;
}

.switch.teal-900 + .track,
.teal-900.switch + .track,
input.switch.teal-900:checked + .track,
input.teal-900.switch:checked + .track,
input[type=checkbox].teal-900.switch:checked + .track {
  background-color: #012a49 !important;
  border-color: #012a49 !important;
}

input[type=checkbox].teal-900.switch::before,
input[type=checkbox].teal-900.switch:checked::before {
  background-color: #012a49 !important;
  border-color: #012a49 !important;
}

input[type=checkbox].teal-900.switch::after,
input[type=checkbox].teal-900.switch:checked::after {
  background-color: #012A49 !important;
  border-color: #012A49 !important;
}

input[type=checkbox].teal-900.switch,
input[type=checkbox].switch.teal-900 {
  background-color: transparent !important;
  border-color: transparent !important;
}

.loading-circle {
  stroke: #012a49;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  touch-action: manipulation;
}

.icon-huge-empy {
  font-size: 60px !important;
}

.hide-element {
  display: none
}

.button-add-product {
  position: absolute;
  right: 10px;
  margin-top: -58px;
  margin-right: 3px;
}

.button-add-product.exist-product {
  margin-top: -20px;
}

.small-text {
  font-size: 10px!important;
}

.padding-left {
  padding-left: 10px;
}

#qty.qty-inline-flex {
  display: inline-flex;
}

#qty button .icon {
  position: relative;
  left: auto;
}

#qty button {
  padding: 0;
  min-height: 15px;
  line-height: 15px;
  vertical-align: bottom;
}

#qty input {
  width: 25%;
  margin: 0;
  vertical-align: middle;
}


#fontTitle.fontTitle-inline-flex {
  display: inline-flex;
}

#fontTitle button .icon {
  position: relative;
  left: auto;
}

#fontTitle p {
  size: 10px;
}

#fontTitle button {
  padding: 0;
  min-height: 15px;
  line-height: 15px;
  vertical-align: bottom;
}

#fontTitle input {
  width: 40%;
  margin: 0;
  vertical-align: middle;
}

.logo {
  max-width: 80%;
  max-height: 150px;
}

#body-index.init-body .page {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

#body-index.init-body .page .header .left {
  display: none;
}

.without-border {
  border: none;
}

.v-build {
  color: white;
  margin-top: 10px;
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

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

.client-list .item {
  padding: 8px 15px!important;
}

.hidden-overflow {
  overflow: hidden;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.margin-right {
  margin-right: 10px;
}

.erro-texto {
  opacity: 1 !important;
}

.erro-cliente {
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.erro-cliente, .erro-item, .erro-pedido {
  color: red;
  font-size: 10px;
  transition: 125ms all ease;
}

.required-label::after {
  content: '*';
  color: red;
  font-size: inherit;
}

.cliente-desabilitado,
.produto-desabilitado,
.produto-desabilitado * {
  color: #9c9c9c !important;
  background-color: #dedede !important;
}

.cliente-desabilitado {
  border-bottom: 1px solid #fff !important;
}

.cliente-desabilitado:last-child {
  border-bottom: 0 !important;
}

.produto-desabilitado > .item {
  border-bottom: 1px solid #d2d2d2;
}

.produto-desabilitado button {
  color: lightgray !important;
  background-color: #9c9c9c !important;
}

.produto-desabilitado button.icon {
  color: #9c9c9c !important;
  background-color: transparent !important;
}

.alerta-red {
  color: red !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 0.9em !important;
}

.status-sinc-text {
  font-size: 12px !important;
}

.icon-history {
  width: 50px;
  margin-top: -5px;
  padding: 0px 10px;
}

.list-alert .item p {
  padding: 0 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.input-preco {
  width: auto;
  font-weight: bold;
  color: #000;
  font-size: 15px;
  border: 1px solid #9e9e9e;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #fff;
}

.custom-input-product, .input-product {
  margin-right: 10px;
  font-size: 15px;
  border: 1px solid #9e9e9e;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #fff;
}

.align-left {
  text-align: left
}

.p-b-xs {
  padding-bottom: 0.188em;
}

.wb-bw {
  word-break: break-word
}

.separator-list {
  margin: 0.3em 0.3em;
  background-color: #eee;
  opacity: 0.5;
}

.item-detail {
  padding: 0px 3px 0px 1.1em !important;
}

.m-t-xs {
  margin-top: 0.3em;
}

.m-r-xs {
  margin-right: 0.625em;
}

.p-r-sm {
  padding-right: 40px !important;
}

.font-14 {
  font-size: 14px;;
}

.font-20 {
  font-size: 20px;;
}

.line-through {
  text-decoration:line-through;
  opacity: 0.8;
}

#personalizados-produto > .item{
  border: none;
  padding-bottom: 0px;
  padding-top: 5px;
}

#personalizados-produto > .item:last-child{
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.searchBars {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.searchBars .searchInput {
	text-align: center;
	font-size: 16px;
	width: 100%;
	height: 30px;
	background-color: white;
	border-radius: 5px;
	border: 2px solid #47555A;
	margin-bottom: 5px;
}

.list .max-height {
	overflow-y: auto;
	max-height: 70vh;
}

.stickyBar {
	top: 0;
	position: sticky;
	z-index: 1;
	background-color: #eee!important;
	border-bottom: 1px solid black;
}

.emptyItemList {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* iOS can hide native select indicators with reset styles; draw a stable arrow. */
body.platform-ios select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 28px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% - 3px),
    calc(100% - 11px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
