:root {
    --main-color: #ff974b; 
    --main-color-texto: #ff974b; 
    --main-btn-color: #ff974b; 
    --main-btn-color-borde: rgb(230, 211, 185); 
	--main-font: "Helvetica";
	--main-confirmarbg: rgb(50, 116, 164);
	--main-confirmarbr: rgb(122, 196, 251);
	--main-btn-confirmarbg: #b5d4f2;
	--main-btn-confirmarbr: #4b5b6b;
	--main-head-editbg: #786251;
	--main-frm-nuevo: #4bff60;
	--main-frm-baja: rgb(252, 146, 146);
	--main-frm-editar: rgb(65, 61, 59);
	--main-tab-contenido: #5a534d;
	--main-tab-contenido-nuevo: rgb(53,64,53);
	--main-contenedor-central: #384452;
	--main-main-btn: #fbd2b4;
	--main-row-select: #f8c396;
	--main-pie-pagina: #ff974b4d;
	--main-background-color: #253138;
	--main-text-color: white;
	--main-title-color: rgba(255, 255, 255, 0.9);
	--main-section-color: #384452;
	--main-gradient: linear-gradient(107deg, #607d9600, #607d96 9.66%, #607d96 89.5%, #607d9600 97.9%);
	--main-widget-header: #f4bf8b;
	--main-widget-border: #ee9945;
	--dt-row-selected: 248, 195, 150;
	--dt-row-selected-text: 0, 0, 0;
	--main-menu-color: #7d8fa9;
	--main-menu-bkg-color: #637083;
	--main-grid-head-color: #384452;
	--main-font-weight: 400;
	--main-font-menu: "Helvetica";
	--main-font-menu-size: 14px;
}
@font-face {
  font-family: 'dotsfont';
  src: url('font/dotsfont.eot');
  src: url('font/dotsfont.eot?#iefix') format('embedded-opentype'),
       url('font/dotsfont.woff') format('woff'),
       url('font/dotsfont.ttf') format('truetype'),
       url('font/dotsfont.svg#dotsfontregular') format('svg');
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}
/* Basic styles */
.rwd-example .ui-body,
.rwd-example2 .ui-body,
.rwd-example3 .ui-body,
.rwd-example4 .ui-body,
.rwd-example5 .ui-body,
.rwd-example6 .ui-body{
    text-align: left;
    border: 1px solid #607d966b;
}
.rwd-example p {
    color: #cbc9c9;
	font-size: 14px;
}
.rwd-example2 p {
    color: #777;
    line-height: 140%
}
.rwd-example3 p {
    color: #777;
    line-height: 140%
}
/* Basic styles */
.rwd-example4 {
	width: 50%;
	float: left;
}
.rwd-example4 p {
    color: #fff;
    line-height: 100%
}
.rwd-example5 {
	width: 50%;
	float: left;
}
.rwd-example5 p {
    color: #fff;
    line-height: 100%
}
/* Stack all blocks to start */
.rwd-example .ui-block-a,
.rwd-example .ui-block-b,
.rwd-example .ui-block-c,
.rwd-example2 .ui-block-a,
.rwd-example2 .ui-block-b,
.rwd-example2 .ui-block-c,
.rwd-example3 .ui-block-a,
.rwd-example3 .ui-block-b,
.rwd-example3 .ui-block-c,
.rwd-example4 .ui-block-a,
.rwd-example4 .ui-block-b,
.rwd-example4 .ui-block-c ,
.rwd-example5 .ui-block-a,
.rwd-example5 .ui-block-b,
.rwd-example5 .ui-block-c,
.rwd-example6 .ui-block-a,
.rwd-example6 .ui-block-b,
.rwd-example6 .ui-block-c{
    width: 100%;
    float: none;
}
/* Collapsing borders */
.rwd-example > div + div .ui-body,
.rwd-example2 > div + div .ui-body,
.rwd-example3 > div + div .ui-body,
.rwd-example4 > div + div .ui-body,
.rwd-example5 > div + div .ui-body,
.rwd-example6 > div + div .ui-body   {
    border-top-width: 0;
}

.ui-grid-b>.ui-block-b{
	width: 30.3%;
}
.ui-grid-b>.ui-block-c{
	width: 36.367%;
}
@media all and (min-width: 42em) {
	table#myTableEmpleados td:nth-child(4) ~ td,table#myTableEmpleados th:nth-child(4) ~ th {
		display: table-cell;
	}
	table#myTableServicios td:nth-child(4) ~ td,table#myTableServicios th:nth-child(4) ~ th {
		display:  table-cell;
	}
	table#myTableArticulos td:nth-child(4) ~ td,table#myTableArticulos th:nth-child(4) ~ th {
		display:  table-cell;
	}
	div#rwd-clientes{
		display: unset;
	}
	div.titulo h1 img{
		width: auto;
	}
	div#pie_pagina{
		position: fixed;
		bottom: 0px;
	}
}
/* 1st breakpoint - Float B and C, leave A full width on top */
@media all and (min-width: 42em) {
    .rwd-example {
        overflow: hidden; /* Use this or a "clearfix" to give the container height */
    }
    .rwd-example .ui-body {
       min-height: 14em;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 100%;
    }
    .rwd-example .ui-block-b p,
    .rwd-example .ui-block-c p {
      font-size: .8em;
    }
    .rwd-example > div + div .ui-body {
        border-top-width: 1px;
    }
    .rwd-example > div:first-child .ui-body {
        border-bottom-width: 0;
    }
    .rwd-example > div:last-child .ui-body {
        border-left-width: 0;
    }
	.rwd-example2 {
        overflow: hidden; /* Use this or a "clearfix" to give the container height */
    }
    .rwd-example2 .ui-body {
       min-height: 14em;
    }
    .rwd-example2 .ui-block-b,
    .rwd-example2 .ui-block-c {
      float: left;
      width: 100%;
    }
    .rwd-example2 .ui-block-b p,
    .rwd-example2 .ui-block-c p {
      font-size: .8em;
    }
    .rwd-example2 > div + div .ui-body {
        border-top-width: 1px;
    }
    .rwd-example2 > div:first-child .ui-body {
        border-bottom-width: 0;
    }
    .rwd-example2 > div:last-child .ui-body {
        border-left-width: 0;
    }

	.rwd-example3 {
        overflow: hidden; /* Use this or a "clearfix" to give the container height */
    }
    .rwd-example3 .ui-body {
       min-height: 14em;
    }
    .rwd-example3 .ui-block-b,
    .rwd-example3 .ui-block-c {
      float: left;
      width: 100%;
    }
    .rwd-example3 .ui-block-b p,
    .rwd-example3 .ui-block-c p {
      font-size: .8em;
    }
    .rwd-example3 > div + div .ui-body {
        border-top-width: 1px;
    }
    .rwd-example3 > div:first-child .ui-body {
        border-bottom-width: 0;
    }
    .rwd-example3 > div:last-child .ui-body {
        border-left-width: 0;
    }
	
	.rwd-example4 {
        overflow: hidden; /* Use this or a "clearfix" to give the container height */
    }
    .rwd-example4 .ui-body {
       min-height: 14em;
    }
    .rwd-example4 .ui-block-b,
    .rwd-example4 .ui-block-c {
      float: left;
      width: 100%;
    }
    .rwd-example4 .ui-block-b p,
    .rwd-example4 .ui-block-c p {
      font-size: .8em;
    }
    .rwd-example4 > div + div .ui-body {
        border-top-width: 1px;
    }
    .rwd-example4 > div:first-child .ui-body {
        border-bottom-width: 0;
    }
    .rwd-example4 > div:last-child .ui-body {
        border-left-width: 0;
    }
	a#btn_zona{
		width: 10.5%;
	}
	a#btn_servicio{
		width: 13%;
		height: 3em;
		white-space: normal;
		border-width: 2px;
	}
	a#btn_servicio.btn-imagen{
		
		height: 12em;
		
	}
	a#btn_familia,a#btn_familia_habituales{
	width: 13%;
	font-size: 12px;
	margin: .446em;
	border-width: 2px;
	white-space: break-spaces;
	}
	a#btn_zona,a#btn_servicio,a#btn_artser{
		font-size: 12px;
		margin: .446em;
	}
	a#btn_deuda{
		width: 18%;
		height: 4em;
		white-space: normal;
		background-color: red;
		border-color: red;
		color: white;
	}
	a#btn_sesion{
		width: 18%;
		height: 4em;
		white-space: normal;
		padding-top: 0.2em;
		padding-bottom: 1.2em;
	}
	a#btn_regalo{
		width: 18%;
		height: 4em;
		white-space: normal;
		padding-top: 0.2em;
		padding-bottom: 1.2em;
	}
	a#btn_itinerario{
		width: 18%;
		height: 4em;
		white-space: normal;
		padding-top: 0.2em;
		padding-bottom: 1.2em;
	}
	a#btn_pack{
		width: 18%;
		height: 4em;
		white-space: normal;
		border-color: white;
		border-width: 2px;
	}
	a#btn_empleado{
		width: 16%;
		font-size: 12px;
		margin: .446em;
	}
	a#btn_usuario{
		width: 16%;
		font-size: 12px;
		margin: .446em;
	}
	a.formapago{
		height: 50px;
		width: 80px;
		white-space: normal;
	}
	div#opciones-cobro > a{
		height: 30px;
		width: 70px;
		white-space: normal;
	}
}

/* 2nd breakpoint - Float all, 50/25/25 */
@media all and (min-width: 55em) {
    .rwd-example .ui-body {
       min-height: 18em;
    }
    .rwd-example .ui-block-a,
    .rwd-example .ui-block-c {
      float: left;
      width: 39.95%;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 29.925%;
    }
    .rwd-example > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example > div + div .ui-body {
        border-left-width: 0;
    }
	.rwd-example2 .ui-body {
       min-height: 18em;
    }
    .rwd-example2 .ui-block-a,
    .rwd-example2 .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example2 .ui-block-b,
    .rwd-example2 .ui-block-c {
      float: left;
      width: 49.95%;
    }
    .rwd-example2 > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example2 > div + div .ui-body {
        border-left-width: 0;
    }
	.rwd-example3 .ui-body {
       min-height: 18em;
    }
    .rwd-example3 .ui-block-a,
    .rwd-example3 .ui-block-c {
      float: left;
      width: 60%;
    }
    .rwd-example3 .ui-block-b,
    .rwd-example3 .ui-block-c {
      float: left;
      width: 40%;
    }
    .rwd-example3 > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example3 > div + div .ui-body {
        border-left-width: 0;
    }
	
	
	.rwd-example4 .ui-body {
       min-height: 6em;
    }
    .rwd-example4 .ui-block-a{
      float: left;
      width: 70.00%;
    }
    .rwd-example4 .ui-block-b{
      float: left;
      width: 30.00%;
    }
	.rwd-example4 .ui-block-c{
      float: left;
      width: 100.00%;
    }
    .rwd-example4 > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example4 > div + div .ui-body {
        border-left-width: 0;
    }
	.rwd-example5 .ui-body {
       min-height: 8em;
    }
	.rwd-example5 .ui-body {
      font-size: 125%;
    }
    .rwd-example5 .ui-block-a{
      float: left;
      width: 100.00%;
    }
	.rwd-example5 > div:first-child .ui-body {
        border-bottom-width: 1px;
		padding-left: 1px;
		padding-right: 1px;
    }
    .rwd-example5 > div + div .ui-body {
        border-left-width: 0;
    }
	.rwd-example6 .ui-body {
       min-height: 8em;
    }
	.rwd-example6 .ui-body {
      font-size: 125%;
    }
    .rwd-example6 .ui-block-a{
      float: left;
      width: 20.00%;
    }
	.rwd-example6 .ui-block-b{
      float: left;
      width: 60.00%;
    }
	.rwd-example6 .ui-block-c{
      float: left;
      width: 20.00%;
    }
	.rwd-example6 > div:first-child .ui-body {
        border-bottom-width: 1px;
    }
    .rwd-example6 > div + div .ui-body {
        border-left-width: 0;
		height: 17em;
    }
	a#btn_zona{
		width: 14.5%;
	}
	a#btn_servicio{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
	}
	a#btn_servicio.btn-imagen{
		
		height: 12em;
		
	}
	a#btn_familia,a#btn_familia_habituales{
		width: 14.3%;
		font-size: 10px;
		margin: 2px;
	}
	div#caja_grupos a.btn_grupo, div#caja_subgrupos a.btn_subgrupo{
		width: 8.7%;
		font-size: 10px;
		white-space: normal;
	}
	div#caja_grupos{
		max-height: 4em!important;
	}
	div#caja_familias{
		max-height: 105px!important;
	}
	table#myTableTickets.dataTable tbody td.selected:nth-child(2),table#myTableTickets.dataTable tbody td.selected:nth-last-child(2){
		font-size:1.2em;
	}
	a#btn_zona,a#btn_servicio,a#btn_artser,a#btn_deuda,a#btn_sesion,a#btn_pack,a#btn_itineario,a#btn_regalo{
		font-size: 10px;
		margin: 2px;
	}
	a#btn_deuda{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
		background-color: red;
		border-color: red;
		color: white;
		word-break: keep-all;
	}
	a#btn_deuda p{
		margin-top: 0px !important;
		font-size: 1em !important;
	}
	a#btn_sesion{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
		padding-top: 0.2em;
	}
	a#btn_regalo{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
		padding-top: 0.2em;
	}
	a#btn_itineario{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
		padding-top: 0.2em;
	}
	a#btn_pack{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
	}
	a#btn_empleado{
		width: 15%;
		font-size: 10px;
		margin: 4px;
		height: 2em;
	}
	a#btn_usuario{
		width: 15%;
		font-size: 10px;
		margin: 4px;
		height: 2em;
	}
	a.formapago{
		height: 50px;
		width: 80px;
		white-space: normal;
		padding-left: 2px;
		padding-right: 2px;
		margin-left: 2px;
		margin-right: 2px;
	}
	div#opciones-cobro > a{
		height: 30px;
		width: 70px;
		white-space: normal;
		padding-left: 2px;
		padding-right: 2px;
		margin-left: 2px;
		margin-right: 2px;
	}
	a#btn_empleado img{
		width: 30px;
	}
	a#btn_empleado p{
		width: 49%;
		font-size: 9px;
	}
	a#btn_usuario img{
		width: 30px;
	}
	a#btn_usuario p{
		width: 49%;
		font-size: 9px;
	}
	div#barra_opciones > a{
		width: 10%;
		white-space: normal;
		padding-left: 5px;
		padding-right: 5px;
	}
	div#contenedorPagoCombinado{
		width: 80%;
	}
	.derecha{
		font-size: 12px;
	}
	.ui-btn.main-btn{
		width: 65px;
		margin: 0px;
	}
	span.selectcabecera{
		width: auto;
	}
	table#myTableCierreFamilias{
		font-size: 10px;
		line-height: 1.1em;
	}
	table#myTableCierreFamilias.dataTable tbody td{
		padding: 5px 4px;
	}
	table#myTableCierreZonas,table#myTableCierreDetalle{
		font-size: 10px;
	}
	table#myTableCierreAdicional{
		line-height: 1.1em;
	}
	table#myTableCierrePinpad{
		line-height: 1.1em;
	}
	div#barra_opciones_cierre a,div#barra_opciones_cierregastos a{
		padding-left: 0em;
		padding-right: 0px;
	}
	a.ui-btn.moneda, a.ui-btn.billete{
		padding: 0em 1em;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	p.importe-cobro{
		border-style: solid;
		border-radius: 10px;
		margin-left: 1em;
		margin-top: 0em;
		font-size: 1.5em;
		margin-right: 1em;
		margin-bottom: 5px;
	}
	p.lblcobro{
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
@media all and (min-width: 65em) {
	a#btn_deuda{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
		background-color: red;
		border-color: red;
		color: white;
	}
	a#btn_deuda p{
		margin-top: 0.5em !important;
		font-size: 1.5em !important;
	}
}
@media all and (min-width: 70em) {
	div#barra_opciones > a{
		width: 11%;
	}
	a#btn_deuda{
		width: 17.7%;
		height: 5em;
		white-space: normal;
		padding: 0.1em;
		background-color: red;
		border-color: red;
		color: white;
	}
	div#caja_grupos{
		max-height: 6em!important;
	}
	div#caja_familias{
		max-height: 180px!important;
	}
	div#caja_grupos a.btn_grupo, div#caja_subgrupos a.btn_subgrupo{
		width: 10%;
		font-size: 11px;
		white-space: normal;
		border-radius: 8px;
	}
}
/* 3rd breakpoint - Bump up font size at very wide screens PC*/
@media all and (min-width: 90em) {
    .rwd-example .ui-body,
	.rwd-example2 .ui-body	{
      font-size: 125%;
    }
    .rwd-example .ui-block-a,
    .rwd-example .ui-block-c {
      float: left;
      width: 33.33%;
    }
    .rwd-example .ui-block-b,
    .rwd-example .ui-block-c {
      float: left;
      width: 33.33%;
    }
	
    .rwd-example2 .ui-block-a,
    .rwd-example2 .ui-block-b,
	.rwd-example2 .ui-block-c{
      float: left;
      width: 49.95%;
    }

	.rwd-example3 .ui-body {
      font-size: 125%;
    }
    .rwd-example3 .ui-block-a,
    .rwd-example3 .ui-block-c {
      float: left;
      width: 60.00%;
    }
    .rwd-example3 .ui-block-b,
    .rwd-example3 .ui-block-c {
      float: left;
      width: 40.00%;
    }
	
	.rwd-example4 .ui-body {
      font-size: 100%;
    }
    .rwd-example4 .ui-block-a{
      float: left;
      width: 70.00%;
    }
    .rwd-example4 .ui-block-b{
      float: left;
      width: 30.00%;
    }
	.rwd-example4 .ui-block-c{
      float: left;
      width: 100.00%;
    }
	.rwd-example5 .ui-body {
      font-size: 100%;
    }
    .rwd-example5 .ui-block-a{
      float: left;
      width: 100.00%;
    }
	.rwd-example5 > div:first-child .ui-body {
        border-bottom-width: 1px;
		padding: .4em .4em;
    }
	a#btn_zona{
		width: 13.5%;
	}
	a#btn_servicio{
		width: 13%;
		height: 7em;
		white-space: normal;
		padding: .7em 1em;
		border-radius: 8px;
	}
	a#btn_familia,a#btn_familia_habituales{
		width: 14.7%;
		font-size: 11px;
		margin: .246em;
		white-space: normal;
		height: 3em;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0.2em;
		border-radius: 8px;
	}
	table#myTableTickets.dataTable tbody td.selected:nth-child(2) p.nombrecli,table#myTableTickets.dataTable tbody td.selected:nth-last-child(2){
		font-size:1.5em;
	}
	a#btn_artser{
		font-size: 12px;
		margin: .446em;
	}
	a#btn_zona{
		font-size: 12px;
		margin: .446em;
		border-radius: 8px;
	}
	a#btn_servicio,a#btn_deuda,a#btn_sesion,a#btn_pack,a#btn_itinerario,a#btn_regalo{
		font-size: 10px;
		margin: .246em;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0.7em;
	}
	a#btn_deuda{
		width: 13%;
		height: 7em;
		white-space: normal;
		background-color:rgb(213, 27, 27);
		border-color: #ff000080;
		color: white;
		border-width: 2px;
		padding-bottom: 1.2em;
		border-radius: 8px;
	}
	a#btn_sesion{
		width: 13%;
		height: 7em;
		white-space: normal;
		padding-bottom: 1.2em;
		border-width: 2px;
		border-radius: 8px;
	}
	a#btn_regalo{
		width: 13%;
		height: 7em;
		white-space: normal;
		padding-bottom: 1.2em;
		border-width: 2px;
		border-radius: 8px;
	}
	a#btn_itinerario{
		width: 13%;
		height: 7em;
		white-space: normal;
		padding-bottom: 1.2em;
		border-width: 2px;
		border-radius: 8px;
	}
	a#btn_pack{
		width: 13%;
		height: 7em;
		white-space: normal;
		border-color: white;
		border-width: 2px;
		border-radius: 8px;
	}
	a#btn_pack.btn-imagen{
		height: 12em;
	}
	a#btn_empleado{
		width: 18%;
		font-size: 12px;
		margin: 1px .146em 1px 0.146em;
		height: 2em;
	}
	a#btn_usuario{
		width: 20%;
		font-size: 12px;
		margin: 1px .146em 1px 0.146em;
		height: 2em;
	}
	a.formapago{
		height: 50px;
		width: 80px;
		white-space: normal;
		margin: .446em;
		padding: .7em 1em;
	}
	a.ui-btn.moneda, a.ui-btn.billete{
		padding: .3em 1em;
		margin: .446em;
	}
	
	a.btn_grupo{
		font-size: 12px;
		margin: 2px;
		width: 12.5%;
		white-space: normal;
		height: 2em;
	}
	a.btn_subgrupo{
		font-size: 12px;
		margin: 2px;
		width: 12%;
		white-space: normal;
		height: 2em;
	}
	a#btn_empleado img{
		width: 37px;
	}
	a#btn_empleado p{
		width: 60%;
		font-size: 11px;
	}
	a#btn_usuario img{
		width: 37px;
	}
	a#btn_usuario p{
		width: 60%;
		font-size: 11px;
	}
	div#barra_opciones > a{
		width: 12%;
	}
	div#contenedorPagoCombinado{
		width: 60%;
	}
	.derecha{
		font-size: 14px;
	}
	.ui-btn.main-btn{
		width: 70px;
		margin: .446em;
	}
	span.selectcabecera{
		width: auto;
		min-width: 3em;
	}
	table#myTableCierreFamilias{
		font-size: 12px;
		line-height: 1em;
	}
	table#myTableCierreFamilias.dataTable tbody td{
		padding: 5px 4px;
	}
	table#myTableCierreZonas,table#myTableCierreDetalle{
		font-size: 12px;
	}
	table#myTableCierreAdicional{
		line-height: 1em;
	}
	table#myTableCierrePinpad{
		line-height: 1em;
	}
	p.importe-cobro{
		border-style: solid;
		border-radius: 10px;
		margin-left: 1em;
		margin-top: 0em;
		font-size: 1.5em;
		margin-right: 1em;
		margin-bottom: 1em;
	}
	p.lblcobro{
		margin-top: 1em;
		margin-bottom: 1em;
	}
}
.negrita {
	font-weight: bold;
	color: rgb(228, 228, 228);
}
.negrita2 {
	font-weight: bold;
	color: rgb(0, 0, 0);
}
.negrita-grande {
	font-weight: bold;
	font-size: 14px;
}
.ui-content {
	color: var(--main-title-color);
	font-family: var(--main-font);
	padding-top: 0em;
}
.ui-page-theme-a {
	text-shadow: none;
	background-color: var(--main-background-color);
	color: var(--main-text-color);
}
.ui-overlay-a{
	text-shadow: none;
	background-color: var(--main-background-color);
	color: var(--main-text-color);
}
.ui-btn{
	text-shadow: none;
}
.ui-body-d{
	background-color: var(--main-section-color);
	border-radius: 5px;
	margin: 5px;
}
.dataTable caption{
	color: var(--main-color) !important;
	font-size: 1.2em;
	text-align: left;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.dataTable tbody{
	color: rgb(29, 29, 29);
}
.titulo h1{
	text-align: left;
	border-bottom: 1px solid var(--main-color);
	font-weight: 100;
	margin-bottom: 5px;
}
.titulo h1 img{
	vertical-align: middle;
	margin-right: 0.5em;
}
.titulo h3{
	text-align: right;
	margin-top: -1em;
	font-weight: normal;
	font-size: 14px;
}
.titulo h3 form{
	margin-top: 1.5em;
}
.titulo h1 a{
	float: right;
	margin-top: 7px;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
p.titulo{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin: 0em;
}
.negativo{
	color: #f95c5c;
}
.positivo{
	color: #24bf24;
}
.dt-right{
	text-align: right;
}
.ui-mobile{
	background-color: var(--main-background-color);
}
.ponerfechas{
	text-align: center;
	position: absolute;
	bottom: 0;
}
.ponerfechas h2{
	font-size: 1em;
	font-weight: normal;
}
table[class*="dataTable"] td a{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 0px;
}
div#editarservicio{
	background-color: var(--main-frm-editar);
	width: 95%;
	max-width: 1000px;
	height: auto;
	display: none;
	border-radius: 5px;
	border: var(--main-color) solid 2px;
	min-height: 650px;
	max-height: 650px;
}
div#contenidoeditarservicio{
	border-radius: 15px;
}
div#contenidoeditarservicio > p:not(div.jqte_editor p):not(table#myTableFicheroPacksDetalle p):not(p.info):not(.nuevo):not(.baja) {
	color: var(--main-color) !important;
	font-weight: 100;
	border-radius: 5px;
}
div#contenidoeditarservicio > p:not(.jqte_editor):not(.nuevo):not(.info){
	color: var(--main-color) !important;
	font-weight: 100;
}
div#editarservicio_edicion{
	background-color: var(--main-frm-editar);
	width: 99%;
	max-width: 1000px;
	height: auto;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#contenidoeditarservicio_edicion{
	margin: 1em;
}
div#contenidoeditarservicio_edicion > p:not(div.jqte_editor p) {
	color:  #fff !important;
	border-bottom: var(--main-color) solid 1px;
}
div#contenidoeditarservicio_edicion > p:not(.jqte_editor) {
	color:  #fff !important;
	border-bottom: var(--main-color) solid 1px;
}
.ui-field-contain{
	margin: 0.5em 0;
}
.rwd-example4 p{
	text-align: center;
	margin: 0px;
}
.rwd-example5 p{
	text-align: center;
	margin: 0px;
}
.oculto{
	display: none;
}
a#btn_zona.seleccionado,a#btn_familia.seleccionado,a.btn_grupo.seleccionado,a.btn_subgrupo.seleccionado,a#btn_familia_habituales.seleccionado{
	border-width: 2px;
	border-color: rgb(255, 111, 0);
	background-clip: text;
	 -webkit-background-clip: text;
	color: white;
	white-space: break-spaces;
}
a.btn_agenda_zona2.seleccionado{
	border-width: 2px;
	border-color: rgb(255, 111, 0)!important;
	background-clip: text!important;
	 -webkit-background-clip: text!important;
	color: white!important;
	white-space: break-spaces!important;
}
a#btn_empleado.seleccionado{
	border-width: 1px;
	border-color: white;
	background-color: #9c714d;
	color: white;
}
a#btn_usuario.seleccionado{
	border-width: 1px;
	border-color: white;
	background-color: #9c714d;
	color: white;
}
a#btn_artser{
	float: right;
	background-color: white;
}
div#caja_servicios{
	overflow-y: auto;
	
}
div#caja_familias{
	overflow-y: auto;
	max-height: 180px;
}
div#caja_empleados{
	overflow-y: auto;
	max-height: 90px;
}
.ui-mini{
	font-size: 12px;
}
div#contenedorhm{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
@media(device-width: 768px) and (device-height: 1024px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
		border: 2px solid white;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
	::-webkit-scrollbar-track { 
		background-color: #fff; 
		border-radius: 4px; 
	}
	::-webkit-scrollbar-thumb:hover {
		background:rgba(0,0,0,0.4);
	}

	::-webkit-scrollbar-thumb:window-inactive {
		background:rgba(0,0,0,0.5);
	}
	a.ui-btn.moneda, a.ui-btn.billete{
		padding: .3em 1em;
	}
}
a#btneditardetalleticket,a#btneditarticket{
	margin: 0px auto;
	font-size: 16px;
}
div#editardetalleticket{
	background-color:var(--main-background-color);
	width: auto;
	height: auto;
	border-radius: 5px;
	display: none;
}
div#editarticket{
	background-color:var(--main-background-color);
	width: auto;
	height: auto;
	border-radius: 5px;
	display: none;
}
div#message,div#message_edicion{
	background-color: var(--main-confirmarbg);
	width: 400px;
	height: 210px;
	border-radius: 5px;
	display: none;
}
div#seleccionempleado,div#seleccionempleadocomisiones,div#selecciondescuentoseleccionable,div#seleccioncajaud{
	background-color:var(--main-confirmarbg);
	width: 600px;
	height: auto;
	border-radius: 10px;
	display: none;
	border: 1px solid var(--main-confirmarbr);
	padding: 1em;
}
div#contenidoeditardetalleticket .ui-btn{
	margin: 10px auto;
}
div#contenidoeditardetalleticket {
	margin: 10px;
}
div#contenidoeditarticket .ui-btn{
	margin: 10px auto;
}
div#contenidoeditarticket {
	margin: 10px;
}
div#cajabusqueda,div#cajabusqueda-captura,div#cajabusqueda-consumo{
	background-color: rgb(83, 78, 70);
	width: 600px;
	max-height: 600px;
	border-radius: 5px;
	display: none;
}
div#cajabusqueda .ui-btn,div#cajabusqueda-captura .ui-btn,div#cajabusqueda-consumo .ui-btn{
	margin: 10px auto;
}
div#cajabusqueda,div#cajabusqueda-captura,div#cajabusqueda-consumo {
	margin: 10px;
}
div#contenedorvh, div#contenedorvm{
	float: left;
	width: 50%;
	display: flex;
}
table#myTableTickets.dataTable tbody td{
	padding: 3px 10px;
}
table#myTableTickets.dataTable tbody td.selected, table#myTableTickets.dataTable tbody td.selected p.nombrecli{
	font-weight: bold;
}
table#myTableTickets.dataTable tbody td.selected p.nombrecli{
	font-size: 16px;
}
div#busquedaclientes,div#gestioncobro,div#veragenda,div#nointernet,div#esperaconexion,div#esperaconexionMQTT{
	background-color: var(--main-background-color);
	width: 100%;
	height: 100%;
	display: none;
}
div#contenidobusquedaclientes{
	margin: 10px;
}
div#div_agendasemanal{
	background-color: var(--main-background-color);
	width: 100%;
	height: 100%;
	display: none;
}
div#div_agendasemanal_contenido{
	margin: 10px;
}
div#div_agendasemanal_background{
	background-color: var(--main-background-color)!important;
	opacity: 1!important;
}
div#agendahorario{
	background-color: rgb(27, 96, 140);
	width: 600px;
	height: auto;
	border-radius: 5px;
	display: none;
	border: rgb(39, 132, 191) solid 1px;
}
div#nuevanotaagenda{
	background-color: var(--main-background-color);
	width: 600px;
	height: auto;
	border-radius: 5px;
	display: none;
	border: rgb(39, 132, 191) solid 1px;
}
div#nuevacitaagenda{
	background-color: var(--main-background-color);
	width: 600px;
	height: auto;
	border-radius: 0px;
	display: none;
	border: var(--main-background-color) solid 1px;
}

div#busquedaagenda{
	background-color: rgb(27, 96, 140);
	max-width: 750px;
	height: auto;
	border-radius: 5px;
	display: none;
	width: 98%;
	border: rgb(39, 132, 191) solid 1px;
}
div#smscontrol,div#smscontrol2{
	background-color: rgb(27, 96, 140);
	width: 95%;
	max-width: 1000px;
	height: 95%;
	max-height: 700px;
	border-radius: 10px;
	display: none;
	border: rgb(39, 132, 191) solid 1px;
}
div#documentoscontrol{
	width: 99%;
	max-width: 99%;
	height: 99%;
	max-height: 99%;
	border-radius: 10px;
	display: none;
	
}
div#contenidonuevacitaagenda,div#contenedorbusquedaagenda,div#contenidonuevanotaagenda,div#contenedoragendahorario{
	margin: 16px;
}
a#btn_servicio.bono{
	border-color: white;
	background-image: url("../img/fondobtnbono.png");
}
a#btn_servicio.btn-regalo{
	border-color: white;
	background-image: url("../img/fondobtnregalo.png");
}
p.lbltop{
	margin-top: -1em;
	margin-left: -2em;
	margin-right: -2em;
	padding-bottom: 0.1em;
	padding-top: 0.6em;
	font-size: .8em;
	color: #e0e2e4;
	background: var(--main-gradient);
}
p.lblmiddle{
	margin-left: -2em;
	margin-right: -2em;
	font-size: .8em;
	color: #e0e2e4;
	padding-top: 3px;
	padding-bottom: 3px;
	background: var(--main-gradient);
}
a#btn_sesion > span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #d2cdcd;
	width: 100%;
	background-color: #6f4d2c;
}
a#btn_regalo{
	background-color: deepskyblue;
}
a#btn_regalo > span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #d2cdcd;
	width: 100%;
	background-color: #077ca4;
	min-height: 2em;
	max-height: 2.3em;
}
a#btn_deuda > span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #d2cdcd;
	width: 100%;
	background-color: #b31b14;
}
a#btn_itinerario{
	background-image: url('../img/itinerario.jpg');
	border-color: #14bdea;
}
a#btn_itinerario > span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #d2cdcd;
	width: 100%;
	background-color: #2c4c6f;
}
a#btn_servicio > span,a#btn_pack > span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #d2cdcd;
	width: 100%;
	background-color: #3e3e3ee3;
	font-weight: lighter;
font-size: 11px
}
table#myTableTickets.dataTable tbody td.deuda, table#myTableTickets.dataTable tbody td.deuda p.nombrecli{
	color: #f21414;
}
table#myTableTickets.dataTable tbody td.tarjetapuntos p.nombrecli{
	text-decoration: underline dotted;
	padding-bottom: 3px;
}
table#myTableTickets.dataTable tbody td p.nombrecli{
	color: rgb(29, 29, 29);
	font-size: 12px;
}
td.deuda{
	color: #f21414;
	font-weight: bold;
}
button#btn_Selempleado{
	width: 18%;
	font-size: 12px;
	margin: .446em;
	white-space: normal;
	height: 4em;
	line-height: 11px;
}
div#barra_opciones>a{
	height: 30px;
	margin: 0px;
}
div#info{
	height: 1em;
}
div.fechahora{
	text-align: center;
	font-size: 14px;
}
div#contenidoseleccioncajaud,div#contenidomessage,div#contenidomessage_edicion,div#contenidoeditarticket,div#contenidoeditardetalleticket,div#contenidoseleccionempleado,div#contenidoseleccionempleadocomisiones,div#contenidobusquedaclientes,div#contenidoselecciondescuentoseleccionable{
	background-color: transparent;
}
div#contenidomessage>button.message_close,div#contenidomessage_edicion>button.message_edicion_close{
	bottom: 0px;
	position: absolute;
	margin: 0px auto;
}
div#contenidomessagetexto,div#contenidomessagetexto_edicion{
	margin: 10px;
	text-align: center;
	font-size: 1.2em;
}
div#myTableCajaClientes_wrapper .dataTables_scroll .dataTables_scrollHead{
	display: none;
}
.ui-navbar > ul[class*="ui-grid-"] > li[class*="ui-block-"]{
	width: auto;
	border: 1px solid #c5c5c5;
}
div.ui-tabs .ui-widget-content.ui-tabs-panel{
	background: var(--main-tab-contenido);
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 506px;
}
div#etiquetasguardadas{
	background: #2b4a65;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.ui-tabs.nuevo .ui-widget-content.ui-tabs-panel{
	background: var(--main-tab-contenido-nuevo);
	padding-bottom: 0px;
	padding-top: 0px;
}
div#myTableCajaClientes_info{
	display: none;
}
div#filtrosservicios .ui-mini{
	font-size: 11px;
}
input.mediano{
	width: 7em;
}
input.normal{
	width: 8em;
}
form#form-edicion input,form#form-edicion select,form#form-edicion option,form#form-edicion_edicion input,form#form-edicion_edicion select,form#form-edicion_edicion option,form#form-edicion-central input,form#form-edicion-central select,form#form-edicion-central option{
	font-size: 12px;
}
form#form-edicion .ui-field-contain > label,form#form-edicion_edicion .ui-field-contain > label,form#form-edicion-central .ui-field-contain > label{
	width: 12%;
}
form#form-edicion div.masespacio .ui-field-contain > label,form#form-edicion_edicion .ui-field-contain > label,form#form-edicion-central .ui-field-contain > label{
	width: 14%;
}
form#form-edicion div[class*="ui-grid-a"] div.ui-block-a.ui-block-especial .ui-field-contain > label{
	width: 20%;
}
form#form-edicion div[class*="ui-grid-a"] div.ui-block-b.ui-block-especial .ui-field-contain > label{
	width: 30%;
}
form#form-edicion div[class*="ui-grid-a"] .ui-field-contain > label,form#form-edicion_edicion div[class*="ui-grid-a"] .ui-field-contain > label{
	width: 26%;
}
form#form-edicion div[class*="ui-grid-a"] .ui-field-contain.ui-block-especial > label,form#form-edicion_edicion div[class*="ui-grid-a"] .ui-field-contain.ui-block-especial > label{
	width: 30%;
}
form#form-edicion div[class*="ui-grid-b"] div[class*="ui-block-a"] .ui-field-contain > label,form#form-edicion_edicion div[class*="ui-grid-b"] div[class*="ui-block-a"] .ui-field-contain > label{
	width: 40%;
}
form#form-edicion div[class*="ui-grid-b"] div[class*="ui-block-b"] .ui-field-contain > label,form#form-edicion_edicion div[class*="ui-grid-b"] div[class*="ui-block-b"] .ui-field-contain > label,form#form-edicion div[class*="ui-grid-b"] div[class*="ui-block-c"] .ui-field-contain > label,form#form-edicion_edicion div[class*="ui-grid-b"] div[class*="ui-block-c"] .ui-field-contain > label{
	width: 30%;
}
form#form-edicion div[class*="ui-block-"] .ui-field-contain,form#form-edicion_edicion div[class*="ui-block-"] .ui-field-contain{
	margin-bottom: 0em;
	margin-top: 0em;
}
form#form-edicion div.widthreducido,form#form-edicion_edicion div.widthreducido{
	width: 14%;
}
form#form-edicion div.widthmas,form#form-edicion_edicion div.widthmas{
	width: 22%;
}
form#form-edicion div.widthmasmas,form#form-edicion_edicion div.widthmasmas{
	width: 25%;
}
form#form-edicion div[class*="ui-block-"]:last-child .ui-field-contain.widthauto2,form#form-edicion_edicion div[class*="ui-block-"] .ui-field-contain.widthauto2{
	margin: 0.5em 0;
}
form#form-edicion div[class*="ui-block-b"]:last-child .ui-field-contain.widthauto2,form#form-edicion_edicion div[class*="ui-block-b"] .ui-field-contain.widthauto2{
	margin-top: 0em;
	margin-bottom: 0.5em;
}
form#form-edicion ul[class*="ui-grid-"] > li[class*="ui-block-"] > label,form#form-edicion_edicion ul[class*="ui-grid-"] > li[class*="ui-block-"] > label{
	margin: 0px;
}
form#form-edicion .ui-field-contain > label ~ [class*="ui-input"],form#form-edicion_edicion .ui-field-contain > label ~ [class*="ui-input"],form#form-edicion-central .ui-field-contain > label ~ [class*="ui-input"]{
	width: auto;
}
form#form-edicion .ui-field-contain > label ~ [class*="ui-select"],form#form-edicion_edicion .ui-field-contain > label ~ [class*="ui-select"]{
	width: auto;
}
form#form-edicion div[class*="ui-block-"] .ui-field-contain > label ~ [class*="ui-select"],form#form-edicion_edicion div[class*="ui-block-"] .ui-field-contain > label ~ [class*="ui-select"]{
	max-width: 11.4em;
	margin-right: 0px;
}
form#form-edicion div[class*="ui-block-"] > label ~ [class*="ui-select"],form#form-edicion_edicion div[class*="ui-block-"] > label ~ [class*="ui-select"]{
	max-width: 13em;
	margin-right: 0px;
}
form#form-edicion  div[class*="ui-grid-a"] div[class*="ui-block-"] .ui-field-contain > label ~ [class*="ui-select"],form#form-edicion_edicion div[class*="ui-grid-a"] div[class*="ui-block-"] .ui-field-contain > label ~ [class*="ui-select"]{
	max-width: initial;
}
form#form-edicion div[class*="ui-block-"].widthreducido > label ~ [class*="ui-select"],form#form-edicion_edicion div[class*="ui-block-"].widthreducido > label ~ [class*="ui-select"]{
	max-width: 10em;
	margin-right: 0px;
}
form#form-edicion div[class*="ui-block-"] .ui-field-contain > label.max-width ~ [class*="ui-select"]{
	max-width: initial;
}
form#form-edicion .ui-field-contain > label.max-width,form#form-edicion_edicion .ui-field-contain > label.max-width,form#form-edicion-central .ui-field-contain > label.max-width{
	max-width: initial;
	width: 9em;
}
form#form-edicion  .ui-body,form#form-edicion_edicion  .ui-body{
	padding: 0;
	margin: 0px;
}
form#form-edicion  label,form#form-edicion_edicion  label{
	font-size: 14px;
}

div#botonera_edicion,div#botonera_edicion_edicion{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -4px;
	margin-right: 8px;
}

div#botonera_edicion > button.ui-icon-check,div#botonera_edicion_edicion > button.ui-icon-check{
	background-color: #4bff60;
	border-color: #226836;
}
button#submit_editar,button#submit_editar_edicion,button#editar_nuevo,button#editar_nuevo_edicion{
	background-color: #4bff60;
	border-color: #226836;
	margin-left: 0.5em;
}
button#cerrar_editar,button#cerrar_editar_edicion{
	background-color: #ff1b1b;
	border-color: #682222;
	margin-left: 1.5em;
}
button#editar_primero,button#editar_primero_edicion,button#editar_anterior,button#editar_anterior_edicion,button#editar_siguiente,button#editar_siguiente_edicion,button#editar_ultimo,button#editar_ultimo_edicion{
	margin-left: 0.5em;
}
div#editarconfirmar{
	background-color: var(--main-confirmarbg);
	width: 300px;
	height: 210px;
	border-radius: 10px;
	display: none;
	border: 1px solid var(--main-confirmarbr);
	padding: 1em;
}
div#opcionexterna,div#opcionexterna2,div#opcionauxbc,div#cajabusqueda,div#cajabusqueda-captura,div#opcionexterna_editar{
	background-color: var(--main-confirmarbg);
	width: auto;
	height: auto;
	border-radius: 10px;
	display: none;
	border: 1px solid var(--main-confirmarbr);
	padding: 1em;
}
div#botonera_editarconfirmar{
	text-align: center;
	position: absolute;
	bottom: 1em;
	width: 100%;
	left: 0px;
}
div#contenidoeditarconfirmar{
	text-align: center;
	background-color: transparent;
}
div#comisionesconfirmar{
	background-color: rgba(164, 50, 50, 0.9);
	width: 200px;
	height: 210px;
	border-radius: 5px;
	display: none;
}
div#botonera_comisionesconfirmar{
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
div#contenidocomisionesconfirmar{
	text-align: center;
	background-color: transparent;
}
a#nuevoregistro{
	background-color: #4bff60;
	border-color: #226836;
}
a#eliminarregistro{
	background-color: #ff1b1b;
	border-color: #682222;
}
a#bajaregistro{
	background-color: #1b5eff;
	border-color: #222f68;
}
div#eliminarconfirmar{
	background-color: var(--main-confirmarbg);
	width: 400px;
	height: 210px;
	border-radius: 5px;
	display: none;
}
div#botonera_eliminarconfirmar{
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
div#contenidoeliminarconfirmar{
	text-align: center;
	background-color: transparent;
}
div#tecnicoeliminar,div#esteticaeliminar,div#descuentoeliminar,div#vinculararticulos,div#mascotaeliminar{
	background-color: rgba(164, 50, 50, 0.9);
	width: 400px;
	height: 210px;
	border-radius: 5px;
	display: none;
}
div#botoneratecnicoeliminar,div#botoneraesteticaeliminar,div#botoneradescuentoeliminar,div#botoneravinculararticulos,div#botoneramascotaeliminar{
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
div#contenidotecnicoeliminar,div#contenidoesteticaeliminar,div#contenidodescuentoeliminar,div#contenidovinculararticulos,div#contenidomascotaeliminar{
	text-align: center;
	background-color: transparent;
}
table.dataTable.no-footer.ver-bajas thead{
	border-style: solid;
	border-color: #841a1a;
	border-radius: 5px;
	background-color: #841a1a;
}
table.dataTable.no-footer.ver-bajas thead tr th{
	border-style: solid;
	border-color: #841a1a;
	
	background-color: #841a1a!important;
}
@media all and (max-width: 930px) {
	div#filtrosservicios{
		margin-bottom: 0px;
	}
}
@media all and (max-width: 1200px) {
	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted{
		padding: 13px 14px!important;
	}
}
@media all and (min-width: 1200px) {
	div#filtrosservicios{
		margin-bottom: -1.8em;
	}
	
}
.ui-controlgroup-label{
	padding: 0px;
}
div.ui-slider{
	margin: 0em 0;
}
.ui-select.ui-btn-inline.ui-mini{
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0px;
}
div[class*="ui-block-"] > div.ui-input-text{
	margin-left: 0em;
	margin-top: 0em;
	display: inline-block;
}
.ui-input-text.ui-state-disabled,select.ui-state-disabled{
	color: #fff !important;
	opacity: 1;
	background-color: #413e3e !important;
}
div#formulario_entrada{
	width: 200px;
	border-style: solid;
	border-width: 6px;
	border-radius: 15px;
	padding: 3em;
	border-color: var(--main-menu-color);
	margin-top: -200px;
	margin-left: -150px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 270px;
	background-color: #000000b3;
}
.ui-page-principal{
	position: absolute;
	background-image: url("../img/fondoprincipal.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
div#pie_pagina{
	width: 100%;
	background-color: var(--main-pie-pagina);
	color: #bcb9b9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.12);
}
.derecha{
	margin-right: 1em;
}
.izquierda{
	float: left;
	margin-left: 1em;
}
div#foto-edicion{
	width: 100px;
	height: 100px;
	background-color: #353535;
	float: right;
	position: absolute;
	right: 2%;
	top: 52px;
	padding: 0.2em;
	border-radius: 5px;
	z-index: 9;
}
.img-foto-edicion{
	width: inherit;
	height: inherit;
	border-radius: 5px;
}
.oculto{
	display: none;
}
a#eliminar_foto{
	width: 100px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: -3px;
	padding-right: 4px;
}
a#ui-btn-NUEVAFAMILIA,a#ui-btn-NUEVOGRUPO,a#ui-btn-NUEVOSUBGRUPO,a#ui-btn-BUSCARCLI,a#ui-btn-GESTIONCONOCIDO,a#ui-btn-GESTIONTIPOCLIENTE,a.boton-externo2.ui-btn,a#ui-btn-RECOMENDADOS{
	background-color: #85b8d5!important;
	border-color: #587a8e!important;
	margin-left: 1px!important;
	margin-right: 0px;
	font-weight: var(--main-font-weight);
}
.ui-page-theme-a .boton-externo.ui-btn,.ui-page-theme-a .boton-externo.ui-btn:visited{
	background-color: #85b8d5;
	border-color: #587a8e;
	margin-left: 1px!important;
	margin-right: 0px;
	font-weight: var(--main-font-weight);
}
.ui-page-theme-a .boton-externo.ui-btn:hover{
	background-color: #ededed;
	
}
div.nopadding.ui-tabs-panel{
	padding: 0em;
}
.ui-grid-a > .ui-block-a.ui-block-especial{
	width: 63.7%;
}
.ui-grid-a > .ui-block-b.ui-block-especial{
	width: 36.3%;
}
.widthauto>div.ui-input-text,label.widthauto,input.widthauto,.widthauto2>div.ui-input-text,label.widthauto,input.widthauto2{
	width: auto;
}
form#form-edicion div[class*="ui-grid-a"] .ui-field-contain.widthauto > label,form#form-edicion div[class*="ui-grid-a"] .ui-field-contain.widthauto2 > label{
	width: 54%;
}
.widmedio>div.ui-input-text,label.widthmedio,input.widthmedio{
	width: 50%;
}
.widthfull>div.ui-input-text,label.widthfull,input.widthfull{
	width: 100%;
}
div#contenido_gestionexterna .ui-btn{
	background-color: white;
	border-style: none;
}
div.input-oculto>div.ui-input-text {
	display: none;
}
div#lista_familias{
	overflow-y: auto;
	max-height: 485px;
}
.fondo-transparente.ui-btn{
	background: none;
	border: none;
	color: white;
}
.fondo-transparente.ui-btn:hover{
	background: none;
	border: none;
	color: white;
}
.centrado{
	text-align: center;
}
.ui-mini .ui-controlgroup-label{
	font-size: 14px;
	padding: 0;
}
.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #CCC;
}
.ui-cal .ui-cal-event.ocupado .details{
	background: repeating-linear-gradient( 45deg, #ffffff80, #606dbc33 10px, #ffffff4d 10px, #4652984d 20px );
}
.ui-cal .ui-cal-event.ocupado{
	opacity: 0.7;
}
.ui-cal .ui-cal-event.ocupado.selected{
	opacity: 1;
}
div#botonera-agenda-btn > .ui-btn{
	z-index: 1;
	margin: 0;
	padding-top: 20px;
}
div#botonera-agenda-btn > .ui-btn::after{
	top: .0625em;
}
div#botonera-agenda-btn{
	display: inline-block;
	width: 100%;
}
div.ui-cal-dateline > a.btn-salir{
	position: absolute;
	top: 0px;
	margin-top: 0px;
	height: 5px;
	width: 25px;
	z-index: 1;
}
div#botonera-agenda-btn > div#botonera-scroll{
	display: inline-block;
	overflow: hidden;
	width: 80%;
	
	margin-left: 18em;
}
div#botonera-agenda-btn > div#botonera-scroll .ui-btn{
	z-index: 1;
	margin: 0;
	padding-top: 20px;
	margin-right: 1px;
	
}
div#botonera-agenda-btn > div#botonera-scroll .ui-btn::after{
	top: .0625em;
}
input#datepicker{
	z-index: 1;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.3em;
	background: none;
	border: none;
	color: white;
}
.ui-btn-inline > span#liveclockagenda{
	position: absolute;
	left: 0px;
	bottom: -19px;
	color: var(--main-color);
	font-size: 18px;
	width: 100%;
	font-weight: bold;
}
label.ui-mini{
	font-size: 12px;
}
.primera-visita{
	background-image: url("../img/firstvisit.svg");
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 1;
	right: 26px;
	top: -7px;
}
.empleado-bloqueado{
	background-image: url("../img/confirmado.svg");
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: -5px;
}
.cita-cumplida{
	background-image: url("../img/smiling.svg");
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 999999;
	right: 2px;
	bottom: 2px;
}
.no-presentado{
	background-image: url("../img/broken-heart.svg");
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 2;
	right: 2px;
	bottom: 2px;
}
.ui-cal .ui-cal-event p.title.hora-bloqueada{
	color: rgba(255, 255, 255, 0.67);
	font-size: 12px;
	text-shadow: none;
	font-weight: 100;
}
div#linea-tiempo,div#linea-tiempo2{
	background-color: #745337;
	width: 100%;
	position: absolute;
	right: 0px;
}
.calendario-laboral{
	float: left;
	margin: 0em 1em 1em 1em;
	text-align: right;
}
.calendario-laboral th{
	font-size: 12px;
	min-width: 3em;
	background-color: #7b6951;
	color: white;
	text-align: center;
	border-radius: 2px;
	font-weight: normal;
}
.ui-slider-switch.ui-mini .ui-slider-handle{
	height: 24px;
}
.ui-slider-switch.ui-mini .ui-slider-label{
	font-size: 13px;
}
.calendario-laboral td{
	border-style: solid;
	border-width: 1px;
	border-color: #787777;
	padding-right: 0.2em;
}
.calendario-laboral td.calendario-laboral-vacio{
	border-color: #454343;
}
.calendario-laboral td.calendario-laboral-domingo{
	background-color: #5895ff;
}
.calendario-laboral td.calendario-laboral-sabado{
	background-color: #4977bc;
}
div.ui-field-contain.widthnoauto > div.ui-select{
	max-width: 14em;
}
button.ui-btn.red,button.ui-btn.red span{
	background-color: #ff5858;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-btn.orange,button.ui-btn.orange span{
	background-color: #ffb058;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-btn.lightblue,button.ui-btn.lightblue span{
	background-color: #51bfdd;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-btn.pink,button.ui-btn.pink span,.ui-page-theme-a a.ui-btn.pink,a.ui-btn.pink span{
	background-color: #ff58fd;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-btn.yellow,button.ui-btn.yellow span{
	background-color: #d5cd70;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-btn.green,button.ui-btn.green span{
	background-color: #6ec34e;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-btn.violet,button.ui-btn.violet span{
	background-color: #9f58bf;
	border-color: #020101;
	color: white;
	overflow: visible;
}
button.ui-turno.ui-btn{
	border-width: 2px;
	overflow: visible;
	background-color: #716e6e;
	padding-top: 13px;
	color: white;
}
button.ui-turno.ui-btn span{
	top: -8px;
	left: 6px;
	background-color: #504c4c;
	overflow: visible;
	position: absolute;
	border-style: none;
	border-radius: 15px;
}
button.ui-incidencia{
	border-width: 2px;
}
button.ui-incidencia.selected,td.updating,table.updating,tr.updating,button.ui-turno.selected{
	border-color: white;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
a.filtered{
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: yellow !important;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}
.calendario-laboral td.incidencias-festivo{
	background-color: #ff5858;
}
.calendario-laboral td.incidencias-vacaciones{
	background-color: #ffb058;
}
.calendario-laboral td.incidencias-libre{
	background-color: #51bfdd;
}
.calendario-laboral td.incidencias-formacion{
	background-color: #ff58fd;
}
.calendario-laboral td.incidencias-maternidad{
	background-color: #d5cd70;
}
.calendario-laboral td.incidencias-baja{
	background-color: #6ec34e;
}
.calendario-laboral td.incidencias-otros{
	background-color: #9f58bf;
}
button.ui-incidencia span{ 
	position: absolute;
	top: -7px;
	right: -10px;
	border-style: none;
	border-radius: 10px;
	padding: 3px;
	min-width: 16px;
}
div.menu-grid{
	background-color: #505050;
	padding-left: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
}
div.ui-cal-label-resource span{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 2.5em;
	color: #ffffff80;
	width: 100%;
	text-align: center;
	z-index: 0;
}
div.ui-cal-label-resource div.empleado-porcentaje{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 2.5em;
	color: #ffffff80;
	width: 100%;
	text-align: center;
	z-index: 0;
	background-color: #2321204d;
	height: 0%;
}
.ui-cal .ui-cal-event.ui-cal-incidencia{
	border-color: red;
	border-style: solid;
	border-width: 3px;
	margin-left: -3px;
}
.ui-cal .ui-cal-event.ui-dragging-start{
	border-color: #7b8183;
	border-style: solid;
	border-width: 3px;
	margin-left: -3px;
}
.ui-btn.nomarginleft,div.nomarginleft .ui-select{
	margin-left: 0px;
}
div#info_cliente{
	font-size: 14px;
}
a#varios_hombre{
	background-image: url("../img/man.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 1.3em;
	margin: 0px;
	width: 100%;
	margin-right: 3px;
}
a#inwait_varios_hombre{
	background-image: url("../img/man.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 1.3em;
	margin: 0px;
	width: 50px;
}
a#varios_mujer{
	background-image: url("../img/woman.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 1.3em;
	margin: 0px;
	width: 100%;
	margin-left: 3px;
}
a#inwait_varios_mujer{
	background-image: url("../img/woman.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 1.3em;
	margin: 0px;
	width: 50px;
}
a#inwait_clientes{
	height: 1.3em;
	margin: 0px;
	font-size: 12px;
	width: 100px;
}
a#inwait_pasaragenda{
	height: 1.3em;
	margin: 0px;
	font-size: 12px;
	width: 186px;
}
a#inout{
	background-image: url("../img/inout.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 2em;
	margin: 0px;
	width: 3em;
	padding: 1em;
}
a#inout.inoutactiva{
	background-color: #faff00;
}
.ui-btn.moneda > img{
	height: 60px;
}
.ui-btn.moneda.peque > img{
	height: 50px;
}
.ui-btn.tarjetacredito > img{
	height: 80px;
	width: 120px;
}
a.calculadora{
	font-size: 1.5em;
	width: 15px;
	margin: 5px;
}

div#formaspago{
	margin-right: 1em;
	text-align: center;
	background-color: var(--main-section-color);
}
div#formaspago > p,div#opciones-cobro > p{
	text-align: center;
	background: var(--main-gradient);
}
div#opciones-cobro{
	text-align: center;
	background-color: var(--main-section-color);
}
a.ui-btn.moneda,a.ui-btn.billete,a.ui-btn.tarjetacredito{
	background-color: #414753ff!important;
	border-radius: 6px;
}
a.ui-btn.formapago.selected{
	font-size: 14px;
	background-color: #4580c3;
	color: white;
}
a.ui-btn.tarjetacredito.selected{
	background-color: #fff600!important;
	color: white!important;
}
span#spanformapago{
	position: absolute;
	font-size: 10em;
	opacity: 0.2;
	left: 0px;
}
div#caja_grupos{
	max-height: 6em;
	overflow: auto;
}
div#nav-panel{
	background-color: #334651b3;
}
div#gestioncobrotabs{
	background-color: var(--main-section-color);
	border: none;
}
div#gestioncobrotabs1,div#gestioncobrotabs2{
	padding: 5px 0px  0px 10px;
	margin: 0px;
	background-color: var(--main-section-color);	
	min-height: auto;
}
div.nomargin>div.ui-input-text{
	margin: 0px;
	width: 99%;
	margin-bottom: 1em;
}
div.nomarginall>div.ui-input-text,div.nomarginall>div.ui-checkbox,div.nomarginall>div.ui-select{
	margin: 0px;
}
.ui-navbar li:last-child .ui-btn {
    margin-right: 0px;
}
div#cobro_variostickets{
	background-color: rgba(50, 79, 164, 0.9);
	width: 600px;
	height: auto;
	border-radius: 5px;
	display: none;
}
div#contenidocobro_variostickets{
	padding: 1em;
}
div#contenidocobro_variostickets2{
	position: relative;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
div#contenidocobro_variostickets .ui-controlgroup-controls .ui-btn > span{
	color: white;
	float: right;
	margin-left: 2em;
}
div#contenidocobro_variostickets .ui-controlgroup-controls .ui-checkbox:hover > .ui-btn > span{
	color: black;
}
.ui-mobile .ui-btn-icon-top.activado::after{
	color: yellow;
}
.amarillo{
	color: yellow !important;
}
.ui-keyboard{
	background-color: #495e72;
}
.ui-keyboard-preview-wrapper{
	padding: 0.5em;
}
input.ui-keyboard-preview{
	width: 90%;
}
.ui-navbar li .ui-btn{
	border: 0px;
}
div#botonera-agenda{
	width: 102%;
}
a#btn_empleado img{
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 6px;
	border: 2px solid #e18115;
}
a#btn_empleado p{
	position: absolute;
	top: 4px;
	right: 0px;
	height: 3em;
	white-space: normal;
	color: #333;
}
a#btn_empleado.seleccionado p{
	color: white;
}
a#btn_empleado.seleccionado img{
	border: 2px solid #8f5a1f;
}

a#btn_usuario img{
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 6px;
	border: 2px solid #e18115;
}
a#btn_usuario p{
	position: absolute;
	top: 4px;
	right: 0px;
	height: 3em;
	white-space: normal;
	color: #333;
}
a#btn_usuario.seleccionado p{
	color: white;
}
a#btn_usuario.seleccionado img{
	border: 2px solid #8f5a1f;
}
div#myTableDetalleTickets_wrapper thead th,div#myTableTickets_wrapper thead th{
	color: var(--main-text-color);
}
table#myTableTickets.dataTable tbody td p{
	text-align: left;
	color: rgb(151, 185, 201);
}
table#myTableTickets.dataTable tbody td.selected p{
	color: rgb(75, 94, 104);
	font-weight: normal;
}
table#myTableTickets.dataTable tbody td p.obs_cli{
	width: 150%;
	display: none;
}
table#myTableTickets.dataTable tbody td.selected p.obs_cli{
	color: #934a0d;
	width: 100%;
	margin-left: -57px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.ui-datepicker{z-index: 600197 !important}
table.dataTable.fichero thead{
	background-color: var(--main-grid-head-color);
	color: white;
}
table.dataTable.fichero tfoot{
	background-color: var(--main-grid-head-color);
	font-weight: bold;
	color: white;
}
table.dataTable.fichero tfoot > tr > td{
	background-color:var(--main-grid-head-color);
	color: white;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin-bottom: 0px;
}
div#contenedorPagoCombinado{
	background-color: var(--main-section-color);;
	padding-left: 5%;
	border-radius: 15px;
	padding-bottom: 2%;
	margin: 0px auto;
	margin-right: 0px;
	padding-right: 15px;
}
div#contenedorPagoCombinado label{
	margin: 2px 0px 0px 0px;
}
div#botonera-historicotickets{
	position: fixed;
	bottom: 0px;
	width: 95%;
	background-color: transparent;
}
div#botonera-historicopedidos{
	position: fixed;
	bottom: 0px;
	width: 95%;
}
div#historicotickets-loading,div#historicotickets-loading2,div#historicotickets-loading3{
	text-align: center;
	font-size: 2em;
	position: absolute;
	width: 100%;
	z-index: 1;
	color: var(--main-color);
}
div.tabla-loading{
	text-align: center;
	font-size: 2em;
	position: absolute;
	width: 50%;
	z-index: 1;
	color: var(--main-color);
}
div#opcionesmesas,div#estadospedido{
	background-color: rgba(81, 75, 71, 1);
	width: auto;
	max-width: 800px;
	height: auto;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#contenidoopcionesmesas,div#contenidoestadospedido{
	margin: 1em;
	background: transparent;
}
div#cambiarpassword{
	background-color: rgba(81, 75, 71, 1);
	width: auto;
	max-width: 800px;
	height: auto;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#contenidocambiarpassword{
	margin: 1em;
	background: transparent;
}
div#editartickethistorico{
	background-color: rgba(81, 75, 71, 1);
	width: 95%;
	max-width: 800px;
	height: 500px;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#contenidoeditartickethistorico{
	margin: 1em;
}
div#contenidoeditartickethistorico p {
	color: var(--main-color) !important;
	border-bottom: var(--main-color) solid 1px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#contenidoeditartickethistorico table.dataTable thead th.ui-state-default,div#contenidoeditarservicio table.dataTable thead th.ui-state-default{
	background-color: #44413d;
	border-color: #44413d;
}
div#botonera-verdetalleticket{
	position: absolute;
	bottom: 0px;
	margin-right: 1em;
}
div#botonera-verdetalleticket label{
	font-size: 10px;
}
.dataTables_length{
	margin-left: 1em;
}
table#myTableDetalleTickets .dataTables_empty{
	display: none;
}
.ui-tabs-panel .dataTables_wrapper.no-footer{
	margin-bottom: 1em;
}
div#nombre_caja > p > span{
	color: var(--main-color);
}
div#myTableCierreCobros_wrapper,div#myTableCierrePagos_wrapper,div#myTableCierreAdicional_wrapper,div#myTableCierreLiquido_wrapper,div#myTableCierrePinpad_wrapper{
	margin-left: 1em;
}
.dataTable caption.integrado{
	font-size: 1.3em;
	text-align: center;
	background-color: #2b4a65;
	font-family: var(--main-font);
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
}
.dataTable caption.integrado2{
	height: 1em;
	font-size: 1.3em;
	text-align: center;
	font-family: var(--main-font);
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
}
tr.destacado{
	font-weight: bold;
	background-color: #cfd4db !important;
}
tr.destacado2{
	background-color: #cfd4db !important;
}
div#myTableCierreDetalle_wrapper,div#myTableCierreZonas_wrapper,div#myTableCierreFamilias_wrapper,div#myTableCierreLiquido_wrapper,div#myTableCierreCobros_wrapper,div#myTableCierrePagos_wrapper,div#myTableCierreAdicional_wrapper,div#myTableCierrePinpad_wrapper{
	line-height: 0.5em;
}
div#cierre_cambios{
	background-color: var(--main-background-color);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	display: none;
}
.div_aviso{
	position: fixed;
	z-index: 1;
	background-color: var(--main-background-color);
	width: 100%;
	height: 100%;
	text-align: center;
}
.contenido_div_aviso{
	background-color: #2b4a65;
	width: 60%;
	margin: 0px auto;
	border-radius: 15px;
	padding: 1em;
}

.ui-btn.main-btn{
	background: linear-gradient(var(--main-main-btn),var(--main-color));
	border-radius: 15px;
	border-color: var(--main-color);
}
.ui-btn.main-btn>span{
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}
div#contenedor_main_btn{
	background-color: var(--main-contenedor-central);
	padding: 1em;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
a#opciones_cambiarcaja>span{
	background-color: rgba(0,0,0,.3);
	border: 3px rgba(0,0,0,.3);
	border-radius: 5px;
	margin-left: -0.5em;
	margin-right: -0.5em;
	margin-top: -0.5em;
	display: block;
	margin-bottom: 1em;
}
.extragrande{
	text-align: center;
	font-size: 2em;
	font-weight: 100;
}
.grande{
	text-align: center;
	font-size: 2em;
	font-weight: normal;
}
.pie-izda{
	margin: 0px 0px 0px 10px;
}
div#pie_pagina a{
	font-weight: normal;
	color: #bcb9b9;
	text-decoration: none;
}
destacar{
	color: var(--main-color-texto);
}
destacarsi{
	color: lightgreen;
}
destacarno{
	color: red;
}
destacarmas{
	color: var(--main-color-texto);
	font-size: large;
}
blanco{
	color: var(--main-title-color);
}
rojo{
	color: rgba(255, 100, 100, 0.9);
	font-weight: 100;
}
verde{
	color: rgb(15, 244, 162);
	font-weight: 100;
	font-size: 12px;
}
grande{
	font-size: large;
}
alto{
	font-size: 20px;
}
negrita{
	color: var(--main-color-texto);
}
div#cambiarcajahistorico,div#cambiarfphistorico{
	background-color: rgba(81, 75, 71, 1);
	width: 25%;
	max-width: 800px;
	height: auto;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#enviarticketfactura,div#opciones-cobro-enviarticketfactura{
	background-color: rgba(81, 75, 71, 1);
	width: 750px;
	max-width: 800px;
	height: auto;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#contenidocambiarcajahistorico,div#contenidocambiarfphistorico,div#contenidoenviarticketfactura,div#opciones-cobro-contenidoenviarticketfactura{
	margin: 1em;
}
a.ui-btn.btn_agenda_familia,a.ui-btn.btn_inwait_familia{
	min-width: 71px;
	width: 85%;
	font-size: 10px;
	padding: .7em 0.5em;
	background-color: #92d0f2;
	border-color: #43606f;
}
a.ui-btn.btn_agenda_zona2{
	min-width: 69px;
	width:16%;
	font-size: 10px;
	padding: .7em 0.5em;
	background-color: #92d0f2;
	border-color: #43606f;
}
a.ui-btn.btn_agenda_familia2,a.ui-btn.btn_agenda_familia_nuevacita{
	min-width: 69px;
	width:16%;
	font-size: 10px;
	padding: .7em 0.5em;
	background-color: #92d0f2;
	border-color: #43606f;
}
a.ui-btn.btn_agenda_grupo,a.ui-btn.btn_inwait_grupo{
	min-width: 71px;
	width: 85%;
	font-size: 10px;
	padding: .7em 0.5em;
	background-color: #92d0f2;
	border-color: #43606f;
}
a.ui-btn.btn_agenda_servicio,a.ui-btn.btn_inwait_servicio{
	min-width: 100px;
	width: 85%;
	font-size: 10px;
	padding: 0em 0.5em 1em;
	background-color: #92d0f2;
	border-color: #43606f;
	height: 2em;
	white-space: normal;
}
pre.details.precita-cumplida{
	text-decoration: line-through #fff6 double;
}
legend.fondo-transparente{
	color: var(--main-color);
	font-weight: bold;
}
form#form-edicion div[class*="margin-fieldset ui-block-"] .ui-field-contain, form#form-edicion_edicion div[class*="margin-fieldset ui-block-"] .ui-field-contain{
	margin: 0.5em 0;
}
span.parametro{
	margin: 0em 2% 0 8px;
	position: absolute;
	color: #e7cba2;
	font-weight: bold;
}
span.parametroinfo{
	font-size: 12px;
	margin: 1.5em 2% 0 8px;
	position: absolute;
	color: #a2917b;
	line-height: 11px;
}
div#botonera_editarconfirmar .ui-btn,div#contenidomessage .ui-btn,div#botonera_eliminarconfirmar .ui-btn{
	background-color: var(--main-btn-confirmarbg);
	border-color: var(--main-btn-confirmarbr);
}
p.titulogrid{
	text-align: center;
	color: var(--main-color);
	margin: 0px;
	font-weight: bold;
}
.loadergrid {
  color: #fff9;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
div.nomargin>div.ui-btn-inline>div.ui-input-text,div.nomargin>a{
	margin-top: 0px;
	margin-bottom: 0px;
}
table.dataTable.display tbody tr.semana{
	background-color: #d9b3a3;
	font-weight: bold;
}
table.tablesorter.display tbody tr.semana td{
	background-color: #d9b3a3;
	font-weight: bold;
}
table.dataTable.display tbody tr.semana2{
	background-color: #d4f5b6;
	font-weight: bold;
}
table.dataTable.display tbody tr.semana3{
	background-color: #c2f1cc;
	font-weight: bold;
}
.dt-buttons{
	display: none;
}
.topfixed{
	padding: 0px;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;
}
.topfixed-contenido{
	padding: 0em 1em 0em 1em;
}
a.ui-btn.btn_agenda_familia.seleccionado,a.ui-btn.btn_agenda_familia_nuevacita.seleccionado,a.ui-btn.btn_inwait_familia.seleccionado{
	color: #f5fb0d;
	background-color: #31576c;
}
span#contenidonuevacitaagenda-nombrecliente,span.destacar{
	color: var(--main-color);
}
div#familias-empleadoservicios,div#grupos-empleadoservicios{
	overflow-y: scroll;
}
div#contenidoeditarservicio p.info{
	color: #bbecf9 !important;
	border: none;
	font-weight: 100;
	margin-bottom: 0px;
	font-size: 14px;
}
div#grupos-empleadoservicios label,div#familias-empleadoservicios label{
	font-size: 12px;
}
div#myTableComisionesDetalle_wrapper{
	padding-right: 1em;
	line-height: 1.5;
}
div#myTableComisionesResumen_wrapper{
	line-height: 1;
}
div#nav-panelcomisiones,div#nav-panelopciones{
	background-color: #334651e6;
	color:white;
}
div#nav-panelcomisiones label,div#nav-panelopciones label{
	font-size: 14px;
	font-weight: 100;
}
div#nav-panelcomisiones p,div#nav-panelopciones p{
	text-align: center;
	font-size: 27px;
	color: var(--main-color);
	margin-top: 0px;
}
div#nav-panelcomisiones .ui-slider{
	display: block;
	margin: 0px auto;
}
div#nav-panelcomisiones .ui-select{
	max-width: 175px;
}
.deuda-atrasada{
	color: red;
}
table.dataTable thead th, table.dataTable thead td{
	padding: 8px 12px;
}

table.dataTable thead th:nth-child(1){
	border-radius: 5px 0px 0px 0px;
}
table.dataTable thead th:last-child{
	border-radius: 0px 5px 0px 0px;
}
table.dataTable thead th.dt-right, table.dataTable thead td.dt-right{
	text-align: center;
}
table#myTableHistoricoCierreLiquido{
	font-size: 12px;
	font-family: "courier new";
	line-height: 0.2;
	white-space: pre-wrap;
	max-width: 300px;
}
div#div-cierre-detalle{
	padding: 1em;
}
div.nomargin .ui-input-search{
	margin-top: 0px;
	margin-right: 1em;
}
.dataTable caption.destacado{
	text-align: center;
	font-weight: bold;
	margin: 0.1em;
}
div.ui-btn.filtered{
	background-color: #fbdeb9;
}
p.nomargin{
	margin: 0px auto;
}
.aviso{
	color: red;
	font-weight: bold;
}
.avisoextra{
	color: rgb(254, 254, 254);
	font-weight: bold;
	font-size: 20px;
	background-color: rgb(255, 4, 4);
	width: 100%;
	display: block;
	text-align: center;
	padding: 1em;
	margin-left: -1em;
	border-radius: 10px;
}
table.dataTable tbody tr.error.even,table.dataTable.display tbody tr.error.odd{
	background-color: #f6b7b7;
}
table.dataTable tbody tr.error.repetido.even,table.dataTable.display tbody tr.error.repetido.odd{
	background-color: #e99de0;
}
.circlegreen {
	border-radius: 50%;
	width: 12px;
	height: 12px; 
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, green 0%, green 100%, lightgreen 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, green, lightgreen);
	background-image: radial-gradient(45px 45px 45deg, circle cover, green 0%, green 100%, lightgreen 95%);
}
.circlered {
	border-radius: 50%;
	width: 12px;
	height: 12px; 
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, red 0%, red 100%, #f9b0b0 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, red, #f9b0b0);
	background-image: radial-gradient(45px 45px 45deg, circle cover, red 0%, red 100%, #f9b0b0 95%);
}

div#botoneraaux{
	width: 140px;
}
table#myTableImprimirTicket{
	font-size: 12px;
	font-family: "courier new";
	white-space: pre-wrap;
	max-width: 300px;
}
tr.nuevo,button.destacado,a.destacado{
	font-weight: bold;
	background-color: yellow !important;
}
div#editardetclub{
	background-color: rgba(81, 75, 71, 1);
	width: 95%;
	max-width: 800px;
	height: 500px;
	display: none;
	border-radius: 15px;
	border: var(--main-color) solid 2px;
}
div#contenidoeditardetclub{
	margin: 1em;
}
table#myTableFicheroPacksDetalle p{
	border: none;
	color: blue !important;
	font-style: oblique;
	margin: 0px;
}
div.selectsinmargenizdo > div.ui-mini{
	margin-left: 0px;
}
tr.pack{
	font-weight: bold;
}
div#listados-loading{
	text-align: center;
	font-size: 2em;
	position: absolute;
	width: 100%;
	z-index: 1;
	color: var(--main-color);
	height: 100%;
	background: var(--main-background-color) none repeat scroll 0% 0%;
}
div#listados-loading2{
	text-align: center;
	font-size: 2em;
	position: absolute;
	width: 100%;
	z-index: 1;
	color: var(--main-color);
	height: 100%;
	background: var(--main-background-color) none repeat scroll 0% 0%;
}
.dt-print-view > h1{
	text-align: center;
}
form#form-pedidos .ui-field-contain > label{
	width: auto;
	min-width: 5em;
}
form#form-pedidos .ui-field-contain > div.ui-input-text,form#form-vtos .ui-field-contain > div.ui-input-text{
	width: auto; 
}
form#form-pedidos .ui-input-text input, form#form-pedidos .ui-input-search input{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 1.8em;
}
form#form-pedidos .ui-select div{
	padding-top: 6px;
	padding-bottom: 6px;
}
form#form-vtos .ui-field-contain > label{
	width: 10em;
	min-width: 4em;
}
td.modificado{
	font-weight: bold;
	color: #4f4fcc;
	
}
td.gris{
	color: grey;
}
div#select-tipo-button,div#select-tipo2-button,div#select-tipo3-button{
	background-color: #8ba6c4;
}
td.pendiente{
	font-weight: bold;
	color: red;
}
div#editarservicio.nuevo,div#editarservicio_edicion.nuevo{
	border: var(--main-frm-nuevo) solid 2px;
	background-color: rgb(71, 81, 72);
}
div#editarservicio.nuevo div#contenidoeditarservicio p.nuevo,div#editarservicio_edicion.nuevo >div#contenidoeditarservicio_edicion p{
	color: var(--main-frm-nuevo) !important;
	border-bottom: var(--main-frm-nuevo) solid 1px;
}
div#editarservicio.nuevo .ui-widget-header,div#editarservicio_edicion.nuevo .ui-widget-header,div#editarservicio.nuevo .ui-tabs.ui-widget-content,div#editarservicio_edicion.nuevo .ui-tabs.ui-widget-content{
	background: #69a273;
}
div#editarservicio.nuevo .ui-widget.ui-widget-content,div#editarservicio_edicion.nuevo .ui-widget.ui-widget-content{
	border:1px solid #69a273;
}
div#editarservicio.baja,div#editarservicio_edicion.baja{
	border: var(--main-frm-baja) solid 2px;
	background-color: rgb(150, 72, 72);
}
div#editarservicio.baja div#contenidoeditarservicio p.baja,div#editarservicio_edicion.baja >div#contenidoeditarservicio_edicion p{
	color: var(--main-frm-baja) !important;
	border-bottom: var(--main-frm-baja) solid 1px;
}
span.canjeadopuntos{
	font-weight: bold;
	color: blue;
}
a#btn_servicio.ui-itinerario{
	padding: 0.5em;
	border-width: 3px;
	background-color: #cce4e9;
	border-radius: 5px;
	width: 100px;
}
a#btn_servicio.ui-itinerario.ui-itinerario-opcional{
	padding: 0.5em;
	border-width: 3px;
	background-color: #f4eb09;
	border-radius: 5px;
	width: 100px;
}
a#btn_servicio.ui-packopt{
	padding: 0.5em;
	border-width: 3px;
	background-color: #f0f522;
	border-radius: 5px;
	width: 100px;
}
a#btn_servicio.ui-packopt.btn-imagen,a#btn_servicio.ui-itinerario.btn-imagen{
		
	height: 10em;
	width: 6em;
}
a#btn_servicio.ui-packopt.btn-imagen > span,a#btn_servicio.ui-itinerario.btn-imagen > span{
		
	height: 2.5em;
	white-space: normal;
}
a#btn_pack.itinerario{
	background-image: url('../img/fondobtnitinerario.png');
	background-size: cover;
}
a#btn_empleado.salida{
	background-color: gray;
	color: white;
}
div#claveacceso{
	background-color: rgb(83, 78, 70);
	width: 430px;
	max-height: 600px;
	border-radius: 5px;
	display: none;
	margin: 10px;
	border: 2px solid var(--main-color);
}
div#claveacceso .ui-btn{
	font-size: 1.3em;
	margin: 2px;
}
a#btn_comensal{
	width: 2em;
}
a#btn_exposicion{
	width: 4em;
	height: 3em;
	line-height: 3em;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
	margin: 0px;
	margin-top: 5px;
	font-weight: bold;
}
a#btn_exposicion.contador{
	min-width: 12em;
}
a.tiempoexposicion_close{
	min-width: 139px;
	height: 3em;
	line-height: 3em;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal!important;
	font-size: 16px;
	color: #454545;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
}
a#btn_exposicion:hover{
	background: white;
}
a#btn_exposicion span{
	font-size: 12px;
	color: grey;
	font-weight: 100;
}
div#tiempoexposicion,div#comensales{
	background-color: var(--main-confirmarbg);
	border-radius: 5px;
	display: none;
	border: 2px solid var(--main-confirmarbr);
	padding: 1em;
}
span.exposicion{
	float: right;
	color: #864e26;
}
span.exposicionicon{
	float: right;
	color: #cb7639;
}
table.dataTable.display tbody tr.titulo{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: gray;
}
table.dataTable.display tbody tr.vacia{
	display: none;
}
div#cierre_detallegastos{
	background-color: rgba(50, 79, 164, 1);
	width: 600px;
	height: auto;
	border-radius: 5px;
	display: none;
}
div#objetos-mesa{
	background-color: rgba(50, 44, 40, 1);
	width: auto;
	height: auto;
	border-radius: 5px;
	display: none;
	border: rgb(83, 81, 80) 5px solid;
	padding: 10px;
}
div#mesas-caja{
	background-color: rgba(50, 44, 40, 1);
	width: 99%;
	height: 98%;
	border-radius: 5px;
	display: none;
	border: rgb(83, 81, 80) 5px solid;
	padding: 0px;
	margin: 0px;
}
div#mesa-obs{
	mix-blend-mode: difference;
	font-size: 12px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1em;
}
div#mesa-obscli{
	mix-blend-mode: difference;
	font-size: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
a#btn_servicio > span.servicio_cantidad,a#btn_pack > span.servicio_cantidad{
	position: absolute;
	top: 50%;
	width: 33px;
	height: 20px;
	font-size: 16px;
	border-radius: 0px 0px 5px 0px;
	background-color: rgba(7,237,7,0.79);
	color: black;
}
div#contenidocierredetallegastos{
	background-color: rgba(50, 79, 164, 1);
}
span.span-turno{
	position: absolute;
	margin-left: -40px;
	margin-top: -5px;
	
}
span.calendario_horas{
	position: absolute;
	display: block;
}
div.ui-cal-time.notrabajo{
	background-color: darkgray;
}
span.stock{
	color: #edea22;
}
span#img-online{
	font-size: 15px;
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 1;
	right: 78px;
	top: -7px;
}
span#img-llamado{
	font-size: 15px;
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 1;
	left: 30px;
	top: -7px;
}
span#img-confirmado{
	font-size: 15px;
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 1;
	left: 48px;
	top: -7px;
}
span#img-sentado{
	font-size: 15px;
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 1;
	left: 67px;
	top: -7px;
}
div#bloqueopantalla{
	background-color: rgba(81, 75, 71, 1);
	width: 100%;
	height: 100%;
}
div#divbloqueo{
	background-color: rgba(81, 75, 71, 1);
	width: 100%;
	height: 100%;
}
td.preciofijado{
	font-weight: bold;
	color: fuchsia;
}
td.preciomodificado{
	font-weight: bold!important;
	color: blue!important;
}
span.preciofijado{
	display: block;
	font-size: 8px;
	color: #b084b9;
}
tr.ticket-bloqueado,tr.articulo-bloqueado,tr.articulo-bloqueado td:nth-child(3){
	background-color: #a389a8 !important;
}
span.tarjetaprepago.glyphicons-lock{
	float: right;
	color: red;
}
span.tarjetaprepago.glyphicons-unlock{
	float: right;
	color: lightgreen;
}
tr.tarjeta-bloqueada{
	background-color: #ec6a6a !important;
}
tr.nuevo_cliente{
	background-color: #f4e795 !important;
}
tr.destacado3{
	color: blue;
}
tr.destacado4{
	color: green;
	font-weight: bold;
}
tr.destacado5{
	color: rgb(245, 104, 21);
	font-weight: bold;
}
tr.destacado5 > td > span.glyphicons-check{
	display: inline!important;
	position: absolute;
	margin-top: -10px;
}
tr.destacadoerror{
	color: red;
}
tr.destacadoerror2 td{
	background-color: rgb(237, 205, 205)!important;
}
a.canvasjs-chart-credit{
	visibility: hidden;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-image: none!important;
}
div#contenedor-controlproduccion2 table.dataTable tbody th, div#contenedor-controlproduccion2 table.dataTable tbody td{
	padding: 2px 10px;
}
div#contenedor-controlproduccion2 table.dataTable thead th, div#contenedor-controlproduccion2 table.dataTable thead td{
	padding: 4px 10px;
}
div#contenedor-controlproduccion2 div.ui-body-d{
	margin: 2px;
}
.dataTables_wrapper .dataTables_processing{
	color: #343437;
	font-size: 2em;
}
span#img-sms{
	background-image: url("../img/message.svg");
	height: 26px;
	width: 24px;
	position: absolute;
	z-index: 9999;
	right: 50px;
	top: -14px;
}
tr.lineatecnica{
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(248,195,150,1) 0%, rgba(255,255,255,1) 100%);
}
a.btn-tallacolor{
	width: 10em;
	white-space: break-spaces;
	height: 4em;
}
table.dataTable.display tbody tr.odd.devolucionregalo,table.dataTable.display tbody tr.even.devolucionregalo{
	background-color: red;
	color: white;
}
span.accesorapido{
	font-size: 12px;
	font-weight: 300;
	color: white;
	position: absolute;
	right: 2px;
	bottom: 0px;
}
tr.printerscreen{
	display: none;
}
table.dataTable tbody tr.group{
	background-color: grey;
	color: white;
	font-weight: bold;
}
span.ui-icon-check-off{
	color: grey;
}
span.ui-icon-check-on{
	color: blue;
}
.tablist-left {width: 25%;display: inline-block;}
.ui-tabs-panel.tablist-content {width: 60%;display: inline-block;vertical-align: top;margin-left: 5%;}
a#btn_servicio.bonoregalo > span{
	color: yellow;
}
.ui-checkbox > label.ui-btn{
	font-weight: 100;
}
div#myTableHistoricoVisitas_wrapper thead th{
	font-weight: 100;
}
.ui-radio > label.ui-btn{
	font-weight: 100;
}
.ui-page-theme-a .ui-btn-blue{
	background-color: #8ba6c4;
	border-color: #5f7185;
}
.ui-page-theme-a .ui-btn-green{
	background-color: rgb(159,213,156);
	border-color: green;
}
.ui-page-theme-a .ui-btn.ui-icon-power,.ui-page-theme-a .ui-btn.ui-icon-logoff{
	background-color: rgb(244,119,119);
	border-color: red;
}
div#myTableEtiquetasGuardadas_wrapper{
	margin: 0px;
}
a.ui-btn.ui-icon-alert{
	background-color: red!important;
}
div#opcionesmenuprincipal .ui-btn.ui-btn-a{
	background-color: var(--main-background-color);
	border-color: transparent;
	color: white;
	
}
div#contenedor-tab-mobile, div#nuevacitainicial-familias{
	display:none;
}
label.infoservicio{
	font-size: 16px!important;
	font-weight: 100;
	margin: 1em;
	line-height: 1.5em;
}
verde{
	color: rgb(15, 244, 15);
}
h3{
	font-weight: 100;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}
.suelo-comedor{
	background:
	radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 8px 8px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:16px 16px;
}
.suelo-terraza{
	background: linear-gradient(45deg, #dca 12%, transparent 0, transparent 88%, #dca 0),
    linear-gradient(135deg, transparent 37%, #a85 0, #a85 63%, transparent 0),
    linear-gradient(45deg, transparent 37%, #dca 0, #dca 63%, transparent 0) #753;
    background-size: 25px 25px;
}
div.ui-cal-time.destacado{
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
}
div#botonera-historicotickets-botones .ui-btn,div#enviarticketfactura .ui-btn,div#opciones-cobro-enviarticketfactura .ui-btn{
		width: 100px;
		white-space: break-spaces;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		height: 3em;
		margin: 1px;
	}	
div#nuevareserva{
		
		height: 90%;
	}
	div#contenidonuevareserva{
		
		height: 100%;
	}
@media all and (max-width: 1100px) {
	.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active{
		font-size: 14px !important;
	}
}
@media all and (max-width: 42em) and (min-height: 550px){
	div#botonera-agenda-btn > .ui-btn:not(.btn-salir):not(.btn-diaanterior):not(.btn-diasiguiente){
		display: none;
	}
}
div#select-empleadobloqueado-button{
		width: 100px;
}
div#select-empleado-button{
		width: 100px;
}
@media all and (max-width: 42em) and (min-height: 550px), all and (max-height: 414px) and (max-width: 740px){
	
	table.dataTable tbody th,
	table.dataTable tbody td {
	  padding: 5px 5px;
	}
	table.dataTable thead th, table.dataTable thead td{
		padding: 5px 5px;
	}
	table.dataTable tbody th,
	table.dataTable tbody td {
	  padding: 5px 5px;
	}
	table#myTableNuevaCita thead th, table#myTableNuevaCita thead td{
		padding: 3px 3px;
	}
	table#myTableNuevaCita tbody th,
	table#myTableNuevaCita tbody td {
	  padding: 3px 3px;
	}
	span#info_totalcita{
		font-size: 11px!important;
	}
	div#rwd-clientes{
		display: none;
	}
	div#cajabusqueda,div#cajabusqueda-captura,div#cajabusqueda-consumo{
		background-color: rgb(83, 78, 70);
		width: 90%;
		max-height: 600px;
		border-radius: 5px;
		display: none;
	}
	div#editartickethistorico{
		background-color: rgba(81, 75, 71, 1);
		width: 98%;
		max-width: 800px;
		height: 500px;
		display: none;
		border-radius: 15px;
		border: var(--main-color) solid 2px;
	}
	div#botonera-verdetalleticket{
		position: absolute;
		bottom: 0px;
		margin-right: 0em;
		width: 93%;
		margin-bottom: 1em;
	}
	div#selectorempresabusquedadiv{
		position: initial!important;
	}
	div#busquedaclientes_extrabtn{
		display: none!important;
	}
	div#myTableBuscaragenda_wrapper th:nth-last-child(1),
	table#myTableBuscaragenda td:nth-last-child(1),
	table#myTableBuscaragenda th:nth-last-child(1){
		display: none;
	}
	
	div#myTableFicheroArticulos_wrapper table.dataTable thead td:nth-child(1),
	div#myTableFicheroArticulos_wrapper table.dataTable thead td:nth-child(2),
	div#myTableFicheroArticulos_wrapper table.dataTable thead td:nth-child(3),
	div#myTableFicheroArticulos_wrapper table.dataTable thead td:nth-child(8),
	div#myTableFicheroArticulos_wrapper table.dataTable thead td:nth-child(6),
	div#myTableFicheroArticulos_wrapper table.dataTable thead th:nth-child(1),
	div#myTableFicheroArticulos_wrapper table.dataTable thead th:nth-child(2),
	div#myTableFicheroArticulos_wrapper table.dataTable thead th:nth-child(3),
	div#myTableFicheroArticulos_wrapper table.dataTable thead th:nth-child(5),
	div#myTableFicheroArticulos_wrapper table.dataTable thead th:nth-child(8){
		display: none;
	}
	
	table#myTableFicheroArticulos td:nth-child(1),
	table#myTableFicheroArticulos td:nth-child(2),
	table#myTableFicheroArticulos td:nth-child(3),
	table#myTableFicheroArticulos td:nth-child(8),
	table#myTableFicheroArticulos td:nth-child(6),
	table#myTableFicheroArticulos th:nth-child(1),
	table#myTableFicheroArticulos th:nth-child(2),
	table#myTableFicheroArticulos th:nth-child(3),
	table#myTableFicheroArticulos th:nth-child(5),
	table#myTableFicheroArticulos th:nth-child(8){
		display: none;
	}
	
	table#myTableFicheroServicios td:nth-child(1),
	table#myTableFicheroServicios td:nth-child(4),
	table#myTableFicheroServicios td:nth-child(5),
	table#myTableFicheroServicios td:nth-child(6),
	table#myTableFicheroServicios td:nth-child(7),
	table#myTableFicheroServicios td:nth-child(8),
	table#myTableFicheroServicios td:nth-child(9),
	table#myTableFicheroServicios th:nth-child(1),
	table#myTableFicheroServicios th:nth-child(4),
	table#myTableFicheroServicios th:nth-child(5),
	table#myTableFicheroServicios th:nth-child(6),
	table#myTableFicheroServicios th:nth-child(7),
	table#myTableFicheroServicios th:nth-child(8),
	table#myTableFicheroServicios th:nth-child(9){
		display: none;
	}
	table#myTableFicheroFamilias td:nth-child(3),
	table#myTableFicheroFamilias td:nth-child(5),
	table#myTableFicheroFamilias th:nth-child(3),
	table#myTableFicheroFamilias th:nth-child(5){
		display: none;
	}
	
	table#myTableFicheroClientes td:nth-child(1),
	table#myTableFicheroClientes td:nth-child(3),
	table#myTableFicheroClientes td:nth-child(4),
	table#myTableFicheroClientes td:nth-child(5),
	table#myTableFicheroClientes td:nth-child(6),
	table#myTableFicheroClientes td:nth-child(7),
	table#myTableFicheroClientes td:nth-child(8),
	table#myTableFicheroClientes th:nth-child(1),
	table#myTableFicheroClientes th:nth-child(3),
	table#myTableFicheroClientes th:nth-child(4),
	table#myTableFicheroClientes th:nth-child(5),
	table#myTableFicheroClientes th:nth-child(6),
	table#myTableFicheroClientes th:nth-child(7),
	table#myTableFicheroClientes th:nth-child(8) {
		display: none;
	}
	table#myTableFicheroEmpleados td:nth-child(2),
	table#myTableFicheroEmpleados td:nth-child(3),
	table#myTableFicheroEmpleados td:nth-child(4),
	table#myTableFicheroEmpleados td:nth-child(5),
	table#myTableFicheroEmpleados td:nth-child(6),
	table#myTableFicheroEmpleados th:nth-child(2),
	table#myTableFicheroEmpleados th:nth-child(3),
	table#myTableFicheroEmpleados th:nth-child(4),
	table#myTableFicheroEmpleados th:nth-child(5),
	table#myTableFicheroEmpleados th:nth-child(6){
		display: none;
	}
	table#myTableFicheroProveedores td:nth-child(2),
	table#myTableFicheroProveedores td:nth-child(3),
	table#myTableFicheroProveedores td:nth-child(4),
	table#myTableFicheroProveedores td:nth-child(5),
	table#myTableFicheroProveedores td:nth-child(6),
	table#myTableFicheroProveedores th:nth-child(2),
	table#myTableFicheroProveedores th:nth-child(3),
	table#myTableFicheroProveedores th:nth-child(4),
	table#myTableFicheroProveedores th:nth-child(5),
	table#myTableFicheroProveedores th:nth-child(6){
		display: none;
	}
	table#myTableFicheroBonos td:nth-child(2),
	table#myTableFicheroBonos td:nth-child(3),
	table#myTableFicheroBonos th:nth-child(2),
	table#myTableFicheroBonos th:nth-child(3){
		display: none;
	}
	table#myTableFicheroPromociones td:nth-child(2),
	table#myTableFicheroPromociones td:nth-child(3),
	table#myTableFicheroPromociones td:nth-child(4),
	table#myTableFicheroPromociones td:nth-child(5),
	table#myTableFicheroPromociones td:nth-child(6),
	table#myTableFicheroPromociones td:nth-child(7),
	table#myTableFicheroPromociones td:nth-child(8),
	table#myTableFicheroPromociones th:nth-child(2),
	table#myTableFicheroPromociones th:nth-child(3),
	table#myTableFicheroPromociones th:nth-child(4),
	table#myTableFicheroPromociones th:nth-child(5),
	table#myTableFicheroPromociones th:nth-child(6),
	table#myTableFicheroPromociones th:nth-child(7),
	table#myTableFicheroPromociones th:nth-child(8){
		display: none;
	}
	table#myTableFicheroPacks td:nth-child(3),
	table#myTableFicheroPacks td:nth-child(4),
	table#myTableFicheroPacks td:nth-child(5),
	table#myTableFicheroPacks th:nth-child(3),
	table#myTableFicheroPacks th:nth-child(4),
	table#myTableFicheroPacks th:nth-child(5){
		display: none;
	}
	div#myTableChequesRegalo_wrapper th:nth-child(4),
	div#myTableChequesRegalo_wrapper th:nth-child(5),
	div#myTableChequesRegalo_wrapper th:nth-child(6),
	table#myTableChequesRegalo td:nth-child(4),
	table#myTableChequesRegalo td:nth-child(5),
	table#myTableChequesRegalo td:nth-child(6),
	table#myTableChequesRegalo th:nth-child(4),
	table#myTableChequesRegalo th:nth-child(5),
	table#myTableChequesRegalo th:nth-child(6){
		display: none;
	}
	div#myTableHistoricoClientes_wrapper th:nth-child(4),
	div#myTableHistoricoClientes_wrapper th:nth-child(5),
	div#myTableHistoricoClientes_wrapper th:nth-child(6),
	div#myTableHistoricoClientes_wrapper th:nth-child(7),
	table#myTableHistoricoClientes td:nth-child(4),
	table#myTableHistoricoClientes td:nth-child(5),
	table#myTableHistoricoClientes td:nth-child(6),
	table#myTableHistoricoClientes td:nth-child(7),
	table#myTableHistoricoClientes th:nth-child(4),
	table#myTableHistoricoClientes th:nth-child(5),
	table#myTableHistoricoClientes th:nth-child(6),
	table#myTableHistoricoClientes th:nth-child(7){
		display: none;
	}
	div#myTableHistoricoUniversales_wrapper th:nth-child(3),
	div#myTableHistoricoUniversales_wrapper th:nth-child(4),
	div#myTableHistoricoUniversales_wrapper th:nth-child(5),
	div#myTableHistoricoUniversales_wrapper th:nth-child(6),
	table#myTableHistoricoUniversales td:nth-child(3),
	table#myTableHistoricoUniversales td:nth-child(4),
	table#myTableHistoricoUniversales td:nth-child(5),
	table#myTableHistoricoUniversales td:nth-child(6),
	table#myTableHistoricoUniversales th:nth-child(3),
	table#myTableHistoricoUniversales th:nth-child(4),
	table#myTableHistoricoUniversales th:nth-child(5),
	table#myTableHistoricoUniversales th:nth-child(6){
		display: none;
	}
	
	div#myTableDetalleTicket_wrapper th:nth-child(4),
	div#myTableDetalleTicket_wrapper th:nth-child(5),
	table#myTableDetalleTicket td:nth-child(4),
	table#myTableDetalleTicket td:nth-child(5),
	table#myTableDetalleTicket th:nth-child(4),
	table#myTableDetalleTicket th:nth-child(5){
		display: none;
	}
	div#myTableHistoricoCierres_wrapper th:nth-child(4),
	div#myTableHistoricoCierres_wrapper th:nth-child(5),
	div#myTableHistoricoCierres_wrapper th:nth-child(6),
	table#myTableHistoricoCierres td:nth-child(4),
	table#myTableHistoricoCierres td:nth-child(5),
	table#myTableHistoricoCierres td:nth-child(6),
	table#myTableHistoricoCierres th:nth-child(4),
	table#myTableHistoricoCierres th:nth-child(5),
	table#myTableHistoricoCierres th:nth-child(6){
		display: none;
	}
	
	
	div#myTableNuevaCita_wrapper th:nth-child(2),
	table#myTableNuevaCita td:nth-child(2),
	table#myTableNuevaCita th:nth-child(2){
		display: none;
	}
	div#myTableDetalleTickets_wrapper th:nth-child(4),
	table#myTableDetalleTickets td:nth-child(4),
	table#myTableDetalleTickets th:nth-child(4){
		display: none;
	}
	table#myTableDetalleTickets td:nth-child(2){
		word-break: break-word;
		min-width: 8em;
		padding-right: 0px;
		padding-left: 0px;
	}
	table#myTableDetalleTickets td:nth-child(6){
		max-width: 5em;
	}
	table#myTableDetalleTickets td:nth-child(7){
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.fechas .ui-select {
		display: block;
	}
	div#pie_pagina{
		display: block;
		
	}
	nav#main-nav{
		display: none;
	}
	div.titulo h1 img{
		width: 100px;
		display: block;
	}
	.ui-grid-a>.ui-block-a:not(.widthfull), .ui-grid-a>.ui-block-b:not(.widthfull){
	
		width: 100% !important;
	}
	.ui-grid-b>.ui-block-a:not(.widthfijo), .ui-grid-b>.ui-block-b:not(.widthfijo), .ui-grid-b>.ui-block-c:not(.widthfijo){
	
		width: 100% !important;
	}
	
	.ui-grid-c>.ui-block-a, .ui-grid-c>.ui-block-b, .ui-grid-c>.ui-block-c, .ui-grid-c>.ui-block-d{
		width: 100% !important;
	}
	.ui-grid-d>.ui-block-a, .ui-grid-d>.ui-block-b, .ui-grid-d>.ui-block-c, .ui-grid-d>.ui-block-d, .ui-grid-d>.ui-block-e{
		width: 100% !important;
	}
	a#verdetalleticket_editar,a#verdetalleticket_eliminar,a#verdetalleticket_rectificativa{
		width: 131px;
	}
	div#editarservicio{
		background-color: var(--main-frm-editar);
		width: 99% ;
		max-width: 1000px;
		height: auto;
		display: none;
		border-radius: 5px;
		border: var(--main-color) solid 2px;
		min-height: 99% !important;
		max-height: initial!important;
	}
	div#editarservicio_wrapper{
		max-height: fit-content;
		
	}
	div#editarservicio_edicion_wrapper{
		max-height: fit-content;
		
	}
	form#form-edicion .ui-field-contain > label, form#form-edicion_edicion .ui-field-contain > label{
		width: 100%;
	}
	div[class*="ui-grid-"]{
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	div#botonera_edicion,div#botonera_edicion_edicion{
		position: absolute;
		top: 0px;
		z-index: 10;
	}
	div#foto-edicion{
		
		float: right;
		position: relative;
		right: initial;
		top: initial;
		width: 65px;
		height: 65px;
		margin-top: 0px!important;
		margin-right: 0px!important;
	}
	a#eliminar_foto{
		width: 65px;
		font-size: 14px !important;
	}
	.ui-navbar ul{
		display: grid;
	}
	.ui-cal-timeline2{
		display: none;
	}
	div#div_selectorcaja{
		right: 0px!important;
		top: 60px!important;
	}
	div.titulo h1{
		font-size: 20px;
		max-height: 3em!important;
	}
	div.titulo{
		line-height: 40px;
	}
	.extragrande{
		margin-top: 0px;
		font-size: 2em;
	}
	form#form-edicion div[class*="ui-grid-b"] div[class*="ui-block-a"] .ui-field-contain > label, form#form-edicion_edicion div[class*="ui-grid-b"] div[class*="ui-block-a"] .ui-field-contain > label{
		width: 100%;
	}
	form#form-edicion div[class*="ui-grid-b"] div[class*="ui-block-b"] .ui-field-contain > label, form#form-edicion_edicion div[class*="ui-grid-b"] div[class*="ui-block-b"] .ui-field-contain > label, form#form-edicion div[class*="ui-grid-b"] div[class*="ui-block-c"] .ui-field-contain > label, form#form-edicion_edicion div[class*="ui-grid-b"] div[class*="ui-block-c"] .ui-field-contain > label{
		width: 100%;
	}
	form#form-edicion div[class*="ui-grid-a"] .ui-field-contain > label, form#form-edicion_edicion div[class*="ui-grid-a"] .ui-field-contain > label{
		width: 100%;
	}
	form#form-edicion label, form#form-edicion_edicion label{
		width: 100%!important;
		position: relative !important;
		text-align: left !important;
	}
	.ui-grid-a > .ui-block-a.ui-block-especial{
		width: 100%;
	}
	form#form-edicion .ui-body, form#form-edicion_edicion .ui-body{
		margin-left: 0;
		margin-right: 0;
	}
	div#botonera_edicion button#editar_primero,#botonera_edicion_edicion button#editar_primero{
		display: none;
	}
	div#botonera_edicion button#editar_anterior,#botonera_edicion_edicion button#editar_anterior{
		display: none;
	}
	div#botonera_edicion button#editar_siguiente,#botonera_edicion_edicion button#editar_siguiente{
		display: none;
	}
	div#botonera_edicion button#editar_ultimo,#botonera_edicion_edicion button#editar_ultimo{
		display: none;
	}
	.ui-widget.ui-widget-content{
		border: 0px;
		padding: 1px;
	}
	.ui-widget.ui-widget-content > .ui-navbar{
		display: none;
	}
	div.ui-tabs .ui-widget-content.ui-tabs-panel{
		margin: 0px;
		padding-left: 3px;
		padding-right: 1px;
	}
	div#contenedor-tab-mobile{
		display: initial;
	}
	span.tab-mobile{
		font-size: 16px;
	}
	div[class*="ui-grid-"] .ui-field-contain{
		display: table;
		padding-top: 0px;
	}
	div[class*="ui-grid-"] div[class*="ui-block-"]{
		padding-top: 5px;
	}
	div.ui-field-contain textarea{
		width: 100% !important;
	}
	div.dataTables_length{
		text-align: right !important;
	}
	div.dataTables_filter{
		text-align: left !important;
	}
	a#btnetiquetas,a#btnetiquetasguardarimprimir{
		display: none;
	}
	div#filtrosservicios .ui-mini{
		width: 100%;
	}
	a#borrartodos{
		display: none !important;
	}
	blanco{
		display: block;
	}
	div.selectsinmargenizdo{
		display: contents;
	}
	a#btnnuevo_promesa{
		position: relative !important;
		display: block;
		margin: 0 !important;
		width: 150px;
	}
	div#opcionexterna{
		height: 95% !important;
		max-width: 90% !important;
		width: 90% !important;
		display: inline-table!important;
	}
	a#btn-print,a#btn-pdf,a#btn-excel{
		display: none;
	}
	div#botonera-historicotickets-botones > a#historico_buscar,div#botonera-historicotickets-botones > a#historico_caja,div#botonera-historicotickets-botones > a#historico_ticket,div#botonera-historicotickets-botones > a#historico_factura,div#botonera-historicotickets-botones > a#historico_vercliente,div#botonera-historicotickets-botones > a#historico_tregalo,div#botonera-historicotickets-botones > a#historico_facturae_,div#botonera-historicotickets-botones > a#historico_facturae{
		display: none!important;
	}
	div#botonera-historicotickets-botones > a{
		width: 18%!important;
		height: 0em!important;
	}
	div#cambiarcajahistorico, div#cambiarfphistorico{
		width: initial;
	}
	div#enviarticketfactura, div#opciones-cobro-enviarticketfactura{
		width: initial;
	}
	div#info-historicotickets p{
		margin: 0px;
	}
	div#selector-fp-historico{
		display:none;
	}
	div#contenidoenviarticketfactura > div > span{
		display:none;
	}
	div#contenidoenviarticketfactura > div {
		margin-left: 0px!important;
	}
	div#selector-fechas-historico,div#selector-fecha{
		display: inline-block;
	}
	div#nombre_caja p{
		margin: 0;
	}
	div#verdetalle-ticket-formasdepago,a#verdetalleticket_primero,a#verdetalleticket_ultimo,a#verdetalleticket_cambiarempleado,a#verdetalleticket_compartirempleado{
		display: none;
	}
	form#form-edicion input, form#form-edicion select, form#form-edicion option, form#form-edicion_edicion input, form#form-edicion_edicion select, form#form-edicion_edicion option{
		font-size: 16px !important;
	}
	form#form-edicion label, form#form-edicion_edicion label{
		font-size: 16px !important;
	}
	.ui-body .ui-btn{
		font-size: 16px !important;
	}
	a#ui-btn-GESTIONGRUPOPUNTOS{
		margin-top: -5px !important;
	}
	.ui-field-contain{
		border: none;
		margin: 0;
		display: table;
		width: 95%;
	}
	div#contenedor-cierre div[class*="ui-block-"]{
		width: 100% !important;
	}
	div#myTableCierreDetalle_wrapper, div#myTableCierreZonas_wrapper, div#myTableCierreFamilias_wrapper, div#myTableCierreLiquido_wrapper, div#myTableCierreCobros_wrapper, div#myTableCierrePagos_wrapper, div#myTableCierreAdicional_wrapper, div#myTableCierrePinpad_wrapper{
		line-height: 1em;
		margin-left: 0;
	}
	div#contenedor-cierre{
		overflow-y: auto !important;
	}
	div#myTableHistoricoTickets_wrapper{
		line-height: 1em;
	}
	div#myTablePedidosRecibidosDetalle_wrapper,div#myTablePedidosRecibidosVtos_wrapper,div#contenedor-historicoticketsdetalle{
		display: none;
	}
	div#botonera-historicopedidos{
		width: auto;
		position: relative;
		
	}
	
	div#botonera-agenda-btn > .btn-salir{
		position: fixed;
		right: 0px;
		top: 0px;
	}
	div#botonera-agenda > img{
		display: none;
	}
	div#botonera-agenda > div.ui-btn-inline{
		width: 17em!important;
	}
	div#botonera-agenda-btn > div#botonera-scroll .ui-btn{
		width: 18px;
	}
	
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-a{
		display: none;
	}
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-c > .ui-body > .ui-btn{
		width: 32%;
		display: inline;
	}
	div#busquedaclientes-tabs{
		display: none;
	}
	div#contenedor-busquedaclientes{
		margin: 10px;
	}
	div#contenedor-busquedaclientes > div#myTableCajaClientes_wrapper > div.dataTables_scroll > div.dataTables_scrollBody{
		max-height: 430px !important;
		min-height: 430px !important;
	}
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-c > .ui-body > button#busquedaclientes_nota{
		width: 65%;
		
	}
	.ui-cal-week .ui-cal-timeline {
		width: 40px !important;
	}
	.ui-cal-week .ui-cal-dateline,
	.ui-cal .ui-cal-resourceline{
		left: 40px !important;
	}
	.ui-cal-week .ui-cal-wrapper{
		left: 41px !important;
	}
	div.ui-cal-dateline-fill > span.glyphicons,div.ui-cal-resourceline-fill > span.glyphicons{
		margin-left: -3px !important;
	}
	div#contenidonuevacitaagenda > div.ui-grid-a > div.ui-block-a > div.ui-grid-b{
		display: none;
	}
	div#nuevacitainicial-familias{
		display: block;
		background-color: rgb(85, 84, 84);
	}
	a.ui-btn.btn_agenda_servicio{
		width: 27%;
	}
	div#contenidoopcionesagenda-contenido{
		width: auto !important;
	}
	div#contenedorbotonesopcionesagenda{
		text-align: center;
	}
	div.ui-checkbox > label {
		font-size: 16px;
	}
	p#contenidonuevacitaagenda-titulo{
		height: 1em;
		overflow: hidden;
	}
	div#nuevanotaagenda{
		width: 99% !important;
	}
	div.rwd-example4,div.rwd-example5{
		width: 100% !important;
	}
	div.rwd-example4 > div.ui-block-a > div.ui-body-d,a#inout{
		display: none;
	}
	div.rwd-example4 > div.ui-block-a > div.rwd-example > div.ui-block-a{
		width: 100% !important;
	}
	a#btn_clientes{
		width: 20%;
		display: inline-block;
		height: 21px;
	}
	div#contenedorhm{
		width: auto;
		display: inline-flex;
	}
	div#barra_opciones-contenedor{
		width: 100% !important;
		margin: 0 !important;
	}
	div#cajazonasfamilias{
		display: none;
		width: 100%;
	}
	a#citas_agenda2,a#citas_agendaonline,a#cobrorapido_ticket,a#cobro_ticket,a#opciones_cambiarcaja,a#abrircajon_ticket,a#test_busqueda,a#caja_resposicion,a#caja_resposicionultima,a#btn_opcionesnavpanel,a#busquedaclientes_veragenda,a#busquedaclientes_telefonos,a#btn_opcionesnavpanel2{
		display: none !important;
	}
	a#anadir_ticket{
		display: initial !important;
	}
	a#btn_anadir,a#btn_opcionesnavpanel2{
		display: inline-block !important;
	}
	div#nav-panel-contenedor{
		display: none;
	}
	div#nav-panel-contenedor2{
		display: initial !important;
	}
	a#btn_bloquear{
		display: inline-block !important;
	}
	div#editarticket_opcionescobro{
		display: initial!important;
	}
	div#barra_opciones .ui-btn{
		width: 22% !important;
			padding-top: 29px;
			padding-bottom: 0px;
			padding-left: 0px;
			padding-right: 0px;
	}
	a#ver_todos_clientes{
		left: initial !important;
		right: 0px;
		top: 0px!important;
	}
	a#opciones_cambiarcaja{
		height: 59px !important;
	}
	div#contenedorbtnclientes-contenedor{
		text-align: center;
		margin-top: 5px;
	}
	a#varios_hombre,a#varios_mujer{
		width: 60px !important;
	}
	div#contenedorvh,div#contenedorvm{
		width: auto !important;
	}
	div#caja_zonas a.zona{
		
		font-size: 11px !important;
		margin: 2px;
	}
	div#caja_familias a.familia{
		
		font-size: 11px !important;
		margin: 2px;
	}
	div#caja_servicios a.ui-btn{
		
		font-size: 12px !important;
		height: 6em;
		margin: 2px;
		white-space: normal;
	}
	.noscroll{
		overflow: hidden;
	}
	div#opcionesmenuprincipal div.ui-collapsible-content{
		background-color: transparent!important;
	}
	div#opcionesmenuprincipal div.ui-collapsible-content a{
		background-color: transparent!important;
		color: white!important;
	}
	div#opcionesmenuprincipal .ui-collapsible-content>.ui-listview{
		margin-left: 1em;
	}
	a#btn_itinerario{
		width: 24%;
		height: 7em;
		white-space: normal;
		padding-bottom: 1.2em;
		border-width: 2px;
	}
	div#caja_servicios a.ui-btn.btn-imagen{
		
		height: 12em;
		
	}
	div#seleccionempleado{
		width: auto !important;
	}
	div#contenidoseleccionempleado .empleado{
		width: 30% !important;
	}
	a#btn_usuario{
		width: 25%;
		font-size: 10px;
		margin: 4px;
		height: 2em;
	}
	a#btn_usuario img{
		width: 30px;
	}
	a#btn_usuario p{
		width: 49%;
		font-size: 9px;
	}
	a#btn_servicio > span, a#btn_pack > span{
		background-color: rgba(62,62,62,1);
	}
	div#caja_grupos .btn_grupo,div#caja_subgrupos .btn_subgrupo{
		font-size: 13px !important;
	}
	div#nav-panel a#opciones_veragenda,div#nav-panel a#citas_agenda,div#nav-panel a#cobrorapido_ticket,div#nav-panel a#test_busqueda,div#nav-panel a#cobro_ticket{
		width: 34%;
		display: inline-block !important;
	}
	div#nav-panel a#consumo_interno,div#nav-panel a#cambiar_usuario{
		width: 34%;
		display: inline-block !important;
	}
	div#contenidoagendacaja .ui-cal-dateline{
		width: 100%;
	}
	div.fechahora{
		margin-top: 5px;
		width: 100%!important;
	}
	div#busquedaclientes-btn-contenedor .ui-btn{
		width: 32% !important;
		padding-top: 29px;
		padding-bottom: 0px;
		display: inline-block;
		font-size: 12px !important;
	}
	
	div#busquedaclientes-btn-contenedor{
		text-align: center;
	}
	button#busquedaclientes_opc_ticket{
		float: initial!important;
	}
	a.ui-btn.moneda{
		padding: 0em 1em;
		margin-top: 2px;
		margin-bottom: 2px;
		width: 14%;
	}
	a.ui-btn.billete{
		padding: 0em 1em;
		margin-top: 2px;
		margin-bottom: 2px;
		width: 14%;
	}
	a.ui-btn.moneda img, a.ui-btn.billete img{
		width: 100%;
		height: 100%;
	}
	p.importe-cobro{
		border-style: solid;
		border-radius: 10px;
		margin-left: 0em;
		margin-top: 0em;
		font-size: 16px;
		margin-right: 0em;
		margin-bottom: 5px;
	}
	p.lblcobro{
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 13px;
	}
	div#contenidogestioncobro > div.ui-grid-b > div[class*="ui-block-"]{
		width: 33% !important;
	}
	div#gestioncobropie{
		display: none !important;
	}
	span#spanformapago{
		font-size: 7em;
	}
	div#contenedorEF{
		display: none;
	}
	div#contenedorcalculadora .calculadora{
		margin: 1px;
	}
	div#contenedorFPCombinado div[class*="ui-block-"]{
		width: 38% !important;
	}
	div#contenedorFPCombinado div.ui-block-d{
		width: 50% !important;
	}
	div#opciones-cobro-enviarticketfactura{
		width: auto!important;
	}
	div#opciones-cobro-contenidoenviarticketfactura div{
		margin-left: 0px!important;
	}
	div#opciones-cobro-contenidoenviarticketfactura span{
		display: none!important;
	}
	div#contenedorFPCombinado{
		position: absolute;
		z-index: 1;
	}
	.ui-btn.tarjetacredito > img{
		height: 65px;
		width: 95px;
	}
	a.tarjetacreditopropina > img{
		height: 30px;
	}
	div#contenedorFPCombinado div.ui-select{
		width: 130px!important;
	}
	div#opciones-cobro{
		position: absolute;
		bottom: 0px;
	}
	div#opciones-cobro > a{
		width: 85px!important;
	}
	div#keyboard_keyboard button.ui-keyboard-button:not(.ui-keyboard-accept):not(.ui-keyboard-cancel),div#keyboard-consumo_keyboard button.ui-keyboard-button:not(.ui-keyboard-accept):not(.ui-keyboard-cancel){
		display: none;
	}
	div#keyboard_totallinea_keyboard button.ui-keyboard-button:not(.ui-keyboard-accept):not(.ui-keyboard-cancel){
		display: none;
	}
	div#keyboard_cantidad_keyboard button.ui-keyboard-button:not(.ui-keyboard-accept):not(.ui-keyboard-cancel){
		display: none;
	}
	div#keyboard_descuento_keyboard button.ui-keyboard-button:not(.ui-keyboard-accept):not(.ui-keyboard-cancel){
		display: none;
	}
	div#calendariolaboral-cabecera > div.ui-grid-c > div.ui-block-a,div#calendariolaboral-cabecera > div.ui-grid-c > div.ui-block-b{
		width: 50%!important;
	}
	div#contenedor-controlproduccion2,div#contenedor-controlproduccion{
		height: auto!important;
	}
	div#selectores-opciones .ui-select{
		display: block;
	}
	div.multiple-collapsible > div.ui-collapsible-content{
		border: 0;
		
	}
	.collapsible2{
		width: 100%;
	}
	div#claveacceso{
		width: initial;
	}
	div#claveacceso a#btn_clave{
		width: 19%!important;
	}
	div#selectores-opciones{
		float: initial !important;
	}
	div#contenedor-grafico{
		display: block !important;
		overflow-x: auto;
	}
	div#contenedor-grafico > div{
		height: auto !important;
	}
	div#contenedor-grafico-circular > div{
		width: 50% !important;
	}
	div.ui-tabs > div.ui-tabs-panel{
		height: auto !important;
		min-height: 500px;
	}
	div#keyboard_keyboard{
		left: 0px !important;
		width: 100% !important;
	}
	.ui-keyboard-button-endrow{
		display: none;
	}
	a#btn_artser{
		float: none !important;
	}
	table#myTableDetalleTickets tr.detpack{
		display: none;
	}
	div#nuevacitaagenda{
		width: 100% !important;
	}
	div#contenidonuevacitaagenda div.widthauto{
		display: inline-block;
	}
	div#nuevacitaagenda{
		height: 100%;	
	}
	div#nuevareserva{
		width: 100% !important;
		height: 100%;
	}
	div#contenidonuevareserva{
		width: 91% !important;
		height: 95%;
	}
	div#divdatepickernuevacitainicial{
		position: initial !important;
	}
	div#divdatepickernuevacitainicial > div.ui-btn-inline > div.ui-input-text{
		margin-top: -1em;
		height: 3em;
		margin-left: -8px;
	}
	span#contenidonuevacitaagenda-obs{
		left: 15px;
		top: 2em !important;
	}
	div#contenidoopcionesagenda .ui-controlgroup, div#contenidoopcionesagenda .ui-block-b{
		margin: 0;
	}
	div#agendahorario{
		width: auto!important;
	}
	div#barra_opciones_cierre div[class*="ui-block-"]{
		width: 24% !important;
	}
	a#cierre_cierre{
		width: 86%;
	}
	div#barra_opciones_cierregastos div[class*="ui-block-"]{
		width: 48% !important;
	}
	div#cierre_detallegastos{
		width: 100% !important;
	}
	a.main-btn{
		width: 50px;
	}
	div#tecnicoselectorfamilia{
		position: initial !important;
	}
	a#ui-btn-imprimir-tecnico{
		display: none;
	}
	form#form-edicion div[class*="ui-block-"] .ui-field-contain > label ~ [class*="ui-select"],form#form-edicion_edicion div[class*="ui-block-"] .ui-field-contain > label ~ [class*="ui-select"]{
		max-width: 100%;
		margin-right: 0px;
	}
	div#nuevacita-ultimosservicios{
		display: none !important;
	}
	p#contenidonuevacitaagenda-titulo{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 200px;
		height: 4em;
		margin-top: 0px;
	}
	p#msg-tiendaonline{
		position: absolute;
		bottom: 0px;
	}
	div#cajas_empleado div.ui-body div.ui-grid-c,div#cajas_empleado div.ui-body div.ui-grid-b{
		overflow: auto;
	}
	div#contenido-myTableClienteBonos{
		margin-left: 0px!important;
	}
	div#divbusquedaclientes-global{
		display: none;
	}
	div#contenidoagendacaja div#div_selectorcaja .ui-select div#select-empresa-caja-button span{
		display: none;
	}
	div#contenidoagendacaja div#div_selectorcaja,div#comboempresaagenda{
		display: none;
	}
	div#nuevacitaagenda{
		position: fixed !important;
		top: 0px;
		left: 0px;
	}
	div#select-empleadobloqueado-button{
		width: 4em;
	}
	div#select-empleado-button{
		width: 4em;
	}
	div#select-cajahorario-button{
		width: 4em;
	}
	div#select-month-button{
		width: 3em;
	}
	div#selectores-opciones div#select-empleado-button{
		width: auto;
	}
	div#selectores-opciones div#select-cajahorario-button{
		width: auto;
	}
	div#selectores-opciones div#div#select-month-button{
		width: auto;
	}
	div#contenidonuevanotaagenda .rwd-example3 .ui-grid-a .ui-block-a{
		display: inline-block;
		width: 60%!important;
	}
	div#contenidonuevanotaagenda .rwd-example3 .ui-grid-a .ui-block-b{
		display: inline;
	}
	div#nuevanotaagenda{
		height: 99.5%;
	}
	button#nuevanota-buscarcliente2{
		display: initial!important;
	}
	button#nuevanota-buscarcliente{
		display: none!important;
	}
	div#contenedorbotonesnuevanota{
		position: absolute;
		bottom: 0px;
	}
	div#contenedor-nuevanota-buscarcliente{
		margin: 0px!important;
	}
	div#contenedor-nuevanota-buscarcliente .ui-field-contain,div#contenedor-nuevanota-buscarcliente .ui-field-contain > label{
		display: inline;
	}
	div#contenido-familias-notaagenda{
		margin-top: 1em;
	}
	div#busquedaclientes-btn-contenedor-ui-body{
		position: absolute;
		bottom: 0px;
	}
	div#contenido-familias-notaagenda-botones{
		height: 10em!important;
	}
	.nomargin{
		margin: 0px!important;
	}
	form.tripleselector{
		padding-top: 10px;
	}
	form.tripleselector div#select-caja-button{
		width: 100px;
		padding-left: 0.2em;
		padding-right: 1.8em;
	}
	form.tripleselector div#select-tipo-button{
		width: 100px;
		padding-left: 0.2em;
		padding-right: 1.8em;
	}
	form.tripleselector div#select-proveedor-button{
		width: 100px;
		padding-left: 0.2em;
		padding-right: 1.8em;
	}
	div#botonera-historicopedidos{
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.ui-content {
	
	padding-left: 5px;
	padding-right: 5px;
	}
	div#filtrosservicios.tripleselector div.ui-select{
		width: 100px;
	}
	a#ui-btn-eliminartodosap{
		width: 100px!important;
	}
	form.fechas:not(.tripleselector) div#select-caja-button{
		width: 150px;
		padding-left: 0.2em;
		padding-right: 1.8em;
	}
	form.fechas:not(.tripleselector) div#select-choice-mini-button{
		width: 150px;
		padding-left: 0.2em;
		padding-right: 1.8em;
	}
	table#myTableCierreFamilias{
		width: 100%!important;
	}
	a#cierre_impdetalle{
		display: none;
	}
	button#btn_desvinculargrupo{
		width: auto!important;
	}
	div#estadisticaclientes-detalle{
		display: none;
	}
	div.ui-body.ui-body-d{
		margin: 0px;
		padding: 0px;
	}
	a#verdetalleticket_pinpad{
		display: none;
	}
	div#selector-fecha div.ui-btn-inline {
		font-size: 11px;
		width: 70px!important;
	}
	div#selector-fecha .ui-btn-inline .ui-input-text {
		width: 70px;
	}
	a#btn-nuevopedido{
		display: none;
	}
	div#selector-fecha div#select-fecha-button{
		display: none;
	}
	div#selector-fecha div.ui-select{
		display: inline-block!important;
	}
	div#selector-fecha.pedidosrecibidos div.ui-btn-inline {
		font-size: 11px;
		width: 80px!important;
	}
	p#opcionesagenda-empleado{
		margin-top: 40px!important;
		margin-bottom: 0px;
	}
	p#opcionesagenda-hora,p#opcionesagenda-cita{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	span#spanproximacita{
		display: none;
	}
	p.lbltop{
		margin-top: 0em;
		
	}
	p#opcionesagenda-empleado{
		width: auto!important;
	}
	div#agendaopciones{
		height: 100%;
		overflow: hidden;
	}
	div#contenidoopcionesagenda{
		height: 99%;
	}
	div#contenido-parcial1-opcionesagenda .ui-block-b{
		padding-top:0px;
	}
	button#opcionesagenda-sms{
		width: 80px;
	}
	button#opcionesagenda-vinculopago{
		width: 80px;
	}
	div#contenedorbotonesopcionesagenda{
		position: absolute;
		bottom: 0px;
	}
	a.btn-empleado-agendasemanal{
		display: none;
	}
	div#busquedaagenda_wrapper{
		width: 104%!important;
		height: 104%!important;
	}
	div#busquedaagenda{
		width: 100%;
		height: 100%;
	}
	div#contenedorbusquedaagenda p.titulopantalla{
		max-height: 1em;
		overflow: hidden;
		font-size: 18px;
	}
	div.ui-cal-label-resource span{
		font-size: 1.5em;
	}
	table#myTableDetalleTickets > tbody > tr > td > select.selector-caja-mascota{	
		font-size: 10px!important;
		max-width: 60px!important;
	}
	table#myTableNuevaCita > tbody > tr > td > select.selector-agenda-mascota{	
		font-size: 10px!important;
		max-width: 60px!important;
	}
}
@media all and (max-height: 30em) {
	div#botonera-historicotickets{
		display: none!important;
	}
}
@media all and (max-height: 30em) {
	div#nuevacita-ultimosservicios{
		display: none!important;
	}
}
@media all and (max-height: 550px) and (max-width: 1150px) {
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-a,div#busquedaclientes-tabs,div#nuevacita-ultimosservicios{
		display: none;
	}
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-b{
		width: 70%;
		display: inline-block;
	}
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-b > .ui-body{
		border-top-width: 1px;
	}
	a#busquedaclientes-global{
		margin-top: 7px;
	}
	div#contenidobusquedaclientes > .rwd-example6 > .ui-block-c{
		width: 29%;
		float: inline-end;
	}
	
	div#selectorfamiliasnuevacita > .ui-grid-b{
		display: block!important;
	}
	p#contenidonuevacitaagenda-titulo{
		width: 40%;
	}
	span#contenidonuevacitaagenda-obs{
		top: 4em!important;
	}
	div#selectorfamiliasnuevacita > .ui-grid-b{
		margin: 0px!important;
		padding: 0px!important;
	}
	div#selectorfamiliasnuevacita > .ui-grid-b >.ui-block-b{
		display: none;
	}
	div#selectorfamiliasnuevacita > .ui-grid-b >.ui-block-a{
		width: 49%;
	}
	div#selectorfamiliasnuevacita > .ui-grid-b >.ui-block-c{
		width: 50%;
	}
	div#divdatepickernuevacitainicial > .ui-btn-inline > .ui-input-text{
		margin-top: 0px;
	}
	div#divdatepickernuevacitainicial > .ui-btn-inline > .ui-input-text > input{
		padding-top: 0px;
	}
	div#contenidonuevacitaagenda> .ui-grid-a > .ui-block-b{
		position: absolute;
		right: 0px;
		top: 1em;
	}
	div#contenidonuevacitaagenda div#select-empleadobloqueado-button{
		width: 60px;
	}
	div#contenidonuevacitaagenda div#select-empleado-button{
		width: 40px;
	}
	div#nuevacita-familias a.ui-btn.btn_agenda_familia,div#nuevacita-servicios a.ui-btn.btn_agenda_servicio{
		font-size: 9px;
	}
	div#contenidonuevacitaagenda> .ui-grid-a >.ui-block-a{
		width: 40%;
	}
	div#contenidonuevacitaagenda> .ui-grid-a >.ui-block-b{
		width: 59%;
		height: 100%;
	}
	div#contenidonuevacitaagenda> div#divdatepickernuevacitainicial{
		left: 40%!important;
	}
	div#nuevacitaagenda{
		border: none;
	}
	div#contenidonuevacitaagenda{
		margin: 5px!important;
	}
	table#myTableNuevaCita tbody tr{
		font-size: 10px;
	}
	table#myTableNuevaCita tbody tr td{
		padding: 5px 3px;
	}
	span#info_totalcita{
		font-size: 12px!important;
	}
	textarea#observaciones_linticket{
		max-height: 100px;
	}
	div#contenidonuevacitaagenda> .ui-grid-a> .ui-block-b> .input-oculto{
		margin-left: 0px!important;
	}
	div#divdatepickernuevacitainicial{
		top: 0px;
	}
	
}
@media all and (max-width: 1400px){
	div.pedidosrecibidos div#myTablePedidosRecibidos_wrapper th:nth-child(5),
	div.pedidosrecibidos div#myTablePedidosRecibidos_wrapper th:nth-child(6),
	div.pedidosrecibidos div#myTablePedidosRecibidos_wrapper th:nth-child(7),
	div.pedidosrecibidos div#myTablePedidosRecibidos_wrapper th:nth-child(8),
	div.pedidosrecibidos div#myTablePedidosRecibidos_wrapper th:nth-child(9),
	div.pedidosrecibidos table#myTablePedidosRecibidos td:nth-child(5),
	div.pedidosrecibidos table#myTablePedidosRecibidos td:nth-child(6),
	div.pedidosrecibidos table#myTablePedidosRecibidos td:nth-child(7),
	div.pedidosrecibidos table#myTablePedidosRecibidos td:nth-child(8),
	div.pedidosrecibidos table#myTablePedidosRecibidos td:nth-child(9){
		display: none;
	}
}
a#btn_familia > div,a#btn_familia_habituales > div{
	display: flex;
	height: 3em;
	align-items: center;
	justify-content: center;
}
a.btn_grupo > div{
	display: flex;
	height: 2em;
	align-items: center;
	justify-content: center;
}
a.btn_subgrupo > div{
	display: flex;
	height: 2em;
	align-items: center;
	justify-content: center;
}
div.mesa-reservada td.contenido-mesa, td.contenido-mesa.mesa-reservada{
	background-color: rgb(231, 210, 18) !important
}
div.mesa-ocupada td.contenido-mesa, td.contenido-mesa.mesa-ocupada{
	background-color: rgb(79, 205, 74) !important;
}
div.mesa-bloqueada td.contenido-mesa, td.contenido-mesa.mesa-bloqueada{
	background-color: rgb(200,0,0) !important;
}
a.btn-invitacion{
	background-color: red !important;
}
a.obs-option{
	color: white;
	font-size: 12px;
	width: 6em;
	height: 5em;
	white-space: normal;
}
a#btn-ingrediente{
	font-size: 13px;
	width: 20%;
	border: rgb(125,85,45) solid 5px;
	border-radius: 10px;
	line-break: anywhere;
}
a#btn-ingrediente.seleccionado{
	border-color: yellow;
}
span.comensales{
	color: rgb(43,150,21);
	font-size: 14px;
	display: block;
}
div.mesa-separada td.contenido-mesa{
	border-style: double;
}
div#contenidonuevareserva div.ui-input-text{
	display: inline-block;
}
a#btn_pack_opt_can{
	width: 2em;
	border: 3px solid;
}
p.obsinfo{
	margin: 0px;
}
span#importe-propina{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 16px;
	color: white;
}
span#importe-propinacombi{
	position: absolute;
	bottom: 0px;
	right: 2px;
	font-size: 16px;
	color: white;
}
a#btn_empleado.online{
	border-color: yellow !important;
	color: yellow !important;
}
a.familia-foto:not(.seleccionado) div{
	background-color: rgba(204, 204, 204, 0.30);
}
a.familia-foto:not(.seleccionado) span{
	text-shadow: 1px 1px 0 rgb(224, 224, 224),
     -1px -1px 0 rgb(224, 224, 224),  
      1px -1px 0 rgb(224, 224, 224),
      -1px 1px 0 rgb(224, 224, 224),
       1px 1px 0 rgb(224, 224, 224);
	color: black;
	font-size: 12px;
}
tr.inwait{
	font-weight: bold;
}
tr.inwaitdet{
	font-size: 10px;
}
div#divdatepickernuevacitainicial .ui-input-text{
	background-color: var(--main-background-color);
	color: white;
	border: none;
	box-shadow: none;
}
.ui-mobile label, div.ui-controlgroup-label{
	font-weight: 100;
}
span.nopresentado{
	color: red !important;
	font-weight: bold;
}
span.citasonline{
	color: yellow !important;
}
a#btn_servicio:hover,a#btn_deuda:hover,a#btn_pack:hover,a#btn_familia:hover,a#btn_zona:hover,a#btn_familia_habituales:hover{
box-shadow: 0px 0px 5px 5px rgb(220, 214, 182);
-webkit-box-shadow: 0px 0px 5px 5px rgb(220, 214, 182);
}
@media all and (min-width: 43em) and (max-width: 47em){
	div#botonera-agenda-btn > .btn-agendasms,div#botonera-agenda-btn > .btn-agendaimpr,div#botonera-agenda-btn > .btn-copiar,div#botonera-agenda-btn > .btn-veragenda,div#botonera-agenda-btn > .btn-inwait,div#botonera-agenda-btn > .btn-incidencias{
		display: none;
	}
	div#botonera-agenda-btn > .btn-salir{
		position: fixed;
		right: 0px;
		top: 0px;
	}
}
@media all and (min-width: 47em) and (max-width: 55em){
	div#botonera-agenda-btn > .btn-agendasms,div#botonera-agenda-btn > .btn-agendaimpr,div#botonera-agenda-btn > .btn-copiar,div#botonera-agenda-btn > .btn-veragenda,div#botonera-agenda-btn > .btn-inwait,div#botonera-agenda-btn > .btn-incidencias{
		display: none;
	}
	
}
@media all and (min-width: 55em) and (max-width: 65em){
	div#botonera-agenda-btn > .btn-agendasms,div#botonera-agenda-btn > .btn-agendaimpr{
		display: none;
	}
	
}
@media all and (max-width: 380px) {
	div#botonera-agenda-btn > .ui-btn:not(.btn-salir):not(.btn-diaanterior):not(.btn-diasiguiente){
		display: none;
	}
	div#botonera-agenda-btn > .btn-salir{
		position: fixed;
		right: 0px;
		top: 0px;
	}
}
@media all and (max-width: 320px) {
	div#botonera-agenda-btn > .ui-btn:not(.btn-salir){
		display: none;
	}
	div#botonera-agenda-btn > .btn-salir{
		position: fixed;
		right: 0px;
		top: 0px;
	}
	div#botonera-agenda{
		position: fixed;
		top: 15px;
	}
	div#botonera-agenda > img{
		display: none;
	}
}
@media all and (max-width: 1130px) {
	div#botonera-agenda-btn > .btn-inwait{
		display: none;
	}
	div#botonera-agenda-btn > .btn-incidencias{
		display: none;
	}
	div#contenidoagendacaja div#div_selectorcaja{
		right: 0px!important;
		top: 0px!important;
		width: 108px!important;
	}
	div#contenidoagendacaja div#div_selectorcaja .ui-select{
		max-width: 100px;
	}
	div#contenidoagendacaja div#div_selectorcaja .ui-select div#select-empresa-caja-button{
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
	}
	div#contenidoagendacaja div#div_selectorcaja .ui-select div#select-empresa-caja-button span{
		white-space: break-spaces;
		height: 36px;
		font-size: 10px;
	}
}
div#div_whatsapp .emojionearea-editor{
	height: 268px !important;
	max-height: 268px !important;
}
div#div_whatsapp > div.emojionearea-search .ui-input-text{
	margin: 0px;
}
div.emojionearea-search .ui-input-text{
	margin: 0px;
}
a.btn-parcial{
	width: 45px;
}
table.dataTable tbody tr.distintacaja{
	background-color: rgb(123, 197, 228)!important;
}
table.dataTable tbody tr.text-red{
	color: red!important;
}
table.dataTable tbody tr.text-red.pedidobloqueado{
	color: rgb(255, 182, 0)!important;
}
table#myTableDatosTiendaOnline tbody tr.noencontrado{
	background-color: rgb(252, 160, 160)!important;
}
table#myTableDatosTiendaOnline tbody tr.stockdiferente{
	background-color: rgb(162, 168, 245)!important;
}
/*div#select-caja-button span{
	color: #333;
}*/
.ui-tabs{
	padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{
	font-weight: 100;
}
.ui-tabs .ui-tabs-panel{
	padding: 0.5em 0.5em;
}
.ui-widget.ui-widget-content{
	border: 1px solid var(--main-widget-border);
}
.ui-widget-header:not(.fg-toolbar){
	background: var(--main-widget-header);
}
.ui-datepicker-header.ui-widget-header{
	background: #a7aec3;
	border-color: transparent;
	height: 28px;
}
.ui-datepicker-group .ui-widget-header{
	background: #9bafe6;
	border-color: transparent;
	height: 28px;
}
.ui-widget-content{
	border: 1px solid #ee9945;
}
.ui-widget-content{
	background: var(--main-widget-header);
}
.ui-datepicker.ui-widget-content{
	background: #7884a6;
}
.tox-statusbar__branding{
	display: none;
}
div.tox.tox-tinymce{
	margin: .446em;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{
	padding: 1em;
}
p.titulopantalla{
	text-align: center;font-weight: 100;font-size: 20px;margin-top:-16px;background-color: rgba(0, 0, 0, 0.35);margin-left: -16px;margin-right: -16px;padding: 0.5em;border-radius: 10px 10px 0 0;
}
div#keyboard_descuento_keyboard .ui-keyboard-button,div#keyboard_totallinea_keyboard .ui-keyboard-button,div#keyboard_cantidad_keyboard .ui-keyboard-button,div#keyboard_importegasto_keyboard .ui-keyboard-button{
	min-width: 4em;
	height: 3em;
	line-height: 3em;
}
div#keyboard_cantidad_keyboard .ui-keyboard-button.ui-keyboard-0{
	width: 144px;
}
div#keyboard_cantidad_keyboard,div#keyboard_totallinea_keyboard,div#keyboard_descuento_keyboard{
	background-color: rgb(72, 84, 105);
	border: 1px solid var(--main-widget-border);
	border: 2px solid rgb(46, 49, 65);
}
div#keyboard_cantidad_keyboard .ui-keyboard-button.ui-keyboard-accept,div#keyboard_cantidad_keyboard .ui-keyboard-button.ui-keyboard-cancel{
	background-color: rgb(70, 64, 64);
	border-color: rgb(70, 64, 64);
}
div#keyboard_cantidad_keyboard .ui-keyboard-button.ui-keyboard-accept:hover,div#keyboard_cantidad_keyboard .ui-keyboard-button.ui-keyboard-cancel:hover{
	background-color: white;
	color: rgb(70, 64, 64);
}
div#keyboard_totallinea_keyboard .ui-keyboard-button.ui-keyboard-accept,div#keyboard_totallinea_keyboard .ui-keyboard-button.ui-keyboard-cancel{
	background-color: rgb(70, 64, 64);
	border-color: rgb(70, 64, 64);
}
div#keyboard_totallinea_keyboard .ui-keyboard-button.ui-keyboard-accept:hover,div#keyboard_totallinea_keyboard .ui-keyboard-button.ui-keyboard-cancel:hover{
	background-color: white;
	color: rgb(70, 64, 64);
}
div#keyboard_descuento_keyboard .ui-keyboard-button.ui-keyboard-accept,div#keyboard_descuento_keyboard .ui-keyboard-button.ui-keyboard-cancel{
	background-color: rgb(70, 64, 64);
	border-color: rgb(70, 64, 64);
}
div#keyboard_descuento_keyboard .ui-keyboard-button.ui-keyboard-accept:hover,div#keyboard_descuento_keyboard .ui-keyboard-button.ui-keyboard-cancel:hover{
	background-color: white;
	color: rgb(70, 64, 64);
}
div#keyboard_descuento_keyboard .ui-keyboard-accept,div#keyboard_totallinea_keyboard .ui-keyboard-accept,div#keyboard_cantidad_keyboard .ui-keyboard-accept,div#keyboard_importegasto_keyboard .ui-keyboard-accept{
	margin-top: 1em;
}
div#keyboard_descuento_keyboard .ui-keyboard-preview,div#keyboard_totallinea_keyboard .ui-keyboard-preview,div#keyboard_cantidad_keyboard .ui-keyboard-preview,div#keyboard_importegasto_keyboard .ui-keyboard-preview{
	text-align: right;
	background-color: rgb(68, 68, 68);
	color: white;
	font-size: 2em;
}
div#keyboard_descuento_keyboard,div#keyboard_totallinea_keyboard,div#keyboard_cantidad_keyboard,div#keyboard_importegasto_keyboard {
	width: 260px;
}
div#contenido-iconos-nfo{
	border: 1px solid var(--main-color);
	border-radius: 10px;
}
.clienteintracomunitario{
	color: rgb(255, 0, 174);
}
.ui-page-theme-a a.boton-externo2.ui-btn, .ui-group-theme-a a.boton-externo2.ui-btn:visited{
	background-color: rgb(231, 225, 218);
}
.subtabs, .subtabs > .ui-navbar > .ui-widget-header{
	background: #b3a59b;
}
.subtabs{
	border-color: #b3a59b;
}
div#TABhistoricovisitas,div#TABtecnicos{
	padding: 0px;
}
.recomendacion-linea{
	background-color: rgb(94, 92, 92);
	color: yellow;
	text-align: center;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: .5em .9em;
	font-size: 12px;
	font-weight: var(--main-font-weight);
}
span#contenidonuevacitaagenda-obs{
	position: absolute;
	top: 3em;
	font-size: 13px;
	color: cadetblue;
	width: 32%;
	overflow: hidden;
	left: 270px;
	display: -webkit-box;
	max-width: 32%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
form#form-edicion > .ui-body >.ui-tabs:not(.altonormal) >.ui-tabs-panel,form#form-edicion_edicion > .ui-body >.ui-tabs:not(.altonormal) >.ui-tabs-panel{
	min-height: 552px;
}
p#titulo_edicion > span,p#titulo_edicion_edicion > span{
	position: absolute;
	right: 5px;
	font-size: 12px;
	top: 36px;
	color: var(--main-color);
	opacity: 0.5;
}
span.spanincidencia{
	color: rgb(255, 6, 207); display: block; height: 1.5em; overflow: hidden; position: absolute; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; width: 98%;text-align: center;
	border: 2px solid rgb(255, 6, 207);
	border-radius: 5px;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
a.blinker{
	
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
button#busquedaclientes_deudas,button#busquedaclientes_cumple{
	border-width: 1px!important;
}
table#myTableDetalleTickets,table#myTableTickets,table#myTableDetalleTicket{
	border-collapse: collapse;
	border-radius: 4px;
	overflow: hidden;
}
table#myTableClientes,table#myTableResumen,table#myTableServicios,table#myTableArticulos,table#myTableBonosClientes{
	border-collapse: collapse;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
}
div#botonera-agenda-btn .ui-btn{
	border-color: var(--main-widget-border);
}
.textonegro{
	color: black!important;
}
div#selector-fecha .ui-btn-inline .ui-input-text,div#selector-fecha .ui-btn{
	margin: 0px;
}
div#selector-fecha.pedidosrecibidos .ui-btn-inline:not(.ui-select){
	margin-top: -7px;
}
div#myTablePedidosRecibidos_filter label,div#myTablePedidosRecibidosDetalle_filter label{
	padding: 0px;
}
div#myTablePedidosRecibidosDetalle_wrapper .fg-toolbar{
	padding-right: 0px;
}
div.tab-white > div.ui-navbar > ul.ui-tabs-nav{
	background-color: white!important;
}
div.tab-white > div.ui-navbar > ul.ui-tabs-nav > li > a{
	background-color: rgb(163, 158, 158)!important;
}
button.ui-estadopedido{
	width: 140px;
	height: 4em;
	white-space: break-spaces;
}
div.nomarginleft a{
	margin-left: 0px;
}
table#myTableTickets.dataTable tbody td span.ticketprepagado{
	float: right;
}
table#myTableTickets.dataTable tbody td.selected span.ticketprepagado{
	float: right;
	font-weight: bold;
	font-size: 14px;
	color: blue;
}
@media all and (min-width: 700px) and (max-width: 1210px) {
	.ui-content{
		padding: 5px;
	}
	form#form-pedidos input#busqueda{
		width: 13em;
	}
	form#form-pedidos div#select-articulo-button{
		width: 18em;
	}
	form#form-pedidos input#articulodto{
		width: 3em;
	}
	/*form#form-pedidos input#pvp{
		width: 3em;
	}*/
	form#form-pedidos input#referencia{
		width: 6em;
	}
	form#form-pedidos input#barras{
		width: 7em;
	}
	/*form#form-pedidos input#pciva{
		width: 3em;
	}*/
	form#form-pedidos div#select-iva-button{
		width: 17px;
		font-size: 10px;
	}
	form#form-pedidos input#nalbaran{
		width: 6em;
	}
	form#form-pedidos input#nfactura{
		width: 5em;
	}
	form#form-pedidos div#select-caja-button{
		width: 8em;
		font-size: 10px;
	}
	form#form-pedidos div#select-proveedor-button{
		width: 10em;
		font-size: 10px;
	}
	form#form-pedidos div.ui-grid-b{
		margin-top: 0px!important;
	}
	form#form-pedidos div.ui-grid-b div.ui-field-contain{
		margin-top: 0px!important;
	}
	form#form-pedidos div.ui-grid-a div.ui-field-contain{
		margin-top: 0px!important;
	}
	/*form#form-pedidos span#spanstockpendiente{
		display: none!important;
	}
	form#form-pedidos a#spanstockpendiente_ver{
		display: none!important;
	}*/
	form#form-pedidos div#inforefbarras{
		width: 40%!important;
	}
	form#form-pedidos div#inforefbarras2{
		width: 60%!important;
	}
	form#form-pedidos div#inforefbarras2 .ui-grid-b .ui-block-c{
		text-align: right!important;
	}
	form#form-pedidos div#inforefbarras2 .ui-grid-b{
		padding-top: 0.4em;
	}
	form#form-pedidos div#inforefbarras .ui-grid-a{
		padding-top: 0.4em;
	}
	div.familia_tablecell{
		color: blue;
		display: inline!important;
	}
	div.articulos_tablecell{
		display: inline!important;
	}
	form#form-pedidos input#ubicacion{
		width: 5em;
	}
	a#btnetiquetasguardarimprimir{
		display: none;
	}
	/*a#cerrar_entradamercancias{
		position: absolute;
		right: 0px;
	}*/
	div.stock_check{
		position: absolute;
		top: 2em;
	}
}
@media all and (min-width: 700px) and (max-width: 1024px) {
	form#form-pedidos div#inforefbarras{
		width: 35%!important;
	}
	form#form-pedidos div#inforefbarras label{
		font-size: 12px;
	}
	form#form-pedidos .ui-field-contain > label{
		min-width: 3em;
	}
	form#form-pedidos div#inforefbarras2{
		width: 65%!important;
	}
	form#form-pedidos div#infocantdto{
		width: 40%!important;
	}
	form#form-pedidos div#infocantdto2{
		width: 60%!important;
	}
	form#form-pedidos input#busqueda{
		width: 8em;
	}
	form#form-pedidos div#select-articulo-button{
		width: 10em;
	}
	form#form-pedidos input#referencia{
		width: 7em;
		font-size: 12px;
	}
	form#form-pedidos input#barras{
		width: 7em;
		font-size: 12px;
	}
	span#ventaporcajas{
		position: absolute;
		bottom: -11px;
	}
}
tr.vinculado{
	color: rgb(238, 77, 173);
	font-weight: bold;
}
vinculado{
	color: rgb(238, 77, 173);
	font-weight: bold;
	font-size: 14px;
}
.sm-blue a{
	font-family: var(--main-font-menu)!important;
	font-size: var(--main-font-menu-size)!important;
	font-weight: var(--main-font-weight)!important;
}
@media all and (max-width: 1050px) {
	.sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a{
		display: none;
	}
}
div#selectores-opciones .ui-btn,.ui-page-theme-a form.fechas .ui-btn.ui-icon-carat-d,div#filtrosservicios .ui-btn{
	background-color: var(--main-grid-head-color);
	color: white;
	font-family: var(--main-font);
	font-weight: var(--main-font-weight);
	border-color: var(--main-color);
}
div#selectores-opciones .ui-btn:hover,.ui-page-theme-a form.fechas .ui-btn.ui-icon-carat-d:hover,div#filtrosservicios .ui-btn:hover{
	background-color: white;
	color: var(--main-grid-head-color);
	font-family: var(--main-font);
	font-weight: var(--main-font-weight);
}
div#selectores-opciones .ui-btn.seleccionado,.ui-page-theme-a form.fechas .ui-btn.ui-icon-carat-d.seleccionado,div#filtrosservicios .ui-btn.seleccionado{
	background-color: var(--main-frm-nuevo);
	color: black;
	font-family: var(--main-font);
	font-weight: var(--main-font-weight);
	border-color: var(--main-color);
}
div#selectores-opciones .ui-btn.seleccionado:hover,.ui-page-theme-a form.fechas .ui-btn.ui-icon-carat-d.seleccionado:hover,div#filtrosservicios .ui-btn.seleccionado:hover{
	background-color: white;
	color: var(--main-grid-head-color);
	font-family: var(--main-font);
	font-weight: var(--main-font-weight);
}
.ui-btn, label.ui-btn{
	font-weight: var(--main-font-weight);
}
.dataTables_wrapper .dataTables_filter input{
	background-color: var(--main-grid-head-color);
	color: white;
	border: 1px solid var(--main-color);
}
.dataTables_wrapper .dataTables_length select{
	background-color: var(--main-grid-head-color);
	color: white;
	border: 1px solid var(--main-color);
}
.ui-page-theme-a form.fechas .hasDatepicker,div#selectores-opciones .hasDatepicker{
	background-color: var(--main-grid-head-color);
	color: white;
	text-align: center;
}
.ui-page-theme-a form.fechas .hasDatepicker:hover,div#selectores-opciones .hasDatepicker:hover{
	background-color: white;
	color: var(--main-grid-head-color);
}
.ui-page-theme-a form.fechas .ui-input-text,div#selectores-opciones .ui-input-text{
	border: 1px solid var(--main-color);
}
p#titulo_edicion{
	padding-left: 10px;
	background-color: var(--main-background-color);
	margin: 0px;
	padding: 1em;
}
div#TABotrosdatos div.ui-tabs .ui-widget-content.ui-tabs-panel{
	min-height: auto;
}
div#TABgeneral div.ui-tabs .ui-tabs-panel.ui-widget-content{
	min-height: auto;
}
div.tabinicio3 .ui-tabs-panel.ui-widget-content{
	min-height: 426px;
}
form#form-edicion > .ui-field-contain{
	margin-left: 1em;
}
form#form-edicion > .input-group > .ui-field-contain{
	margin-left: 1em;
}
form#form-edicion > .ui-grid-b{
	margin-left: 1em!important;
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a{
	font-weight: var(--main-font-weight);
}
div.dataTables_scrollBody::-webkit-scrollbar,div#cajazonasfamilias div::-webkit-scrollbar,div#caja_empleados::-webkit-scrollbar{

  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background-color: none;
}
div.dataTables_scrollBody::-webkit-scrollbar-thumb,div#cajazonasfamilias div::-webkit-scrollbar-thumb,div#caja_empleados::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background-color: var(--main-color-texto);

}
td div.btndefecto{
	text-align: center;
}
div#opcionescantidadpendiente button#btn_nopedir,div#opcionescantidadpendiente button#btn_proximo,div#opcionescantidadpendiente button#btn_faltabulto{
	padding: 0px;
	min-height: 4em;
	background-color: rgb(255, 239, 201);
	color: rgb(134, 134, 134);
}
div#opcionescantidadpendiente button#btn_nopedir.btn-selected,div#opcionescantidadpendiente button#btn_proximo.btn-selected,div#opcionescantidadpendiente button#btn_faltabulto.btn-selected{
	background-color: rgb(252, 231, 183);
	color: black;
	font-weight: bold;
}
span.pedidodescripcion{
	height: 1em;
	overflow: hidden;
	line-height: 1em;
	position: absolute;
	left: 195px;
	margin-top: -2px;
	max-width: 79%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
span.pedidodescripcion2{
	height: 1em;
	overflow: hidden;
	line-height: 1em;
	position: absolute;
	left: 143px;
	margin-top: -2px;
	max-width: 83%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
span.pedidodescripcion3{
	height: 1em;
	overflow: hidden;
	line-height: 1em;
	position: absolute;
	left: 254px;
	margin-top: -2px;
	max-width: 83%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div#select-empresa-caja-include-button{
	background-color: #334651;
	color: white;
	border: none;
}
div#select-empresa-caja-include-button > span.selectcabecera{
	height: 27px;
}
div#select-empresa-caja-include-button.distintaempresa{
	background: #a414ed;
	border-color: #a414ed;
}
div#select-empresa-caja-include-button.agendaglobal{
	background: #edd814;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
p#opcionesagenda-cita{
	background-color: rgba(0, 0, 0, 0.19);
	margin: 0px;
	padding: 5px;
	border-radius: 5px;
}
button#opcionesagenda-verproximacita{
	padding: 8px;
}
button#opcionesagenda-anularaviso{
	background-color: #394f66;
	color: white;
	border: none;
}
button#opcionesagenda-cambiarcliente,button#opcionesagenda-vercliente,button#opcionesagenda-ficharapida,button#opcionesagenda-verproximacita{
	background-color: rgba(255, 255, 255, 0.16);
	color: white;
	border: none;
}
/*
div#gestioncobropie a.ui-btn,div#contenedorcalculadora a.ui-btn,div#botonera-verdetalleticket a.ui-btn,div#botonera-historicotickets-botones a.ui-btn,div#agendaopciones button.ui-btn,div#smscontrol button.ui-btn,div#smscontrol a.ui-btn,div#contenidobusquedaclientes button.ui-btn,div#contenidobusquedaclientes a.ui-btn:not(.ui-link){
	background-color: rgba(255, 255, 255, 0.16);
	color: white;
	border: none;
}
div#botonera-verdetalleticket a.ui-btn.ui-icon-logoff,div#agendaopciones button.ui-btn.ui-icon-logoff,div#smscontrol button.ui-btn.ui-icon-logoff,div#contenidobusquedaclientes button.ui-btn.ui-icon-logoff{
	background-color: rgba(255, 0, 0, 0.4);
	color: white;
	border: none;
}
div#gestioncobropie a.ui-btn:hover,div#contenedorcalculadora a.ui-btn:hover,div#botonera-verdetalleticket a.ui-btn:hover,div#botonera-historicotickets-botones a.ui-btn:hover,div#agendaopciones button.ui-btn:hover,div#smscontrol button.ui-btn:hover,div#smscontrol a.ui-btn:hover,div#contenidobusquedaclientes button.ui-btn:hover,div#contenidobusquedaclientes a.ui-btn:hover:not(.ui-link){
	background-color: white;
	color: black;
	border: none;
}
div#contenidobusquedaclientes .ui-tabs,div#contenidobusquedaclientes .ui-tabs-nav{
	border: none;
	background: rgba(255, 255, 255, 0.21);
}
div#contenidobusquedaclientes div#busquedaclientes-tabs{
	border: none;
	background: rgba(255, 255, 255, 0.21);
}
*/
div.popup_wrapper:not(#editardetalleticket_wrapper):not(#editarticket_wrapper):not(#busquedaclientes_wrapper):not(#veragenda_wrapper):not(#gestioncobro_wrapper):not(#editarservicio_wrapper):not(#nuevacitaagenda_wrapper):not(#nuevanotaagenda_wrapper):not(#editarservicio_edicion_wrapper):not(#cambiarfphistorico_wrapper):not(#estadospedido_wrapper) a.ui-btn:not(.ui-tabs-anchor),div.popup_wrapper:not(#editardetalleticket_wrapper):not(#editarticket_wrapper):not(#busquedaclientes_wrapper):not(#veragenda_wrapper):not(#gestioncobro_wrapper):not(#editarservicio_wrapper):not(#nuevacitaagenda_wrapper):not(#nuevanotaagenda_wrapper):not(#editarservicio_edicion_wrapper):not(#cambiarfphistorico_wrapper):not(#estadospedido_wrapper) button.ui-btn{
	background-color: rgba(255, 255, 255, 0.35);
	color: white;
	border: none;
}
div.popup_wrapper:not(#editardetalleticket_wrapper):not(#editarticket_wrapper):not(#busquedaclientes_wrapper):not(#veragenda_wrapper):not(#gestioncobro_wrapper):not(#editarservicio_wrapper):not(#nuevacitaagenda_wrapper):not(#nuevanotaagenda_wrapper):not(#editarservicio_edicion_wrapper):not(#cambiarfphistorico_wrapper):not(#estadospedido_wrapper) a.ui-btn:hover,div.popup_wrapper:not(#editardetalleticket_wrapper):not(#editarticket_wrapper):not(#busquedaclientes_wrapper):not(#veragenda_wrapper):not(#gestioncobro_wrapper):not(#editarservicio_wrapper):not(#nuevacitaagenda_wrapper):not(#nuevanotaagenda_wrapper):not(#editarservicio_edicion_wrapper):not(#cambiarfphistorico_wrapper):not(#estadospedido_wrapper) button.ui-btn:hover{
	background-color: white;
	color: black;
	border: none;
}
table.ui-datepicker-calendar thead{
	color: white;
}
.ui-page-theme-a table a.ui-btn{
	background-color: transparent;
}
.ui-page-theme-a table a.ui-btn:hover{
	background-color: var(--main-btn-color);
}
a#adjuntardocumento, a#tomarcaptura{
	background-color: transparent;
	color: white;
}
a#adjuntardocumento:hover, a#tomarcaptura:hover{
	background-color: var(--main-btn-color);
	color: black;
}
.ui-cal-btn > a.ui-btn{
	background-color: transparent;
}
div.nomargin div.ui-select.ui-btn-inline.ui-mini{
	margin-bottom: 0px;
}
div.ui-cal-label-resource a.btn-empleado-agendasemanal,div.ui-cal-label-resource a.btn-empleado-proximascitas{
	
	background-color: transparent;
	border-color: white;
	z-index: 1;
}
div.ui-cal-label-resource div.imagen-empleado-opc{
	position: absolute;
	right: 0;
	bottom: -10px;
}
button#firma_firmar,button#limpiartbn,button#guardarfirmatbn,button#cancelarfirmatbn{
	background-color: var(--main-btn-color)!important;
}
table#myTableDetalleTickets > tbody > tr > td > select.selector-caja-mascota{
	background-color: transparent!important;
	font-size: 12px;
	max-width: 100px;
}
table#myTableNuevaCita > tbody > tr > td > select.selector-agenda-mascota{	
	background-color: transparent!important;
	font-size: 12px;
	max-width: 100px;
}
a#btndevolucion{
	background-color: rgba(0, 0, 0, 0.5)!important;
}