mroot { 
    display: block;
}
body{
   margin: 0 !important;
   padding: 0 !important;
}

div#navbar{
    margin-left: 0px;
    margin-right:0px;
    width:14%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 50px;        
    height: 100%;
    background-color:#222;
    position: fixed;
    padding-right: 5px;
    overflow-y: scroll;
}
div#container {
    width: 86%;
    height: 100%;
    top:50px;
    margin-left: 14%;
    background-color: #fff;
    position: absolute;
}

div#header{
    background-color: #222;   
    top:0;
    right:0;
    height: 50px;
    margin: 0 auto;
    padding-right: 15px;
    position: fixed;
    width: 100%;
    z-index: 8;
}

div#container-main{
    width:100%;
    padding: 15px;
    margin-top: 50px;
}

div#container-main-popup{
    margin:auto;
    margin-top:20px;
    width:90%;
}

div#container-complete {
    width: 100%;
    top:50px;
    background-color: #fff;
    position: absolute;
}

.links-options{
    padding-right:15px;
    width:100%;
    text-align: right
}

.links-options hr{
    margin-top: 5px;
}

div#footer{
    min-height:30px;
    margin-bottom: 30px;
}

.container-form-default{
    width:50%;
}

.container-title{
    font-size: 24px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 5px #aaa; 
    line-height: 50px;
    padding-left: 15px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.fijo{
    background-color: #fff;
    display: inline-block;
    margin-top: px;
    position: fixed;
    width: 86%;
    z-index: 1;
}

label.subtitle{
    text-transform: capitalize ; 
    color: #222;
    display: inline-block
}

label{
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.form-control{
    display: inline-block;
    line-height: 20px;
    margin-bottom: 5px;
    width: auto;
}

.clear {
    clear: both;
}

.hidden{
    display: none;
}

form.label-inline label,
form.producto label,
form.usuario label,
form.chofer label,
form.shipment label,
form.BOL label,
form.cliente label,
form.direccionesEntrega label,
form.bodega label,
form.proveedor label,
form.venta label,
form.reporte label,
form.empresa label,
form.bancomovimientos label,
form.manufacturing label{
    display: inline-block;
    width:100px;
}

form.listaPrecios input[type="text"] {
    width: 50px;
    text-align: right;
}

form.BOL label.idProducto,
form.BOL label.cantidad{
    display:block;
    width:70px;
}

form.BOL label.etiqueta{
    display:block;
    width:auto;
}

form.shipment label.producto,
form.shipment label.cantidad,
form.shipment label.color{
    display:block;
    width:70px;
}

form.shipment label.cuentaContable,
form.shipment label.etiqueta,
form.shipment label.color{
    display:block;
    width:auto;
}

form.venta label.cuentaContable{
    width:auto;
    display:block;
}

form.balanceSheet label{
    display: inline-block;
    width:130px;
}

li.total{
    font-weight: bold;
}

div.div-left{
    float:left;
    margin-right: 15px;
}

div.div-right{
    float:right;
}

div.clear{
    clear: both;
}

img{
    height: content-box;   
}

img.center{
    display: block;
    margin-left: auto;
    margin-right: auto
}

div.login{
    width:550px;
    height: 220px;
    margin:auto;
    margin-top:150px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

div.login .login-logo{
    float:left;
    margin-top:25px;
    margin-left:20px;
}
div.login .login-form{
    float:left;
    margin-top:25px;
    margin-right: 20px;
    margin-left: 20px;
}

textarea{
    width:550px;
}

div.separete{
    height: 20px;
}

.alert {
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

div.ui-datepicker {display: none}

.divButtonsUsuario{
    text-align: right;
    margin-top: 5px;
}

fieldset {
    border: #ccc solid 1px;
    padding: 0px 10px 20px;
}

legend {
    width:auto; /* Or auto */
    font-size: 16px;
    padding: 10px 10px 0px 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

fieldset.fieldset-compressed{
    border: #ccc solid 1px;
    padding: 0px 10px 0px;
}

legend.legend-compressed{
    width:auto; /* Or auto */
    font-size: 14px;
    padding: 0px 0px 0px 0px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

/* TABS */

#tabs { background: #fff; padding: 10px; margin: 0 0 15px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0px;
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
}

.ui-widget {
    font-family: "Courier New";
    font-size: 12px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 14px;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em .5em;
    text-decoration: none;
}

#container-main-venta{
    padding:20px;
}
/* Tabla Shipment Dellates*/
th.accion,
td.accion{
    width:30px;
}

th.accion-lg,
td.accion-lg{
    width:45px;
}

th.cantidad,
td.cantidad{
    width:80px;
}

th.cantidad-sm,
td.cantidad-sm{
    width:50px;
}

th.cantidad,
td.cantidad,
th.cantidad-sm,
td.cantidad-sm{
    text-align: right;
}

th.color,
td.color{
    width:80px;
}

th.color,
td.color{
    text-align: left;
}

th.descripcion,
td.descripcion{
    text-align: left;
    width:450px;
}

th.precio,
td.precio{
    width:80px;
}
th.total,
td.total{
    width:100px;
}

th.change-price,
td.change-price{
    width:80px;
    text-align: right;
}

td.precio,
td.total{
    text-align: right;
}

th.precio,
th.total{
    text-align: right;
}

th.tamano,
th.unidad,
td.tamano,
td.unidad{
    text-align: left;
    width:100px;
}

th.tandas,
td.tandas{
    text-align: center;
    width:47px;
}

th.etiqueta,
td.etiqueta{
    text-align: left;
    width:125px;
}

.bootApp .btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 1px 3px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.bootApp .btn-mini {
    border-radius: 3px;
    font-size: 10.5px;
    padding: 0 6px;
}

.bootApp .btn-success {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootApp .btn-success:hover,
.bootApp .btn-success:focus,
.bootApp .btn-success:active,
.bootApp .btn-success.active,
.bootApp .btn-success.disabled,
.bootApp .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.bootApp .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootApp .btn-info:hover,
.bootApp .btn-info:focus,
.bootApp .btn-info:active,
.bootApp .btn-info.active,
.bootApp .btn-info.disabled,
.bootApp .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* Fin tabla Shipment Detalles*/

/* Tabla Venta Dellates*/

table.venta th.accion,
table.venta td.accion{
    width:55px;
}

table.venta th.cantidad,
table.venta td.cantidad{
    width:50px;
}

table.venta td.cantidad{
    text-align: right;
}

table.venta th.descripcion,
table.venta td.descripcion{
    text-align: left;
    width:350px;
}

table.venta th.precio,
table.venta td.precio{
    width:80px;
}
table.venta th.total,
table.venta td.total{
    width:100px;
}

table.venta th.change-price,
table.venta td.change-price{
    width:80px;
    text-align: right;
}

table.venta td.precio,
table.venta td.total{
    text-align: right;
}

table.venta th.precio,
table.venta th.total{
    text-align: right;
}


#total,#montoTotal,#pesosmark,#cajasTotal {
    //font-size: 22px;
}

.totales{
    font-size: 22px;
}

#total{
    width:165px;
}

#cajasTotal{
    //margin-right: 60px;
}

/* TIMEPICKER*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/**/

.table-caption{
    font-size: 14px;
    font-weight: bold;
}

.table-header{   
   background-color: #eee;  
   border-top: 3px solid #ccc;
   border-bottom: 3px solid #ccc; 
   margin-bottom: 0px;
   width:99.6%;
}

.table-header th{
   padding: 10px;
}

.table-thead{
   background-color: #eee;  
   border-top: 3px solid #ccc;
   border-bottom: 3px solid #ccc; 
}

.table-thead th{
   padding: 10px;
}

.title{
    margin-top:-5px;
    margin-bottom: 0px;
}

.title-back{
    float:left;
    width:70%;
}

.hr-title{
    margin-top: 0px;
    margin-bottom:10px;
}

th.accion-tbl-salidas,td.accion-tbl-salidas{width:60px;}
th.referencia-tbl-salidas,td.referencia-tbl-salidas{width:110px;}
th.refFac-tbl-salidas,td.refFac-tbl-salidas{width:100px;}
th.lote-tbl-salidas,td.lote-tbl-salidas{width:70px;}
th.cantidad-tbl-salidas,td.cantidad-tbl-salidas{width:80px;}
th.punit-tbl-salidas,td.punit-tbl-salidas{width:80px;}
th.total-tbl-salidas,td.total-tbl-salidas{width:90px;}

th.fecha-tbl-salidas,td.fecha-tbl-salidas{
    text-align: center;
    width: 90px;
}

th.descripcion-tbl-salidas,td.descripcion-tbl-salidas
th.tipoEntrada-tbl-salidas,td.tipoEntrada-tbl-salidas{
    text-align: left;
}

th.refFac-tbl-salidas,td.refFac-tbl-salidas,
th.lote-tbl-salidas,td.lote-tbl-salidas{
    text-align: center;
}

th.tipoEntrada-tbl-salidas,td.tipoEntrada-tbl-salidas{
    width:120px;
    text-align: center;
}

th.referencia-tbl-salidas,td.referencia-tbl-salidas,
th.cantidad-tbl-salidas,td.cantidad-tbl-salidas,
th.punit-tbl-salidas,td.punit-tbl-salidas,
th.total-tbl-salidas,td.total-tbl-salidas{
    text-align: right;
}

/*END TABLE MERMAS*/

/* TABLE DEPOSITOS pagos y cobros contabilidad*/

table.depositos th{
    text-align: center;
}

td.depositos-accion {
    width: 90px;
    text-align: center;
}

td.depositos-fecha {
    width: 90px;
    text-align: center;
}

td.depositos-monto,
th.depositos-monto{
    width: 100px;
    text-align: right;
}

td.depositos-formaPago{
    width:120px;
    text-align: center;
}

td.depositos-cuentaBancaria{
    width: 200px;
    text-align: center;
}

td.depositos-notas{
    text-align: center;
}

/* AUTOCOMPLETE SELECT*/
 .custom-combobox {
position: relative;
display: inline-block;
}
.custom-combobox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
}
.custom-combobox-input {
margin: 0;
padding: 5px 10px;
height:35px;
}

/* para cambiar fondo de header de modal y mantener bordes redondeados*/
.modal-header-grapeAppStyle{
    color: #d5cce3;
    background-color: #222;
    max-height: 80px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer-grapeAppStyle{
    background-color: #fff;
}

#modalAgregarGastoCompra .custom-combobox-toggle{
   bottom: 10px;
}

#modalAgregarGastoCompra .custom-combobox-input {
margin-bottom: 10px;
}

/* TABLE BALANCE*/
table.balance{
    width:180px;
}

table.balance td.title{
    text-align: left;
}

table.balance td.data{
    text-align: right;
}

table.balance tr.saldo{
    border-bottom: 1px dashed #ccc;
}

table.balance th.caption{
    text-align: center;background: #eee;
}
/**/

/*table reportesContables*/
.table-contableReports{
    width:100%;
    border: 1px solid #ccc;
}
.table-contableReports td{
    padding:2px;
}
.table-contableReports th.caption{
    padding:10px;
    background-color:#0081c2;
    color:#ddd;
}
.table-contableReports .tdWBR{
    border-right:1px solid #ccc;
}

.table-contableReports .tdPL{
    padding-left: 15px;
}

.table {
    font-size: 13px;
}
/**/

td.limpiarTd{
    text-align: right;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:2147483647 !important;
}

/* Set modal for Bounced Check */
#modalBouncedCheck .modal-bouncedCheck {
    /* new custom width */
    width: 800px;
}

/* Set modal for Expenses */
#modalAgregarGastoCompra .modal-expenses {
    /* new custom width */
    width: 800px;
}
/********************************/

/* Set modal for Liquidacion */
#modalLiquidar .modal-liquidacion {
    /* new custom width */
    width: 800px;
}

#modalLiquidar .modal-content-liquidacion {
    /* new custom height */
    min-height: 550px;
}
/********************************/

/* Set modal for DireccionesEntrega */
#modalDireccionesEntrega .modal-direccionesEntrega {
    /* new custom width */
    width: 80%;
}
/********************************/

/* Set modal with scroll */
.panel-body-scroll{
    overflow-y: scroll;
}
/********************************/

#div-loading{
   background: url(/public/img/loader.gif) no-repeat center center;
   height: 100px;
   width: 100px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
   display: none;
}

/*=================left navibar end=========================================*/
.u-vmenu{
    width: 100%;
}

.u-vmenu ul{
    padding-left: 10px;
}

.u-vmenu ul li {
	width: 100%;
	list-style: none;
}
.u-vmenu ul ul{
	display: none;
}
.u-vmenu > ul > li {
	background-color: #222;
}
.u-vmenu ul li a {
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	outline: none;
}

.u-vmenu > ul > li > a {
	height: 50px;
	line-height: 50px;
}

.u-vmenu > ul > li > ul,
.u-vmenu > ul > li > ul > li > ul,
.u-vmenu > ul > li > ul > li > ul > li > ul{
    padding-left: 15px;
}

.u-vmenu > ul > li > ul > li > a {
	padding-left: 5px;
}
.u-vmenu > ul > li > ul > li > ul > li > a {
	padding-left: 0px;
}
.u-vmenu > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 0px;
}

div.u-vmenu > ul > li >a:hover,
div.u-vmenu > ul > li > ul > li >a:hover,
div.u-vmenu > ul > li > ul > li > ul > li >a:hover,
div.u-vmenu > ul > li > ul > li > ul > li > ul> li>a:hover{
    background-color: #00000;
    border-bottom: 2px #fff solid;
    color: white;
}

.u-vmenu ul li a[data-option='on']{
	background: url(../img/vmenu/on.png) right center no-repeat;
}
.u-vmenu ul li a[data-option='off'] {
	background: url(../img/vmenu/off.png) right center no-repeat;
}

.u-vmenu li i.navIcon{
    width:30px;
    color:#ccc;
}
/* END .U-VMENU*/

.btn-sm{
    padding: 5px;
}

.select-font-monospace{
    font-family: "Courier New";
}

/* REPORT PROFIT AND LOSS (View/Reports/Pantalla/profit_and_loss)*/
.pl-table{
    font-size: 13px;
    max-width:970px;
    margin: auto;
}

.pl-table a{
    text-decoration: none;
    color: #000;
}

.pl-table a:hover{
    text-decoration: underline;
    color: #222;
}

.pl-nombreCategoria{
    font-weight: bold;
    padding-top: 10px;
}

.pl-totales{
    text-align: right;
    min-width: 100px;
}

.pl-nombre-totales-cuentas{
    font-style: italic;
    font-weight: bold;
}

.pl-totales-cuentas{
    font-weight: bold;
    border-bottom: 1px solid gray;
}

.pl-nombre-totales-tipo{
    font-weight: bold;
    border-bottom: gray double;
    padding-top: 10px;
}

.rpt-nombre-empresa{
    width:100%;
    text-align:center;
    font-size: 22px;
    
}

.rpt-nombre-reporte{
    width:100%;
    text-align:center;
    font-size: 16px;
}

.rpt-fecha{
    width:100%;
    text-align:center;
    font-size: 12px;
}

table.rpt-list-details{
    font-size: 12px;
    width: 100%;
}

.rpt-list-details .subheader-table {
    font-weight: bold;
}

.rpt-list-details .width-totales{
    width:120px;
}

/* Cursor pointer */
.a-cursor-pointer:hover, .a-cursor-pointer:hover tr{
    cursor: pointer;
    background-color: #d5cce3;
}

.btn-grapeApp{
    background-color: #222;
}

/* MENU SHORTCUT TOOGLE */
#toggle-nav-shortcuts {
  width: 20px;
  height: 30px;
  margin: 15px auto;
  //position: absolute;
  float:left;
}

#toggle-nav-shortcuts div {
  width: 100%;
  height: 3px;
  background: white;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle-nav-shortcuts.on .one {
  transform: rotate(45deg) translate(3px, 3px);
}

#toggle-nav-shortcuts.on .two {
  opacity: 0;
}

#toggle-nav-shortcuts.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#navegation-shortcuts {
  color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid gray;
  padding: 15px;
  width: 700px;
  height: 300px;
  border-radius: 3px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  display: none;
  //position:absolute;
  float:left;
  margin-left:5px;
  margin-top:10px;
}

/* TABLE AR_AP PENDING LIST*/
table.table-scroll,
table.table.table-scroll thead,
table.table-scroll tbody,
table.table-scroll tr,
table.table-scroll td,
table.table-scroll th { 
    display: block; 
}

table.table-scroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.table-scroll thead th {
    height: 30px;
}

table.table-scroll tbody {
    height: 400px;
    overflow-y: auto;
}
table.table-scroll tbody td,
table.table-scroll thead th {
    float: left;
}
/* OVERWRITE Boostrapp.css*/
table.table-hover > tbody > tr:hover > td,
table.table-hover > tbody > tr:hover > th {
  background-color: #e5f2e5;
}
 
    /* Set busquedaRapida */
#modalBusquedaRapida .modal-busquedaRapida{
    /* new custom width */
    width: 50%;
}

.btn-link-dropdown{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  font-family:inherit;
  font-size:inherit;
  color: #333;
  display: block;
  line-height: 1.42857;
  padding: 3px 20px;
  width:100%;
  text-align: left;
}

.btn-link-dropdown:hover,
.btn-link-dropdown:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

/* LIST REPORTS DEFAULT*/

div.list-reports .col {
  border: 1px solid #ccc;
  text-align:center;
  padding:10px;
  margin:5px;
}

/* NUEVA VERSION GRAFICA DEL SISTEMA */

form.cheque .span_error{
    float: left;
    display: inline-block;
    margin-top: 5px;
    margin-left: -10px;
}

.field_validate_error{
    border-color: #a94442;
}

.form-group{
    margin-bottom: 0px;
}

form.receiving label,
form.consigna label,
form.consigna_buscar label,
form.pago label,
form.cobro label,
form.cobro_buscar label,
form.bancocuenta label,
form.banconciliacion label,
form.cheque label,
form.cheque_buscar label,
form.manufacturing label,
form.receiving_buscar label,
form.manufacturing_buscar label,
form.bancomovimiento label,
form.bancoconciliacion label,
form.cliente label,
form.proveedor label,
form.compra label,
form.compra_buscar label,
form.gastoCompra label,
form.gastoCompra label,
form.venta label,
form.venta_buscar label,
form.producto label,
form.chofer label,
form.vendedor label,
form.usuario label,
form.catalogocuentas label,
form.bancotransferencia label,
form.merma label,
form.merma_buscar label,
form.BOL label,
form.bol_buscar label,
form.asiento_buscar label,
form.notacredito label,
form.notacredito_buscar label,
form.empresa label,
form.reporte label{ 
    float: left;
    display: inline-block;
    width: 30%;
}

form.receiving input:not([type='button']):not([type='submit']),form.receiving textarea,
form.receiving_buscar input:not([type='button']):not([type='submit']),
form.consigna input:not([type='button']):not([type='submit']),form.consigna textarea,
form.consigna_buscar input:not([type='button']):not([type='submit']),
form.pago input:not([type='button']):not([type='submit']),form.pago textarea,
form.cobro input:not([type='button']):not([type='submit']),form.cobro textarea,
form.cobro_buscar input:not([type='button']):not([type='submit']),form.cobro_buscar textarea,
form.bancocuenta input:not([type='button']):not([type='submit']),form.bancocuenta textarea,
form.bancoconciliacion input:not([type='button']):not([type='submit']):not([type='search']),form.bancoconciliacion textarea,
form.cheque input:not([type='button']):not([type='submit']),form.cheque textarea,
form.cheque_buscar input:not([type='button']):not([type='submit']),
form.bancomovimiento input:not([type='button']):not([type='submit']),form.bancomovimiento textarea,
form.cliente input:not([type='button']):not([type='submit']),form.cliente textarea,
form.proveedor input:not([type='button']):not([type='submit']),form.proveedor textarea,
form.manufacturing input:not([type='button']):not([type='submit']),
form.manufacturing_buscar input:not([type='button']):not([type='submit']),
form.venta input:not([type='button']):not([type='submit']),form.venta textarea,
form.venta_buscar input:not([type='button']):not([type='submit']),
form.compra input:not([type='button']):not([type='submit']),form.compra textarea,
form.compra_buscar input:not([type='button']):not([type='submit']),
form.gastoCompra input:not([type='button']):not([type='submit']),form.gastoCompra textarea,
form.producto input:not([type='button']):not([type='submit']),
form.chofer input:not([type='button']):not([type='submit']),
form.vendedor input:not([type='button']):not([type='submit']),
form.usuario input:not([type='button']):not([type='submit']),
form.catalogocuentas input:not([type='button']):not([type='submit']),
form.bancotransferencia input:not([type='button']):not([type='submit']),form.bancotransferencia textarea,
form.merma input:not([type='button']):not([type='submit']),form.merma textarea,
form.merma_buscar input:not([type='button']):not([type='submit']),
form.BOL input:not([type='button']):not([type='submit']),
form.bol_buscar input:not([type='button']):not([type='submit']),
form.asiento_buscar input:not([type='button']):not([type='submit']),
form.notacredito input:not([type='button']):not([type='submit']),form.notacredito textarea,
form.notacredito_buscar input:not([type='button']):not([type='submit']),
form.empresa input:not([type='button']):not([type='submit']),form.empresa textarea,
form.reporte input:not([type='button']):not([type='submit']),

form.bancoconciliacion div.select2-container,
form.receiving div.select2-container,
form.manufacturing div.select2-container,
form.cheque div.select2-container,
form.consigna div.select2-container,
form.venta div.select2-container,
form.compra div.select2-container,
form.merma div.select2-container,
form.producto div.select2-container,
form.gastoCompra div.select2-container,
form.cheque_buscar div.select2-container,
form.chofer div.select2-container,
form.usuario div.select2-container,
form.catalogocuentas div.select2-container,
form.reporte div.select2-container{
    display: inline-block;
    float: left;
    width: 67%;
}

form.bancoconciliacion .select2-container,
form.receiving .select2-container,
form.receiving_buscar .select2-container,
form.consigna .select2-container,
form.pago .select2-container,
form.cobro .select2-container,
form.manufacturing .select2-container,
form.manufacturing_buscar .select2-container,
form.cheque .select2-container,
form.cheque_buscar .select2-container,
form.bancomovimiento .select2-container,
form.venta_buscar .select2-container,
form.compra_buscar .select2-container,
form.cobro_buscar .select2-container,
form.gastoCompra .select2-container,
form.reporte .select2-container{
    margin-bottom: 5px;
}


.form-group .select2-container {
  position: relative;
  z-index: 1;
  float: left;
  height:34px;
  width: 67%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.input-group .select2-container {
  position: relative;
  z-index: 1;
  float: left;
  height:34px;
  width: 67%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.form-group.s2_w100 .select2-container {
  width: 97%;
}

.input-group.s2_inputGroup_addon  .select2-container{
    width: 100%;
}

.input-group .form-control {
    margin: 0px !important;
}

.font-bold{
    font-weight: bolder;
}

/* FORM VENTA*/
form.venta label.direccion_entrega_igual_a_facturacion,
form.venta label.direccion_entrega,
form.BOL label.direccion_entrega_igual_a_facturacion,
form.BOL label.direccion_entrega{
    width:67%;
}

form.venta .form-group.direccion_entrega_igual_a_facturacion .select2-container,
form.venta .form-group.direccion_entrega  .select2-container,
form.BOL .form-group.direccion_entrega_igual_a_facturacion .select2-container,
form.BOL .form-group.direccion_entrega  .select2-container{
  position: relative;
  z-index: 1;
  float: left;
  height:34px;
  width: 30%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

form.venta label.fletes_mex,
form.venta label.fletes_ame,
form.venta label.cruce_mex,
form.venta label.cruce_ame{
    float: left;
    display: inline-block;
    width: 55%;
}

form.venta input#fletes_mex,
form.venta input#fletes_ame,
form.venta input#cruce_mex,
form.venta input#cruce_ame{
    display: inline-block;
    float: left;
    width: 37%;
}

form.venta label.in_out,
form.venta label.otros,
form.venta label.comision{
    float: left;
    display: inline-block;
    width: 40%;
}

form.venta input#in_out,
form.venta input#otros,
form.venta input#comision{
    display: inline-block;
    float: left;
    width: 50%;
}

form.venta .form-group.input_w100 input{
    width: 97%;
}

form #total_peso_pallets{
    text-align: right;
    padding-right: 2px;
}

/*FORM BOL*/
form.BOL .form-group.input_w100 input{
    width: 97%;
}

/* END FORM VENTA*/


/*FORM COMPRA*/
form.compra label.fletes_mex,
form.compra label.fletes_ame,
form.compra label.cruce_mex,
form.compra label.cruce_ame{
    float: left;
    display: inline-block;
    width: 55%;
}

form.compra input#fletes_mex,
form.compra input#fletes_ame,
form.compra input#cruce_mex,
form.compra input#cruce_ame{
    display: inline-block;
    float: left;
    width: 37%;
}

form.compra label.in_out,
form.compra label.otros,
form.compra label.comision{
    float: left;
    display: inline-block;
    width: 40%;
}

form.compra input#in_out,
form.compra input#otros,
form.compra input#comision{
    display: inline-block;
    float: left;
    width: 50%;
}

form.compra .form-group.input_w100 input{
    width: 97%;
}
/*END FORM COMPRA*/

/*FORM CONSIGNA*/
form.consigna label.fletes_mex,
form.consigna label.fletes_ame,
form.consigna label.cruce_mex,
form.consigna label.cruce_ame,
form.consigna label.in_out,
form.consigna label.otros,
form.consigna label.comision,
form.consigna label.nuestros_servicios{
    float: left;
    display: inline-block;
    width: 50%;
}

form.consigna input#fletes_mex,
form.consigna input#fletes_ame,
form.consigna input#cruce_mex,
form.consigna input#cruce_ame,
form.consigna input#in_out,
form.consigna input#otros,
form.consigna input#comision,
form.consigna input#nuestros_servicios{
    display: inline-block;
    float: left;
    width: 40%;
}

form.consigna #cantidad,
form.consigna #punitariocompra{
    width:90%;
    text-align:right;
}
/*END FORM CONSIGNA*/

/* FORM MFG*/
form.manufacturing label.fijarCostoProductor,
form.manufacturing label.punitariocompraProductor,
form.manufacturing label.costoPorCaja{
    width: 67%;
}

form.manufacturing input#punitariocompraProductor,
form.manufacturing input#costoPorCaja{
    width: 30%;
}

form.manufacturing .form-group-fijarCostoProductor  .select2-container{
  position: relative;
  z-index: 1;
  float: left;
  height:34px;
  width: 30%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

/*END FORM MFG*/

/*CHECKBOX SWITCH */

/* The switch - the box around the slider */
form.venta label.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 17px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #286090;
}

input:focus + .slider {
  box-shadow: 0 0 1px #286090;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
} 
/*END CHECKBOX SWITCH */


/*SELECT2 READONLY*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;

  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
}
/* END SELECT2 READONLY*/