/*creaciones mias para mejorar*/
.content-wrapper {
    background-image: url(../img/fondo.png);
}

/*.login-page {
    background-image: url(../img/inicio.jpg);
    background-repeat: no-repeat;
    background-size: cover;"
}*/

input[data-readonly] {
  pointer-events: none;
  background-color: transparent;
}

.campo {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    font-weight: bolder;
    pointer-events: none;
    width: 100%;
}

.bg-buscador{
  background-color: #d2f7f7 !important;
}

.bg-buscador a:focus {
  background: #95e6e6 !important;
  color: #353c3c;
}

.panel-sidebar{
  padding: 5px;
  display: block;
}

.panel-sidebar.active{
  background-color: #6f8888
}

.card {
  background-color: #f0f2f3;
}

.form-control {
    border: 1px solid #c2c9d0;
    border-radius: 0.8rem;
}

.form-control:focus {
    border:2px solid #17a2b8;
}

.btn {
    border-radius: 0.8rem;
}

.table-responsive thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
}
