html {

    font-size: 14px;
    
  }

  @media (min-width: 768px) {

    html {

      font-size: 16px;

    }

  }

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

  .modal-responsivo {
    width: 80%;
    max-width: 33333px;
}
  .card {
    margin-bottom: 1.875em;
    border-radius: 5px;
    padding: 0;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

  body{
    background-color: #f1f2f7;
    overflow-x: hidden;
  }

  .container{
    padding: 50px 0;
  }

  .stat-widget-five .stat-icon {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: 30px;
    top: 20px;
}
.stat-widget-five .stat-content {
  margin-left: 90px;
}

.stat-widget-five .stat-text {
  color: #455a64;
  font-size: 20px;
}
.stat-widget-five .stat-heading {
  color: #99abb4;
  font-size: 14px;
}
.table-stats table th, .table-stats table td {
  border: none;
  border-bottom: 1px solid #e8e9ef;
  color: #868e96;
  font-size: 12px;
  font-weight: normal;
  padding: .75em 1.25em;
  text-transform: uppercase;
}

.table-stats table td {
  color: #343a40;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
}
.order-table .badge-complete {
  background: #00c292;
}

.order-table .badge {
  color: white;
  padding: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.order-table .badge-pending {
  background: #fb9678;
}

.loading {
  animation: spin .5s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon-camera{
  font-size: 28px;
}

.logomarca{
  width: 115px;
}

.sair{
  color: #dc3545 !important
}

.sair:hover{
  color: #ffffff !important
}

.header{
  position: fixed;
    width: 100%;
    z-index: 123;
}

.badge-indicador {
  padding: 8px 11px;
  font-size: 14px;
  width: 100%;
  margin: 10px 0px;
  display: table;
}

.badge-indicador-text{
  float:left;
  margin-top: 4px;
}

.badge-indicador-percent{
  float:right;
}

.badge-indicador-percent-success{
  padding: 5px 10px;
  font-size: 12px;
  background-color: #1d8835;
  color: #fff;
  margin-left: 15px;
}

#modalHistoricoTitle{
  width: 100%;
}

#cardSla{
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  border-radius: 0px;
}

.sla{
    color: #fff;
    text-align: left;
    padding: 7px 0 0 0;
}

.sla h3{
  font-size: 14px;
  font-weight: 100;
}

.grafico{
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top:120px;
}

tbody > tr:hover {
  background: #f3f3f3;
}