[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("img/loading.gif");
  background-size: cover;
  left: 50%;
  top: 50%;
}

.recuadro-tabla .titulo {
  padding-left: 25px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: darkred;
}

.cobertor-checkbox {
  border: 1px #c8cbcf solid !important;
  border-radius: 3px !important;
  padding-left: 0.5rem !important;
  padding-top: 0.5rem !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  max-height: 70% !important;
  vertical-align: middle;
}

.modal-lg-lg {
  max-width: 950px !important;
}

.modal-wrapper .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.card-secondary {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}

.search-wrapper {
  position: relative;
}
.search-wrapper label {
  position: absolute;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  top: 8px;
  left: 12px;
  z-index: -1;
  transition: 0.15s all ease-in-out;
}
.search-wrapper input {
  padding: 4px 6px;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: 0.15s all ease-in-out;
  background: white;
}
.search-wrapper input:focus {
  outline: none;
  transform: scale(1.05);
}
.search-wrapper input:focus + label {
  font-size: 10px;
  transform: translateY(-24px) translateX(-12px);
}
.search-wrapper input::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 100;
}

.icono-input {
  padding-top: 12px;
  margin-left: 13px;
  cursor: pointer;
}

.icono-red {
  color: darkred !important;
}

.icono-green {
  color: darkgreen !important;
}

.inputSearch {
  color: #000 !important;
  background-color: #EBECEC !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 70% !important;
}