[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.btn-large .fa {
  padding: 0;
}
.fa-2x {
  font-size: 2rem !important;
}

body {
  overflow: auto !important;
  overflow-x: hidden !important;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.notFoundDiv {
  padding-left: 40%;
  margin: 80px 0;
  font-size: 1.4rem;
}

.custom-select {
  cursor: pointer;
}

.card {
  border-radius: 7.5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.card-action {
  border-radius: 0px 0px 15px 15px !important;
}

#clientesModal tr {
  cursor: pointer;
}

.tabs .tab.disabled a {
  color: rgba(131, 131, 131, 0.41) !important;
}

#produtosModal tr {
  cursor: pointer;
}

.btn,
.btn-flat {
  border-radius: 10px !important;
}

.swal2-modal button.styled:not(.loading) {
  border-radius: 10px !important;
  padding: 15px 20px !important;
}

.modal {
  border-radius: 7.5px;
}

.swal2-overlay {
  z-index: 9991 !important;
}

.swal2-modal {
  z-index: 9999 !important;
  border-radius: 7.5px !important;
}

.swal2-modal button.styled.cpfnota {
  padding: 0px 20px !important;
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

footer {
  position: fixed;
  bottom: 0;
}

.semEstoque {
  color: red;
}

.modal {
  z-index: 1003 !important;
}

.modal-footer {
  /*overflow-x: hidden;*/
}

.modal-overlay {
  z-index: 1002 !important;
}

@media only screen and (min-width: 1300px) {
  .container-fluid {
    margin-left: 170px !important;
    padding: 15px;
  }
  .container {
    padding: 15px;
    padding-left: 150px;
    width: 90%;
    max-width: 1920px;
  }
}
.modal.bottom-sheet {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

@media only screen and (max-width: 1299px) {
  .container-fluid {
    margin-left: 170px !important;
    padding: 15px;
    padding-left: 35px;
  }
  .container {
    padding: 15px;
    margin-left: 205px;
    width: 80%;
  }
}

.parcelaPaga,
.parcelaPendente {
  float: left;
  margin-right: 5px;
}

.parcelaPaga {
  color: green !important;
}

.parcelaPendente {
  color: red !important;
}

.aprovado,
.pendente,
.cancelado,
.denegado,
.inutilizado {
  float: left !important;
}

.inutilizado {
  color: #f9a825;
}

.denegado {
  color: blue;
}

.cancelado {
  color: red;
}

.aprovado {
  color: green;
}

.pendente {
  color: #ffb658;
}

.aberta {
  color: #795548;
}

.andamento {
  color: #31618beb;
}

hr {
  border: 1px solid;
  border-color: #e0e0e0;
}

input.buscaProduto {
  width: 25% !important;
}

input.buscaProdutoDescricao {
  width: 70% !important;
}

.logo {
  height: 8rem;
}

#sidenav-overlay {
  z-index: 1;
}

#slide-out {
  width: 100%;
  height: 100%;
}

.subSideMenu {
  padding-left: 20px;
}

.headerSlideOut tr,
td {
  padding: -20px;
  margin: -20px;
}

.headerSlideOut a {
  font-weight: 300;
  font-size: small;
  margin: 0;
}

.slideLink {
  font-weight: 300 !important;
}

.non-select {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.hover:hover {
  text-shadow: 0px 0px 8px white;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

* {
  -webkit-font-smoothing: antialiased;
}

html {
  background-color: white;
  font-size: 0.85rem;
  font-family: "Open Sans", sans-serif;
}

.card-panel {
  border-radius: 7.5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.inline-label {
  padding-top: 31px !important;
}

header,
main,
footer,
ui-view {
  padding-left: 30px;
}

th[ng-click] {
  cursor: pointer;
  position: relative;
  color: #000;
  text-decoration: none;
}

th[ng-click]:hover {
  color: blue;
}

label.active {
  color: gray !important;
}

select + label {
  margin: -27px 0px;
}

.sufix-input + button {
  position: fixed;
  top: 0;
}

th[ng-click]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3949ab;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

th.order:before {
  visibility: visible;
  color: #3949ab !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

th.order {
  color: #3949ab !important;
}

th[ng-click]:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

ui-view.ng-enter {
}

ui-view.ng-leave {
}

ui-view.ng-leave .fixed-action-btn {
  display: none;
}

.bread {
  padding-left: 125px;
}

.bread a {
  font-size: 1.3rem;
}

#pdvModal a {
}

.bread {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

@media only screen and (max-width: 992px) {
  .bread a,
  .bread i {
    font-size: 1.2rem !important;
  }
}

tr.striped {
  background-color: #f5f5f5;
}

.card-subtitle {
  font-size: 2rem;
  font-weight: 300;
  height: 3rem;
  color: dimgray;
}
.card-subtitle button {
  font-size: 0.85rem;
  height: 3rem;
  margin-left: 10px;
}

@media only screen and (max-width: 1300px) {
  header,
  main,
  footer,
  ui-view {
    padding-left: 0;
  }
}

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
    of the button to still show through. */
  background-color: #3949ab;
}

.preloader-wrapper {
  margin: 15px;
}

span.prefix{
  color: rgb(66, 66, 66) !important;
}

#itemsTable table tr td {
  margin: 0;
  padding: 0;
}

.tooltip {
  display: none;
}

.toast {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur),
    default !important;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 8.5px !important;
}

.toast.rounded {
  border-radius: 8.5px !important;
}

button:hover .tooltip {
  display: block;
}

[data-tooltip]:not(.tooltipped) {
  /*Set our animation play state to paused initially */
  cursor: pointer;
  position: relative;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -51px;
  padding: 3px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 10px;
  z-index: 999999;
  line-height: 1.2;
}

[data-tooltip][data-position="right"]:before {
  bottom: 15%;
  left: 200%;
}

[data-tooltip][data-position="bottom"]:before {
  bottom: -120%;
  left: 55%;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  z-index: 999999;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip][data-position="bottom"]:after {
  bottom: -20%;
  left: 55%;
  border-top: 0;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

[data-tooltip][data-position="right"]:after {
  display: none;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  animation-play-state: running;
  z-index: 999999;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.card-title button {
  margin-left: 15px;
}

social {
  position: fixed;
  bottom: 9px;
  left: 0px;
  font-size: 0.8ch;
  z-index: 9999999;
}

versao a {
  font-weight: bold;
  color: black;
  cursor: pointer;
}

versao a:hover {
  text-decoration: underline;
  color: yellow;
}

.fixed-table td {
  padding: 0px 0px;
  height: 56px;
}

.fixed-table th {
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 0px 0px;
  height: 48px;
}

.fixed-table tbody tr {
  padding: 7px;
}

.fixed-thead {
  background-color: white;
  z-index: 4 !important;
}

.buscaDiv .busca-input {
  width: 0;
  transition: width 0.2s ease-out;
}

.buscaDiv.active .busca-input {
  width: 50%;
}

.btn-flat i {
}

.buscaDiv {
  display: inline;
  width: 24px;
  margin-right: -20px;
  transition: width 0.2s ease-out;
}

.selecao {
  background-color: transparent;
  font-size: 20px;
  font-weight: 300;
}

.busca-input {
  width: 100%;
}

.sufix-input {
  position: relative;
  display: inline;
}

.sufix-input i {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
}

.sufix-input i + i {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 1.5rem;
}

.sufix-input i:hover {
  color: cornflowerblue;
}

.tabs .tab a,
.tabs .tab a {
  background-color: transparent;
  color: #2196f3;
}

input[type="text"]:not(.browse-default):focus:not([readonly]),
input[type="password"]:not(.browse-default):focus:not([readonly]),
textarea:not(.browse-default):focus:not([readonly]),
input[type="email"]:not(.browse-default):focus:not([readonly]) {
  border-bottom: 1px solid #2196f3;
  box-shadow: 0 1px 0 0 #2196f3;
}

input[type="text"] + label,
input[type="password"] + label,
input[type="email"] + label,
.materialize-textarea + label,
input[type="checkbox"] + span,
input[type="radio"] + span {
  color: black !important;
}

.switch {
  color: black;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  background-color: #0d47a1 !important;
  border: 2px solid #0d47a1 !important;
}

.btn-flat:hover {
  background-color: #e0e0e0;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #0d47a1;
}

.menu-unico.active i,
.menu-unico.active a {
  color: white !important;
}

.menu-unico.active {
  background-color: #303f9f !important;
}

.tabs .indicator {
  background-color: #0d47a1;
}

#dropdown1 i {
  padding-left: 75%;
  position: absolute;
}

.custom-select {
  font-size: 1rem;
  display: inline-block;
  max-width: 100%;
  height: 3rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

.custom-select + label {
  top: -5px !important;
  color: gray;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.material-tooltip {
  border-radius: 15px !important;
}

/* Material UI DATE PICKER */
/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker .moment-picker-container {
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.moment-picker .header-view {
  border: 1px solid #fff;
}

.moment-picker .header-view th {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 40px;
  height: 40px;
}

.moment-picker .header-view th:hover,
.moment-picker td:hover {
  background-color: #e0e0e0;
}

.moment-picker td {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.moment-picker .moment-picker-specific-views {
  padding: 4px 8px;
}

.moment-picker .moment-picker-specific-views table {
  border-collapse: separate;
  border-spacing: 3px;
}

.moment-picker .moment-picker-specific-views th {
  background: none;
  cursor: default;
}

.moment-picker .decade-view td,
.moment-picker .year-view td {
  min-width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 0px;
}

.moment-picker .month-view td {
  margin: 0px;
  min-width: 20px;
  height: 20px;
  vertical-align: middle;
}

.moment-picker .day-view td,
.moment-picker .hour-view td {
  margin: 0px;
  min-width: 20px;
  height: 20px;
  vertical-align: middle;
}

.moment-picker .minute-view table {
  border-spacing: 2px;
}

.moment-picker .minute-view td {
  min-width: 40px;
  height: 40px;
}

/* ;;;;;;; */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(187, 183, 183);
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #90caf9;
  cursor: pointer !important;
}

.hide-swal2 {
  animation: fadeOut 0.2s !important;
}

.show-swal2 {
  animation: fadeIn 0.2s !important;
}

/* TEMA */
.toastify {
  border-radius: 10px;

  font-size: 1.3rem;
  padding: 15px 30px;
}
.ora-busca {
  position: relative;
}

.ora-panel {
  padding: 5px;
}

.ora-busca button {
  position: absolute !important;
  right: 0;
}

.ora-table td {
  margin: 0;
  padding: 10px !important;
}
.ora-collapsible table td {
  margin: 0;
  padding: 5px !important;
}

.ora-table th {
  text-transform: uppercase;
  color: gray;
  font-weight: bold;
  padding: 10px 5px;
}

.ora-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.ora-collapsible {
  border: none;
  box-shadow: none !important;
}

.ora-table .id,
.ora-collapsible .id {
  font-size: 1.3rem;
  color: #585858;
  font-weight: bold;
}

.ora-table .nome,
.ora-collapsible .nome {
  font-size: 1.1rem;
}

.ora-table .cnpj,
.ora-collapsible .cnpj {
  font-size: 1.4rem;
  color: #585858;
  font-weight: bold;
}

.ora-collapsible .collapsible-header {
  border: none;
  padding: 5px 2px;
}

.ora-collapsible .collapsible-body {
  padding: 0 20px;
}

ul.ora-enderecos .endereco {
  font-size: 1.4rem;
  margin-top: 8px;
  color: #585858;
  letter-spacing: 0.5px;
}

ul.ora-enderecos .bairro {
  margin-top: 0px;
  font-size: 1.3rem;
  color: #585858;
  letter-spacing: 0.5px;
}

ul.ora-enderecos .tipo {
  margin-bottom: 15px;
  color: #585858;
}

ul.ora-enderecos .cep {
  font-size: 1.5rem;
  color: #585858;
  font-weight: bold;
  position: relative;
}

ul.ora-enderecos .cep button {
  position: absolute;
  top: -10px;
  left: 90px;
}

ul.ora-enderecos .numero {
  font-size: 1.7rem;
}

ul.ora-enderecos .cidade {
  font-size: 1.6rem;
  color: #585858;
  margin-top: 10px;
}

ul.ora-enderecos li {
  padding: 20px 0 !important;
}

ul.ora-telefone li {
  padding: 10px 0 !important;
  font-size: 1.3rem;
  font-weight: bold;
  color: #585858;
}
.ora-loadMore button {
  width: 100%;
}
h6.ora-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: darkgray;
}
button.fullWidth {
  width: 100%;
}
input:required + label > label {
  color: red !important;
  font-size: 1.5rem;
}
.ng-invalid.ng-touched {
  border-bottom: 1px solid #f44336 !important;
  -webkit-box-shadow: 0 1px 0 0 #f44336 !important;
  box-shadow: 0 1px 0 0 #f44336 !important;
}

.uploadOverlay {
  display: none;
  background-color: #00000094;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.uploadOverlay div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
  width: 100%;
  gap: 50px;
  color: white;
}
.uploadOverlay i {
  font-size: 3rem;
}
.uploadOverlay p {
  font-size: 3rem;
}
.uploadOverlay .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}
.ui-autocomplete {
  z-index: 9999999 !important;
}
.badge.discovery{
  position: absolute;
  text-transform: capitalize;
  font-size: 0.8rem;
  background: #4886e1;
  border-radius: 1rem;
  color: white !important;
  font-weight: bold;
}
.h-fit{
  height: fit-content;
}
.w-fit{
  width: fit-content;
}
.hidden{
  display: none !important;
}
[type="radio"]:disabled{
  background-color: pink;
}
