/*--------------------------GLOBAL--------------------------*/
.editor-tooltip {
	position: absolute;
	margin-left: 24px;
	background: #333;
	color: #fff;
	padding: 5px;
	display: none;
	z-index: 99;
	pointer-events: none;
}
.styled-select.full-width, .styled-select.full-width select { width: 100% !important; }
.uses-fullscreen { display: none !important; }
html.fullscreen .uses-fullscreen { display: inline-block !important; }
body.background .spring { display: none; }
/*/--------------------------GLOBAL--------------------------*/

/*--------------------------GENERICS--------------------------*/
.w-10{ width: 10%; }
@media (min-width: 768px){
.ml-5percent{ margin-left:5%; }
}
.clear-both{ clear: both; }
.oculto { visibility: hidden; }
.display-none{display:none !important;}
.display-none-soft{display:none;}
.display-block{display:block !important;}
.display-block-soft{display:block;}
.visibility-hidden{opacity:0 !important;}
.visibility-hidden-soft{opacity:0 ;}
.visibility-visible{ opacity:1  !important; }
.visibility-visible-soft{ opacity:1; }
.fLeft{ float:left; }
.fRight{ float:right;}
.clearBoth{ clear: both;}
.aCenter{ text-align: center !important; }
.aLeft{ text-align: left !important; }
.aRight{ text-align: right !important; }
.marginMe {	margin-top: 20px; }
.marginMeRight{ margin-right:16px !important;}
.mt-14{
	margin-top:14px;
}
/*MISc*/
.border-me-top{ 
	border-top:1px solid #aaa;
	padding-top:.6em;
	margin-top:.5em; 
}
.blq-error{
	width:60%;
	display:inline-block;
	margin-top:3em;
}
/*HEADERs*/
h1, .h1{ margin-top:14px; }
h1.small-h1{
	font-size:2em;
}
h1.small-h1 span{
	font-size:.7em;
	color:#888;
}
h2.small-h2{
	font-size:1.5em;
}
h2.small-h2 span{
	font-size:.7em;
	color:#888;
}
.lil-h3{
	color:#999;
	font-size:1em;
	border-bottom:1px solid #999;
	padding-bottom:.4em;
	margin-top:2.5em !important;
	margin-bottom: .8em;
}
/*IMGs*/
.img-destacada{
	border:5px solid #dadada;
	margin-bottom:1em;
}
/*TEXTs*/
.lil-text { font-size:.8em; color:#666; }
.lil-text span{ font-weight:bold; color: #333;}
.text-red{color:#ff0000;}
.grey-disabled{color:#adadad;}
/*ULs*/
ul.ul-disc{ 
	margin-left:13px; 
	margin-bottom:1.5em;
}
ul.ul-disc li{ list-style: disc; }
/*BTs*/
button, a{
	cursor:pointer !important;
}
.btn:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.2) !important;
    border:none !important;
}
.btnInline {
	font-size: 16px !important;
	padding: 8px 12px !important;
	display: inline-block;
	line-height: 12px;
}
.btnInline.fLeft {
	margin-top: 30px;
	margin-left: 30px;
}
.btn.disabled:hover { cursor: default; }
.header-btn:hover{ text-decoration: none !important; }
.btn.x-small { line-height: 15px; }
.btn.xs-small { font-size: 14px !important; }
button.xs-small{padding: 13px 18px 11px 12px !important;}
.btn.lil {
	font-weight: normal !important;
	font-size: 13px !important;
	padding: 6px 6px !important;
	text-decoration: none;
}
.btn.x-lil {
	font-weight: normal !important;
	font-size: 12px !important;
	padding: 3px 3px !important;
	margin-bottom:.2em !important;
}
.btn-green{
	background:#00c89b;
	color:#fff;
}
.btn-red{
	background:#ff7200;
	color:#fff;
}
.btn-green:hover, .btn-red:hover{ background:#333; }
a.tri-btn:link, a.tri-btn:hover, a.tri-btn:visited{ color:#333 !important; }
a.tri-btn:link .icon-tri,  a.tri-btn:visited .icon-tri{
	color:#666;
	font-size:1.6em;
}
a.tri-btn:hover .icon-tri{ color:#111; }
a.tri-btn .on-off{
	display:inline-block;
	position:relative;
	/**/top: 3px;
	margin-left: 3px;
	width: 20px;
	height: 20px;
	background:#444;
	border: 3px solid #888;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .8) inset; 
	-moz-box-shadow:  2px 2px 2px rgba(0, 0, 0, .8) inset; 
	box-shadow:  2px 2px 2px rgba(0, 0, 0, .8) inset;		
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
a.tri-btn .on-off span{	
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .6) inset; 
	-moz-box-shadow:  2px 2px 2px rgba(0, 0, 0, .6) inset; 
	box-shadow:  2px 2px 2px rgba(0, 0, 0, .6) inset;	
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
a.tri-btn .on-off span.tri-active{	
	background:#a1f313;
}
a.tri-btn .on-off span.tri-disabled{	
	background:#666;
	-webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .6) inset; 
	-moz-box-shadow:  -2px -2px 2px rgba(0, 0, 0, .6) inset; 
	box-shadow:  -2px -2px 2px rgba(0, 0, 0, .6) inset;
}
/*FORMS*/
.fm-data textarea { font-family: sans-serif; }
input.error:after{	background:none !important; }

input.form-control:focus, select.form-control:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.2) !important;    
    border:1px solid rgba(0,0,0,0);
}

.flex-right{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media (max-width:767px){
	.header-submenu a{		
		margin:0 0 14px 0;
	}
}
@media (min-width:768px){
	.header-submenu a{		
		margin: 14px 0 0 7px;
	}
}

/*/--------------------------GENERICS--------------------------*/

/*--------------------------HEADER--------------------------*/
.mod-nav { min-height: 40px; }
.mod.mod-nav.rhomb{ z-index:0; }
.nav-base{ z-index: 0; }
.nav-menu li{
	border-top:1px solid #e60000;
	border-bottom:1px solid #e60000;
}
.login_info{ float:none; }
.js .nav-base { margin: 0px; }
.nav-primary li:hover { margin-right: -1px; }
.nav-primary li.active:hover { margin-right: 0px; }

/*SELECTS HEADER*/
.styled-select.slate{ height:28px;}
.styled-select-simple {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #eee url(../img/icons/select_header.png) no-repeat 97% 72% !important;
}
.styled-select-simple select { border: none !important; }
.styled-select-simple select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.select-imagen{ width: 114px !important; }
#select-imagen{ 
	width: 114px !important;
	padding-right:20px;
 }
.select-canal{ width: 92px !important; }
#select-canal{ 
	width: 92px !important;
	padding-right:20px; 
}

.select-sfid { width: 250px !important; }
.select-sfid select{ 
	width: 350px !important;
	padding-right:125px; 
 }

 .select-planta { width: 110px !important; }
.select-planta select{ 
	width: 350px !important;
	padding-right:125px; 
 }

 #frmCambiar select{ font-weight: normal; }

 .header-btn-disabled, .header-btn-disabled:hover {
	cursor: default;
	text-decoration: none !important;
}
/*/--------------------------HEADER--------------------------*/

/*--------------------------MENU LATERAL--------------------------*/
.aux-menu.alt-style{ border-bottom:none !important; }
.aux-menu a{ margin-right:12px;}
.aux-menu.alt-style.alt-select a.active{ background:url("../img/aux-menu-bg-alt.png") no-repeat  center right !important; }
.aux-menu.alt-style a:last-child{ border-bottom:1px solid #ccc !important; }
.aux-menu.alt-style a.separador-incentivo:last-child{
	border-top:none !important;
	border-bottom:1px solid #ccc !important;
}
div.separador-incentivo{
	margin-bottom: .4em;
	padding-bottom: .4em;
	margin-top: .5em;
	margin-right: 12px;
}
.separador-incentivo.con-enlace {
	padding-left: 0;
}
/*/--------------------------MENU LATERAL--------------------------*/


/*LOGIN*/
.acc-bg {
	background-size: cover;
	width: 120vw;
	height: 120vh;
	margin-top: -10%;
	margin-left: -10%;
}
.shadow-box.dark.login{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	background-color:#fff;
	color:#333;
}
.shadow-box.dark.login .box-body { color: #666; }
.shadow-box.dark.login a { color: #333; }
.login_info form { text-align: left; }
.bienvenida {
	text-align: left;
	float: left;
	margin-right:1em;
}
.bienvenida span{
	display: block;
	margin-right:5px;
	margin-top:8px;
}
/*LOGIN*/

/*--------------------------MISc--------------------------*/
.reposicion .item-producto {
	border: solid 1px #ccc;
	margin: .5em .5em .5em 0;
	padding: .5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fm-check.fm-check-stock { margin-right: 8px; }
.fm-check.fm-check-stock label {
	font-weight: bold;
	padding-top: 12px;
}

.styled-select.full {
	width: 100%;
	background-position: 98% 52%;
}
.styled-select.full select { width: 100%; }

.styled-select.extra-height {
	height: 37px !important;
	width: 98% !important;
}

.styled-select.extra-height select {
	height: 37px !important;
}

.nb-warning {
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin-top: 10px;
}
.nb-notice {
	margin: 10px 0;
	background-color: #fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
}
i.fa{background-image: none;}
.nb-info {
    background: #f5f5f5;
    border: 1px solid #bbb;
    padding: .2em .5em;
    color: #676767;
}
.formulario-oculto, .fm-data-oculto {
  display: none;
}
.icon_estado { text-align: center; }
.icon_estado img { width: 50%; }
.opciones { text-align: right; white-space: nowrap;}
.opciones .btn { width: auto; }

.incidencia-asunto {
	width: 100%;
	/*height: 20px;
	overflow: hidden;*/
}

.btnContenido {
	position: absolute;
	right: 0;
	top: 6px;
	padding: 10px !important;
	font-weight: normal !important;
}

.modal-ajax .tg-ajax { background-color: #f1f1f1; }
.message-body img {
	max-height: 400px;
  	max-width: 400px;
  	border: solid 8px #eaeaea;
}


.message-body li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 6px;
}

.message-body a {
	text-decoration: underline;
}

.item-producto .col-acciones { padding-left: 20px !important; }
.item-producto .col-no-stock { padding-left: 10px !important; }

/*LISTADO PEDIDO*/
.btn-volver-top{ margin-top:22px; }
.listado-pedido h2{
	margin-top:1.5em;
	margin-bottom:.1em;
}
/*/LISTADO PEDIDO*/

/*BUSCADOR HISTORICO*/
.buscador-historico .fm-data { margin-left:.6em !important; } 
.buscador-historico .btn-buscar{ margin-left:.5em; }
.buscador-historico .selector-dia{
	margin-right:1em;
	width:90%;
}
/*/BUSCADOR HISTORICO*/

.message-info { color: #777; }
.message-date {
    color: #aaa;
    font-size: 0.8em;
    margin-top:4px;
}
/*STANDALONE SELECTS*/
#frmCambiar-standalone{margin-top:1.5em;}
#frmCambiar-standalone hr{ border:none !important;}
#frmCambiar-standalone  div.styled-select.full-width{
	width:90% !important;	
    -webkit-box-shadow: none !important; 
	-moz-box-shadow:  none !important; 
	box-shadow:   none !important;
	background: #eee url("../img/icons/select_header.png") no-repeat scroll 97% 72% !important;
    border:1px solid #eee;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#frmCambiar-standalone  div.styled-select.full-width.select-sfid-admin{
	width:96% !important;
	}	
#frmCambiar-standalone .styled-select.slate select{ 
	height:30px; 
    -webkit-box-shadow: none !important; 
	-moz-box-shadow:  none !important; 
	box-shadow:   none !important;
	border:none !important;
}
#frmCambiar-standalone .styled-select select{ font-weight:normal; }
#frmCambiar-standalone #select-planta-standalone{ padding-right:20px; }
/*/STANDALONE SELECTS*/
.list-images {
	text-align: center;
}
.list-images img{
	width:100%;
}
/*SELECTS FORMULARIO GENÉRICO*/
#form-new-rdt div.styled-select{
	width:100% !important;
	padding:0px !important;
	height: 42px;
}	
#form-new-rdt .select2-container{
	width:100% !important;	
	background: #fff url("../img/icons/select_header.png") no-repeat scroll 98% 55% !important;
    border-radius: 3px;
    border: 1px solid #bbb;
    font-size: 14px;
    padding: 6px;
    width: 100%;
    transition: all .2s ease;
}
/*/SELECTS FORMULARIO GENÉRICO*/
/*/--------------------------MISc--------------------------*/

/*TAREAS*/
.subject-marker {
	background: url(../img/btn/icon_marker.png) no-repeat left 1px;
	background-size: auto 20px;
}
td.subject-marker {
	background: url(../img/btn/icon_marker.png) no-repeat left 8px;
	background-size: auto 20px;
}
.subject-exclamation {
	background: url(../img/btn/icon_exclamation.png) no-repeat 3px center;
	background-size: auto 20px;
}
.subject-star {
	background: url(../img/btn/icon_star.png) no-repeat 3px center;
	background-size: auto 20px;
}
.selector-dia {
	background: url(../img/btn/icon_calendar.png) no-repeat 6px center;
	background-size: auto 85%;
	padding-left: 46px;
}
.selector-busqueda {
	background: url(../img/btn/icon_search.png) no-repeat 6px center;
	background-size: auto 85%;
	padding-left: 40px;
}
.selector-fechas { margin-top: 12px; }
/*TAREAS*/

/*--------------------------TIENDA 3D--------------------------*/
/*MODAL SPECIAL*/
.btnModalScroll .horizontal { display: inline-block; }
.btnModalScroll .vertical { display: none; }
.modal-special {
	display: none;
	position: absolute;
	bottom: 0;
	background:#fff;
	background: rgba(255, 255, 255, .6);
	height: 330px;	
	padding: 1em;
	width: 100%;
	z-index: 100;
}
.scroll-left, .scroll-right{
	cursor:pointer;
	position: absolute;
	z-index:998;
	bottom:150px;
	background:#333;
	-webkit-border-radius: 6em;
	-moz-border-radius: 6em;
	-ms-border-radius: 6em;
	-o-border-radius: 6em;
	border-radius: 6em;
	background:rgba(0, 0, 0, .8);
	color:#fff;
	font-size:2em;
}
.scroll-left{ 
	left:4px;
	padding: 0.05em 0.38em 0.05em 0.28em;
}
.scroll-right{ 
	right:4px; 
	padding: 0.05em 0.28em 0.05em 0.38em;
}
/*.scroll-left { display: none; }*/
.modal-special-close {
	position: absolute;
	right: 10px;
    top: -29px;
    z-index:999;
    -webkit-border-top-left-radius: 3em;
	-webkit-border-top-right-radius: 3em;
	-moz-border-radius-topleft: 3em;
	-moz-border-radius-topright: 3em;
	border-top-left-radius: 3em;
	border-top-right-radius: 3em;
    background: #555 none repeat scroll 0 0;
    color: #fff;
    padding: 0.3em 0.4em;
    position: absolute;    
    font-size: 1.3em !important;
}
.modal-special-content {
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
}
.modal-special-content div.bql {
	float: left;
	font-size: 13px;
	width: 250px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	border: solid 2px #fafafa;
	background-color: #fafafa;
	position: relative;
}
div.bql.selected { border: solid 2px #00ffff; }
.contenedor-imagen { position: relative; }
.contenedor-imagen-inner{
	height:250px;	
	background:#fff;
}
.contenedor-imagen-inner.blq-validar{ background:none !important; }
.contenedor-imagen-inner img{
	display:inline !important;
	max-height:250px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}
	/*BLQ SPECIAL*/
	.modal-special-content div.bql.blq-special{
		background-color:#666;
		border:2px solid #666;
		color:#fff;
	}
	.modal-special-content div.bql.blq-special h5{ margin-bottom:.4em; }
	.modal-special-content div.bql.blq-special p{ margin-bottom:.3em; }
	.modal-special-content div.bql.blq-special .contenedor-imagen-inner{ height:190px; }
	/*/BLQ SPECIAL*/
.marca-estado {
	display: block !important;
	position:absolute;
	z-index:100;
	top:4px;
	left:4px;
	/*margin: 4px;*/
	border: solid 3px #555;
	border-radius: 2.5em;
	background: #555;
	font-size: 1.3em !important;
}
.menu-acciones{
	position:absolute;
	z-index:997;
	bottom:0;
	width:100%;
	/*ESTILOS TEMPORALES MIENTRAS ESTAN OCULTOS RESTO BTS MENU - HAY QUE VOLVER A PONER
	background:#333;
	background: rgba(0, 0, 0, .3)*/
}

.menu-acciones .btnIncidencia {
	margin-bottom: 5px;
}

.desc-detalle, .cabecera-btn .btn {
	margin: 10px 12px;
}

.desc-detalle.with-bg { 
	background-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
}

.detalle-quote {
	background-color: #999999;
}

#modal-plv .bql { cursor: pointer; }
.estado-verde { color: #16DBB1 !important; }
.estado-amarillo { color: #FFE224 !important; }
.estado-rojo { color: #ED0C44 !important; }
.estado-azul, .estado-azul span { color: #18A2ED !important; }
.infoAccion {
	font-style: italic;
    color: #999;
    font-size: 12px;
}
.infoAccion .fa { margin-right: 4px; }
.nombre-mueble {
	margin-bottom: 0;
	width: 100%;
}
.nombre-mueble p, .nombre-documento {
	white-space: normal;
	margin:0 0 0.4em 0;
	line-height:12px;	
	/*float: left;
	width: 80%;*/	
	font-weight:bold;
	font-size: 0.85em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nombre-documento{ margin-top:.4em; }
.modal-special-content div.bql .btnSolicitar {
	font-weight: normal;
	padding: 4px !important;
	font-size: 13px !important;
	position: absolute;
	top: 8px;
	left: 44px;
}
.btnAccion {
	padding:.2em .6em !important;
	margin-top: 8px !important;
}
.btnInformacion {
	border-radius: 3em;
	padding: 2px 8px !important;
	background-color: #fff !important;
	color: #333 !important;	
	font-size:1.4em;
	margin:.5em .5em 0 0 !important;
	/*ESTILOS TEMPORALES MIENTRAS ESTAN OCULTOS RESTO BTS MENU*/
	border:2px solid #575757;
	margin-bottom:.5em !important;
}
.cnt-vista-plv-3d .btn:focus {
	outline: none !important;
	border: none !important;
}
.modal-special-content img { max-width: 100%; }
.modal-special-close:hover { cursor: pointer; }
.contextual { text-align: right; }
.download-links, .download-links strong, .download-links a {
	font-size: 11px;
	color: #777;
}
/*/MODAL SPECIAL*/

.tienda-disabled .viewpoints button { display: none !important; }
.tienda-disabled .contextual { padding-top: 6px; }

/*BARRA HERRAMIENTAS 3D*/
.barra-herramientas-principal .btn.destacado{
	background:#9c2aa0;
	color:#fff;
}
/*/BARRA HERRAMIENTAS 3D*/

.blq-validar label{
	padding-bottom:0px !important;
	padding-top:.7em;
	font-size:0.8em;
	font-style: italic;
}
.blq-validar textarea{ margin-bottom:.3em !important; }
.dimensiones{
	font-size:1em;
	color:#888;
	margin-bottom:.2em !important;
}

/*modal-validacion-estilos*/
.modal-validacion-estilos{ 
	height:96%; /*height:60%;*/
	background:#fff;
	background: rgba(255, 255, 255, 0.9);
}
.modal-validacion-estilos .modal-special-content{		
	/*FORZAMOS SCROLL VERTICAL SOBRE .modal-special y sobre la media querie*/
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}
.modal-validacion-estilos h2{ font-size:1.6em; }
.modal-validacion-estilos h4{ 
	border-bottom:1px solid #aaa; 
	margin-right:1em;
	margin-top:.5em;
}
.blq-validacion{
	background:#fff;
	border:1px solid #e4e4e4;
	padding:.2em .5em;
	margin: .3em .5em .8em .5em;
	margin-bottom:.8em;
	/*height:170px;*/
	height:350px;
}
.blq-validacion-yes{
	background:#fff;
	border:1px solid #e4e4e4;
}
.blq-validacion-no{	border:1px solid #efa7a2; }
.blq-validacion-no h6{ color:#ff0000; }
.blq-validacion .form-dimensiones{ visibility: hidden; }
.blq-validacion.blq-validacion-yes .form-dimensiones{ visibility: visible; }
.blq-validacion img { margin-bottom: .6em;}
.blq-validacion .fm-radio{ 
	display:inline-block !important;
	padding-bottom:5px;
}
.blq-validacion label{
	font-size: 0.9em !important;
    font-weight: normal !important;
    padding: 5px 14px 5px 25px !important;
}
.blq-validacion-inner {	position: relative; }
.bts-yes-no-container{ position:relative; }
.bts-yes-no{
	position:absolute;
	width:100%;
	bottom:.3em;
	left:0;
	z-index:5;
}
.medidas-mueble{
	position:absolute;
	top:5px;
	right:5px;
	padding:4px;
	background:#777;
	background: rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size:.8em;
	font-weight: bold;
	z-index:5;
}
.blq-validacion.blq-validacion-no .medidas-mueble{ visibility: hidden; }
.no-picture{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:4;
}
.blq-validacion.blq-validacion-yes .no-picture{	visibility: hidden; }
.blq-validacion button.white{
	-webkit-border-radius: 6em;
	-moz-border-radius: 6em;
	-ms-border-radius: 6em;
	-o-border-radius: 6em;
	border-radius: 6em;
	padding: 12px 7px !important;
	background: #f4f4f4;
}
.blq-validacion button.white:hover{ 
	background:#333; 
	color:#fff; 
}
.blq-validacion button.white.btn-si:hover{ }
button.white.btn-si, button.white.btn-no{	
	-webkit-box-shadow: none !important; 
	-moz-box-shadow:  none !important; 
	box-shadow:   none !important;
	margin-right:.4em;
}
.blq-validacion button.white.btn-si{
	padding: 12px 10px !important;
	margin-right:0em;
	margin-left:.4em;
}
.blq-validacion-yes  button.white.btn-si{
	background:#00c89b;
	color:#fff;
}
.blq-validacion-no  button.white.btn-no{
	background:#ff4e40;
	color:#fff;
}
.blq-validacion button.white.btn-si:hover, .blq-validacion-yes  button.white.btn-si:hover, .blq-validacion-no button.white.btn-si:hover{ background: #04a984; }
.blq-validacion button.white.btn-no:hover, .blq-validacion-yes  button.white.btn-no:hover, .blq-validacion-no button.white.btn-no:hover{ background: #d2291c; }
/*/modal-validacion-estilos*/

/*/--------------------------TIENDA 3D--------------------------*/

/*FAQs*/
.faq-item {
	/*margin-bottom: 3em;*/
	/*border-bottom: solid 1px #dadada;*/
	border-left: solid 4px #dadada;
	padding: .5em;
}
.faq-item a { color: #888; }
.faq-item p { font-style: italic; }
.faq-summary {
	background-color: #fafafa;
	padding: .5em 1em;
	margin-bottom: 3em;
}
.faq-summary a { text-decoration: none; }
.faq hr {
	border-top: 1px solid #eaeaea;
	width: 90%;
	margin: 1.5em auto;
}
video {  
   width:100%; 
   /*max-width:500px; */
   height:auto; 
}

.seccion-faqs p{ margin-bottom:.4em; }
.seccion-faqs h2{ margin-bottom:.0em; }
.seccion-faqs .lil-h3 {
    margin-bottom: 0.8em;
    margin-top: 0.2em !important;
    padding-bottom: 0.6em;
}
.seccion-faqs img{ margin:1em 0 1.5em 0; }
.seccion-faqs h2.black{	margin-top:.8em; }
.seccion-faqs .red-link{
	color:#ff0000;
	font-weight:bold;
	text-decoration: underline;
	font-size:.9em;
	display:inline-block;
	margin-right:.5em;
}

.seccion-faqs .red-link:hover{ color:#b00000; }
/*/FAQs*/

/*AVISO FLOTANTE*/
.editor-3d{ position:relative; }
.aviso-flotante{
	display: none;
	position:fixed;
	z-index:998;
	width:260px;
	top:1em;
	left:50%;
	margin:0 0 0 -130px;
	padding:.6em .1em;
	background:rgba(0, 0, 0, .7);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-ms-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3); 
	-moz-box-shadow:  2px 2px 2px rgba(0, 0, 0, .3); 
	box-shadow:  2px 2px 2px rgba(0, 0, 0, .3);	
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	text-align: center;
}
.aviso-flotante.aviso-inline {
	font-size: 11px;
	width: 95%;
	top: .5em;
	left: 0%;
	margin: 0 2.5%;
	padding: .6em .1em;
}
.cnt-editor .aviso-flotante { position: absolute; }
.aviso-flotante.aviso-error{ background: rgba(255, 126, 0, .8) !important; }
.message-body img {
	display: block;
	margin: .5em 0;
}

.message-body img.picture {
	max-height: initial;
    max-width: initial;
}

.aviso-flotante.aviso-destacado{ background: rgba(156, 42, 160, .8) !important; }
/*/AVISO FLOTANTE*/

.tg-modal .tg-close {
    right: 12px;
    top: 32px;
    font: 400 1.5em VodafoneRegular;
    padding: .01em .48em .2em .5em !important;
    background:rgba(0,0,0,0);
    border:1px solid rgba(0,0,0,.2);
    padding:.2em .3em;
    border-radius:5em;       
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.tg-modal .tg-close:hover {
    background:rgba(0,0,0,.1);    
    border:1px solid rgba(0,0,0,0);
}
.tg-modal .tg-close:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.2) !important;    
    border:1px solid rgba(0,0,0,0);
}

#modal-confirmar-baja .tg-ajax, #modal-eliminar-cambio-distribuidor .tg-ajax {
    min-height: 250px;
}
#modal-cierre-tienda .tg-ajax {
    min-height: 200px;
}


/*MODAL INFO*/
.margin-info-left{ width:55%;}
.margin-info-right{ 
	width:40%; 
	float:right;
	margin-right:20px;
}
.margin-info-right ul.info{ margin-left:1em; }
.contenedor-img-modal{
	background:#eaeaea;
	border:1px solid #eaeaea;
	padding:1em;
	text-align: center;
}
.contenedor-img-modal img{
	max-height:500px;
	max-width:100%;
}
ul.info{
	margin-top:1em;
	margin-bottom:2em;	
	width:100%;
}
ul.info li{
	font-style: italic;
	font-size: .9em;
	color:#888;
	padding: 0.4em;
	border-bottom:1px solid #dadada;
}
ul.info li span{
	color: #666;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
}
/*/MODAL INFO*/

/*AVISO INFORMATIVO*/
.contenedor-aviso{ text-align: center; }
.aviso-informativo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	width:450px;
	height:195px;
	background:rgba(255, 255, 255, .7);
	padding:1em;	
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	-ms-border-radius: .8em;
	-o-border-radius: .8em;
	border-radius: .8em;
}
.aviso-informativo h2, .aviso-informativo-two h2{
	font-size:2em;
	font-family: 'VodafoneBold', sans-serif;
	text-align: center;
}
.aviso-informativo-two{
	display:inline-block;
	/*margin:3.5em 0 0 0 ;
	width:60%;*/
	padding:1em 1.5em;
	background:rgba(0, 0, 0, .02);
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	-ms-border-radius: .8em;
	-o-border-radius: .8em;
	border-radius: .8em;
	font-style:italic;
}
.aviso-informativo-two p{ text-align: justify;}
/*/AVISO INFORMATIVO*/

/*MENU MODAL INSTRUCCIONES*/
.menu-modal-instrucciones .tg-close{ 
	position: inherit !important;
	top:auto;
	right:auto;
}
.content { min-height: 50vh; }
/*/MENU MODAL INSTRUCCIONES*/

/* NL FORM*/
.form-fichaTienda.nl-form{	 
	padding:0; 
	margin:0 0 1em 0;  
    font-size: 1.5em;
    line-height: 1.5;
    font-family: 'VodafoneRegular', arial, helvetica;
    width:90%;
}
.nl-field-toggle, .nl-form input, .nl-form select {
    line-height: /*2.4em*/ 1.4em !important; 	  	
    color: #e60000 !important;
    border-bottom: /*1px dashed #b14943*/ none;
    text-decoration:none !important;
}
@media (max-width:505px){
}
.nl-field ul {    
    background: #ffffff !important;
    width:/*100%*/auto;
    min-width:8em;
    max-height: 300px;
    overflow: auto;    
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.2);
    border:1px solid rgb(172 172 172);
    left:auto;
    right:-.1em;
}
@media (max-width:767px){
	.nl-field ul {    
	    left:-.1em;
	    right: auto;
	}
}
	.nl-field ul::-webkit-scrollbar {
	  width: .8em;
	}
	/* Track */
	.nl-field ul::-webkit-scrollbar-track {
	  background: rgba(0,0,0,.05);
	}
	/* Handle */
	.nl-field ul::-webkit-scrollbar-thumb {
	  background: rgba(0,0,0,.2);
	  transition: all .3s ease;
	  cursor:pointer;
	}
.nl-field ul li {
    color: #454545 !important;
}
.nl-dd ul li {
    font-size: 1.3em;
    padding: .2em 1.5em .2em 0.5em !important;    
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.nl-dd ul li:hover {
    background:rgba(0,0,0,.1);
}
.nl-dd ul li.nl-dd-checked {
    color: #ff0000 !important;
}
.nl-field.nl-ti-text ul{	
    min-width:18em;
}
.nl-ti-text ul li.nl-ti-input input {
    font-size:1.3em;
    color: #ff0000 !important;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) ;
    line-height: 1.4 !important;
}
.nl-ti-text ul li.nl-ti-input input:focus {
    outline: 0;    
    box-shadow:   0px 0px 0px 2px rgba(0,0,0,.1) inset;
}
.nl-ti-text ul li.nl-ti-input input::placeholder {
	font-size:1.1em;
    color: rgba(0,0,0,.5) !important;
}
.nl-form .nl-field-go {    
    background: rgb(219 0 0) !important;
}
.nl-form .nl-field-go:focus { 
    outline: none !important;
    border: none  !important;    
    box-shadow:   0px 0px 0px 2px rgba(0,0,0,.1) inset;
}
.nl-ti-text ul li.nl-ti-example {
    /*font-size: 70% !important;*/
    display:none;
}
.nl-field-old {
    display: block;
    position: absolute;
    top: 2.8em;
    width: 100%;
    text-align: center;
    text-decoration: line-through;
    text-decoration-color: rgba(0,0,0,.2);
    font-size: 0.55em;
    font-style: normal;
    color: rgba(0,0,0,.6);
    line-height: 1 !important;
}
.nl-overlay {
    background: rgb(0 0 0 / 70%) !important;
}
/*::-webkit-datetime-edit { padding: 1em; }
::-webkit-datetime-edit-fields-wrapper { background: silver; }
::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }
::-webkit-inner-spin-button { width:.5em; }

::-webkit-calendar-picker-indicator { cursor:pointer; }*/
/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {    
    content: "";
    background-image: url("../img/icons/icon-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
        background-size: 15px;
    width: 20px;
    height: 24px;
    padding: 0 5px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
/* /NL FORM*/
/*JERARQUIAS*/
.jerarquias{position:relative;}
@media (max-width:767px){
	.datos-tienda{
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		width:100%;
		margin-bottom:2em;
	}
	.datos-tienda-col{
		flex-basis:100%; 
		display:block;
	}
	.datos-tienda-txt{ order: 1; font-size:.9em; }
	.datos-tienda-map{ order: 2; }
	.bloque-tienda-desglose{ margin-top:1em; }	
}
@media (min-width:768px){
	.bloque-tienda-desglose{ margin-top:2em; }
	.bloque-tienda-fecha{ 
		display:block; 		
		margin-top:.2em;
		float:left;
	}
	.boton-rojo{ float:left;margin-right: .5em; }
}
@media (min-width:768px){
	.datos-tienda{
		display:flex;
		justify-content: space-between;
		width:100%;
		margin:0 1em;
		margin-bottom:2em;
	}
	.datos-tienda-col{ flex-basis:calc(50% - 1em); }
}
.boton-rojo{
	background: #e60000;
    color: #fff !important;
    border-radius: .2em;
    margin-bottom:.5em;
    display: inline-block;
    cursor:pointer;
    transition: all .3s ease;  
}
.boton-rojo:hover{
	background: #c50000;
}
.boton-rojo .nl-field-toggle, .boton-rojo .nl-form input, .boton-rojo .nl-form select{
    color: #fff !important;	
    line-height:1.2 !important;
    padding: .3em .5em;
}
@media (max-width:767px){
	.boton-rojo{ 
		margin-top:.5em; 
		display:block;
	}
	.boton-rojo a{ 
		text-align:center;
		display:block;
	}
	.boton-rojo .nl-field {	display:inline; }
	.nl-field.nl-ti-text ul{ min-width:300px; } 
}
@media (min-width:1px)  {.bloque-tienda-fecha-col2 .nl-field.nl-ti-text ul{ min-width:282px; margin-top: .5em; }}
@media (min-width:396px){.bloque-tienda-fecha-col2 .nl-field.nl-ti-text ul{ min-width:150px; margin-top: 0em; }}
@media (min-width:460px){.bloque-tienda-fecha-col2 .nl-field.nl-ti-text ul{ min-width:200px; }}
@media (min-width:560px){.bloque-tienda-fecha-col2 .nl-field.nl-ti-text ul{ min-width:300px; }}
@media (min-width:768px){.bloque-tienda-fecha-col2 .nl-field.nl-ti-text ul{ min-width:18em; }}

@media (max-width:505px){
	.boton-rojo .nl-dd ul li, .bloque-tienda-desglose .nl-dd ul li{ font-size:1.1em;/**/ }
}

@media (max-width:375px){
	.boton-rojo .nl-dd ul li{ font-size:1em;/**/ }
}
.bloque-tienda-fecha .nl-field-toggle, .bloque-tienda-fecha input, .bloque-tienda-fecha select{ 
	line-height:1.4 !important; 
}
.bloque-tienda-fecha-col1, .bloque-tienda-fecha-col2{	
    float:left;
}
.bloque-tienda-fecha-col1{
	display:block;
	margin-right:.5em;
}
.bloque-tienda-fecha-col1 span{
	float:left;
}

.bloque-tienda-tienda, .bloque-tienda-denominada, .bloque-tienda-distribuidor{
	display:inline-block;
}
@media (min-width:1px){
	.bloque-tienda-tienda .nl-field.nl-ti-text ul{ min-width:150px; }
	.bloque-tienda-denominada .nl-field.nl-ti-text ul{ 
		left:auto ;
    	right: -1.1em;
    	min-width:260px;
	}
	.bloque-tienda-distribuidor .nl-field.nl-field-open ul{ 
		left:auto ;
    	right: 0em;
    	font-size: 70%;
	}
}
@media (min-width:396px){	
	.bloque-tienda-tienda .nl-field.nl-ti-text ul{ min-width:200px; }
	.bloque-tienda-denominada .nl-field.nl-ti-text ul{ right: -4.1em;}
	.bloque-tienda-distribuidor .nl-field.nl-field-open ul{ 
		left:auto ;
    	right: -3em;
    	font-size: 80%;
	}
}
@media (min-width:460px){
	.bloque-tienda-denominada .nl-field.nl-ti-text ul{ right: -6.1em;}
}
@media (min-width:505px){	
	.bloque-tienda-distribuidor .nl-field.nl-field-open ul{ 
		left:auto ;
    	right: -8em;
    	font-size: 70%;
	}
}
@media (min-width:560px){
	.bloque-tienda-denominada .nl-field.nl-ti-text ul{ right: -8.1em;}
}
@media (min-width:768px){
	.bloque-tienda-denominada .nl-field.nl-ti-text ul{ right: -3.1em;}
	.bloque-tienda-distribuidor .nl-field.nl-field-open ul{ 
		left:auto ;
    	right: -2em;
	}
}
/**/.jerarquias-menu{
	margin:1em 2.2em;
}
.my-clear{ clear:both; }
@media (max-width:767px){
	.jerarquias-menu{
		margin:1em 0em;
	}
}
@media (min-width:768px){
	.jerarquias-menu .btn{
		font-size: .8em !important;
    	padding: .6em .8em !important;
	}
}
#papelera-ficha{
	margin-top:-.1em;
}
#btn-eliminar-cambio-distribuidor{
	background: #dfdfdf;
    border-radius: 20em;
    padding: 0 .3em;
    font-size: .8em;
}

.jerarquias-table-outer{	
	background: #e7e7e7;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	margin:1em;
	-webkit-box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
	-moz-box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
    box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
}
@media (max-width:767px){
	.jerarquias-table-outer{
		margin:1em 0em;
	}
}
.jerarquias-table-tit{
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
	-moz-border-radius-topleft: .3em;
	-moz-border-radius-topright: .3em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	padding: .3em .6em;
    font-family: 'VodafoneRegular', arial, helvetica;
    font-size: 2em;
	color:#fff;
}
.jerarquias-table-comercial .jerarquias-table-tit{
	background: /*#9C2AA0*/ #737373;
}
.jerarquias-table-rdt .jerarquias-table-tit{
	background:#e60000;
}
.btn-jerarquia{
	width:1.3em;
	height:1.3em;	
	position:relative;
}
.btn-jerarquia-img{
	width:100%;
	height:100%;	
	padding:.04em;
	position:absolute;
	top: 0;
    left: 0;
    overflow: hidden;
	text-align:center;
	-webkit-border-radius: 20em;
	-moz-border-radius: 20em;
	border-radius: 20em;
	background:rgba(0,0,0,.3);
	transition: all .3s ease;
}
.btn-jerarquia:hover .btn-jerarquia-img{
	background:rgba(0,0,0,.7);
}
.btn-jerarquia:focus{
	outline: 0 !important;
	border: none;
}
.btn-jerarquia-img img{
	width:100%;
}
.btn-jerarquia-add{
	position: absolute;
    width: 1em;
    height: 1em;
    top: -.1em;
    right: -.5em;
    padding: 0.2em;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    background: #37ccb0;
    color: #fff;
    font-size: .7em;
    font-weight: bold;
	transition: all .3s ease;
}
.btn-jerarquia:hover .btn-jerarquia-add{
	background:#13ad97;
}
.btn-jerarquia-add span{
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
}
.jerarquias-table-content{
	padding:1em;
}
.jerarquias-no-data{
	text-align:center;	
    font-family: 'VodafoneRegular', arial, helvetica;
    font-size:1.3em;
    color:#a0a0a0;
}
.jerarquias-no-data div{
	position:relative;
	display:inline-block;
	text-align:center;
	width:5.5em;
	height:5.5em;	
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
	background:#cecece;
	margin-bottom:.5em;
}
.jerarquias-no-data div img{
	width:60%;
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
}

.jerarquias-table-content table{
	margin-bottom:0px;
}
.jerarquias-table tr{
    background: rgba(255,255,255,1);
}
.jerarquias-table-rdt tr:first-child {
    border-bottom: 2px solid #e60000;
}
.jerarquias-table-comercial tr:first-child {
    border-bottom: 2px solid /*#9C2AA0*/ #737373;
}
.jerarquias-table th, .jerarquias-table td{
	vertical-align: middle !important;
    height: 3em;
    font-family: 'VodafoneRegular', arial, helvetica;
}
.jerarquias-table th{
	font-size:.9em;	
	background: #545454;
    color: #ffffff;
}
@media (min-width:768px){
	.jerarquias-table th{
		font-size:1.2em;	
	}
}
.jerarquias-table-comercial .jerarquias-table th{
	background: #e7e7e7;
	color:/*#9C2AA0*/ #737373;
}
.jerarquias-table-rdt .jerarquias-table th{
	background: #e7e7e7;
	color:#e60000;
}
@media (max-width:767px){
	.jerarquias-table th, .jerarquias-table td{
		padding: 0.5em .3em !important;
	}
}
.jerarquias-table .jerarquias-borrado{
	background-image: linear-gradient(133deg, #e8e8e8 25%, #e3e3e3 25%, #e3e3e3 50%, #e8e8e8 50%, #e8e8e8 75%, #e3e3e3 75%, #e3e3e3 100%);
	background-size: 54.69px 58.65px;
    color: #9e9e9e;
}
.jerarquias .dni {
    font-weight: bold;
    font-size: 8pt;
    background-color: #444;
    color: #fff;
    padding: .2em .4em;
    border-radius: 4px;
    display:inline-block;
    margin-right:.2em;
}

.jerarquias-table .jerarquias-borrado .dni{
	background-color: #c2c2c2;
    color: #fff;
}
.jerarquias-nombre, .jerarquias-email, .jerarquias-telefono, .jerarquias-fecha, .jerarquias-alta{
	display:inline-block;
	font-size: .9em;
}
.jerarquias-sfid{
	font-size: .75em;
	font-weight:bold;
}
@media (min-width:768px){
	.jerarquias-nombre, .jerarquias-email, .jerarquias-telefono, .jerarquias-fecha, .jerarquias-alta, .jerarquias-sfid{
		font-size:1.1em;	
	}
}
.jerarquias .btn-baja {
    color: #4c4c4c;
    background: #ebebeb;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    padding: .4em .5em !important;
    margin-bottom: 0px !important;
	transition: all .3s ease;
	    max-width: 1.8em;
}
.jerarquias .btn-baja:hover{	
    color: #222;
    background: #ccc;
}
.jerarquias .campo-opcional {
    font-weight: 400;
    font-size: 9pt;
    color: gray;
}

.jerarquias .mapa-tienda {
    height: /*400px*/ 275px;
    width: 100%;
    border: 11px solid rgba(0,0,0,.1);
	-webkit-box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
	-moz-box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
    box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
}

.jerarquias .input-fechaSolicitudCambio {
        max-width: 134px;
    margin-right: .3em;
    box-shadow: none;
}

#form-cierre-tienda .input-fechaSolicitudCambio {
    max-width: 118px;
    margin-right: 0em;
    box-shadow: none;
    border: none;
    font-size: 14px;
    padding: 0px 5px;
    font-family:Arial, Helvetica, sans-serif;
    color:#ff0000;
}
#form-cierre-tienda .input-fechaSolicitudCambio:after {
    height: 22px;
}
@media (max-width:767px) {
	#form-cierre-tienda .bt-cancelar {
	    margin-right:0;
	}
}
.form-cierre-tienda-col1{
	margin-right:.5em;
	padding-top:.2em;
}

input[type="date"] {
    position: relative;
}
#form-cierre-tienda input[disabled], #form-cierre-tienda input[disabled]:hover,   #form-cierre-tienda input[disabled]:focus{
    background: #eaeaea;
    color: #fff;
    cursor: default;
}

.container-auditorias{ position:relative; }
#jerarquias-btn-arriba-anchor{
	position:absolute;
	top:0;
	left:0;
}
.jerarquias-btn-arriba-outer{
    position:fixed;
    width:100%;
    height:2em;
    max-width: 1280px;
    margin: 0 auto;
    bottom:1em;
    z-index: 9;
}
.jerarquias-btn-arriba{
    position:absolute;
    bottom:0;
    right: 1em;
    z-index: 9;
}
@media (min-width:1536px) {
	.jerarquias-btn-arriba{
	    right: -6em;
	}
}
.jerarquias-btn-arriba .btn{
    margin: 0;
}
.jerarquias-btn-arriba .btn.xs-small {
    font-size: 13px !important;
}
.jerarquias-btn-arriba .btn.x-small {
    line-height: 14px;
    padding: 8px 8px !important;
}
/*/JERARQUIAS*/

/*--------------------------------------------------------MEDIA QUERIES----------------------------------------------------*/
@media (min-width:767px) {
	body.disable-scroll {
		width: 100%;
		position: fixed;
	}
}
/*SFID AJUSTES*/
@media (min-width:760px) {	
	.select-sfid { width: 150px !important; }
	.select-sfid select{ 
		width: 500px !important;
		padding-right:370px;
	 }
	 #frmCambiar-standalone .select-sfid select{ padding-right:30px; }	 
	.select-imagen{ width: 74px !important; }
	#select-imagen{ padding-right:50px; }
	.select-canal{ width: 62px !important; }
	#select-canal{ padding-right:45px; }
	.select-planta { width: 90px !important; }
	.select-planta select{ 
		width: 250px !important;
		padding-right:180px; 
	 }		 
	#frmCambiar-standalone #select-planta-standalone{ padding-right:25px; }
}
@media (min-width:950px) {	
	.select-sfid { width: 250px !important;	}
	.select-sfid select{ 
		width: 500px !important;
		padding-right:280px;
	 }
	 #frmCambiar-standalone .select-sfid select{ padding-right:30px; }
	.select-imagen{ width: 114px !important; }
	#select-imagen{ 
		width: 114px !important;
		padding-right:20px;
	 }
	.select-canal{ width: 92px !important; }
	#select-canal{ 
		width: 92px !important;
		padding-right:20px; 
	}
	.select-planta { width: 110px !important; }
	.select-planta select{ 
		width: 350px !important;
		padding-right:125px; 
	 }
	 .modal-big .tg-inner-body{ width:70% !important; }
	 .modal-big .tg-ajax{ width:100% !important; }
}
@media (min-width:1100px) {	
	.select-sfid { width: 400px !important;	}
	.select-sfid select{ 
		width: 500px !important;
		padding-right:125px;
	 }
	 #frmCambiar-standalone .select-sfid select{ padding-right:30px; }
}
@media (min-width:1260px) {	
	.select-sfid { 
		width: 550px !important;
		background:#eee url("../img/icons/select_header.png") no-repeat scroll 99% 72% !important;
	 }
	.select-sfid select{ width: 650px !important; }

	.select-sfid-admin select{ width: 550px !important; }
}
/*/SFID AJUSTES*/

/*MODAL SPECIAL AJUSTES*/
@media (max-height:900px) {	
	.modal-special.modal-una-fila { height: 270px; }
	.modal-special.modal-una-fila .scroll-left, .modal-special.modal-una-fila  .scroll-right{
		bottom:110px;
		font-size:1.5em;
	}
	.modal-special.modal-una-fila .modal-special-content div.bql { width: 170px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner{ height:170px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner img{ max-height:170px; }
	.modal-special.modal-una-fila .nombre-mueble p { height: 24px; }
}
@media (max-height:768px){	
	.modal-special.modal-una-fila { height: 220px; }
	.modal-special.modal-una-fila .scroll-left, .modal-special.modal-una-fila  .scroll-right{
		bottom:110px;
		font-size:1em;
	}
	.btnInformacion {	    
	    bottom: 0;
	    position: absolute;
	    right: 0;
	    font-size: 1.2em !important;
	    padding: 2px 8px !important;
	}
	.modal-special.modal-una-fila .modal-special-content div.bql { width: 120px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner{ height:120px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner img{ max-height:120px; }
	.modal-special.modal-una-fila .nombre-mueble p { height: 24px; }

	.blq-validacion{ height:345px; }
}
@media (max-height:640px){	
	.modal-special.modal-una-fila { height: 180px; }
	.modal-special.modal-una-fila .scroll-left, .modal-special.modal-una-fila  .scroll-right{ bottom:90px; }
	.btnInformacion {	    
	    bottom: 0;
	    position: absolute;
	    right: 0;
	    font-size: 1.2em !important;
	    padding: 2px 8px !important;
	}
	.modal-special.modal-una-fila .modal-special-content div.bql { width: 120px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner{ height:80px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner img{ max-height:80px; }
	.modal-special.modal-una-fila .nombre-mueble p { height: 24px; font-size:.6em; font-weight:normal; }
}
@media (max-width:1200px) {
	.blq-validacion{ height:330px; }
}
@media (max-width:1100px) {
	.blq-validacion{ height:310px; }
}
@media (max-width:1060px) {
	.blq-validacion{ height:290px; }
}
@media (max-width:1024px) {
	.blq-validacion{ height:280px; }
}
@media (max-width:920px) {
	.blq-validacion{ height:250px; }
}
@media (max-width:840px) {
	.blq-validacion{ height:230px; }
}


/*/MODAL SPECIAL AJUSTES*/

/*MISc*/
@media (max-device-width:768px) and (orientation: landscape) {	
	.tg-inner-body{ margin-top:30px !important;}
	.btnModalScroll .horizontal { display: none; }
	.btnModalScroll .vertical { display: block; }
	.modal-special.modal-una-fila  {
		position: absolute;
		top: 0;
		right: 0;
		width: 295px;
		padding: 1em;
		height: 100%;
	}
	.modal-special.modal-una-fila .modal-special-content div.bql { width: 250px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner{ height:250px; }
	.modal-special.modal-una-fila .contenedor-imagen-inner img{ max-height:250px; }
	.modal-special.modal-una-fila .nombre-mueble p { height: auto !important; }
	.scroll-left, .scroll-right{
		width: 255px;
		font-size:1em;
	}
	.modal-special.modal-una-fila .scroll-left{
		left: -5px;
		right: 0;
		top:4px;
		margin-left: auto;
		margin-right: auto;
		bottom: auto;
		padding: 0.05em 0.38em 0.05em 0.28em;
	}
	.modal-special.modal-una-fila .scroll-right{ 
		left: -5px;
		margin-left: auto;
		margin-right: auto;
		right: 0px;
		bottom:4px; 
		padding: 0.05em 0.28em 0.05em 0.38em;
	}
	.modal-special-close {
		right: 295px;
	    top: 20px;
	    -webkit-border-top-left-radius: 3em;
		-webkit-border-bottom-left-radius: 3em;
		-moz-border-radius-topleft: 3em;
		-moz-border-radius-bottomleft: 3em;
		border-top-left-radius: 3em;
		border-bottom-left-radius: 3em;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}
	.modal-special-content {
		height: 100%;
		width: 281px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.modal-special-content div.bql { float: none; }
	/*ESTILOS PARA VALIDACION TIENDA EN VERSION LANDSCAPE - TEMPORALES*/
	.modal-validacion-estilos{ 
		height:94%; /*height:60%;*/
		width:100%;
		bottom:0;
		top: auto !important;
	}
	.modal-validacion-estilos .modal-special-content{		
		width:100%;
		/*FORZAMOS SCROLL VERTICAL SOBRE .modal-special y sobre la media querie*/
		overflow-y: scroll !important;
		overflow-x: hidden !important;
	}
	.modal-validacion-estilos .modal-special-close {
		position: absolute;
		right: 10px;
	    top: -29px;
	    -webkit-border-top-left-radius: 3em;
	    -webkit-border-bottom-left-radius: 0em;
		-webkit-border-top-right-radius: 3em;
		-moz-border-radius-topleft: 3em;
		-moz-border-radius-bottomleft: 0em;
		-moz-border-radius-topright: 3em;
		border-top-left-radius: 3em;
		border-bottom-left-radius: 0em;
		border-top-right-radius: 3em;
	    padding: 0.3em 0.4em;
	}
	.modal-validacion-estilos{ background: rgba(255, 255, 255, .95) !important; }
	.modal-validacion-estilos .col-me-three{ width: 25% !important;}
	.blq-validacion{ height:288px; }
	.blq-validacion label{ padding: 5px 4px 5px 24px !important; }
	/*/ESTILOS PARA VALIDACION TIENDA EN VERSION LANDSCAPE - TEMPORALES*/
	.select-sfid { width:300px !important; }
 	.select-sfid select { 
		width: 350px !important;
		padding-right:80px;  
 	 }
}
@media (max-width:930px) {
	.blq-validacion label.fm-radio-label {
		background: rgba(0, 0, 0, 0) url("../img/radio-unchecked.png") no-repeat scroll 0 45% / 44% auto;
    	display: inline-block;
    	font-size: 0.7em !important;
   	 	padding: 5px 0 6px 22px !important;
	}
}
@media (max-device-width:768px) and (orientation: portrait) {
	/*MODAL VALIDACION*/
	.modal-validacion-estilos{ background: rgba(255, 255, 255, .95) !important; }
	.modal-validacion-estilos .col-me-three{ width: 33% !important;}
	.blq-validacion{ height:280px; }
	.blq-validacion label.fm-radio-label{ 
		background: rgba(0, 0, 0, 0) url("../img/radio-unchecked.png") no-repeat scroll 0 50%;
		padding: 5px 4px 5px 23px !important; 
		font-size: 0.9em !important;
	}
 	.select-imagen{ width: 54px !important; }
	#select-imagen{ 
		width: 54px !important;
		padding-right:20px;
	 }
	.select-sfid { width: 120px !important; }
 	.select-sfid select { 
 		width: 150px !important;
 		padding-right:50px;
 	 }
}
/*/MISc*/


.amp-sus {
	display: none;
}
@media (max-width:827px) {
	.amp {
		display: none;
	}

	.amp-sus {
		display: inline;
	}
}

/*ESTILOS MOVIL*/
@media (max-width:766px) {
	.cabecera-mobile {
		position: absolute;
		top: 6px;
		left: 12px;
		z-index: 9999;
	}
	.nav-head.mod.mod-toggle { }
	table.maqueta tr { padding: 0 !important; }
	.loader.full .loader-message {
		margin: 0 !important;
		width: auto !important;
	}
	.aviso-informativo {
		width: 95%;
		height: auto;
	}
	.aviso-informativo-two { width: 100%; }
	.seccion-faqs img {
		width: 100%;
		margin-bottom: .5em;
	}
	.seccion-faqs { padding-top: 2em; }
	.reposicion .col.text-right { text-align: left;	}
	.fm-check.fm-check-stock { margin-top: 1.5em; }
	.fm-check.fm-check-stock label { padding-top: 2px; }
	.item-producto .col-no-stock { padding-left: 0 !important; }
	.col-productos { padding-top: 1em; }
	.no-items {
		margin-top: 2em;
		text-align: center;
	}
	.message-body img { width: 100%; max-height: initial; }
	.subject-marker{ background: url("../img/btn/icon_marker.png") no-repeat scroll left 10px / auto 20px; }
	.message-inbox .table td{ padding:6px !important;}
	.subject-marker {
		background: url("../img/btn/icon_marker.png") no-repeat scroll left 3px / auto 20px;
		margin-bottom: 8px;
	}
	.picker__table tr{ display: table-row;}
	.picker__table td, .picker__table th{ display: table-cell !important; }
	.picker__table .picker__weekday { width: 14.2857% !important;	}
	.buscador-historico .selector-dia {
	    margin-right:0em;
	    width: 100%; 
	}
	.buscador-historico .btn-buscar { margin-left: 0.2em; }
	.item-producto .col-acciones { padding-left: 0px !important; }
	table.table td, table.table th {
	    padding: 0.5em 0;
	    vertical-align: top;
	}
	/*STANDALONE SELECTS*/
	#frmCambiar-standalone .col.w-50, #frmCambiar-standalone .col.w-20, #frmCambiar-standalone .col.w-10 { width:100% !important; }
	#frmCambiar-standalone hr{ border-top:1px solid #ddd !important;}
	#frmCambiar-standalone  div.styled-select.full-width, #frmCambiar-standalone  div.styled-select.full-width.select-sfid-admin{
		width:100% !important;	
		background: #eee url("../img/icons/select_header.png") no-repeat scroll 99% 72% !important;
	}
	#frmCambiar-standalone .styled-select.slate select{ 
		height:30px; 
	    -webkit-box-shadow: none !important; 
		-moz-box-shadow:  none !important; 
		box-shadow:   none !important;
		border:none !important;
	}
	#frmCambiar-standalone .styled-select select{ font-weight:normal; }
	#frmCambiar-standalone .select-sfid select { padding-right: 25px; }	
	/*/STANDALONE SELECTS*/
	/*MODALES FLOTANTES*/
	.tg-modal .tg-body{
		z-index:9999;
		margin-left:0px;
		overflow-y:visible;
		position: fixed;
        transform: translate(0,0);
        width: auto; left: 0; right: 0;
        height: auto; top: 0; bottom: 0;
		padding:40px  20px;
	}
	.tg-modal .tg-inner-body{
		width:100%;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: relative;
	}
	.tg-modal .tg-ajax{ 
		width:100%; 
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;
        width: 100%;
        height: auto; 
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        min-height:5px;
	}
	/**/.tg-modal.height-auto .tg-inner-body, .tg-inner-body { margin-top: 0px !important; }
	
	.modal-ajax .tg-body{ padding:0px  20px !important; }

	.tg-modal .tg-close{
		right: 25px;
	    top: -14px;
	    -webkit-border-top-left-radius: 3em;
		-webkit-border-top-right-radius: 3em;
		-moz-border-radius-topleft: 3em;
		-moz-border-radius-topright: 3em;
		border-top-left-radius: 3em;
		border-top-right-radius: 3em;
	    background: #777 none repeat scroll 0 0;
	    color: #fff;
	    padding: 0.3em 0.4em;
	    position: absolute;    
	    font-size: 1.3em !important;
	}
	.menu-modal-instrucciones{ margin-bottom:1em; }
	/*/MODALES FLOTANTES*/
	/*MODALES INTEGRADOS*/
	.modal-special.modal-una-fila .col.w-25{
		width:25% !important;
		float:left;
	}
	.modal-special.modal-una-fila .btnInformacion{
		width:30% !important;
	}
	.modal-validacion-estilos .col-me-three{ width: 50% !important;}
	.modal-validacion-estilos .col.w-25{ 
		width:50% !important; 
		float:left;
	}
	.modal-special-content-inner{ width:100%; }
	.modal-special-content-inner h2{ white-space: normal; }	
	.blq-validacion {
	    height: auto !important;
	    margin: 0.3em 1.15em 0.3em 0;	    
		min-width:120px !important;
	}
	.blq-validacion img{ width:100%; }
	.blq-validacion button.white.btn-si { margin-left: 0em;}
	.bts-yes-no .col.w-50{
		width:50% !important;
		display:inline-block !important;
	}
	.bts-yes-no .col.w-50 button{
		font-size: 0.8em !important;
	    padding: 0.3em 0.6em !important;
	    width: 50%;
	}
	.bts-yes-no .btn-si{ margin-left:.3em !important; }
	.bts-yes-no .btn-no{ margin-right:.7em !important; }
	/*/MODALES INTEGRADOS*/
	/*MODAL INFO*/
	.margin-info-left{ width:55%;}
	.margin-info-right{ 
		width:40%; 
		float:right;
		margin-right:20px;
	}	
	/*/MODAL INFO*/

}
@media (max-width:525px) {
	.blq-validacion .fm-radio{ padding-left:.3em;}
	.blq-validacion label.fm-radio-label {
		background: rgba(0, 0, 0, 0) url("../img/radio-unchecked.png") no-repeat scroll 0 45% / 44% auto;
    	display: inline-block;
    	font-size: 0.6em !important;
   	 	padding: 5px 0 6px 24px !important;
	}
	/*MODAL INFO*/
	.margin-info-left{ width:100%; float:none;}
	.margin-info-right{ 
		width:100%; 
		float:none;
		margin-right:20px;
	}
	.margin-info-left .contenedor-img-modal{ margin-bottom:2em;	}
	.margin-info-right ul.info{ margin-left:0px; }
	/*/MODAL INFO*/

}
@media (max-width:320px) {
	.modal-validacion-estilos{ border:1px solid #dadada; }
	.blq-validacion .aviso-flotante{ font-size:.4em !important;	}
	.blq-validacion h6{	font-size:.8em;	}
	.blq-validacion .fm-radio{ padding-left:.08em;}
	.blq-validacion label.fm-radio-label {
		background: rgba(0, 0, 0, 0) url("../img/radio-unchecked.png") no-repeat scroll 0 45% / 30% auto;
    	display: inline-block;
    	font-size: 0.6em !important;
   	 	padding: 5px 0 6px 14px !important;
	}
}

/*/ESTILOS MOVIL*/

/*MODAL-BIS*/
.tg-modal-bis .tg-close {
    right: 12px;
    top: 32px;
    font: 400 1.5em VodafoneRegular;
    color:#333;
    padding: .01em .48em .2em .5em !important;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,.2);
    padding:.2em .3em;
    border-radius:5em;       
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.tg-modal-bis .tg-close:hover {
    background:rgba(0,0,0,.1);    
    border:1px solid rgba(0,0,0,0);
}
.tg-modal-bis .tg-close:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.2) !important;    
    border:1px solid rgba(0,0,0,0);
}
@media (max-width:766px) {
	.tg-modal-bis .tg-close {
	    left: -4px;
	    right: auto;
	    top: 14px;
	}
	.tg-modal-bis .tg-close:hover {
	    background: rgb(211 211 211);
	    border: 1px solid rgba(0,0,0,0);
	}
}
.tg-modal-bis .tg-body {
    width: 100vw;
    overflow-y:auto !important;
    padding:0 !important;
    margin-left:0;
}

.tg-modal-bis .tg-inner-body {
    position: absolute;
    top: 2em; 
    left: 50%;
    transform: translate(-50%, 0%);
    width:95%;
    margin:0 ;
}
@media (min-width:768px) {
	.tg-modal-bis .tg-inner-body {	    
    	max-width:768px;
	}
}
.tg-modal-bis .tg-ajax {
    width: 100%;
    min-height:auto;
}
.tg-modal-bis-footer{
	margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid rgba(0,0,0,.1);
}
.tg-modal-bis-footer input{
	cursor:pointer;
}
.tg-modal-bis .styled-select {
    height: 40px;
    margin-bottom: 1em;
    overflow: hidden;
    font-size: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tg-modal-bis .styled-select.full {
    width: 100%;
    background-position: 98% 40%;
}
.tg-modal-bis .styled-select select {
    padding-left: 10px;   
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    border: 1px solid #bbb !important;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    font-weight:normal;
}
/*/MODAL BIS*/

/*ESTILOS NUEVOS MODAL PLV: cambios en los modal special-content para que en funcion de la altura cambie el tamaño. Ubicados aquí para que afecten a las mq */
.modal-special-content div.bql {
	float: none !important;
	display: inline-block !important;
}
.modal-special-content-inner {
	/*display: inline-block !important;*/
	white-space: nowrap !important;
}
@media (max-device-width:768px) and (orientation: landscape) {
	.modal-special-content div.bql { display: block !important;	}
	.modal-special-content-inner { white-space: normal !important; }
}

/*/ESTILOS NUEVOS MODAL PLV cambios en los modal special-content para que en funcion de la altura cambie el tamaño. Ubicados aquí para que afecten a las mq */

/*ESTILOS MOVIL*/
@media (max-device-width:767px){
	#modal-plv .modal-special-content{
		overflow-x:hidden !important;
		overflow-y:scroll !important;
	}
	#modal-plv .modal-special.modal-una-fila{ border:1px solid #dadada;	}
	.modal-special.modal-una-fila{ height:96% !important;}
	#modal-plv .modal-special-content-inner{ white-space: normal !important; }
	#modal-plv .modal-special-content div.bql{
		display:block !important;
		float:left !important;		
    	width: 45% !important;
	}
	#modal-plv .modal-special-content img{ width:100%;}
	.scroll-right.btnModalScroll {
		bottom: 0 !important;
		width: 100%;
		left: 0;
	}
	.scroll-left.btnModalScroll {
		top: 0 !important;
		bottom: auto !important;
		width: 100%;
		left: 0;
	}
	.btnModalScroll .horizontal { display: none; }
	.btnModalScroll .vertical {	display: inline-block; }
}
/*/ESTILOS MOVIL*/


.incidencia-info-adicional {
	font-size: 11px;
	font-weight: bold;
	background-color: #666;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 3px;
	height: 18px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.backend-debug-panel {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	color: #fff;
	font-size: 13px;
}

.uploaded-file {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e1e1e1;
	padding: 3px 6px 6px 6px;
	margin: 6px 0;
}

.uploaded-file .btn, .uploaded-file a.with-icon {
	margin-bottom: 0;
	float: right;
}

.uploaded-file a {
	text-decoration: none;
}

.uploaded-files-block {
	border-top: solid 1px #e1e1e1;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 10px;
	max-width: 600px;
}

.uploaded-files-block .uploaded-file {
	font-size: 12px !important;
	padding: 2px 6px 2px 6px !important;
}

.uploaded-files-block-title {
	font-size: 12px !important;
  	font-weight: bold;
  	margin-bottom: 0;
}

.with-bg .uploaded-files-block {
	border-top: solid 1px #ccc;
}

.with-bg .uploaded-file {
	background-color: #f1f1f1 !important;
}

.fm-data-with-desc {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.inline-loader {
	text-align: center;
	padding-top: 180px;
	font-size: 4em;
	color: #999;
}

.datos-tienda-etiqueta {
	width: 10em;
}

.datos-tienda-titulo {
	padding: 0;
}

.datos-tienda-titulo h4 {
	margin-bottom: 0 !important;
	margin-top: 1.5em !important;
}

.lista-grid .grid {
	border-bottom: solid 1px #dadada;
	margin-bottom: 6px;
	padding-top: 6px;
}

.print {
	display: none;
}

.pill {
	background-color: #666;
	color: #fff;
	padding: 2px 3px;
	border-radius: 3px;
	white-space: nowrap;
}

.fm-data.no-label {
	margin-top: 30px;
}



.titulo-filtrado {
	font-size: 16px;
}

.opciones-filtrado {
	padding-left: 1em;
	margin-bottom: 10px;
}

.selector-dia, .selector-dia:hover, .selector-dia:focus {
	background: url(../img/btn/icon_calendar.png) no-repeat 6px center;
	background-color: #fff !important;
	background-size: auto 85%;
	padding-left: 46px;
	-webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, .75) inset;
	-moz-box-shadow: 0 1px 2px rgba(50, 50, 50, .75) inset;
	box-shadow: 0 1px 2px rgba(50, 50, 50, .75) inset;
	font-weight: normal !important;
	border: 1px solid #e9e9e9;
}

.calendar-date .prev i {
	width: 1em;
	height: 1em;
	background-position: -303px 0;
}

.calendar-date .next i {
	width: 1em;
	height: 1em;
	background-position: -357px 0;
}

.table-demos .btn.lil {
	color: #fff !important;
}

.desc-detalle img {
	max-width: 100% !important;
}

.btn.x-small.incidencias-input {
	width: 98%;
	padding: 10px 12px !important;
}

.incidencias .uploaded-file {
	display: inline-block;
	max-width: 45%;
	margin-right: .5em;
}

.incidencias .uploaded-file img {
	display: inline-block;
    padding: .25em 0;
    max-width: 100%;
}

@media only screen and (max-width: 766px) {
	.incidencias .uploaded-file {
		max-width: 100%;
	}
}

/* SLIDER */
.bx-wrapper .bx-controls-direction a {
	background-size: contain !important;
	width: 37px !important;
	height: 70px !important;
	margin-top: -35px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0 !important;
	background: url(../img/icons/btn_slider_left.png) no-repeat center;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0 !important;
	background: url(../img/icons/btn_slider_right.png) no-repeat center;
}

/* DEMOS */
.seccion-demos .editor-tooltip {
	background: #fff;
	padding: 0;
	border: solid 2px #333;
	border-radius: 3px;
	/*max-width: 12em;*/
}

.seccion-demos .editor-tooltip img {
	height: 10em;
	margin: 0 auto;
	display: block;
}

.seccion-demos .editor-tooltip p {
	text-align: center;
    padding: 4px 6px;
    margin: 0;
    background: #333;
}

.seccion-demos .editor-tooltip .indice {
	position: absolute;
    top: .5em;
    left: .5em;
    display: block;
    background: #e90000;
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    font-size: 1.5em;
    border-radius: 4em;
    padding: 0 0 0 0;
    line-height: 1.5em;
    text-align: center;
}

.aux-cam-btn {
	width: 25.5%;
    height: auto;
    position: absolute;
    bottom: 2%;
    right: .5%;
    border: solid 4px #545454;
    border-radius: 3px;
    display: none;
    box-sizing: border-box;
    padding-top: 15.5%;
}

.aux-cam-btn:hover {
	border-color: #fff;
	cursor: pointer;
}

.seccion-demos .editor-tooltip .btn {
	font-size: 1em !important;
    padding: 6px 10px !important;
    display: block;
    margin: 4px auto;
}

.demos-listado {
	display: none;
	height: calc(100vh - 238px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.demos-listado tr.activable.active {
	background: #333;
    color: #fff;
}

.demos-listado th {
	color: #e90000;
}

.demos-listado th, .demos-listado td {
	padding: 2px;
	font-size: 12px;
	padding-left: 0;
}

.demos-listado td {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position:relative;
}

.demos-listado td:first-child {
	font-weight: bold;
}

.demos-sliders .mini-slider {
	/*display: none;*/
}

.editor-barra-lateral {
	margin: 0 .5em;
}

.editor-no-seleccion {
	background: #eaeaea;
	height: 520.109px;
    box-sizing: border-box;
    border: dashed 2px #dadada;
    border-radius: 3px;
    padding: .5em;
    text-align: center;
}

.editor-no-seleccion h2 {
	margin-top: 75%;
    color: #545454;
    font-size: 1.2em;
}

.mini-slider {
	border: solid 1px #eaeaea;
    margin: 0 .3em .5em .3em;
    padding: .3em;
}

.mini-slider .bx-wrapper .bx-controls-direction a {
	width: 28px !important;
	top: 18% !important;
	cursor: pointer;
}

.mini-slider img {
	max-height: 4em;
	margin: 0 auto;
}

/*
.mini-slider .terminal {
	background: url(../demos/if_Phone_1872936.png) no-repeat center;
	background-size: contain;
	height: 10em;
	position: relative;
	margin: 2em 0 1em 0;
}

.mini-slider .terminal img {
    left: 40%;
    width: 20%;
    top: 25%;
    max-height: initial;
    position: absolute;
}*/


.terminal-tip-cnt {
	display: inline-block;
    position: absolute;
    top: 132px;
    left: 100px;
    z-index: 99;
    max-width: 9em;
}

.terminal-tip  img {
	width: 4em;
	margin: 0 auto;
	display: block;
}

.terminal-tip span {
	display: block;
	font-size: 11px;
	text-align: center;
}

.terminal-tip .fa {
	position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 1em;
    background: #333;
    color: #fff;
    font-size: .9em;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

.terminal-tip {
	position: relative;
	background: #ffffff;
	border: 2px solid #ccc;
	padding: .2em .4em;
	border-radius: 3px;
	box-shadow: 4px 4px 8px 2px rgba(54, 54, 54, .5);
}

.terminal-tip:after, .terminal-tip:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.terminal-tip:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.terminal-tip:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 13px;
	margin-left: -13px;
}

.terminal.ui-draggable-dragging {
	border: solid 2px #eee;
	display: block;
	width: 100px;
	opacity: .7;
	pointer-events: none;
}

.terminal.ui-draggable-dragging img {
	width: 100%;
}

.mini-slider .terminal {
	position: relative;
}

.mini-slider .terminal img {
	max-height: 14em;
}

.mini-slider-2 .terminal img {
	max-height: 8em;
}


.mini-slider-3 {
	padding: 0 .3em;
}

.mini-slider-3 .terminal img {
	max-height: 5em;
}



.mini-slider .slider-item {
	text-align: center;
}

.mini-slider .slider-item span {
	display: inline-block;
    background: #333;
    width: 1.6em;
    height: 1.6em;
    color: #fff;
    font-size: 1em;
    border-radius: 4em;
    padding-top: .1em;
    display: none;
}

.mini-slider .terminal span {
	display: block;
    background: #e90000;
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    font-size: 2em;
    border-radius: 4em;
    padding: 0 0 0 0;
    position: absolute;
    /*top: -8%;
    left: 30%;*/
    top: 12%;
    left: 34%;
    line-height: 1.5em;
}

.mini-slider .bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}

.mini-slider h3 {
	margin-bottom: 0;
	font-size: 1.2em;
	text-align: center;
    margin-top: .5em;
}

.mini-slider-2 .btn {
	font-weight: normal !important;
    padding: 6px 8px !important;
    font-size: 13px !important;
}

.mini-slider-2 p {
	margin-bottom: 0 !important;
	font-size: 12px;
    line-height: 14px;
}

.reemplazo-slider-cnt, .vista3d-slider-cnt {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 99;
}

.slider-item {
	display: none;
}

.slider-item:first-child {
	display: block;
}

.bx-viewport .slider-item {
	display: block;
}

.table-demos-mesas {
	border: solid 1px #eee;
	border-radius: 3px;
	margin-bottom: 0;
}

.table-demos-mesas tr {
	border-color: #eee;
	/*display: none;*/
	cursor: pointer;
}

.table-demos-mesas tr:first-child {
	display: table-row;	
	cursor: default;
}

.table-demos-mesas-active tr {
	display: table-row;
}

.table-demos-mesas tr:nth-child(even) {
	background: #eee;						
}

.table-demos-mesas th {
	background: #333;
	color: #fff;
}

.tr-demos-mesas-active {
	background: #9C2AA0 !important;
    color: #fff;
}

.badge {
    background: #333;
    color: #fff !important;
    padding: .2em;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
}

.badge.float {
	float: right;
}

.badge.red {
    background: #e90000;
    color: #fff !important;
}

.tooltip-contenido {
	background-color: rgba(33, 33, 33, .8);
	color: #fff;
	padding: .5em;
	width: 100%;
	max-width: 500px;
	display: none;
	position: fixed;
	text-align: left;
	pointer-events: none;
	z-index: 99;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
}

.text-yellow {
	color: #f3c00f;
}

.leyenda-demos {
	text-align: right;
	margin-bottom: .5em;
	font-size: 13px;
}

.leyenda-demos p {
	display: inline-block;
	margin: 0 .5em;	
}

.leyenda-demos span {
	display: inline-block;
	border-bottom: dotted 1px #333;
	padding: 0 2px;
}

.vf-tooltip {
	font-size: 13px !important;
	line-height: 13px !important;
}

.text-red {
	color: #ff4f4f;
}

.text-green {
	color: #24985f;
}

.listado-marca-icono {
	font-size: 1.5em !important;
}

.bg-yellow {
	background-color: #fffd7c;
}

.bg-red {
	background-color: #ffbab4;
}

.bg-green {
	background-color: #90ceaf;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) and (orientation: landscape) {
	.seccion-demos .maqueta-cnt {
		width: 60% !important;
	}

	.seccion-demos .seccion-demos-cnt {
		width: 40% !important;
	}

	.aux-cam-btn {
		width: 27%;
	}
}

body.planogramas3d .mod-selectsizefooter {
	margin-top: 0 !important;
}

.SumoSelect, .SumoSelect > .CaptionCont {
	height: 37px !important;
}

.SumoSelect > .CaptionCont > span {
	padding-top: 5px !important;
}

.SumoSelect .options label {
	padding: 0 !important;
}

.SumoSelect.open > .optWrapper {
	top: 37px !important;
}

.SumoSelect .select-all {
	line-height: 15px;
}

.select-multiple {
	visibility: hidden;
	height: 37px;
	overflow-y: hidden;
}

.SumoSelect .select-multiple {
	visibility: visible;
	height: auto;
	overflow-y: visible;
}

@media (max-width:768px) {
	.SumoSelect {
		width: 100% !important;
		margin-bottom: 2em;
	}	
}

@media only screen and (min-width: 767px) and (max-width: 808px) {
	.nav-primary a, .nav-primary a:hover {
	    padding-right: .3em;
	    padding-left:.3em;
	    margin-right: 0px;
	}
	.nav-menu a {
		font-size: 11.3px;
		font-family: VodafoneRegular, sans-serif !important;
	}
}
@media only screen and (min-width: 808px) and (max-width: 890px) {
	.nav-menu a {
		font-size: 11.5px;
		font-family: VodafoneRegular, sans-serif !important;
	}
}
@media only screen and (min-width: 890px) and (max-width: 1100px) {
	.nav-menu a {
		font-size: 12.5px;
		font-family: VodafoneRegular, sans-serif !important;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
	.nav-menu a {
		font-size: 14px;
		font-family: VodafoneRegular, sans-serif !important;
	}
}
@media only screen and (min-width: 1301px){
	.nav-menu a {
		font-size: 15px;
		font-family: VodafoneBold, sans-serif !important;
	}
}

.nav-menu li {
	position: relative;
}

.menu-badge {
	box-sizing: border-box;  
    display: block;
    min-width:20px;
    background: #fff;
    color: #333;
    font-size: 12px;
    position: absolute;
    right: 1px;
    top: -12px;    
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -ms-border-radius: .4em;
    -o-border-radius: .4em;
    border-radius: .4em;
    text-align: center;
    padding: 2px;
    line-height:1;
    border: solid 1px #aaa;
}

.active .menu-badge {
	background: #e62504;
	color: #fff;
	border: solid 1px #e62504;
}

@media only screen and (max-width: 766px) {
	.menu-badge {
		right: 5em;
		top: 1.25em;
		background: #e62504;
		color: #fff
	}
}
.menu-badge-left {
	box-sizing: border-box;   
    display: block;
    min-width:20px;
    background: #fff;
    color: #12b487;
    font-size: 12px;
    position: absolute;
    left: 1px;
    top: -12px;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -ms-border-radius: .4em;
    -o-border-radius: .4em;
    border-radius: .4em;
    text-align: center;
    padding: 2px;
    line-height:1;
    border: solid 1px #12b487;
}

.active .menu-badge-left {
	background: #12b487;
	color: #fff;
	border: solid 1px #12b487;
}

@media only screen and (max-width: 766px) {
	.menu-badge-left {
		right: 7.5em;
		left: auto;
		top: 1.25em;
		background: #12b487;
		color: #fff
	}
}

.menu-badge-right-bottom {
	box-sizing: border-box;  
    display: block;
    min-width:20px;
    background: #feffc6;
    color: #000;
    font-size: 12px;
    position: absolute;
    right: 1px;
    bottom: -12px;    
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -ms-border-radius: .4em;
    -o-border-radius: .4em;
    border-radius: .4em;
    text-align: center;
    padding: 2px;
    line-height:1;
    border: solid 1px #999;
}

.active .menu-badge-right-bottom {
	background: #fbff00;
    color: #000;
    border: solid 1px #fbff00;
	line-height: 16px;
}

@media only screen and (max-width: 766px) {
	.menu-badge-right-bottom {
		right: 10em;
		top: 1.25em;
    	background: #fbff00;
    	color: #000;
	}
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999 !important;
}

.marca-nuevo {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/btn/icon_star_alt.png) no-repeat center;
	background-size: contain;
}

.acceso-tip-info {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/if_175_Information_183524.png) no-repeat center;
	background-size: contain;
}

.demos-planogramas-check {
	display: inline-block;
	cursor: pointer;
	background: url(../img/if_check-box-outline-blank_326558.png) no-repeat center;
	width: 1em;
	height: 1em;
	background-size: contain;
}

.demos-planogramas-check-off {
	display: inline-block;
	background: url(../img/if_check-box-outline_326561.png) no-repeat center;
	width: 1em;
	height: 1em;
	background-size: contain;
}

.activable.active .demos-planogramas-check {
	background-image: url(../img/if_check-box-outline-blank_326558_w.png)
}

.td-estado-color {
	width: .75em;
	text-align: right;
}

.estado-fecha {
	font-size: 11px;
}

.badge-estado {
	border-style: solid;
    display: inline-block;
    padding: .1em .25em;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    border-width: 1px;
    border-left-width: .75em;
}

.demos-slider-cnt {
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 .5em 0;
}

.demos-slider-cnt .bx-wrapper .bx-viewport {
	background-color: transparent !important;
}

.demos-slider-cnt .slider-item p {
	font-size: 1.5em;
	color: #fff;
}

.text-muted {
	color: #d2d2d2;
}

.planogramas-tip {
	position: fixed;
	top: 0;
	left: 0;
	background: #333;
	color: #fff;
	display: none;
	pointer-events: none;
	z-index: 9;
}

.planogramas-tip img {
	width: 7em;
}

.planogramas-tip .indice {
	display: none;
}

.planogramas-tip-item {
	display: inline-block;
	text-align: center;
	padding: .5em;
}

.planogramas-tip-item:first-child {
	border-right: solid 1px #fff;
}

.planogramas-tip-item p {
	margin: .3em 0 0 0;
}

.seccion-demos-cnt {
	position: relative;
}

.demos-botones-extra {
	position: absolute;
	bottom: -0.5em;
	left: .5em;
}

.qtip {
	pointer-events: none;
}

.slider-planogramas-tit {
	position: relative;
}

.slider-planogramas-badge {
	box-sizing: border-box;
    font-family: VodafoneRegular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 20px !important;
    height: 20px !important;
    display: block;
    background: #e62504 !important;
    color: #333;
    font-size: 14px !important;
    line-height: 16px !important;
    position: absolute;
    text-align: center !important;
    /*right: -20px;*/
    top: 10px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    line-height: 15px;
    text-align: center;
    padding: 2px;
    /* border: solid 1px #333; */
    border: none;
    display: inline-block !important;
}

@media screen and (orientation: portrait) {
	.seccion-demos-cnt {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    height: 50vh !important;
	    background: #fff;
	    width: 100%;
	}

	.maqueta-cnt, .maqueta {
		width: 100%;
		height: 42vh;
	}

	.maqueta canvas {
		height: 42vh !important;
	}

	.aux-cam-btn {
	    right: .8%;
	}

	.demos-listado {
		overflow-y: scroll;
    	height: calc(50vh - 145px);
	}
}

.contenedor-tienda-demos  {
  position: relative;
}

.seccion-demos .cnt-editor .loader {
  position:absolute;
  height: 100vh
}


.editor-tooltip.no-print p {
	white-space: nowrap;
}

.planograma-destacado {
	color: #e90000;
    font-size: 10px;
    font-weight: bold;
    position:absolute;
    top: .4em;
    padding-left: .2em;
}



.seccion-uniformes .cnt-editor .loader-message {
  margin-top: 100px;
}

.js .fm-select-inline {
	display: inline-block;
	padding-right: 1.00em;
	width: 5.00em;
	text-align: center;
	text-align-last: center;
}

.js .fm-select-inline .fm-select-label {
	/*padding: 12px 0px 0 0;*/
	padding: 0 0 0 0;
}


.js .fm-radio-inline {
	display: inline-block;
	padding-right: 0.10em;
    width: 4.00em;
	padding-bottom: 0px;
}

.js .fm-radio-inline-number {
	display: inline-block;
	padding-right: 0.10em;
	width: 3.00em;
	padding-bottom: 0px;

}

.js .fm-radio-inline .fm-radio-label {
	padding: 5px 0 0 24px;
}

.js .fm-radio-inline-number .fm-radio-label {
	padding: 5px 0 0 24px;
}

.btn.x-small.btn-inline-util {
	padding: 6px !important;
	font-size: 14px !important;
}

.interior-cnt {
	padding: 0 .5em;
}

.lista-prendas-item {
	    padding: .5em .75em .50em .75em;
	    background: #f1f1f1;
}

.lista-prendas-item:nth-child(odd) {
	background: #e0e0e0;
}

.lista-prendas-item.lista-prendas-item-hover {
	background: #545454;
	color: #fff;
}

.lista-prendas-item.lista-prendas-item-hover .fm-radio .fm-select .checked {
	color: #fff;	
}

.lista-prendas .with-picture {
	padding: 0 .75em 0 0;
}

.lista-envios .picture {
	max-height: 2.5em;
    width: auto;
}

.btn-block {
	width: 100%;
}

.btn.disabled {
	cursor: initial !important;
}

.seccion-uniformes-cnt {
	background: #f7f7f7;
}

#uniformes-cont {
	position: relative;
}

#uniformes-cont .loader {
	position: absolute;
}

#uniformes-cont .botonera-principal {
	padding: .35em 0 .15em 0;
}

#uniformes-cont .botonera-principal .switch-selector {
	margin-top: .7em;
}

#uniformes-cont .botonera-principal .btn, #uniformes-cont .botonera-principal .btn:focus, #uniformes-cont .botonera-principal .btn:active {
	outline: 0 !important;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .2);
	border: none;
}

.btn-group {
	display: inline-block;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .2);
}

.btn-group .btn, .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
	margin: 0;
	outline: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 16px !important;
    padding: 10px 10px !important;
    display: inline-block;
	border: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	overflow-x: visible;
	overflow-y: visible;
	text-align: center;
	background: #333;
	border: solid 2px #333 !important;
}

.btn-group .btn.btn-group-selected, .btn-group .btn.btn-group-selected:hover, .btn-group .btn.btn-group-selected:focus, .btn-group .btn.btn-group-selected:active {
	background: #fff;
	color: #333;
}

.btn-group .btn:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.d-inline-block {
	display: inline-block;
}

.btn-group .btn:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*AJUSTES BOTONERA PRINCIPAL*/
@media (max-width:1220px){
	.btnSexo .switch-selector-option{
		font-size:11px;
	}
	#uniformes-cont .botonera-principal button{
		font-size: 12px !important;
		line-height:7px;
	}
	#uniformes-cont .botonera-principal button.btnAjaxContent{
		margin-right:.6em;
	}
	#uniformes-cont .botonera-principal .selector-switch-inner {	    
	    margin: 0 .15em;
	}
}
@media (max-width:1023px){
	#uniformes-cont .botonera-principal button{
		font-size: 10px !important;
	}
}

@media (max-width:766px){
	#uniformes-cont .botonera-principal .switch-selector {
	    margin-top: 0em;
	    width: 100%;
	    text-align: right;
	}
	#uniformes-cont .botonera-principal button{
		font-size: 12px !important;
		line-height:7px;
	}
}




.switch-selector {
	display: inline-block;
	cursor: pointer;
}

.switch-selector-option {
	font-size: 16px;
	color: #cacaca;
	font-weight: bold;
	vertical-align: 5px;
}

.switch-selector-option-selected {
	color: #333;
}

.selector-switch-inner {
	display: inline-block;
    background: #616161;
    width: 4em;
    height: 1.6em;
    margin: 0 .45em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    position: relative;
}

.selector-switch-inner-btn {
    position: absolute;
    top: .2em;
    left: .2em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    background: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.switch-selector-selected-first .selector-switch-inner-btn {
	left: .2em;
}

.switch-selector-selected-second .selector-switch-inner-btn {
	left: 2.58em;
}



#uniformes-cont .loader.full .loader-message {
    margin: 200px auto 0 auto;
    padding: 40px;
    width: 100%;
    text-align: left;
    padding-left: 21%;
    padding-top: 10%;
}

.lista-solicitud-item {
	padding: 0 2em;
	text-align: center;
}
.lista-solicitud-item img{
	max-width: 200px;
	width: 100%;
}
.lista-solicitud-item strong {
	display: block;
	margin-top: .7em;
	font-size: .8em;
}

.lista-solicitud-item p{
	margin: .2em 0 1.5em 0;
	line-height: 1.2em;
	font-size: .7em;
	text-transform: uppercase;
}
.lista-solicitud .grid{
	text-align:center;
}

.btnGuardarKit{
	width: 200px;
}

.btnCancelarKit {
	width: 200px;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.lista-prendas-item-hover .select-cantidad {
	color: white;
	font-weight: bold;
}

.lista-prendas-item-hover .select-cantidad:active {
	color: black;
	font-weight: bold;
}




/*UNIFORMES*/
/*cambio bg bloques pares*/
.lista-prendas-item:nth-child(odd) {
	background: #e8e8e8;
}
/*cambio fondo bloque en rollover*/
.lista-prendas-item.lista-prendas-item-hover {
	background: #d1d1d1;
	color: #333333;
}
/*borde separador entre bloques*/
.lista-prendas-item {
	padding: .5em .75em .50em .75em;
	background: #f1f1f1;
	border-bottom: 1px solid #dadada;
}
/*añadir cursor mano a los radio-button y centrar radio-button verticalmente con label*/
.js .fm-radio label {
	cursor: pointer;
}
/*ubicación y estilos thumbnail prenda*/
.lista-prendas-item img.picture{
	border:2px solid #fff;
}
/*modificando altura de los bloques*/
.fm-select-inline{
	padding: 0px 0 0px 0;
}
.fm-select-inline label{
	padding-bottom: 3px !important;
}
.lista-prendas-item .fm-radio label {
    background: url(../img/radio-unchecked.png) 0 25% no-repeat !important;
}
.js .fm-radio .checked {
    background-image: url(../img/radio-checked.png) !important;
}
/*para eliminar el focus verde al hacer clic en el select*/
select.select-cantidad:focus {
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0);
}
/*Para eliminar el borde blanco del select*/
.styled-select.slate select {
	border: none;
	padding-right: 20px;
}

/* hack  https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff*/
select.styled-select.slate:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
/*color texto select*/
.lista-prendas-item-hover .select-cantidad {
	color: black;
	font-weight: bold;
}

/*Modificaciones 04-06 */

.lista-prendas-item .styled-select.full {
	width: 100%;
	background-position: 78% 76%; 
}

@media (max-width:1100px){
	.fm-radio-inline-number {
		display: inline-block;
		padding-right: 4em; 
		width: 3em;
		padding-bottom: 0px;
	}
}
@media (min-width: 1200px){
	.lista-solicitud .grid .row{
		width:/*80%*/100% !important;
		display:inline-block;
	}
	.lista-solicitud-item img{
		max-width: 300px !important;
	}
	.lista-prendas-item .w-70{
		width:80%;
	}
	.lista-prendas-item .w-20{
		width:10%;
	}
}
@media (min-width: 1600px){	
	.lista-solicitud-item img{
		max-width: 300px !important;
	}
	.col.w-100 .lista-solicitud-item strong {
		font-size:1.3em !important;
	}
	.col.w-100 .lista-solicitud-item p {
		font-size: 1.1em !important;
	}
	.col.w-50 .lista-solicitud-item strong {
		font-size:1.3em !important;
	}
	.col.w-50 .lista-solicitud-item p {
		font-size: 1.1em !important;
	}
	.col.w-33 .lista-solicitud-item strong {
		font-size:1.1em !important;
	}
	.col.w-33 .lista-solicitud-item p {
		font-size: .9em !important;
	}
}
@media (min-width: 1920px){	
	.lista-solicitud-item img{
		max-width: 350px !important;
	}

}
@media (min-width: 2560px){	
	.lista-solicitud-item img{
		max-width: /*400px*/ 300px !important;
	}
	
}

.styled-select.slate:has(select:disabled) {
        opacity: 30%;
}

/*IE HACKS UNIFORMES*/
@media screen and (min-width:0\0) { 
    
    .styled-select.slate select {
	    border: none;
	    padding-right: 2px;
	    padding-bottom: 10px;
	} 

}


/* Solicitudes */

.table-striped tr:nth-child(odd) {
	background: #ececec;
}

tr.unread {
	background: #fff;
	border: solid 1px #545454;
	border-left: none;
	border-right: none;
}
@media (min-width: 970px) {
	tr.unread td {
		font-weight: bold;
	}
}

.bgDestacado {
	background-color: lightyellow !important;
}

/* Etiquetas */
.etiqueta-svg { background: white; width:95%; }
.etiqueta-overlay{
	position:absolute;
	top:0;
	left:0;
	width: 95%;
    height: 99.5%;
	z-index:20;
}
@media (max-width:767px) {	
	.etiqueta-svg { background: white; width:100%; }
	.etiqueta-overlay{width: 100%;}
}

.grow { transition: all .3s ease-in-out; cursor:pointer;}
.grow:hover {transform: scale(1.04);}

.columna-etiqueta{
	position:relative;
}
.sap-etiqueta{
    font-size: 5pt;
    position: absolute;
    top: 0em;
    right: 0em;
    opacity: .5;
    padding: 0.2em 1em;
    background-color: #e60000;
    color: white;
}
.ean-etiqueta{
    font-size: 5pt;
    position: absolute;
    top: 1.8em;
    right: 0em;
    opacity: .5;
    padding: 0.2em 1em;
    background-color: #e60000;
    color: white;
}
.sello-print{
    position: absolute;
    top: 1em;
    right: 1.5em;
    width: 10em;
    pointer-events: none;
    opacity: .5;
    display: none;
}
@media (max-width:1269px) {
	.separador-buscador-etiqueta{
		display:none !important;
	}
	.buscador-etiqueta{
		margin-left:1em;
	}
	.columna-etiqueta {
		width:50%;
	}
}
@media (max-width:850px) {
	.columna-etiqueta {
		width:100%;
	}
}

@media (max-width:767px) {	
	.buscador-etiqueta{
		margin-left:0%;
	}
}
.menu-etiqueta-align, .menu-etiqueta-align2{ margin-top:21px; }
@media screen and (max-width: 767px){
    .menu-etiqueta-align{ margin-top:0px; }
}
/*------------------------------------REDPREMIERE-----------------------------------------*/
/*>>>>>>INVITACION<<<<<<<<*/
	/*CONTENEDORES*/
	.redpremiere-nueva-reserva{
		position:relative;
		-webkit-box-shadow: 0em 2em 3em -3em rgb(0 0 0);
	    -moz-box-shadow: 0em 2em 3em -3em rgba(0,0,0,1);
	    box-shadow: 0em 2em 3em -3em rgb(0 0 0);
	}
	.formulario-datos-modelo{
		z-index: 2;
		padding: 1em;
	    width: calc(100% - 0em);
	    background: rgba(255,255,255,.7);
	}
	.formulario-datos-invitacion{	
		z-index: 2;
		padding: 1em;
	    width: calc(100% - 0em);	    
	    background: rgb(163,1,1);
	    background: linear-gradient(0deg, rgba(163,1,1,1) 0%, rgba(230,4,4,1) 100%);
	}

	@media only screen and (max-width: 766px){	
		.img-terminal{ 
			position: relative;	
			overflow: hidden;
			z-index: -1;
			height:300px; 
		}
		#img-terminal{
			position:absolute;
			top:0;
			left:0;
			right:0;
			margin:0 auto;
			width:100%;
		}
		.formulario-datos-invitacion-footer{ display:none; }		
		.formulario-datos-invitacion-header{ display:none; }
	}
	@media only screen and (max-width: 540px){	
		.img-terminal{ height:150px; }
	}
	@media only screen and (min-width: 767px){
		.redpremiere-nueva-reserva{ min-height: 500px; margin-bottom: 1.5em; }			
		.img-terminal{	
		    position: absolute;
			width:100%;
			height:100%;	
			overflow: hidden;
			z-index: -1;
		}
		#img-terminal{
		    position: absolute;
		    top: 50%; 
		    left: 50%;
		    transform: translate(-50%, -50%);
			width:100%;
		}
		.formulario-datos-modelo{			
			position: absolute;
			top: 1em;
			left: 1em;
			width: calc(40% - 3em);
			padding: 1.5em;
			background: rgb(255,255,255);
			background: linear-gradient(322deg, rgba(255,255,255,1) 33%, rgba(255,255,255,.6) 110%);
			border: 1px solid rgba(255,255,255,.3);
			-webkit-box-shadow: 0px 14px 14px -12px rgba(0,0,0,0.61); 
			box-shadow: 0px 14px 14px -12px rgba(0,0,0,0.61);
		}
		.formulario-datos-invitacion{	
		    position: absolute;
		    top: -1.5em;
		    right: 1em;
		    width: calc(35% - 3em);
			padding: 1.5em;
		    padding-top: 4em;
			-webkit-box-shadow: 0px 40px 17px -12px rgb(0 0 0 / 50%); 
			box-shadow: 0px 40px 17px -12px rgb(0 0 0 / 50%);
		}
		.formulario-datos-invitacion-header{
			position: absolute;
			top: -2em;
			left: 50%;
			transform: translate(-50%, 0%);
			-webkit-border-radius: 10em;
			-moz-border-radius: 10em;
			border-radius: 10em;
			border: 6px solid rgba(230,4,4,1);
			background: #fff;
			width: 5em;
			height: 5em;
		}
			.formulario-datos-invitacion-header img{
				position:absolute;
			    top: 50%; 
			    left: 50%;
			    transform: translate(-50%, -50%);	
			    width:60%;
			}
		.formulario-datos-invitacion-footer-shadow{
			position: absolute;
		    bottom: -48px;
		    left: 0;
		    height: 50px;
		    width: 100%;
			filter: drop-shadow(0px 8px 3px rgba(50, 50, 0, 0.3));
		}
		.formulario-datos-invitacion-footer{
			position: absolute;
		    top: 0;
		    left: 0;
		    background: #a30101;
		    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 1%, 0 100%);
		    height: 100%;
		    width: 100%;
		}
		.formulario-datos-invitacion:before{
			content: "";
		    position: absolute;
		    top: 0px;
		    left: -19px;
		    z-index: 0;
		    width: 20px;
		    height: 1.5em;
		    background: rgb(179 1 1);
		    clip-path: polygon(100% 0, 33% 100%, 100% 100%);
		}

	}
	@media only screen and (min-width: 1024px){
		.formulario-datos-modelo{ width: calc(35% - 3em); max-width:400px; }
		.formulario-datos-invitacion{ width: calc(35% - 3em); max-width:300px; }		
	}
	/*/CONTENEDORES*/


#form-reservas label, #form-reservas input, #form-reservas select{
	font-family: 'VodafoneRegular', arial, helvetica;
}
.formulario-datos-modelo .fm-data{
	padding:.6em 0;
}
.formulario-datos-modelo label{
	font-size:1.2em;
	display:inline-block;
	text-align:right;
	width:calc(25% - .3em);
	padding-right:.3em;
	text-transform:uppercase;
	font-size:.9em;
	font-weight:normal;
	color:#555;
}
.formulario-datos-modelo .custom-select{	
	display:inline-block;
	width:70%;
}
@media only screen and (max-width: 766px){	
	.formulario-datos-modelo label{
		width:calc(20% - .3em);
	}
	.formulario-datos-modelo .custom-select{
		width:75%;
	}
}
/* CUSTOM SELECT - DEFAULT */
.custom-select {
  position: relative;
  font-family: 'VodafoneRegular', arial, helvetica;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
  background-color: rgba(0,0,0,0);
}
.select-selected:after {/* Style the arrow inside the select element: */
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #b4b4b4 transparent transparent transparent;
}
.select-selected:focus, 
.select-selected:active,
.select-selected.select-arrow-active{
	color: #ff0000;
    outline: none;
    background-color: rgb(0 0 0 / 5%) !important;
    border: 1px solid transparent;
    border-color: transparent transparent rgb(255 0 0 / 62%) transparent;
    box-shadow: 0 1px 2px rgb(50 50 50 / 0%) inset !important;
}
.select-selected.select-arrow-active:after {/* Point the arrow upwards when the select box is open (active): */
  border-color: transparent transparent #ff0000 transparent;
  top: 7px;
}
.select-items div, .select-selected {/* style the items (options), including the selected item: */
	color: #4e4e4e;
	font-weight: bold;
	font-size: 1.2em;
	padding: .4em .5em .4em .2em;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
	cursor: pointer;
}
.select-items div.same-as-selected{
	color:#ff0000;
}
.select-items {/* Style items (options): */
	position: absolute;
	background-color: #f0f0f0;  
	-webkit-box-shadow: 0px 14px 14px -12px rgba(0,0,0,0.61); 
	box-shadow: 0px 14px 14px -12px rgba(0,0,0,0.61);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	font-size: .9em;
}
.select-items div{transition: all .3s ease;}
.select-hide {/* Hide the items when the select box is closed: */display: none;}
.select-items div:hover, .same-as-selected {background-color: rgba(0, 0, 0, 0.1);}
/*/CUSTOM SELECT - DEFAULT */


.formulario-datos-invitacion label{
	color:#fff;
	text-align: center;
	font-size: 1.2em;
    padding:.5em 0 !important;
}
.formulario-datos-invitacion input{
    padding:.5em .5em;
	color: #fff;
    font-size: 16px;
    font-family: 'VodafoneRegular', arial, helvetica;
    font-weight: bold;
    background-color: rgba(0,0,0,.05) !important;
    border: .14em solid rgba(255,255,255,.4) !important;
    transition: all .3s ease;
}
.formulario-datos-invitacion input:focus, 
.formulario-datos-invitacion .select-selected:focus, 
.formulario-datos-invitacion .select-selected:active,
.formulario-datos-invitacion .select-selected.select-arrow-active	
{
	outline: none;
	background-color: rgb(0 0 0 / 15%) !important;
    border: .14em solid rgb(0 0 0 / 30%) !important;
    box-shadow: 0 1px 2px rgb(50 50 50 / 0%) inset !important;
}
.formulario-datos-invitacion input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}
.formulario-datos-invitacion .select-selected {
    padding:.4em .5em;
    color: #ffffff;    
    background-color: rgba(0,0,0,.05) !important;
    border: .14em solid rgba(255,255,255,.4) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease;
}
.formulario-datos-invitacion .select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #ffffff transparent transparent transparent;
}
.formulario-datos-invitacion .select-selected.select-arrow-active:after {
    border-color: transparent transparent #ffffff transparent;
    top: 11px;
}
.formulario-datos-invitacion .select-items {    
    background-color: #dc0000;
}
.formulario-datos-invitacion .select-items div {color: #fff;}

.formulario-datos-invitacion .invitar-cliente{
	margin-top:.5em;
    width: 100%;
    border: none !important;
    background-color: rgba(255,255,255,1) !important;
    color:#c50202;
    font-size:1.2em !important;
    font-weight:bold;
    transition: all .3s ease;
	-webkit-box-shadow: 0px 17px 10px -15px rgb(0 0 0 / 44%); 
	box-shadow: 0px 17px 10px -15px rgb(0 0 0 / 44%);
}	
.formulario-datos-invitacion .invitar-cliente:hover{
    background-color: rgba(255,255,255,.8) !important;
    color: #250101;
}
.formulario-datos-invitacion .invitar-cliente:focus, .formulario-datos-invitacion .invitar-cliente:active {
    outline: none;
    color: #ce7c7c;
    background-color: rgb(58 6 6 / 50%) !important;
    border: none !important;
    box-shadow: 0 4px 1px rgb(0 0 0 / 20%) inset !important;
}
.formulario-datos-invitacion label.error {
    margin: 0px 0 -5px 0 !important;
    padding: 10px 13px 12px 39px !important;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    background-color: #ffe6c0 !important;
    background-image: url(../img/redpremiere/error.png) !important;
    background-repeat: no-repeat;
    background-position: 9px 43% !important;
    background-size: 2em 2em;
    border: none !important;
    color: #f00000 !important;
}
.formulario-datos-invitacion label.error:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #ffe6c0 transparent;
    border-width: 8px 8px 0;
    background:none !important;
    padding: 0;
    bottom: -8px;
    left: 7%;
    margin-left: -8px;
}
/*>>>>>>/INVITACION<<<<<<<<*/

/*>>>>>>TABLA INVITACION<<<<<<<<*/
@media only screen and (max-width: 766px){
	.submenu-jerarquias-table-tit{
		width:100%;
		padding:.5em 0em;
	}
	#buscador-telefono{
		margin-bottom: .5em;
	}
}
@media only screen and (min-width: 767px){
	.submenu-jerarquias-table-tit{
		float:right;
		margin-top: -.08em;
	}
	#buscador-telefono{
		display:inline-block;
		margin-right: .5em;
	}
}
#buscador-telefono{
	background:#fff;
	padding: 0em .2em .15em .7em;
	border-radius:10em;
	-webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
}
#buscador-telefono input{
	display:inline-block;
	border:none !important;
	border-bottom:1px solid #fff !important;
	border-radius:0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width:auto;
    min-width: 180px;
    margin-right: .5em;
    padding: .1em 0em;
    font-size: .6em;
    font-weight: bold;
    color:#666;
    font-family: 'VodafoneRegular', arial, helvetica;
    transition: all .3s ease;
}
@media only screen and (max-width: 360px){
	#buscador-telefono input{ min-width: 130px; }
}

#buscador-telefono input:focus{
	box-shadow: inset 0 0 0 0px #fff, 0 0px 0px rgb(50 50 50 / 0%) inset;
    border-bottom: 2px solid #aeaeae !important;
    color: #000000;
}
#buscador-telefono a{
	display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    float: right;
    color: #fff;
    margin-top: .25em;
    margin-left: .2em;
    background: #666;
    border-radius: 10em;
	-webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    transition: all .3s ease;
}
#buscador-telefono a:hover{
    background: #000;
}
#buscador-telefono a i{
	position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: .6em;
}
.submenu-jerarquias-table-tit .button-download{	
	margin-bottom:0;
    border-radius: 10em;
	background:#16bb8d;
    transition: all .3s ease;
}
.submenu-jerarquias-table-tit .button-download:hover{	
	background:#222;
}
.submenu-jerarquias-table-tit .button-download span{	
	font-size:1.1em;
}
.submenu-jerarquias-table-tit .button-download i{	
	float:left;
}
@media only screen and (min-width: 767px){
	.submenu-jerarquias-table-tit .button-download{	
	    float:right;
	    margin-top:.1em;
	}
}

/*TABLA*/
.invitaciones-table th{
	font-size:.8em;
	text-transform:uppercase;
	color:#222 !important;
	vertical-align: bottom !important;
}
.invitaciones-fecha{
	font-size: .8em;
	font-weight:bold;
}
.invitaciones-comercial{	
	font-size: .9em;
	color:#555;
}
.invitaciones-terminal{
	background: #898989;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0px 0px 9px 2px rgb(0 0 0 / 29%);
    border-top: 1px solid rgba(0,0,0,.6);
}
.invitaciones-cliente{
	font-weight: bold;
}
	.invitaciones-cliente.cliente-particular{
		color:#909090;
	}
	.invitaciones-cliente.cliente-autonomo{
		color:#757575;
	}
	.invitaciones-cliente.cliente-empresa{
		color:#545454;
	}
.invitaciones-pin{	    
}
	.invitaciones-pin span{
	    font-size: 1.1em;
	    font-weight: bold;	
	    background: rgb(158 158 158 / 90%);
	    color: #fff;
	    -webkit-border-radius: .3em;
	    -moz-border-radius: .3em;
	    border-radius: .3em;
	    text-align: center;
	    padding: .2em .4em;
	    display: inline-block;
	}
.invitaciones-estado{
	position:relative;
}
.invitaciones-estado-text {
	font-size:1.1em;
	font-weight:bold;
	
}
	@media only screen and (min-width: 1120px){
		.invitaciones-estado:before{			
			content: '';
		    position: absolute;
		    top: .5em;
		    left:0;
		    width:40px;
		    height:40px;
		    background-color:rgba(0,0,0,.2);
		    -webkit-border-radius: 5em;
		    -moz-border-radius: 5em;
		    border-radius: 5em;

		}
		.invitaciones-invitado:before{
			background-image: url(../img/redpremiere/invitaciones-invitado.png);
			background-position: .3em 50%;
			background-repeat: no-repeat;
			background-size: 32px 32px;
		    background-color:rgb(0 0 0 / 0%);

		}
		.invitaciones-registrado:before{
			background-image: url(../img/redpremiere/invitaciones-registrado.png);
			background-position: .3em 50%;
			background-repeat: no-repeat;
			background-size: 32px 32px;
		    background-color:rgb(0 0 0 / 5%);
		}
		.invitaciones-en-tienda:before{
			background-image: url(../img/redpremiere/invitaciones-en-tienda.png);
			background-position: .45em 50%;
		    background-repeat: no-repeat;
		    background-size: 26px 26px;
		    background-color:rgb(0 0 0 / 10%);
		}
		.invitaciones-preparado:before{
			background-image: url(../img/redpremiere/invitaciones-preparado.png);
			background-position: .3em 50%;
			background-repeat: no-repeat;
			background-size: 32px 32px;
		    background-color:rgb(0 0 0 / 15%);

		}
		.invitaciones-entregado:before{		
			background-image: url(../img/redpremiere/invitaciones-entregado.png);
			background-position: .45em 50%;
		    background-repeat: no-repeat;
		    background-size: 26px 26px;
		    background-color: rgb(0 255 184 / 29%);
		}
	}
	.invitaciones-estado-text span{		
	    background: rgba(0,0,0,.05);
	    -webkit-border-radius: .3em;
	    -moz-border-radius: .3em;
	    border-radius: .3em;
	    text-align: center;
	    padding: .2em .4em;
	    display: inline-block;
	    font-size: .7em;
	    font-weight:normal;
	}
.table-invitaciones-icon{
    position: relative;
    display:inline-block;
    width: 1.7em;
    height: 1.7em;
    margin: 0 .2em;
    border-radius: 10em;
	-webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
	font-size:1.2em;
    transition: all .3s ease;
}
.color-red-bt, .color-red-bt:visited{ background: #ff6060; color: #7e2e2e; }
.color-red-bt:hover{ background: #de0808; color:#ffbebe; }
.color-green-bt, .color-green-bt:visited{ background:#48e3b1;  color: #247a5e; }
.color-green-bt:hover{ background:#2ba77f; color:#6aefc4; }
.table-invitaciones-icon i{
	position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
}
.color-green{ color:#3ccb9d; }

.jerarquias-table .cancelado, .jerarquias-table .cancelado td{
	text-decoration: line-through;
    background: #e9e9e9;
    background-image: linear-gradient(45deg, #e7e7e7 25%, #e0e0e0 25%, #e0e0e0 50%, #e7e7e7 50%, #e7e7e7 75%, #e0e0e0 75%, #e0e0e0 100%);
	background-size: 56.57px 56.57px;
    color: #adadad;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
.jerarquias-table .cancelado td{
	background:none;
}
.jerarquias-table .cancelado .invitaciones-estado:before{			
	display:none;
}
.jerarquias-table .resaltado{
	-webkit-box-shadow: 0px -4px 6px -2px rgb(0 0 0 / 28%), inset 0px -4px 6px -2px rgb(0 0 0 / 28%);
	-moz-box-shadow:  0px -4px 6px -2px rgb(0 0 0 / 28%), inset 0px -4px 6px -2px rgb(0 0 0 / 28%);
	box-shadow:  0px -4px 6px -2px rgb(0 0 0 / 28%), inset 0px -4px 6px -2px rgb(0 0 0 / 28%);
    background: #ffcfc4;
    color: #4b4b4b;
    font-size: 1.15em;
}
	.jerarquias-table .resaltado td, .jerarquias-table .resaltado th{
	    font-weight:bold;
	}
	.jerarquias-table .resaltado .table-invitaciones-icon{
		font-size:1.08em;
	}
	.jerarquias-table td.resaltado{
		-webkit-box-shadow: inset 0px -4px 6px -2px rgb(0 0 0 / 28%);
		-moz-box-shadow:  inset 0px -4px 6px -2px rgb(0 0 0 / 28%);
		box-shadow:  inset 0px -4px 6px -2px rgb(0 0 0 / 28%);
	    background: #ffc0b2;
	}

	.jerarquias-table .resaltado td.invitaciones-terminal{
	    background: #c70303;
	}
	.jerarquias-table .resaltado td.invitaciones-pin span{
	    background: rgb(225 12 2);
    	font-size: 1.3em;
	}
/*>>>>>>/TABLA INVITACION<<<<<<<<*/

/*>>>>>>ELEMENTOS SIN CONTENIDOS<<<<<<<<*/
.redpremiere .mod-selectsizefooter {
    margin-top: 30px !important;
}
.preventas-no-contents{	
	text-align:center;
    font-size: 1.5em;
    font-family: 'VodafoneRegular', arial, helvetica;
    color:#999;
    height:500px;
    position:relative;
}
.preventas-no-contents-bg{
	width:100%;
	height:100%;
	z-index: -1;	
    overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image:url(../img/redpremiere/background_no.jpg);
	background-repeat:no-repeat;
	background-size:cover;

}
	.preventas-no-contents-bg img{
		position:absolute;
		width:100%;	
	    position: absolute;
	    left: 50%;
	    top: 0;
	    transform: translate(-50%, 0%);
	}

.preventas-no-contents p{	
	z-index: 1;
    font-size: 2.5em;
    line-height: 1.1;
    max-width: 500px;
    font-family: 'VodafoneRegular', arial, helvetica;
    font-weight: bold;
    color: #fff;
}
.preventas-no-contents p span{	
	display:block;
	padding-bottom:.3em;
}
.preventas-no-contents p span img{	
	display:inline-block;
	max-width:100px;
}
@media only screen and (max-width: 766px){
	.preventas-no-contents{
		background-color: rgba(0,0,0,.3);
	}
	.preventas-no-contents p{ 
		text-align:center;
	    position: absolute;
	    left: 50%; 
	    top: 50%;
	    transform: translate(-50%, -50%);
	}
}
@media only screen and (min-width: 767px){
	.preventas-no-contents p{
		position: absolute;
	    top: 1em;
	    right: 1em;
	    text-align: right;
	}
}

.formulario-datos-invitacion.preventa-cerrada{
    background: #292929;
    background: linear-gradient(0deg, rgb(39 39 39) 0%, rgb(112 112 112) 100%);
}
	@media only screen and (max-width: 766px){
		.formulario-datos-invitacion.preventa-cerrada{position:relative;}
	}
	.formulario-datos-invitacion.preventa-cerrada .formulario-datos-invitacion-footer {
	    background: #292929;
	}
	.formulario-datos-invitacion.preventa-cerrada:before {
	    background: rgb(0 0 0);
	}
	.formulario-datos-invitacion.preventa-cerrada .formulario-datos-invitacion-header {
	    border: 6px solid rgb(104 104 104);
	    background: #ededed;
	}	
	.formulario-datos-invitacion.preventa-cerrada .formulario-datos-invitacion-header img {
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
	}
.preventa-cerrada label{
	color:rgba(255,255,255,.5);
}
.preventa-cerrada input, .preventa-cerrada .select-disabled{	
    background-image: linear-gradient(45deg, #2e2e2e 25%, #242424 25%, #242424 50%, #2e2e2e 50%, #2e2e2e 75%, #242424 75%, #242424 100%);
	background-size: 56.57px 56.57px;
    border: .14em solid rgba(0,0,0,.2) !important;
}
.preventa-cerrada .select-disabled{	
    pointer-events:none;
    color: rgb(255 255 255 / 0%);
}
	.formulario-datos-invitacion.preventa-cerrada .select-selected:after {
	    display:none;
	}
.preventa-cerrada input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:rgba(0,0,0,0); opacity: 0; /* Firefox */ }
.preventa-cerrada input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:rgba(0,0,0,0); }
.preventa-cerrada input::-ms-input-placeholder { /* Microsoft Edge */ color:rgba(0,0,0,0); }
.preventa-cerrada .invitar-cliente{
	display:none;
}
.sello-preventa-cerrada-outer{
    z-index: 2;	
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);
    width:105%;
    height:4em; 
	background:#a70000;   
	-webkit-box-shadow: 0px 17px 10px -15px rgb(0 0 0 / 85%); 
	box-shadow: 0px 17px 10px -15px rgb(0 0 0 / 85%);
}
	.sello-preventa-cerrada-shadow{	
		position: absolute;
	    left: 50%; 
	    top: 50%;
	    transform: translate(-50%, -50%);
	    width: 10em;
	    height: 10em;	
		filter: drop-shadow(0px 8px 3px rgba(50, 50, 0, 0.3));
	}
	.sello-preventa-cerrada{
		/*position: absolute;
	    top: -.5em;
	    right: 0;
	    z-index: 2;*/    
	    position: absolute;
	    left: 50%; 
	    top: 50%;
	    transform: translate(-50%, -50%);
	    width: 100%;
	    height: 100%;
		text-align:center;
		background: linear-gradient(0deg, rgba(163,1,1,1) 0%, rgba(230,4,4,1) 100%);
	    -webkit-clip-path: polygon(
	    13% 13%, 30% 13%, 37% 0%,   50% 8%,  62% 0%,   70% 13%,
	    87% 13%, 87% 30%, 100% 37%, 92% 50%, 100% 62%, 87% 70%,
	    87% 87%, 70% 87%, 62% 100%, 50% 92%, 37% 100%, 30% 87%,
	    13% 87%, 13% 70%, 0% 62%,   8% 50%, 0% 37%,   13% 30%
	    );
	    clip-path: polygon(
	    13% 13%, 30% 13%, 37% 0%,   50% 8%,  62% 0%,   70% 13%,
	    87% 13%, 87% 30%, 100% 37%, 92% 50%, 100% 62%, 87% 70%,
	    87% 87%, 70% 87%, 62% 100%, 50% 92%, 37% 100%, 30% 87%,
	    13% 87%, 13% 70%, 0% 62%,   8% 50%, 0% 37%,   13% 30%
	    );
	  }
	  .sello-preventa-cerrada-bg{
	  	position: absolute;
	    left: 50%; 
	    top: 50%;
	    transform: translate(-50%, -50%);    
	    width: 75%;
	    height: 75%;
	    color: rgb(255 255 255);
	    background: #9e0000;
	    border-radius: 10em;
		-webkit-border-radius: 10em;
	    -moz-border-radius: 10em;
	    -ms-border-radius: 10em;
	    -o-border-radius: 10em;
		font-size:1.2em;
	    font-family: 'VodafoneRegular', arial, helvetica;
	    font-weight:bold;
	  }
		.sello-preventa-cerrada div{
			position: absolute;
		    left: 50%; 
		    top: 50%;
		    transform: translate(-50%, -50%) rotate(15deg);
		    text-align:center;
		}
.invitaciones-no-data{
	position:relative;
}
.invitaciones-no-data div{
	background:rgba(255,255,255,.5);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.1) 62%);
	width:9em;
	height:9em;
	-webkit-box-shadow: 0px 17px 10px -15px rgb(0 0 0 / 85%); 
	box-shadow: 0px 17px 10px -15px rgb(0 0 0 / 85%);
}
.invitaciones-no-data div img{
	opacity:.6;
	width: 55%;
}
.invitaciones-no-data p{
	font-size:1.7em;
	font-weight:bold;
	color:rgba(0,0,0,.6);	
	margin-top:.6em;
}
/*>>>>>>/ELEMENTOS SIN CONTENIDOS<<<<<<<<*/
/*MODALES*/
.tg-modal-invitacion .tg-body {
    z-index: 9999;
    margin-left: 0px;
    overflow-y: visible;
    position: fixed;
    transform: translate(0,0);
    width: auto;
    left: 0;
    right: 0;
    height: auto;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
}
.tg-modal-invitacion .tg-inner-body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 90%;
    height: auto;
    position: relative;
}
@media (min-width: 767px){
	.tg-modal-invitacion .tg-inner-body {
	    position: absolute;
	    max-width: 550px;
	    top: 4em;
	    margin: 0 auto;
	}
}
.tg-modal-invitacion .tg-close {
    display: none !important;
}
.tg-modal-invitacion .tg-ajax {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 5px;
}
.tg-modal-invitacion h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-weight: bold;
    border-bottom: 2px solid rgba(0,0,0,.1);
}

.tg-modal-invitacion .tg-ajax p {
    font-size: 1.4em;
    font-family: 'VodafoneRegular', arial, helvetica;
    line-height: 1.8em;
    margin: 2em 0em;
    color: #707070;
}
.tg-modal-invitacion .tg-ajax p span{
	color:#000;
	font-weight:bold;
}
.tg-modal-invitacion .nb-error, .tg-modal-invitacion .nb-success {
    background: none;
    border: none;
    font-size: 1.2em;
    font-family: VodafoneRegular, Arial, sans-serif;
    margin-bottom: -1em;
}
	.tg-modal-invitacion .nb-error i, .tg-modal-invitacion .nb-success i {
	    display:none;
	}
	.tg-modal-invitacion .nb-error p, .tg-modal-invitacion .nb-success p {
	        font-size: 1.2em;
		    font-family: 'VodafoneRegular', arial, helvetica;
		    line-height: 1.4em;
		    margin: 0em;
		    color: #707070;
	}
.tg-modal-invitacion .nb-error div, .tg-modal-invitacion .nb-success div {
    padding-left: 0px;
    padding-top: 8em;
    text-align: center;
    position: relative;
}
	.tg-modal-invitacion .nb-error div:after{
		content: "";
	    width: 6.9em;
	    height: 6.9em;
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    position: absolute;
	    background-color: rgb(255 0 0 / 48%);
	    -webkit-border-radius: 10em;
	    -moz-border-radius: 10em;
	    border-radius: 10em;
	}
	.tg-modal-invitacion .nb-error div:before{
		content: "";
	    width: 7em;
	    height: 7em;
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    background-image: url(../img/redpremiere/sad.png);
	    background-repeat: no-repeat;
	    background-position: fixed;
	    background-size: cover;
	    z-index: 1;
	}
	.tg-modal-invitacion .nb-success div:after{
		content: "";
	    width: 6.9em;
	    height: 6.9em;
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    position: absolute;
	    background-color: rgb(113 247 209 / 48%);
	    -webkit-border-radius: 10em;
	    -moz-border-radius: 10em;
	    border-radius: 10em;
	}
	.tg-modal-invitacion .nb-success div:before{
		content: "";
	    width: 7em;
	    height: 7em;
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    background-image: url(../img/redpremiere/smiley.png);
	    background-repeat: no-repeat;
	    background-position: fixed;
	    background-size: cover;
	    z-index: 1;
	}
.tg-modal-invitacion .tg-modal-bis-footer {
    text-align: center;
    border-top: none;
}
.tg-modal-invitacion .invitacion-bt, .tg-modal-invitacion .invitacion-bt-grey {
    background: #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-family: VodafoneRegular, Arial, sans-serif;
    display: inline-block;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 6px 10px 0;
    padding: 13px 20px 15px 20px !important;
    text-align: center;
    line-height: 1;
    width: 100%;
    transition: all .3s ease;
}
.tg-modal-invitacion .invitacion-bt-grey {
    background: #dadada;    
    color: #333;
}
.tg-modal-invitacion .invitacion-bt:hover{
    background: #333;
    color:#fff;
}
.tg-modal-invitacion .invitacion-bt-grey:hover  {
    background: #787878;
    color:#fff;
}
@media (min-width: 767px){
	.tg-modal-invitacion .invitacion-bt,  .tg-modal-invitacion .invitacion-bt-grey{
	    width: auto;
	}
}
.form-modal-bg{
	width:100%;
	margin:.5em 0;
	background:rgba(0,0,0,.05);
	padding:2em 1em;	
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
}
.tg-modal-invitacion form, .tg-modal-invitacion label, .tg-modal-invitacion input, .tg-modal-invitacion select, .tg-modal-invitacion textarea {
    font-family: 'VodafoneRegular', arial, helvetica;
    font-size:1.1em;
}

.tg-foto{
	text-align:center;
}
.tg-foto img{
	max-height: 90vh;
    max-width: 100%;
}
/*/MODALES*/
/*------------/REDPREMIERE--------------*/

/*----------------------------------AUDITORIAS----------------------------------------*/
.container-auditorias{
	font-family: 'VodafoneRegular', arial, helvetica;
}
/*------ROWS Y COLS------*/
.auditorias-row-tit-mueble{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;  
	padding: .3em .5em;
    background: #707070;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
.auditorias-row{
	display:flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
	width:100%;
	background: #e7e7e7;
	padding:0em;
    margin-bottom:1.5em;
    text-align:center;
}
@media only screen and (min-width:767px) {
	.auditorias-row{
		display: flex;
	    flex-direction: row;
	    align-content: flex-start;
	    justify-content: flex-start;
	    align-items: stretch;
    	margin-bottom:2em;
	}
}
.auditorias-col-mueble, 
.auditorias-col-foto,  
.auditorias-col-no-foto{
	width:100%;
}
.auditorias-col-no-foto{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position:relative;
}
.auditorias-col-mueble{
	background:#d8d8d8 ;
	position: relative;
}
@media only screen and (max-width:767.5px) { 
	.auditorias-col-foto{
		padding:1em;
	}
}
@media only screen and (min-width:767px) {
	.auditorias-col-mueble, 
	.auditorias-col-foto{
		padding:1em;
		display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	    align-content: center;
	}
	.auditorias-col-mueble, 
	.auditorias-col-foto, 
	.auditorias-col-no-foto{
		width:50%;
	}
}
/*------/ROWS Y COLS------*/

/*------IMAGENES MUEBLE Y FOTO------*/
.content-auditorias-img{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: .2em;
}
	@media only screen and (max-width:767.5px) {
		.auditorias-col-mueble .content-auditorias-img{
		    margin:1.5em;
		}
	}
	@media only screen and (max-width:540.5px) {
		.auditorias-col-mueble .content-auditorias-img{
		    margin:0em;
		}
	}
@media only screen and (min-width:767px) {
	.content-auditorias-img{
		/*max-height: 410px;*/
	}	
}
.content-auditorias-img img{
	max-width: 100%;
    max-height: 330px;
}
	@media only screen and (max-width:767.5px) {
		.content-auditorias-img img{
		    /*width:100%;*/
		}
	}
	@media only screen and (min-width:767px) {
		.content-auditorias-img img{
		    max-height: 400px;
		}
	}
/*------/IMAGENES MUEBLE Y FOTO------*/

/*------TEXTOS MUEBLE Y FOTO------*/
.content-auditorias-txt{	
	font-size:1em;
	padding:.5em;
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
} 
.auditorias-txt-persona{
	display:block;
	font-size:.9em;
}
.auditorias-txt-persona span{
	font-size:1.1em;
	font-weight:bold;
}
.auditorias-txt-fecha {
	display:block;
	font-size:.9em;
	font-weight:bold;
	margin:0 .3em;
	border-radius:.3em;
	background:rgb(0 0 0 / 5%);
	padding:.2em .3em;
}
/*------/TEXTOS MUEBLE Y FOTO------*/

/*------FOTO AUDITAR------*/
.content-auditorias-foto{
	position:relative;
}
/*AUDITORIAS*/
.auditorias-menu{	
    position: absolute;
    top: .5em;
    left: 0em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;    
	width: -moz-calc(100% - .8em);
    width: -webkit-calc(100% - .8em);
    width: calc(100% - .8em);
}
.auditorias-menu button{
	display:flex;    
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.6em;
    height: 1.6em;
    font-size: 2.6em;
    margin: 0 0 0 .25em;
    -webkit-text-stroke: 0.03em currentColor;
    transition: all .3s ease;
}
/*OK*/
.auditorias-menu button.btn-auditoria-ok, 
.auditorias-menu button.btn-auditoria-activo-ok:hover{
	background:rgb(255 255 255 / 90%);
	box-shadow:inset 0px 0px 0px 2px #19c49c;
	color:#19c49c;
}
	.auditorias-menu button.btn-auditoria-ok span, 
	.auditorias-menu button.btn-auditoria-activo-ok span{/*Ajuste posición icono*/
		padding-left:.05em;
	}
.auditorias-menu button.btn-auditoria-ok:hover, 
.auditorias-menu button.btn-auditoria-activo-ok{
	box-shadow:inset 0px 0px 0px 2px #19c49c;
	background:#19c49c;
	color:#fff;
}
span.icon-positive-vote.icon-vote-header{
	color:#19c49c !important;
}
/*NOK*/
.auditorias-menu button.btn-auditoria-nok, 
.auditorias-menu button.btn-auditoria-activo-nok:hover{
	background:rgb(255 255 255 / 90%);
	box-shadow:inset 0px 0px 0px 2px #d81716;
	color:#d81716;
}
	.auditorias-menu button.btn-auditoria-nok span, 
	.auditorias-menu button.btn-auditoria-activo-nok span{/*Ajuste posición icono*/
		padding-top:0.15em;
	}
.auditorias-menu button.btn-auditoria-nok:hover, 
.auditorias-menu button.btn-auditoria-activo-nok{
	box-shadow:inset 0px 0px 0px 2px #d81716;
	background:#d81716;
	color:#fff;
}
span.icon-negative-vote.icon-vote-header{
	color:#d81716 !important;
}

span.icon-positive-vote.icon-vote-header, span.icon-negative-vote.icon-vote-header{
	font-size: .9em !important;
    -webkit-text-stroke: 0.02em currentColor;
}

span.icon-vote-header-minis{
	display:inline-block;
	font-size: .75em !important;
}
span.icon-vote-header-minis span::before{
	margin-right:0 !important;
	margin-left:0 !important;
}
span.icon-vote-header-minis span.icon-vote-header-void{
	color:#fff !important;
}
/*.auditorias-menu button.btn-auditoria-activo-ok:hover, 
.auditorias-menu button.btn-auditoria-activo-nok:hover{ HOVER EN BOTON ACTIVO
	background: rgb(255 255 255 / 50%);
    box-shadow: inset 0px 0px 0px 2px #7e7e7e;
    color: #7e7e7e;
}*/
/*AUDITORIAS REVISADO NO EDITABLE*/
.auditorias-menu button.visibility-hidden{
	visibility:hidden !important;
}
.pointer-events-none{
	pointer-events: none !important;
}
/*/AUDITORIAS*/

/*BOTONES EXTRA*/
.auditorias-options{
	position: absolute;
    bottom: .5em;
    left: .5em;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;    
}

.auditorias-col-mueble .auditorias-options{
    left: 0;
    margin-left: 0 !important;
}
.btn-borrar-foto,  
.btn-comentario-foto-add, 
.btn-comentario-foto, 
.btn-hacer-foto, 
.btn-ampliar-foto{
    background: rgb(0 0 0 / 30%);
    border: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
    width: 2em;
    height: 2em;
    font-size: 1.6em;    
    transition: all .3s ease;
    z-index: 2;
    margin:0 .2em;
}
.btn-borrar-foto:hover, 
.btn-comentario-foto-add:hover,
.btn-hacer-foto:hover,
.btn-ampliar-foto:hover{
    background: rgb(0 0 0 / 70%);
    border: 1px solid rgb(255 255 255 / 60%);
}	
.btn-comentario-foto{
    background: rgb(0 220 255 / 35%);
	border: 1px solid rgb(0 220 255 / 55%);
	color: rgb(255 255 255);
}
	.btn-comentario-foto:hover{
	    background: rgb(0 220 255 / 70%);
		border: 1px solid rgb(0 220 255 / 90%);
	}
.btn-ampliar-foto-incidencia{
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 2em;
    height: 2em;
    font-size: 1.2em; 
    line-height:1; 
    background: rgb(255 134 0 / 80%);
    border: 1px solid rgb(255 255 255 / 70%);  
    transition: all .3s ease;
}
	.btn-ampliar-foto-incidencia:hover{
	    background: rgb(255 219 0 / 80%);
        border: 1px solid rgb(255 255 255 / 100%);
	}
	.fa-con-subindice{
	    display:inline-block;
	    position:relative;
	    margin-top: 0.1em;
	}
    .fa-subindice{
        position: absolute;
        top: -0.2em;
        right: -0.6em;
        font-size: .55em !important;
        color: #ffffff;
    }
/*/BOTONES EXTRA*/

/*COMENTARIOS*/
.auditorias-comments, 
.auditorias-minimodal{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    background: #ffffff;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    text-align: left;
    width: 90%;
    border-radius: .2em;
	padding:1em;
	z-index: 3;
	display: flex;
    flex-direction: column;
} 
.auditorias-minimodal{
    max-width: 300px;
}
	.auditorias-comments:after {
	    content: '';
	    position: absolute;
	    display: block;
	    width: 0;
	    z-index: 4;
	    border-style: solid;
	    border-color: #ffffff transparent;
	    border-width: 0 20px 20px;
	    top: -14px;
	    left: 50%;
	    margin-left: -20px;
	}

.auditorias-comment-validado{
	width:100%;
	color:#000;
	font-size:1em;
	line-height:1.2;
	-webkit-text-stroke:.02em currentColor;
	padding:.3em;
}
.auditorias-minimodal-txt{
	width:100%;
	color:#666;
	font-size:1.4em;
	line-height:1.2;
	text-align:center;
	-webkit-text-stroke:.005em currentColor;
}

.auditorias-comments textarea{
	width:100%;
	height:7em;
	color: #000;
	font-size:1.2em;
	padding:.3em;
	font-family: 'VodafoneRegular', arial, helvetica;
	-webkit-text-stroke:.01em currentColor;
	border: none !important;
	transition: all .2s ease; 
}
	.auditorias-comments textarea::placeholder {
		color: #999;
		font-style: italic;
		font-family: 'VodafoneRegular', arial, helvetica;
	}	
	.auditorias-comments textarea:focus {
	    outline: 0;
	    box-shadow: inset 0 0 0 0px rgb(0 0 0 / 0%), 0 -9px 8px -3px rgb(0 0 0 / 6%) inset;
	    background:#f2f2f2;
	}

.auditorias-comments-buttons{
	padding:1em 0 0 0;
	width:100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.auditorias-comments-buttons-separador{
	border-top: .15em dashed rgba(0 0 0 / 20%);	
}
.auditorias-comments-buttons-margen{
	margin-top:.8em;
}

.btn-comment-borrar, 
.btn-comment-cancelar,
.btn-incidencia-comment-aceptar, 
.btn-comment-aceptar{
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    font-size: 1.7em;
    -webkit-text-stroke: 0.01em currentColor;
    background: rgba(0 0 0 / 60%);
    color: #fff;
    text-align: center;
    margin: 0 .5em;
    transition: all .2s ease;
    display:flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btn-comment-borrar:hover,
.btn-comment-cancelar:hover, 
.btn-comment-aceptar:hover{
    background:rgba(0 0 0 / 100%);
}
	.btn-comment-cancelar span{
		font-size:.7em;
	}
	.accion-destacada{
		background:rgb(58 197 158);
	}
	.accion-destacada:hover{
		background:rgb(35 134 106);
	}
/*/COMENTARIOS*/
/*------/FOTO AUDITAR------*/

/*------SIN FOTO------*/
.auditorias-col-no-foto .icon-no_photo{
	font-size: /*12em*/7em;
    line-height: 1;
    color: #c4c4c4;
    -webkit-text-stroke: 0.02em #e7e7e7;
}
@media only screen and (max-width:767.5px) {
	.auditorias-col-no-foto .icon-no_photo{
		padding:.25em 0;
	}	
}
/*------/SIN FOTO------*/
/*ACTUALIZACION 15.02.2022*/
@media only screen and (max-width:766.5px) {	
	.nav-menu a.auditorias-menu-ppal-outer{
		padding: 0em 0.8em !important;
	}
	.auditorias-menu-ppal{
		display:block;
		min-width:5em;
		height:100%;	
	    background-image: url(../img/icons/icono_auditorias_MTR_activo.png);
	    background-repeat: no-repeat;
	    background-position:left;
	    background-size: 1.8em;
	}
}
@media only screen and (min-width:767px) {
	.nav-menu a.auditorias-menu-ppal-outer{
		padding-top: 0.2em !important;
	    padding-bottom: 0em !important;
	    padding-right: 0em !important;    
	    padding-left: 0em !important;
	    margin: 0em 0 !important;
	}
	.auditorias-menu-ppal{
		display:block;
		min-width:5em;
		height:100%;	
	    background-image: url(../img/icons/icono_auditorias_MTR.png);
	    background-repeat: no-repeat;
	    background-position:center;
	    background-size: 1.8em;
	}
}
@media only screen and (min-width: 767px) and (max-width: 808px){	
	.nav-menu a.auditorias-menu-ppal-outer{ height:24.5px !important; }
}
@media only screen and (min-width: 808px) and (max-width: 890px){
	.nav-menu a.auditorias-menu-ppal-outer{ height:25.5px !important; }
}
@media only screen and (min-width: 890px) and (max-width: 1100px){
	.nav-menu a.auditorias-menu-ppal-outer{ height:27.5px !important; }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px){
	.nav-menu a.auditorias-menu-ppal-outer{ height:30.5px !important; }
}
@media only screen and (min-width: 1301px){
	.nav-menu a.auditorias-menu-ppal-outer{ height:32.5px !important; }
}
li:hover .auditorias-menu-ppal{
    background-image: url(../img/icons/icono_auditorias_MTR_activo.png);
}
li.active .auditorias-menu-ppal{
    background-image: url(../img/icons/icono_auditorias_MTR_activo.png);
}

.auditorias-subtit{
	display:block;
	font-weight:bold;    
	font-size: 1em !important;
    color: #333 !important;
}
/*/ACTUALIZACION 15.02.2022*/
/*--------ACTUALIZACION 04.05.2022------------*/
/*THUMBS*/
.auditoria-dos-imagenes .auditorias-col-mueble div:last-child{
	margin-top:.5em;
}
@media only screen and (min-width: 767px){
	.auditoria-dos-imagenes .auditorias-col-mueble{
	    flex-direction: row;
	}
	.auditoria-dos-imagenes .auditorias-col-mueble div:last-child{
		margin-top:.0em;
		margin-left:.4em;
	}
	.auditoria-dos-imagenes .content-auditorias-img div:first-child{
		margin-right:.4em;
	}
}
/*FOTOS*/
.auditorias-col-foto .content-auditorias-img {
    background:rgb(0 0 0 / 80%);
    padding:1em;
}
.auditoria-dos-imagenes .auditorias-col-foto .content-auditorias-foto-imgs{
	width:100%;
	display:flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.auditoria-dos-imagenes .auditorias-col-foto .content-auditorias-foto-imgs img:last-child{
	max-width:calc(100% - 2em);
	margin-top:.5em;
}
@media only screen and (min-width: 767px){		
	.auditoria-dos-imagenes .auditorias-col-foto .content-auditorias-foto-imgs{
		flex-direction: row;
	}
	.auditoria-dos-imagenes .auditorias-col-foto .content-auditorias-foto-imgs img{
		width:50%;
	}
	.auditoria-dos-imagenes .auditorias-col-foto .content-auditorias-foto-imgs img:first-child{
		margin-right:.25em;
	}
	.auditoria-dos-imagenes .auditorias-col-foto .content-auditorias-foto-imgs img:last-child{
		margin-top:0;
		margin-left:.25em;
	}
}

/*MODALES 1 FOTO*/
.auditoria-modal-foto .tg-body{
    width: 100%;
}
.auditoria-modal-foto .tg-inner-body{
	position: fixed;
		top:0%;
	    left: 0%;
	    transform: translate(0%, 0%);
    width: 100%;
    	max-width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.auditoria-modal-foto .tg-foto{
	display:flex;
	flex-direction:column;    
	flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: calc(100% - 1em);
    height: 100%;
    margin: 0.5em;
}
.auditoria-modal-foto .tg-foto.modal-scrollv{
	overflow-y: scroll;
}
.auditoria-modal-foto .tg-foto.tg-foto-flex-start{
	justify-content: flex-start;
}
.auditoria-modal-foto .tg-foto img{
    width:100%;
    height:100%;
    object-fit:contain;
    max-height: initial;
    max-width: initial;
    pointer-events:none;
}
@media only screen and (min-width: 767px){
	.auditoria-modal-foto .tg-foto img{
	    max-width: 800px;
	}	
}
@media only screen and (min-width: 1366px){
	.auditoria-modal-foto .tg-foto img{
	    max-width: 1200px;
	}	
}

/*MODALES 2 FOTOS*/
.auditoria-modal-dos-foto .tg-body{
    width: calc(100% + 16px) !important;
}
@media only screen and (max-width: 411.5px){
	.auditoria-modal-dos-foto .tg-body{
	    width: 100% !important;
	}
}
@media only screen and (max-width: 766.5px){
	.auditoria-modal-dos-foto .tg-inner-body{
		position: absolute;
			top:0%;
		    left: 50%;
		    transform: translate(-50%, 0%);
	    height:auto;
	}	
}
.auditoria-modal-dos-foto .tg-foto img:last-child{
	margin-top:1em;
}
@media only screen and (min-width: 767px){
	.auditoria-modal-dos-foto .tg-body{
	    width: 100% !important;
	}
	.auditoria-modal-dos-foto .tg-foto{
		flex-direction:row;
	}
	.auditoria-modal-dos-foto .tg-foto img{
	    width: calc(50% - 1em);
	}
	.auditoria-modal-dos-foto .tg-foto  img:first-child{
		margin-right:.5em;
	}
	.auditoria-modal-dos-foto .tg-foto  img:last-child{
		margin-top:0em;
		margin-left:.5em;
	}
}

/*---MODAL AUDITORIA AUTOMATIZADA---*/
.foto-resultados{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background: rgb(255 255 255);
    margin:  .5em 0;
    position: relative;
}
.foto-resultados .fotos-resultados-izq{
	width: 70%;
}
.foto-resultados .fotos-resultados-der{
	width: 30%;
    padding: .8em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.foto-resultados .fotos-resultados-der span{
	font-family: 'VodafoneRegular', arial, helvetica;
	color: rgb(6 6 6);
	padding: .3em 0;
	border-bottom: 1px solid rgb(0 0 0 /20%);
	width: 100%;
	text-align: left;
}
.foto-resultados .fotos-resultados-der span b{
	color: rgb(0 0 0);
}
.fotos-resultados-numero{
	position: absolute;
    bottom: .5em;
    right: .5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgb(141 141 141);
    color: rgb(255 255 255);
    font-family: 'VodafoneRegular', arial, helvetica;
    font-weight: bold;
    font-size: 1.2em;
    padding: .1em .3em;
    min-width: 30px;
    border-radius: .2em;
}
/*---/MODAL AUDITORIA AUTOMATIZADA---*/

/*--------/ACTUALIZACION 04.05.2022------------*/
/*-----------MODAL FOTO MUEBLE-------------*/
.modal-hacer-foto {
	position: relative;
	background: rgb(0 0 0) !important;
	overflow-x: hidden;
	overflow-y: hidden;
}
.modal-hacer-foto .spring, .modal-hacer-foto .mod-selectsizefooter{
	display: none;
}
.camera-container * {
   box-sizing: border-box;
}
.camera-container {
	background: rgb(0 0 0);
	/*display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;*/
	width: 100dvw;
    height: 100dvh;
}

/* for the camera, cap the size of the container, but maintain a 1: 3/5 ratio between width and height */
.camera-container .camera {
   /*margin: 1em 0;
   width: 90vw;
   height: 90vw;*/
   /*max-width: 80vw;
   max-height: 80vh;*/
   max-width: 100dvw;
   max-height: 100dvh;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   /* slight gradient toward the top of the camera */
   position: relative;
   /* flex to center the canvas in the camera */
   display: flex;
   justify-content: center;
   align-items: center;
}

/* for the canvas, include it as a circle with a solid background
the idea is to give the feed from the webcam in this element
*/
.camera-container .camera-feed {
   /*max-width: 80vw;
   max-height: 80vh; */  
   max-width: 100dvw;
   max-height: 100dvh;
}

.camera-container .camera-hide {
   position: absolute;
   /*max-width: 80vw;
   max-height: 80vh;*/
   max-width: 100dvw;
   max-height: 100dvh;
   border-color: /*#d8d8d8*/  rgb(0 0 0);
   border-style: solid;
   border-top-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
}

.camera-container .camera-hide #poster {
   opacity: 0.2;
   width: 100%;
   height: 100%;
   display: none;
}

.camera-container .camera #preview {
   /*max-width: 80vw;
   max-height: 80vh;*/
   max-width: 100dvw;
   max-height: 100dvh;
   position: absolute;
   display: none;
}
.camera-container .menu-hacer-foto{
	width: 100%;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;*/
}
.camera-container .menu-confirmar {
	display: none;
	width: 100%;
}
	.camera-container .menu-confirmar-inner {
		/*position: absolute;
		bottom: 2em;
		left: 0;
		width: 100%;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	    justify-content: center;*/
	}

.camera-container-btn{
    /*width: 3em;
    height: 3em;*/
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 30%);
    border: none !important;
    color: #000000;    
    border-radius: 100%;
    transition: all .3s ease;
}
.camera-container-btn span{
    font-size: 2em;
}
.camera-container-btn:hover{
    background: rgb( 255 255 255 / 70%);
    border: none !important;
}


	.camera-container-btn.btn-hacer-foto{
		position: absolute;
	    /*bottom: 4em;*/
	    bottom: 3em;
	    left: 50%;
	    margin: 0 auto;
	    transform: translate(-50%, 0);
		background: rgb(186 17 17 / 80%);
		color:rgb(255 255 255);
		width: 4em;
		height: 4em;
	}
	@media screen and (orientation: landscape) {
		.camera-container-btn.btn-hacer-foto{
		    bottom: 40%;
		    left: 90%;
		}
	}
		.camera-container-btn.btn-hacer-foto:hover{
		    background: rgb(186 17 17 );
		}
		.camera-container-btn.btn-hacer-foto span{
			font-size: 2em; 
		}
	.camera-container-btn.btn-cancelar-foto{
		background: rgb(255 255 255 / 50%);
		/*background: yellow;*/
		color: rgb(0 0 0);
		position: absolute;
		top: .8em;
		left: 1em;
		width: 3em;
		height: 3em;
		z-index: 20000;
	}
		.camera-container-btn.btn-cancelar-foto:hover{
		    background: rgb(255 255 255 / 80%);
		}	
	.camera-container-btn.btn-confirmar-foto{
		background: rgb(156 42 160);
		color: #ffffff;
		position: absolute;
		/*bottom: 7.5em;*/
		bottom: 1.5em;
	    right: 1em;
	    width: 4em;
	    height: 4em;
	}
		.camera-container-btn.btn-confirmar-foto:hover{
		    background: rgb(156 42 160 / 80%);
		}
		.camera-container-btn.btn-confirmar-foto span{
			font-size: 2.5em; 
		}
	.camera-container-btn.btn-eliminar-foto{
		background: rgb(0 0 0 / 50%);
		color: #ffffff;
		position: absolute;
	    /*bottom: 7.5em;*/
	    bottom: 1.5em;
	    left: 1em;
	    width: 4em;
	    height: 4em;
	}
		.camera-container-btn.btn-eliminar-foto:hover{
		    background: rgb(0 0 0 / 80%);
		}
		.camera-container-btn.btn-eliminar-foto span{
			font-size: 2.5em; 
		}
.camera-container-btn span{
	/*margin-right: .3em;*/
}
.camera-container-btn b{
    font-family: 'VodafoneRegular', arial, helvetica;
    text-transform: uppercase;
}
.camera-container .auditorias-row-tit-mueble {
	position: absolute;
    top: 1em;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    border-radius: 4em;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;*/
    padding: .3em .6em;
    background: rgb(255 255 255 / 50%);
		/*background: yellow;*/
    color:rgb(0 0 0 / 100%);
    font-size: 1.2em;
    font-family: 'VodafoneRegular', arial, helvetica;
    font-weight: bold;
}
.btn-hacer-foto.listado-btn-hacer-foto{
	position: absolute;
    margin: 0 auto;
	width: 5em;
	height: 5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: none !important;
	background: rgb(186 17 17 / 100%);
	color:rgb(255 255 255);    
    border-radius: 100%;
    transition: all .3s ease;
}
.btn-hacer-foto.listado-btn-hacer-foto:hover{
	background: rgb(124 0 0);
}
.btn-hacer-foto.listado-btn-hacer-foto span{
    font-size: 2em;
}

#auditoria-camera-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    text-align: center;
}

#auditoria-camera-overlay > div {
    position: relative;
    left: 50%;
    top: 50%;
    width: 60%;
    margin-left: -30%;
    margin-top: -100px;
    color: #ffffff;
}

.modal-hacer-foto .loader.full .loader-message {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px !important;
    height: 200px !important;
    margin-left: -100px !important;
    margin-top: -100px !important;
}


.container-auditorias .btn-incidencia {
    color: black;
    margin-top: 0px !important;
    background: rgb(198 198 198 / 70%);
}


.orientation-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/orientation_portrait.png) no-repeat 50%;
    background-color: #000000;
    z-index: 10003;
}
@media (orientation: portrait) {
    .orientation-warning {
        display: none;
    }
}

.display-none-hard {
    display: none !important;
}




/*-----------/MODAL FOTO MUEBLE-------------*/
/*----------------------------------/AUDITORIAS----------------------------------------*/

/*---------------------------------MUEBLES DISPOSITIVOS--------------------------------*/
.canvas-boton-vista{
	width: 200px !important;
	max-width:50% !important;
    height: 150px !important;
    position: absolute;
    text-align:center;
    bottom: .8em;
    right: .5em;
    border: solid 4px #545454;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 !important;
    transition: all .2s ease;
    display: none;
}
.canvas-boton-vista:hover{
    border: solid 4px #fff;
    background: rgba(0,0,0,0.2);
}
.canvas-boton-vista img{
	/*max-width:100%;*/
	max-height:100%;
}
.canvas-boton-vista strong{
	position:absolute;
	bottom: 0.3em;
    right: 0.3em;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    background: rgba(0,0,0,.4);
    transition: all .2s ease;
}
.canvas-boton-vista span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:2em;
    color: #fff;
    transition: all .2s ease;
}
.canvas-boton-vista:hover strong{
    background: rgba(255,255,255,.8);
}
.canvas-boton-vista:hover span{    
    color: #454545;
}
/*---------------------------------/MUEBLES DISPOSITIVOS--------------------------------*/

/*---------------------------------REPOSICION 2023--------------------------------*/
.reposicion-thumb{

}
.reposicion-thumb img{
	width: calc(100% - 1em);
	margin-right: 1em;
}
@media only screen and (max-width: 766.5px){
	.reposicion-thumb{
		text-align: center;
	}
	.reposicion-thumb img{
		display: inline-block;
		max-width:100%;
		max-height:230px;
		width: auto;
		height: auto;
		margin-right: 0em;
		margin-bottom: 2em;
	}
}
/*---------------------------------/REPOSICION 2023--------------------------------*/

/*-------------------------------STANDS-------------------------------*/
@media only screen and (min-width:767px) {
  .datos-stand .btn {
    width: 15em;
  }
}

.stands-table{

}
.stands-table-tit{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.stands-table-tit-nombre{
	display: block;
	margin-right: 1em;
}
.stands-table-tit-form{
	width: 100%;
}
@media (max-width:768px){	
	.stands-table-tit{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: nowrap;
	}
	.stands-table-tit-form{
		width: 100%;
		max-width: auto;
	}
	.stands-table-tit-form .SumoSelect {
        margin-bottom: 0em !important;

    }
}

/*SUMO SELECT*/
.stands-table-tit-form .SumoSelect > .CaptionCont > span.placeholder {
    color: #ffffff;
    font-size: 1.6em;
}
.stands-table-tit-form .SumoSelect > .CaptionCont > label {
    padding-right: 30px;
}
.stands-table-tit-form .SumoSelect:focus > .CaptionCont {
    -webkit-box-shadow: inset 0 0 0 3px #565656, 0 1px 2px rgba(50, 50, 50, .75) inset;
    -moz-box-shadow: inset 0 0 0 3px #565656, 0 1px 2px rgba(50, 50, 50, .75) inset;
    box-shadow: inset 0 0 0 3px #565656, 0 1px 2px rgba(50, 50, 50, .75) inset;
}
.stands-table-tit-form .SumoSelect > .optWrapper {
    background: #767676;
    border: 1px solid #525252;
}
.stands-table-tit-form .SumoSelect.open > .optWrapper {
    font-size: .75em;
}
.stands-table-tit-form .SumoSelect .select-all {
    border-bottom: 1px solid #2c2c2c;
    background-color: #545454;
}
.stands-table-tit-form .SumoSelect > .optWrapper > .options li.opt {
    border-bottom: 1px solid #575757;
}
.stands-table-tit-form .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #6c6c6c;
}
.stands-table-tit-form .SumoSelect > .optWrapper > .options li.opt label {
    font-weight: 400;
}
.stands-table-tit-form .SumoSelect > .optWrapper > .MultiControls {
	border-top: 1px solid #323232;
    background-color: #5f5f5f;
}

.stands-table-tit-form .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #323232;
}
.stands-table-tit-form .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #3a3a3a;
}
.stands-table-tit-form .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, 
.stands-table-tit-form .SumoSelect .select-all.selected > span i {
    background-color: rgb(229 11 11);
}
.stands-table-tit-form .SumoSelect .select-all.partial > span i {
    background-color: rgb(204 204 204);
}
/*/SUMO SELECT*/
.stands-table .jerarquias-table-content table.jerarquias-table tr {
    display: table-row;
}
.stands-table   .jerarquias-table-content table.jerarquias-table  td {
    display: table-cell;
}
/*.stands-table  .jerarquias-table-content table.jerarquias-table td span.jerarquias-nombre img {
    max-width: 100%;
    min-width: 65px;
}
@media (max-width:767px) {
	.stands-table  .jerarquias-table-content table.jerarquias-table td span.jerarquias-nombre img {
	    max-width: 65px;
	    min-width: 50px;
	}
}*/
.stands-table-img{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
}
.stands-table-img img{
    max-width: 100%;
    max-height: 100px;
}
@media (max-width:767px) {
	.stands-table-img{
	    height: 60px;
	    width: 60px;
	}
	.stands-table-img img{
	    max-width: 100%;
	    max-height: 60px;
	}
}
@media (min-width:1200px) {
	.stands-table-img{
	    height: 130px;
	    width: 130px;
	}
	.stands-table-img img{
	    max-width: 100%;
	    max-height: 130px;
	}
}

.stands-table  .jerarquias-table-content table.jerarquias-table td span.span-ellipsis{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.stands-table  .jerarquias-table-content table.jerarquias-table td span.span-linebreak-anywhere{
  width: 100%;
  line-break: anywhere;
  word-break: break-all;
}
.stands-table .jerarquias-table-content table.jerarquias-table td span.span-linebreak-strict{
  width: 100%;
  line-break: strict;
}
.stands-table .text-center {
    text-align: center;
}
.stands-table .styled-select.slate {
    max-width: 50px;
}
.stands-table .styled-select.slate select {
    height: 30px;
}
/*MODAL STANDS*/
.tg-modal-bis .tg-ajax {
    background-color:rgb(255 255 255)
}
.stands-lista-solicitud{
	margin-top: 3em;
}
.stands-lista-solicitud-item{
	border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.stands-lista-solicitud-item-img{
    margin-right: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}
.stands-lista-solicitud-item img{
	max-width: 90px;
    max-height: 90px;
    width: auto;
}
@media (min-width: 1200px) {
	.stands-lista-solicitud-item-img{
		width: 130px;
		height: 130px;
	}
    .stands-lista-solicitud-item img{
		max-width: 110px;
		max-height: 110px;
    }
}
@media (max-width:767px) {
	.stands-lista-solicitud-item-img{
		width: 65px;
		height: 65px;
	}		
    .stands-lista-solicitud-item img{
		max-width: 45px;
		max-height: 45px;
    }
}
.stands-lista-solicitud-item ul{
    width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'VodafoneRegular', arial, helvetica;
}
.stands-lista-solicitud-item li{
	
}
.stands-lista-solicitud-item li span.stands-item-cantidad{
	display: block;
    font-weight: 700;
    font-size: 1em;
    background: rgb(255 255 255);
    border: 1px solid rgb(0 0 0 / 25%);
    border-radius: .2em;
    padding: .2em 1em;
    box-shadow: 0px 1px 5px 1px inset rgb(0 0 0 / 20%);
    min-width: 45px;
    text-align: center;
    margin-left: 1em;
}
.stands-lista-solicitud-footer {
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid rgb(0 0 0 / 0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.stands-lista-solicitud-footer input, .stands-lista-solicitud-footer .btn {
    margin: 0 .4em !important;
}
@media (max-width:570px) {
	.stands-lista-solicitud-footer {
	    flex-direction: column;
	}
	.stands-lista-solicitud-footer input, .stands-lista-solicitud-footer .btn {
	    margin: .4em 0 !important;
	}
}
.linebreak-anywhere{
	display: block;
	width: 100%;
	line-break: anywhere;
	word-break: break-all;
}
/*/MODAL STANDS*/
/*-------------------------------/STANDS-------------------------------*/