/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.hidden {
  display: none !important;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.errorstyle {
  border: 1px solid #e33130 !important;
  box-shadow: 0px 0px 2px #ff000061;
}
.errorstyle02 input,
.errorstyle02 select {
  border: 1px solid #e33130 !important;
  box-shadow: 0px 0px 2px #ff000061;
  margin-left: 1px;
}
.errorstyle02 .select2-container--default .select2-selection--single {
  border: 1px solid #e33130 !important;
  box-shadow: 0px 0px 2px #ff000061;
}
/*CSS LOADING [START]*/
.background-box-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  z-index: 999999999;
}
.background-box-loading .box-loading {
  position: fixed;
  width: 150px;
  height: 150px;
  background-color: #e33130;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 100%;
  border: 5px solid #fff;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -25px;
}
.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*CSS LOADING [END]*/
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #444;
  color: #fff !important;
  font-size: 12px;
}
.footer a {
  color: #fff !important;
}
.nao-autorizado {
  width: auto;
  text-align: center;
  padding: 10px 20px;
  background-color: #444;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -212px;
}
.modal .modal-dialog {
  max-width: 48%;
}
.modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 6px 15px;
  background-color: #e33130;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  font-size: 16px;
  text-align: left;
  font-weight: 400 !important;
}
.modal .modal-dialog .modal-content .modal-header button {
  padding: 0;
  margin: 0;
  color: #fff;
}
.modal .modal-dialog .modal-body {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.modal .modal-dialog .modal-body .md-form {
  display: grid;
  grid-template-columns: 1fr 1fr 35px;
  grid-gap: 10px;
}
.modal .modal-dialog .modal-body .md-form.lead-ativo {
  grid-template-columns: 1fr 120px;
}
.modal .modal-dialog .modal-body .md-form.lead-ativo #lblInputOrderDashboard {
  display: block;
}
.modal .modal-dialog .modal-body .md-form.lead-ativo .box-input-pedido {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.modal .modal-dialog .modal-body .md-form.lead-ativo .box-input-pedido label {
  display: block;
  margin: 0;
  text-align: right;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 27px;
}
.modal .modal-dialog .modal-body .md-form.lead-ativo .box-input-pedido #cboInputOrderDashboard {
  display: block;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0 10px;
}
.modal .modal-dialog .modal-body .md-form .box-selet-modal {
  display: grid;
}
.modal .modal-dialog .modal-body .md-form .box-selet-modal i {
  background-color: #ccc;
  text-align: center;
  line-height: 26px;
  color: #444;
}
.modal .modal-dialog .modal-body .md-form .box-selet-modal select {
  border: 1px solid #ccc;
  color: #444;
  font-size: 14px;
  padding: 0 0 0 5px;
  height: 32px;
  border-radius: 4px;
}
.modal .modal-dialog .modal-body .md-form .box-input-pedido {
  display: none;
}
.modal .modal-dialog .modal-body .md-form input {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0 10px;
  color: #444;
  height: 32px;
  border-radius: 4px;
}
.modal .modal-dialog .modal-body .md-form .btn-search-modal {
  border: 0;
  background-color: #e33130;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.modal .modal-dialog .modal-body .md-form .btn-search-modal:hover {
  background-color: ##c52c2b;
}
.modal .modal-dialog .modal-body .md-form #btnTypeInputDashboard {
  border: 0;
  height: 45px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #4CAF50;
  color: #fff;
  cursor: pointer;
}
.modal .modal-dialog .modal-body .md-form #btnTypeInputDashboard:hover {
  background-color: #39863c;
}
.modal .modal-dialog .modal-footer {
  position: relative;
  background-color: #f1f1f1;
  padding: 25px 0;
}
.modal .modal-dialog .modal-footer .btn-nao {
  padding: 5px 10px;
  background-color: red;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  border: 0;
  position: absolute;
  left: 20px;
}
.modal .modal-dialog .modal-footer .btn-nao:hover {
  background-color: #da0101;
}
.modal .modal-dialog .modal-footer .btn-sim {
  position: absolute;
  right: 20px;
  padding: 5px 10px;
  background-color: #4CAF50;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  border: 0;
}
.modal .modal-dialog .modal-footer .btn-sim:hover {
  background-color: #39863c;
}
.pagination {
  display: flex;
  margin: 0 0 10px 0;
}
.pagination li a {
  color: #444;
  font-size: 12px;
  border: 1px solid #ccc;
}
.pagination li a.active {
  background-color: #4CAF50;
  color: #fff;
}
.body-components {
  margin-bottom: 0;
}
.body-components main {
  padding-bottom: 0 !important;
}
iframe {
  width: 100%;
  border: 0;
}
