/*creaciones mias para mejorar*/
.content-wrapper {
    background-image: url(../img/fondo.png);
}

.login-page {
    background-image: url(../img/inicio.png);
    background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
  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;
  font-size: 0.78rem;
}

.bg-buscador a:focus {
  background: #95e6e6 !important;
  color: #353c3c;
}

.panel-sidebar{
  padding: 5px;
  display: block;
}

.panel-sidebar.active{
  background-color: #6f8888
}

.form-control {
    border: 1px solid #c2c9d0;
    border-radius: 0.7rem;
}

.form-control:focus {
    border:2px solid #17a2b8;
}

.btn {
    border-radius: 0.7rem;
}

.table-responsive thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 565px) {
  .priority{
    display:none;
  }

}

.login-card-body, .register-card-body {
    background-color: rgba(0, 20, 81, 1.0);
    border-top: 5; 
    color: #fff; 
    padding: 20px; 
    box-shadow: 0 0 30px #3C69FC;
    border-radius: 15px;
}
[class*=sidebar-dark-] {
    background-color: #00134E;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #0000FF;
    box-shadow: 0 0 20px #3C69FC;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(255,255,255,.9);
    color: #343a40;
    box-shadow: 0 0 30px #3C69FC;
}
[class*=sidebar-dark-] .sidebar a {
    color: #CCCCFF;
}
.form-control {
    border: 2px solid #CCCCFF;
    border-radius: 0.7rem;
    box-shadow: 0 0 10px #CCCCFF;
}

.card {
    box-shadow: 0 0 20px #82ACD4;
}

body {
    color:#000078;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.pl-1, .px-1 {
    padding-left: 0.25rem!important;
    font-weight: 600;
}

.text-sm .card-title {
    font-size: 1rem;
    font-weight: 600;
}
/*color texto ventas*/
a {
    color: #000078;
    text-decoration: none;
    background-color: transparent;
}
