body{
  background: #cb9b9b !important;
}
input:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #2a9c3d40 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #2a9c3d40 !important;
}

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

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

.btn-primary:focus{
  background: #3aaa36 !important;
}

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

.btn-primary:hover{
  background: #3aaa36 !important;
  border-color: #3aaa36 !important;
  color: #fff !important;
}

.table-hover tbody tr:hover { 
  background-color: #c9e0ec !important;          
}

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

a {
  color: #3aaa36 !important;
}

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

.sidebar .nav-link.active {
  background: #3aaa36 !important;
}

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

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

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

.nav-item a:focus{
  background: #3aaa369e !important;
}
.nav-item a:hover{
  background: #3aaa369e !important;
}

.bg-secondary {
  background-color: #fefefe!important;
}

.bg-primary {
  background-color: #3aaa36!important;
}
.no-padding{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.alert-secondary {
  color: #121212;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.modal-dialog-cotizacion {
  max-width: 80% !important;
}

.viewCotizaciones .tab-content{
  border: 0 !important
}
#viewPedidos i{
  color: #1b2a4e !important;
  padding: 0 5px !important;
}

#viewPedidos th,
#viewPedidos td{
  text-align: center !important;
}

.viewCotizaciones .tab-pane{
  padding: 0 !important;
}
.viewCotizaciones table td,
.viewCotizaciones table th{
  padding: 5px !important;
  font-size: 12px !important;
}
.zoom-90{
  zoom: 90%
}
.viewCotizaciones .tab-content{
  background-color: #f1f4f8;
  box-shadow: none;
}

#viewPedidos .btn-delete-cot{
  background: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}
#viewPedidos .form-del{
  display: contents !important;
}
.btn-outline-success {
  border-color: #3aaa36 !important;
  font-size: 10px !important;
  padding: .2rem 0.3rem .10rem 0.3rem !important;
}
.link-wsp{
  color: #0a58ca !important;
  font-size: 12px;
  text-decoration: underline;
}
