.error_list{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ui-datepicker th, .ui-datepicker td {
  padding: 1px;
  width: 20px;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: .0em;
}

.ui-datepicker {
  width: 19em;
  background-color: white;
}

.ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: darkgray;
}
.ui-datepicker-calendar a, .ui-datepicker-calendar span {
  width: 25px !important;
  color: gray;
}

.bolder{font-weight: bolder;}


.dataTables_scrollBody thead tr[role="row"]{
  visibility: collapse !important;
}

.altura-igual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.padding-5px {
  padding: 5px;
}
.margin-5px{
  margin: 5px;
}

#BodegaRef{
  background-color: #eeeeee;
  cursor: not-allowed;
}
/*---------------------------------*/
/* MENU NAVBAR*/
.dropdown-submenu {
  position: relative;
}


.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
/* FIN MENU NAVBAR */
/*-----------------------------------*/

/*-------------------------------------
ARREGLA TAMAÑO LETRAS EN TABLAS*/
th{font-size: 12px;}
td{font-size: 12px;}
/*-----------------------------------*/

/*------------------------------------
Llena el tamaño de las tablas*/
.table-sm, .dataTables_wrapper{
  width: 100%;
}
/*------------------------------------*/

.sky-form section {
  margin-bottom: 10px;
}

label.badge{
  font-size: 100%;
  padding-bottom: 0px;
}
label.badge label{
  margin-bottom: 0px;
}






.p15 {
  padding: 15px !important;
}

.m15 {
  margin: 15px !important;
}

.p10 {
  padding: 10px !important;
}

.m10 {
  margin: 10px !important;
}

.p5 {
  padding: 5px !important;
}

.m5 {
  margin: 5px !important;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.px5 {
  padding: 0px 5px !important;
}
.py5 {
  padding: 5px 0px !important;
}
.mx5 {
  margin: 0px 5px !important;
}
.my5 {
  margin: 5px 0px !important;
}
.px10 {
  padding: 0px 10px !important;
}
.py10 {
  padding: 10px 0px !important;
}
.mx10 {
  margin: 0px 10px !important;
}
.my10 {
  margin: 10px 0px !important;
}

/* RMZ: 2020-09-06 */
.card input, .card select {
    height: 20px;
    padding: 0px 3px;
}

.card-body {
  padding: 5px !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

#loading2 {
  text-align: center;
  position: fixed;
  padding-top: 10%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #F2F2F2;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.close {
  margin: -10% 0 0 0;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}

#DTProducto_processing
{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}


.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: lightgray;
  font-weight: bold;
}