/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('fonts/fontawesome.eot');
	src:url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontawesome.svg#fontawesome') format('svg'),
		url('fonts/fontawesome.woff') format('woff'),
		url('fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { 
	font-size: 100%; 	
	padding: 0; 
	margin: 0;
	height: 100%;
}

/* Reset */
*,
*:after{
*:before 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #b1aea6;
	background-image: url("../images/fondo.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

a {
	color: #ccc;
	text-decoration: none;
} 

a:hover {
	color: #fff;
}

span {
	font-size: 1.2vw;
}

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	/*padding: 0 1.875em 3.125em 1.875em;*/
}

.main {
	/*max-width: 69em;
	padding-top: 2em;*/
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	min-width: 320px;
	position: relative;
}

.column:nth-child(2) {
	min-height: 400px;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	background: url(../images/clickhere.png) 90px 0 no-repeat;
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.container > header {
	padding: 2.875em 1.875em 2.875em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #89867e;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.99);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 46.0625em) {

	.main {
		padding: 0;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 3em 2em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
		background-position: 90px 3em;
	}
}

.botredondo {
	border-radius: 20px 20px 20px 20px;	
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;	
	/*border: 5px solid #F3760B;	*/
	background-color: #F3760B;
	height:95%;
	width: 95%;	
/*	height:100px;
	width: 100px;*/
	color:#000000;
	font-size: 20px;
/*	background-color: #8C9192;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration:none;*/
}

.botredondo:hover {
	font-size: 30px;
	background-color:white;
	/*border: 5px solid #F3760B;	*/
	color:#000000;
}


#divTabla {
  	display: table;
  	border-spacing: 5px;
	font-size: 1.2vw;
}

.divFila {
  display: table-row;
}

.divColumna {
	display: table-cell;
	width: 20%;
}

.divFilaMesas {
  	display: table-row;
	height: 100px;
}

.divColumnaMesa {
	display: table-cell;
	width: 8.33%;
}

#divPopup { 
	display:none; 
}


.divRow,
.headRow {
	display: table-row;
	border-collapse: collapse;
}

.divRow > div * {
	word-break: normal;
	/*text-overflow: ellipsis;
	white-space:nowrap; 
	overflow:hidden; */
}
.divCell,
.divCellRow {
	display: table-cell;
	vertical-align: middle;
	/*padding: 5px;*/
}
.headRow {
/*	background: #47a3da;*/
	background: #B40404; /*black*/
	color: white;
	font-weight: bold;
	/*font-style: oblique;*/
	/*font-size: 15px;*/
}
.divRow {
	margin-bottom: 1px;
	/*border-bottom: 1px solid black;*/
}

.divRow:nth-child(even) {background: white}
.divRow:nth-child(odd) {background: #F5ECCE}

/* Tabla */
.divTable {
	display: table;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
  	overflow: auto;
	font-size: 1vw;
}
.divCellRow, .divCell {
	width: 11%;
	padding: 10px 0;
	/*font-size: 1.2vw !important;*/
}
.divCellRowExtra, .divCellExtra {
	width: 17%;
	padding: 10px 0;
}

.divCell > a {
	cursor: pointer;
}

.divCell input[type="text"],
.divCell select,
.divCell form,
.divCellExtra input[type="text"],
.divCellExtra select,
.divCellExtra form {
	width: 100%;
	font-size: 1.2vw !important;
}

.divRow:hover {
/*	background: #F3F3F3;*/
	background: #DBDB70;/*#E6E6FA;*/
}

/* Paginacion */

#pagination {
	clear: both;
	margin: 20px 0 0;
	padding: 10px;
	position: relative;
	font-size: 90%;
	padding-left: 10%;
}
.pagination a {
	text-decoration: none;
	color: #fff;
	background: #999;
}
.pagination a:hover {
	background: #666;
	border-color: #333;
}
.pagination a, .pagination span {
	display: block;
	float: left;
	padding: 5px 10px;
	margin-right: 5px;
}
.pagination .current {
	background: #666;
	color: #fff;
}
.pagination .prev, .pagination .next {
	color: #fff;
	background: #666;
}
/*---- Paginacion v2----*/

.jPaginate a {
	cursor: pointer;
	padding: 5px 10px;
	float: left;
	color: white;
}
.jPag-control-back {
	position: absolute;
	left: 10px;
}
.jPag-control-front {
	position: absolute;
	top: 10px;
}
.jPaginate span {
	cursor: pointer;
}

.jPag-first, .jPag-last {
	color: white;
	background: #B40404;
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
	border: 1px solid #000;
}
ul.jPag-pages li a:hover {
	color: #fff;
	background: #000;
}
span.jPag-current {
	cursor: default;
	font-weight: normal;
	padding: 2px 5px;
	float: left;
	color: white;
	background: #B40404;
	/*border: 1px solid #666;*/
}
ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
	height: 22px;
	margin: 2px;
	float: left;
	line-height: 18px;
}
ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}
ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}
span.jPag-sprevious, span.jPag-sprevious-img {
	margin: 2px 0px 2px 2px;
	font-size: 18px;
	width: 15px;
	text-align: right;
}
span.jPag-snext, span.jPag-snext-img {
	margin: 2px 2px 2px 0px;
	font-size: 18px;
	width: 15px;
	text-align: center;
}
ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}
ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}
span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}
span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;

}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Foto';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}


/* Clase Botones */

.botones {
	background-color: #B40404;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	color:#ffffff;
/*	font-family:Arial;*/
	font-size:.9vw;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration:none;
/*	padding: 0 10px;*/
}

.botones:hover {
	/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,black), color-stop(1, black) );
	background:-moz-linear-gradient( center top,black 5%, black 100% );*/
	background-color:white;
	color:#B40404;

}

.botones2 {
	background-color: #ffffff;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	color:#B40404;
/*	font-family:Arial;*/
	font-size:.9vw;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration:none;
/*	padding: 0 10px;*/
}

.botones2:hover {
	/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,black), color-stop(1, black) );
	background:-moz-linear-gradient( center top,black 5%, black 100% );*/
	background-color:#ffffff;
	color:#B40404;
	text-decoration: underline;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
}



.botrow {
	background-color: rgb(117, 189, 12); /*rgb(249, 164, 11)*/
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration:none;
}

.botrow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#9ACD32), color-stop(1, #9ACD32) );
	background:-moz-linear-gradient( center top,#9ACD32 5%, #9ACD32 100% );
	background-color:#9ACD32;

}


/* Css de Ventas */

#divVentasDescripcion {
	float: left;
	width: 50%;
	height: 100%;
	/*border: solid;
	border-color: #e78f08;*/
}

#divVentasCarta {
	float: right;
	width: 50%;
	height: 50%;
	/*border: solid;
	border-color: #e78f08;*/
}

#divVentasSubCarta {
	float: right;
	width: 50%;
	height: 0%;
	/*border: solid;
	border-color: #e78f08;*/
}

#divVentasProductos {
	float: right;
	width: 50%;
	height: 50%;
	/*border: solid;
	border-color: #e78f08;*/
}

.botonCarta {
	height: 30%;
	width: 17%;
	font-size: 1.1vw !important;
	vertical-align: top;

	/*background-color: blue;*/

	border-radius: 20px 20px 20px 20px;	
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;	
	background-color: #9ACD32;
	color:#000000;
	padding: 0px 5px 5px;
    margin: 5px 5px 5px;
}

.botonSubCarta {
	height: 30%;
	width: 17%;
	font-size: 1.2vw !important;
	vertical-align: top;
	/*background-color: red;*/
	border-radius: 20px 20px 20px 20px;	
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;	
	background-color: #FE9A2E; /*#F3760B;*/
	color:#000000;
	padding: 0px 5px 5px;
    margin: 5px 5px 5px;
}

.botonProducto {
	height: 50%;
	width: 24%;
	font-size: 1.2vw !important;
	vertical-align: top;
	/*background-color: yellow;*/
	border-radius: 20px 20px 20px 20px;	
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;	
	background-color: #FFFF00;
	color:#000000;
}


#divVentasListado {
	height: 90%;
	overflow-y: auto;
}

.divPedido {
	height: 50%;
	width: 20%;
	float: left;
	border: solid;
	border-color: green;
	font-size: 14px;
	overflow-y: scroll;
}

.botonesPagar {
	background-color: #B40404;

	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;

	border:none;
	color:white;

	cursor: pointer;

	font-family:Arial;
	font-size:1.2vw !important;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:30px;
	display:inline-block;
	text-decoration: bold; 
	padding: 0 10px;
}

.botArticulo {
/*
	background-image: url("../images/aguacate.jpg");
	background-repeat:no-repeat;
	background-color:#B40404;
*/
	border:none;
	color:white; 
	padding: 50px 32px;
	font-size:1.5vw !important;
	width: 31%;
	text-decoration: bold; 
	margin-left: .3em;
	margin-bottom: .3em; 
	cursor: pointer;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	text-align:center;
	font-family:Arial;
}

.botOpcion {
	background-color:#B40404;
	border:none;
	color:white;
	padding: 30px 32px;
	font-size:1.2vw !important;
	width: 15%;
	text-decoration: bold; 
	margin-left: 1em;
	margin-bottom: 1em; 
	cursor: pointer;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	text-align:center;
	font-family:Arial;
}

/*.botonesPagar:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,black), color-stop(1, black) );
	background:-moz-linear-gradient( center top,black 5%, black 100% );
	background-color:black;

}*/

#circulo {
/*  height: 100px;
  width: 100px;*/
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #8CC657;
}

#oval {
     width: 250px;
     height: 100px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
}

span.red {
  background: red;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.green {
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.blue {
  background: #5178D0;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

