html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/*css is local*/
.file-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

    .file-item:last-child {
        border-bottom: none;
    }

.file-name {
    flex: 1;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.elementoOculto {
    display: none !important;
}

.tituloNegrita {
    font-weight: bold;
}

.w-10 {
    width: 10% !important;
}

.form-control-inline {
    display: inline-block !important;
}

.p-espacio-lineas {
    line-height: 3 !important;
}

.text-justificado {
    text-align: justify !important;
}

.btn-derecha {
    float: right;
}

.color-formulario {
    background-color: white;
    color: white;
}

.no-wrap {
    white-space: nowrap;
}

.text-right {
    text-align: right;
}

.caja-encabezado {
    border-radius: 0.375rem;
    border: solid;
    border-width: thin;
    margin-bottom: 5px;
    border-color: lightgray;
    padding: 1rem 1rem 0 1rem;
}

.caja-check {
    width: 5%;
    text-align: center;
}

.caja-simple {
    border: solid;
    border-width: thin;
    border-color: lightgray;
}