body {
	margin: 0px;
    width: 100%;
    height: 100%;
}

select {
	font-size: 11px;
}

input, select, textarea {
	border: 1px solid #cacaca;
}

b, .smallLabel {
	color: #000000;
}

a {
	color: #777777;
	text-decoration: underline;
	font-size: 12px;
}

.btvolver{
text-decoration: blink;
background: #1F0F0F;
color: white;
border: solid 1px #fff;
font-family: cursive;
border-radius: 5px;
padding: 10px;
margin-top: -38px;
margin-right:10px;
float:right;
}
.btvolvers{
text-decoration: blink;
background: #1F0F0F;
color: white;
border: solid 1px #fff;
font-family: cursive;
border-radius: 5px;
padding: 10px;
margin-top: -70px;
margin-left:20px;
float:left;
}

#barraCocina{
text-align: center;
border: solid;
background: #501313;
color : #ffffff;
border-radius: 5px;
border-color: #1A0707;
}

.center{
text-align:center; 
font-weight: bold;
}

.td_2{
text-align: right;
padding-right: 18px;
}

.cabeza_factura td{
    font-size: 20px;
    font-family: sans-serif;
}
.footer_factura{
    width: 95%;
    text-align : justify;
margin-left: 5px;
}

.footer_factura td{
    font-size: 15px;
    text-align : center;
}


.dotted{
border-bottom-style:dotted;
border-width: 1.5px;

}

.cab{
font-size:1.1em;
font-weight: bold;
font-family: initial;
}

.mesa{
font-size:1.2em;
font-weight: bold;
font-family: initial;

}
.menu{
font-size:1.5em;
font-weight: bold;
font-family: initial;
}

.contenido{
background: rgba(243,226,199,1);
background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(173,130,66,1) 47%, rgba(233,212,179,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(0%, rgba(193,158,103,1)), color-stop(47%, rgba(173,130,66,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(173,130,66,1) 47%, rgba(233,212,179,1) 100%);
background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(173,130,66,1) 47%, rgba(233,212,179,1) 100%);
background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(173,130,66,1) 47%, rgba(233,212,179,1) 100%);
background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(173,130,66,1) 47%, rgba(233,212,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
}
/*#pedidos{
margin:auto;
}*/
.orden{
    margin-top:2%;
    margin-left:1%;
    float: left;
    width:280px;
    height:340px;
    border: 1px solid black;
    background: #ffffff;
    box-shadow: 5px 5px 5px black;
    border-radius: 5px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0.5%;
    padding-bottom: 1%;
}
.scroll{
    overflow:scroll;
}

.hoja{
border-style: dotted;
border-width: 1px;
border-color:red;
}

.loginForm {
    position: absolute;
	background: #F5F5F5;
	padding: 10px;
	width: auto;
	height: auto;
	max-height: 400px;
	margin: 8% 35%;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #939393;
	border: 7px solid rgba(0,0,0,0.1);
}

.loginFormm {
    position: absolute;
	background: white;
	padding: 10px;
	width: auto;
	height: auto;
	max-height: 400px;
	margin: 8% 35%;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 12px;
	box-shadow: 0px 0px 4px #939393;
	border: 2px solid grey ;
}


.shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200,200,200,0.5);
}


.shadow #login, .shadow #password {
	font-size: 13px;
	color: #565555;
	padding: 4px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #ADADAD;
	background: rgba(212,212,212,1);
	background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(235,235,235,1) 58%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,212,212,1)), color-stop(58%, rgba(235,235,235,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(235,235,235,1) 58%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(235,235,235,1) 58%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(235,235,235,1) 58%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(212,212,212,1) 0%, rgba(235,235,235,1) 58%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#f5f5f5', GradientType=0 );
	border-radius: 3px;
	width: 91%;

}

.btwindow1{
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
	border-radius: 5px 0px 0px 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial;
	padding: 8px 10px;
	width: 50%;
}

.btwindow2{
	background: rgba(209,209,209,1);
  background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(107,107,107,1) 74%, rgba(61,61,61,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,209,209,1)), color-stop(74%, rgba(107,107,107,1)), color-stop(100%, rgba(61,61,61,1)));
  background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(107,107,107,1) 74%, rgba(61,61,61,1) 100%);
  background: -o-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(107,107,107,1) 74%, rgba(61,61,61,1) 100%);
  background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(107,107,107,1) 74%, rgba(61,61,61,1) 100%);
  background: linear-gradient(to bottom, rgba(209,209,209,1) 0%, rgba(107,107,107,1) 74%, rgba(61,61,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#3d3d3d', GradientType=0 );
	border-radius: 0px 5px 5px 0px;
	color: #FFFFFF;
	font-family: Arial;
	padding: 8px 10px;
	width: 50%;
	cursor: pointer;
}

.barfoot{
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 63%, rgba(43,43,43,1) 96%, rgba(43,43,43,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(63%, rgba(17,17,17,1)), color-stop(96%, rgba(43,43,43,1)), color-stop(100%, rgba(43,43,43,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 63%, rgba(43,43,43,1) 96%, rgba(43,43,43,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 63%, rgba(43,43,43,1) 96%, rgba(43,43,43,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 63%, rgba(43,43,43,1) 96%, rgba(43,43,43,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 63%, rgba(43,43,43,1) 96%, rgba(43,43,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b', GradientType=0 );
	height: 20px;
	top: 0px;
	width: 100%;
}

/************** -- MODAL --  **************/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 10px;
    top: -20px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.fondoApprest{
   background: url("../../img/Fprincipal.png")no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
}
#curs{
width:30%;
float:left;
position:relative;
left:-20%;
top:-500px;    
transition-duration: 2s;
}    
#curs:hover{
    left:0px;
    transition-duration: 2s;
}
ucurs{

    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

.select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.modal-mesas{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 25%;
    padding-bottom: 10px;
}

/************** -- /MODAL --  **************/





