input[type="search"] {
	-webkit-appearance: none;
}

.dataTables_wrapper {
	 font-family: arial;
	font-size: 13px;
}

th{
	text-align: left;
	padding:5px 5px !important;
}

.button-group .button:not(:last-child) {
	border-right: none; /* Prevent double borders */
}

.button-group .button:hover {
	background-color: #446499;
}

input[type="search"]{
	width: 60vw !important;
	max-width: 600px !important;
	font-size:20px !important;
	background-color: #F1F4F7 !important;
}

#clientes_wrapper {
	width: 98% !important;
	max-width:1000px;
	margin:auto;
	margin-top: 0px !important;
}

body{
	width: 98%;
	margin:10px 10px 10px 10px; 
	max-width:1000px;
	margin:auto;			
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 6px 6px;
}

#clientes{
	font-family: Arial;
	font-size:14px;
	display:none;
	table-layout:fixed;
	margin:auto;
	
}

.switch-field {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 8px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #a5dc86;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.form, #detalles_pedido {

  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.625;
  margin: 0 auto;
  padding: 1px;
  margin-bottom: 10px;
   margin-top: 10px;
}

h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.boton {
  background-color: transparent ;
  border: none;
  color: #56AF00;
  padding: 1px 2px !important;
  font-size: 18px !important;
  cursor: pointer;
  margin-top:0px;

}
.boton:hover, .boton.active {
  transform: scale(1.5);

}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* 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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  max-width:500px;
  padding: 10px;
  padding-top: 10px;
  border: 1px solid #888;
  width: 90%;
}
/* The Close Button */
.close {
  opacity: 1;
  color: #90B4CF;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000; 
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}

textarea {
	width: 100%;
	font-size:16px;
	padding: 6px 6px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	height: 100px;
	background-color: #f8f8f8;
	resize: auto;
	display:inline-block
}

.enviar_datos  {
	-webkit-appearance: none;
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	margin-top: 10px;
	font-size:16px;
}
 
		
label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: bold;

}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: #333;
}

input[type=date]{
	margin:auto;
	font-size:16px;
	
}		

.fila {
	display:flex;
	padding-top: 10px;
	text-align: left;
	width:100%;
}
.izquierda{
	float:left;
	width:100%;
}

.derecha{
	text-align:right;
	float:right;
	width:100%;
	margin-left:auto;
	margin-right:0px;
}
#icono_carrito{
	color:#769BC1;
	font-size:40px; 
	float:right;
	padding:15px; 
	padding-right:30px; 
	padding-left:10px;
	position: relative;
	right:0;

}


#icono_carrito:hover, #icono_carrito.active, #icono_info:hover, #icono_info.active{
  transform: scale(1.5);
  background-color: transparent !important;
  cursor: pointer;
}

#span_detalle:hover, #span_detalle.active {
  transform: scale(1.5);
  cursor: pointer;
}

input{
	font-size:3vw;
}

#span_detalle{
	display: table;
	width:90%;
	padding: 5%

}
.pendiente{
	background-color: #F2D7D5!important;
	
}
.parcial{
	background-color: #FCF3CF!important;
}
.servido{
	background-color: #D4EFDF!important;
	
}
.cancelado{
	background-color: #B03A2E!important;
	color: white;
}
.esperando_mp{
	background-color: #5D6D7E!important;
	color: white;
}
.preparando{
	background-color: #85C1E9!important;
}
#icono_info{
	color:#769BC1;
	font-size:20px; 

}

.supervision{
	max-width:500px;
	text-align:left;
	margin:auto;
	margin-top:50px;
}