@charset "UTF-8";

.bgGray {
  background-color: #6c757d;
}

/* ajuste tables */

@media (max-width: 768px) {
  .table-mobile thead {
    display: none;
  }

  .table-mobile,
  .table-mobile tbody,
  .table-mobile tr,
  .table-mobile td {
    display: block;
    width: 100%;
  }

  .table-mobile tr {
    background: #f8f9fa;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .table-mobile td {
    border: none !important;
    padding: 10px 15px;
    text-align: left !important;
    position: relative;
  }

  /* Oculta colunas desnecessárias no mobile */

  .table-mobile td[data-label=Região],
  .table-mobile td[data-label=Início],
  .table-mobile td[data-label=Fim] {
    display: none !important;
  }

  /* Labels padrão */

  .table-mobile td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 90px;
    color: #555;
  }

  /* Estilo da célula de Nota */

  .table-mobile td[data-label=Nota] {
    text-align: center !important;
    font-size: 24px;
    font-weight: bold;
    background-color: #6c757d;
    color: #fff;
    border-radius: 0 0 8px 8px;
  }

  /* Deixar o label “Nota” branco também */

  .table-mobile td[data-label=Nota]::before {
    color: #fff;
  }
}

/* fim ajuste tables */

/* Bloco de botões responsivo */

@media (max-width: 768px) {
  .action-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
  }

  .action-buttons .btn,
  .action-buttons .btn-group {
    width: 100% !important;
    margin-bottom: 8px !important;
  }

  .action-buttons .dropdown-menu {
    position: static !important;
    width: 100% !important;
    margin-top: 0;
  }

  .action-buttons .dropdown-item {
    text-align: center;
  }

  /* Mensagem de processamento centralizada no mobile */

  .processing-message {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
  }
}

/* Pequenos ajustes desktop */

@media (min-width: 769px) {
  .action-buttons .btn-group {
    margin-left: 6px;
  }
}

/* ajuste box categories report */

.boxCategory {
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 15px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: bold;
  background-color: #6c757d;
  /* cinza padrão do Bootstrap, pode ajustar */
  color: #fff;
  min-width: 120px;
  flex: 1 1 120px;
  max-width: 180px;
  margin: 6px;
  /* margem leve entre os boxes */
}

/* Título */

.boxCategory span.title {
  display: block;
  font-size: 14px;
  color: #fff;
}

/* Valor */

.boxCategory span.value {
  font-size: 26px;
  display: block;
  margin-top: 5px;
  color: #fff;
}

/* Layout responsivo */

@media (max-width: 768px) {
  .boxCategory {
    min-width: 45%;
    max-width: 45%;
    font-size: 14px;
    padding: 12px;
    margin: 5px;
  }

  .boxCategory span.value {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .boxCategory {
    min-width: 100%;
    max-width: 100%;
    margin: 5px 0;
  }
}

.inputFileCamera {
  display: none;
}

p.textQuestion {
  font-size: 23px;
  font-weight: bold;
}

.badge-score {
  font-size: 30px !important;
  margin-right: 15px !important;
  padding: 25px !important;
}

.badge-percent {
  font-size: 30px !important;
  margin-right: 15px !important;
  padding: 20px !important;
}

.badge-percent small {
  display: block;
  font-size: 10px;
}

.badge-category {
  font-size: 20px !important;
  margin-right: 15px !important;
  padding: 25px !important;
}

.badge-category span {
  margin-top: 10px;
  font-size: 40px !important;
}

.card-score {
  margin-top: 20px !important;
}

.form-group-select {
  margin-top: -22px !important;
}

.inputPercent {
  margin-right: 15px;
  width: 50px !important;
  float: left;
  text-align: center !important;
}

.login-page {
  background-color: #050406;
}

input[readonly] {
  padding: 10px !important;
}

.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(35, 31, 36, 0.4) !important;
}

select.form-control {
  height: 36px !important;
}

img.imageList {
  max-height: 100px;
}

.btn-visibility-settings {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-laravel {
  background-color: #ffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.login-page .card-login .card-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 100;
}

.card.bg-primary,
.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-primary .back,
.card.card-rotate.bg-primary .front {
  background: linear-gradient(60deg, #202020, #404040) !important;
}

.sidebar .nav li a,
.sidebar .nav li .dropdown-menu a {
  text-transform: none !important;
}

.image_preview .boxImage img {
  max-width: 500px;
}

