*{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

section#container_login{
	text-align: center;
	margin: 35px auto 0 auto;
	width: 600px;
}


/*---------------- HEADER ----------------*/
header{
	background-color:#fff;
}

#header_fecha{
	color: #FFF;
	font-size: 12px;
	float: right;
	padding: 11px 0px;
	margin-right: 15px;
}
/*---------------- END HEADER ----------------*/


/*---------------- CSS MENU ----------------*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	height: 40px;
	background-color: #de1163;
}
#cssmenu:after,
#cssmenu ul:after {

}
#cssmenu a {
	background-color: #de1163;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-align: left; /* Alineación Submenus*/
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  margin-left: auto; margin-right: auto;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {

}
#cssmenu > ul > li:first-child a {

}
#cssmenu > ul > li:last-child a {

}
#cssmenu > ul > li.active a {
	background-color: #CC0;
}
#cssmenu > ul > li:hover > a {
	background-color: #bb004a;
}
#cssmenu .has-sub {
  z-index: 10;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	border-bottom: 1px dotted #FFF;
	filter: none;
	font-size: 12px;
	display: block;
	line-height: 120%;
	padding: 10px;
	background-color: #bb004a;
}
#cssmenu .has-sub ul li a:hover {
	background-color: #de1163;
}

#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	border-bottom: 1px dotted #FFF;
	background-color: #bb004a;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background-color: #de1163;
}
/*---------------- END CSS MENU ----------------*/





section#contenedor{
	margin-bottom: 35px;
}


section#title_add div{
	background-color: #333;
	color:#FFF;
	display: inline-block;
	font-size:14px;
	font-weight:bold;
	height:32px;
	padding: 4px 3px;
}




/* ESTILO DATATABLE */

.dataTables_filter input{
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
}

div#myTable_length select{
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
}

.DataTables_sort_wrapper{
	font-size: 12px;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    font-size: 14px;
}

@media (max-width: 1200px) {
	#myTable{
		width: 100%;
	}
}

/* FIN ESTILO DATATABLE */


/* PUNTO DE VENTA */

section#proceso_total, section#importe{
	display: inline-block;
	vertical-align: middle;
}

section#proceso_total{
	height:117px;
	width:695px;	
}

section#importe{
	background: #ffffff;
	border: solid 1px #CCC;
	padding: 3px 10px 5px 10px;	
	width: 425px;
}

#botones_pv{
	margin-top:14px;	
}

#importe_letra{
	background:#FFF;
	border:solid 1px #CCC;
	height:55px;
	width:880px;	
}

.lbl_importe, .res_importe{display: inline-block;}

.lbl_importe{width:100px; color:#666; margin-left:5px; font-size: 26px;}

.res_importe{font-weight:bold; text-align:right; font-size: 60px; width: 293px;}




div#base_input{
	width:100%;
}

div#lbl_cobro, div#lbl_total_cobro, div#lbl_iva{
	display: inline-block;	
}

div#lbl_cobro{
	color: #666;
  	font-size: 22px;
	font-weight:bold;
  	margin-top: 2px;
  	width: 215px;
}

div#lbl_total_cobro{
	color: #C00;
  	font-size: 22px;
	font-weight:bold;
  	margin-top: 2px;
  	width: 200px;
	text-align:right;
}

div#lbl_iva{
	color: #666;
  	font-size: 22px;
	font-weight:bold;
  	margin-top: 2px;
  	width: 200px;
  	text-align:right;
}

div#bloque_cobro{
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 10px;
}

input#txt_recibido,input#txt_recibir,input#txt_add_existencia{
	width: 100%;
	border: #CCC solid 1px;
	border-radius: 4px;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px;
}
/* FIN PUNTO DE VENTA */

#cargando{ margin-top:150px; width:100%; text-align:center; font-size: 12px;}


/* FORMULARIOS */

.form_lbl, .form_input{
	display: inline-block;
}

.form_input{
	padding: 6px 8px;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form_btn{
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




/* FIN FORMULARIOS*/


/* CORTE */

div#lado_izq, div#lado_der{
	background: red;
	display: inline-block;
	height: 200px;
}

div#lado_izq{
	width: 300px;
}

div#lado_der{
	width: 100%;
}


/* FIN CORTE */