html, body {
  position: relative;
}
#cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,0.6);
}
#cover_load {
  z-index: 1000000;
  text-align: center;
  position: absolute;
  left:50%; 
  top:50%; 
  transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%); 
  background-color: white;
  padding: 30px;
  border: 1px solid gray;
  border-radius: 10px;
}
.winning {
  background-color: #daff90 !important;
  color: green;
}
.seleccionCliente {
  cursor: pointer;
}
#tabla-compra tbody>tr>td select {
  padding: 2px;
}
#tabla-compra tbody>tr>td input[type="number"], #tabla-compra tbody>tr>td input[type="text"], #tabla-compra tbody>tr>td select {
  width: 100%;
}
#tabla-cotizacion tbody>tr>td input[type="number"], #tabla-cotizacion tbody>tr>td input[type="text"] {
  width: 100%;
}
#tabla-cotizacion tbody>tr>td input.cotCantidad,
#tabla-cotizacion tbody>tr>td input.cotUnidadMedida {
  text-align: center;
}
#tabla-cotizacion tbody>tr>td textarea.cotComentario {
  width: 100%; 
  height: 78px;
  resize: none;
} 
#tabla-cotizacion tbody>tr>td input.cotPrecioVenta {
  text-align: right;
  width: 70px;  
}
#tabla-cotizacion tbody>tr>td input.cotPrecioLista {
  text-align: right;
  width: 70px;  
}
#tabla-cotizacion tbody>tr>td input.cotDescuento {
  text-align: right;
  max-width: 55px;
}
#tabla-cotizacion tbody>tr>td input.cotTotalLinea {
  text-align: right;
  max-width: 100%;
}
.cot_otro, .cot_otro2 { width: 85px; }
#descuento_general, #cot_impuesto, #cot_impuesto2 { width: 80px; }
.detalletr {
  background-color:#CDCDCD;
  display: none;
}
.primerTR {
  border-top: 2px solid #EFEFEF;
}
.blue { color: blue; }
.red { color: red; }
.rank { 
  width: 90px;
  text-align: center;
  font-size: 16px;
}
.tr_normal td a { color: gray; }
.tr_normal td { color: gray; }

#vendedorespermisos {
  text-transform: uppercase;
}
#vendedorespermisos input[type="checkbox"] {
  margin-right: 20px;
  margin-left: 5px;
}
.autvend {
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%;
}
.autvend:hover {
  background-color: #EFEFEF;
}

.tr_error td a { color: white; font-weight: bold; }
.tr_error td { background-color: red; color: white; font-weight: bold; }
.ui-front { z-index: 9999 !important; }
.ui-widget-overlay { z-index: 9000 !important; }
.logo-lg img { max-width: 100%; }

#example2_filter label  { width: 100%; text-align: right; }
#example2_filter input { margin-left: 20px; width: 60%; }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.eligemeTR {
  cursor: pointer;
}
.big_input_copy { 
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  outline: 0;
  width: 500px;
  max-width: 100%;
}
.big_button_copy {
  font-size: 22px;
  padding: 10px;
}
.label_fabrica { 
  font-size: 16px;
}
.label_fabrica input {
  zoom: 1.2;
}
.fabrica_input {
  text-transform: uppercase;
}

#row_datos input { text-transform: uppercase; }

.cotFamilia { max-width: 150px; }


.perms {
  line-height: 30px; font-size: 16px;
}
.perms label {
  font-weight: normal;
  cursor: pointer;
}
.perms input[type="checkbox"] {
  cursor: pointer;
}

#modalNV .modal-header button {
  margin-right: 10px;
  margin-left: 10px;
}

.nv { font-size: 12px !important; }
.nv input[type="text"] {
  width: 100%;
  font-size: 12px !important;
  outline: none;
}
.nv td.nopadding { padding:0 !important; }
.nv td {
  font-size: 12px !important;
}
.nvliner {
  border-bottom: 1px solid gray;
}
.nv select {
  width: 100%;
  min-width: 45px;
  font-size: 12px !important;
  padding: 2px;
  outline: none;
}
.nv table td { padding: 3px !important; }
.nv small {
  display: block;
}
.nv textarea {
  width: 100%;
  height: 24px;
  font-size: 12px !important;
  resize: none;
  outline: none;
}
.nv textarea:focus, .nv input:focus, .nv select:focus {
  background-color: #ffe2b5;
}
.nv select[disabled] {
  background-color: rgb(235, 235, 228);
}

.nv-area {
  height: 78px !important;
}
.nvCantidad {
  text-align:center;
  
}
hr.tk {
    border: none;
    height: 1px;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
    margin-top: 3px;
    margin-bottom: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000;
}
.select2-results__option {
  font-size: 10px;
}

.thor {
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
  animation-iteration-count: 1;
}
.thor.hightlight {
  background-color: #FFF000;
}
.ocDescripcion, .ocComments, .ocCategory, .ocSubcategory {
  margin-bottom: 5px;
}
.ocTotalLinea, .cargos, .rk {
  max-width: 110px;
}
#tabla-articulos th {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 70px;
  overflow: hidden;  
}
.customDTFilter input, .customDTFilter select {
  padding: 6px;
  font-size: 13px;
  color:#000;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}
.customDTFilter select {
  padding: 7px;
}

body nav ul.dropdown-menu ul.menu i.fa:hover{
    color: red;
}