@font-face {
  font-family: "ds-digital";
  src: url("/view/dist/font/ds-digital.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/**=====================================
    MODAL GENERAL
======================================**/
.input-group {
  display: block;
}
label {
  margin-bottom: 0;
  font-weight: 100;
  width: 100%;
}

/**=====================================
    MODAL AGREGAR USUARIO
======================================**/
.form-group {
  margin-bottom: 15px !important;
}
.izquierda {
  padding-left: 0 !important;
}
.derecha {
  padding-right: 0 !important;
}
@media screen and (max-width: 600px) {
  .izquierda {
    padding-right: 0 !important;
  }
}

/**=====================================
    BOTONES BARRA SUPERIOR
======================================**/
.pos-menu {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100px;
}
.pos-menu:hover {
  border-color: transparent;
}
.pos-menu:focus {
  border-color: transparent;
}
.pos-panel {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100px;
}

/**=====================================
 INPUTS USUARIOS
======================================**/
.input_correcto {
  border: 3px solid #1ed12d !important;
}
.input_incorrecto {
  border: 3px solid #9f191f !important;
}

/**=====================================
 TABLA DE LA CAJA
======================================**/
.tablaCaja {
  width: 100%;
}

/**=====================================
 TABLA DE CLASIFICACION
======================================**/
p.clasificacion {
  position: relative;
  top: 15px;
  overflow: hidden;
  display: flex;
  flex-flow: row-reverse;
  text-align: center;
  font-size: 25px;
}

p.clasificacion input {
  position: absolute;
  top: -100px;
}

p.clasificacion label {
  float: right;
  color: #333;
}

p.clasificacion label:hover,
p.clasificacion label:hover ~ label,
p.clasificacion input:checked ~ label {
  color: #f4d03f;
}

  /* modificado fabian */

.config-box {
  border-radius: 0.25rem;
  display: flex;
  margin-bottom: 1rem;
  min-height: 90px;
  position: relative;
  width: 100%;
  background: white;
}

.config-box:hover {
  box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.11);
  transition: all 0.4s linear 0s;
}

.config-box .config-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}

.config-box .config-box-icon {
  border-radius: .25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 5rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 90px;
  width: 90px;
}

.text-mini {
    font-size:12px;
}

textarea {
  width: 100%;
  resize: none;
  min-height: 50px;
  field-sizing: content;
}

.pf{
  padding-left: 5px;
}

.config {
  display: flex;
  align-items: center;
  justify-content: center;
}

.styled-file-input {
  position: relative;
  overflow: hidden;
  width: 164px;
}

.styled-file-input::file-selector-button {
  padding: 10px 20px;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.styled-file-input::file-selector-button:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/*# sourceMappingURL=adminlte.css.map */

.ver {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    text-align: justify;
    resize: none;
}

/* datatable */

td {
    align-content: center;
}

/* clases bootstrap */
.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.d-flex {
  display: flex !important;
}



/* fin clases bootstrap */

@media (max-width: 767px) {
  .content-wrapper {
    width: 100% !important;
  }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em 320px;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1em !important;
}