@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 801px) {
#cliente div, #productos div,  #editar-cliente div {
    width: 42%;
    float: left;
    margin: 2px 10px;
        height: 40px;
}

#cliente div, #productos div{
    width: 390px;
}

#comboProductos {
        width: 45% !important;
    margin-left: 0px !important;
}
}

@media only screen and (max-width: 800px) {
	
.lado
{
	float: none !important;
width: 100% !important;
height:auto !important;
margin-bottom: 10px !important;
}

#cliente{
    width: 100%;
}

input[type="text"] {
    width: 200px;
padding: 4px;
}

input[type="password"] {
    width: 200px;
padding: 3px;
}

#editar-cliente {
    width: 98%;
}

h2 {
    width: 91%;
}

#editar-cliente div {
    width: 45%;
}

.check-enfermedad label {
    width: 85%;
}

header nav {
	width:50%;
	height:100%;
	left:-100%;
	margin:0;
	position: fixed;
}

header nav ul li {
	display:block;
	float:none;
	border-bottom:1px solid rgba(255,255,255, .3);
}

.menu_bar {
	display:block;
	width:100%;
	background:#ccc;
}

.menu_bar .bt-menu {
	display:block;
	padding:20px;
	background:#024959;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.menu_bar .bt-menu {
    display: block;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #8EC63F none repeat scroll 0% 0%;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


.menu_bar span {
	float:right;
	font-size:40px;
	background-image: url("../images/hamburguesa.png");
background-size: 33px;
background-repeat: no-repeat;
width: 34px;
height: 23px;
padding-right:20px;
}

.mi-menu {
    border-radius: 0px;
    width: auto;
	height:auto;
}

.mi-menu li {
    float: none;
	height: auto;
}

.mi-menu li a {
    border-left: 0px solid #CCC;
    border-right: 0px solid #666;
}
	
	
.mi-menu li ul { opacity: 1; position: initial; background:none;}

.mi-menu ul li {
    height: 34px;
}

.mi-menu ul li a {
    border-width: medium medium 0px;
    width: auto;
}

header {
    height: 45px;
}

#cliente, #totales, #formaFacturar, #editar-cliente {
    padding: 20px 0px;
}

#cliente div, #totales div, #editar-cliente div {
    height: 45px;
	width: 46%;
}

 #productos {
    width: 100%;
	padding: 0px;
 }
 
div#factura {
    width: 100%;
}

label {
    float: none;
    text-align: left;
}

#totales div {
    float: none !important;
}

td {
    padding: 2px 0px;
}

#respuesta-productos, #listado-productos {
    width: 100% !important;
}

#totales div, #formaFacturar div {
    margin: 2px 0%;
	height: auto;
	width: auto;
}

#productos div
{
	height: 40px;
	margin-left:10px;
}

.check-enfermedad {
    height: auto !important;
    margin-bottom: 10px !important;
}

#totales, #formaFacturar {
    width: 49%;
}

#datos-finales {
    width: 100%;
}

.mi-menu li ul li a
{
	font-weight:400;
}

.mi-menu li:hover > ul li {
    height: 34px;
}

.check-tipopiel label {
    width: 85%;
}

.caja-dashboard {
    width: 30% !important;
}

.camposeguimiento {
    height: 40px !important;
}

.camposeguimiento input[type="text"], .camposeguimiento select {
    width: 100%;
	padding: 4px;
}

.fecharegistro {
    display: none;
}

.contenedorfactura {
    width: 100%;
}

}
