input:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #091770 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #091770 !important;
}
/*
#crudTable tr:hover{
  background-color: #2a9c3d40 !important;
}

#crudTable tr:focus{
  background-color: #2a9c3d40 !important;
}

.btn-primary:focus{
  background: #000 !important;
}*/

.btn-outline-success{
  background: transparent !important;
  border-color: #091770 !important;
  color: #091770 !important;
}

.btn-outline-success:hover{
  background: #091770 !important;
  border-color: #091770 !important;
  color: #fff !important;
}

.btn-primary {
  background: #091770 !important;
  border-color: #091770 !important;
  color: #fff !important;
}

.btn-primary:hover{
  background: #324097 !important;
  border-color: #324097 !important;
  color: #fff !important;
}
.page-item.active .page-link {
  background: #324097 !important;
  border-color: #324097 !important;
}
/*
.table-hover tbody tr:hover { 
  background-color: #c9e0ec !important;          
}

.page-item.active .page-link {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

a {
  color: #000 !important;
}

.bg-dark {
  background-color: #000000!important;
  color: #fff !important;
}

.bg-dark  a{
  color: #fff !important;
}

.sidebar .nav-link.active .nav-icon {
  color: #dd0b12 !important;
}

.sidebar .nav-link.active{
  background: #bb7779 !important
}

.nav-item a:focus{
  background: #2a9c3d !important;
}
.nav-item a:hover{
  background: #2a9c3d !important;
}

.bg-secondary {
  background-color: #e6e6e6!important;
}*/
.badge-success{
   background-color:  #011a6e;
}
.badge-danger{
   background-color:  #ff96df;
}
.btn-outline-danger{
  color:  #ff96df;
  border-color:  #ff96df;
}
.btn-outline-danger:hover{
  color:  #fff;
  background-color:  #ff96df;
  border-color:  #ff96df;
}