whtml {
	height: 100%;
	width: 100%;
	}
body {
	font-family: 'robotolight';
	font-size: 16px;
	background-color: #e7eaec;
	color: #333333; 
	}

.mce-content-body {
	font-family: 'robotolight';
	background-color: #fff;
	color: #333333; 
	}
	
.mce-content-body * {
	font-size: 14px;
	line-height: 20px;
	}
	
* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'robotolight';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-o-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-repeat: no-repeat;
	font-size: 16px;
	outline: none;
	}
	*:focus,
	*:hover {	
		outline: none;
	}

.btn:focus, .btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none;
}

::-moz-selection { background-color: rgba(0, 182, 211, 0.20); }
::selection 	 { background-color: rgba(0, 182, 211, 0.20); }

body.fondo ::-webkit-input-placeholder { 
	font-family: 'robotolightitalic'; 
	font-size: 15px; color:#949494;
	color: #ffffff;
}
.buscador-global::-webkit-input-placeholder { 
    font-family: 'robotolightitalic'; 
    font-size: 14px; color:#949494;
}
/* Firefox 18- */
body.fondo :-moz-placeholder { 
	font-family: 'robotolightitalic'; 
	font-size: 15px; 
	color:#ffffff; 
	opacity: 1;
}
.buscador-global:-moz-placeholder { 
    font-family: 'robotolightitalic'; 
    font-size: 14px; color:#949494; 
    opacity: 1;
}
/* firefox 19+ */
body.fondo ::-moz-placeholder { 
	font-family: 'robotolightitalic'; 
	font-size: 15px; 
	color:#ffffff; 
	opacity: 1;
} 
.buscador-global::-moz-placeholder { 
    font-family: 'robotolightitalic'; 
    font-size: 14px; color:#949494; 
    opacity: 1;
}

:-ms-input-placeholder	{ font-family: 'robotolightitalic'; font-size: 15px; color:#ffffff; } /* ie */
input:-moz-placeholder	{ font-family: 'robotolightitalic'; font-size: 15px; color:#ffffff; }

input[type="radio"], 
input[type="checkbox"] {
    line-height: normal;
    cursor: pointer;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

strong {
  font-weight: normal;
  font-family: 'robotobold';
}

input, select {
	outline: none;
	border: none; 
	outline-color: transparent;
	overflow: hidden;
	}
	
.h5 {
	font-family: 'robotoregular';
	font-size: 16px;
	line-height: 24px;
    margin-top: 14px;
    margin-bottom: 16px;
	}	
 
 select[multiple], select[size] {
  height: 40PX;
}

a {
  color: #007ea7;
  text-decoration: none;
}
	a:hover, a:focus {
  		color: #B67C00;
		  outline: none; 
	}

.selectbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    height: 40px;
	/* width: 234px; */
	width: calc(100% - 48px);
	cursor: pointer;
}

.selectbox + label {
  height: 40px;
  line-height: 38px;
  position: absolute;
  z-index: 0;
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 0 10px;
  background: #FFF;
  width: 234px;
  font-family: 'robotolightitalic';
  font-size: 13px;
  color: #777777;
  padding-left: 20px;
}
.selectbox + label:before {
	content: "";
  	width: 0px;
  	height: 0px;
  	border-bottom: 5px solid #777B7E;
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	position: absolute;
  	top: 11px;
  	right: 8px;
}
.selectbox + label:after {
	content: "";
  	width: 0px;
  	height: 0px;
  	border-top: 5px solid #777B7E;
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	position: absolute;
  	bottom: 11px;
  	right: 8px;
}
	
.tabla {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	}
.celda {
	display: table-cell;
	vertical-align: middle;
	} 

a, 
a:hover, 
a:focus {
	text-decoration: none;
	} 
	
.inline {
	display: inline-block;
	} 
	
ul, menu, dir {
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-padding-start: 0px;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
  margin-top: 0;
}
	
/* HEADER */ 

.cabecera_disable.active{
	background-color: rgba(65, 70, 75, .6);
	height: 48px;
	width: calc(100% - 233px);
	position: fixed;
	z-index: 301;
	top: 0;
}

.cabecera_disable.active + .cabecera .inicio,
.cabecera_disable.active + .cabecera .menu_nav {
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

.hoverBody{
	z-index: 300 !important;
}

.cabecera {
	background-color: #41464b;
	height: 48px;	
	width: 100%;
	position: fixed;
	z-index: 5;
	top: 0;
}

.cabecera .inicio {
	height: 48px;
	width: 280px;
	padding-left: 14px; 
	display: inline-block;
	vertical-align: top;
	}
	
.cabecera .inicio a {
	height: 48px;
	max-width: 224px;
	display: inline-block;
	color: #fff;
	}
	.cabecera .inicio a:hover .icono_inicio { 
	background-color: #ffffff; 
	}

.cabecera .inicio .logo,
.cabecera .inicio .admin,
.cabecera .inicio .icono_inicio { 
	display: inline-block; 
	vertical-align: top;
	}

.cabecera .inicio .logo { 
	height: 28px; 
	margin-top: 10px;
	}

.cabecera .inicio .logo .logo-img {
    display: inline-block;
    height: 28px;
    width: 48px;
    background-image: url(../images/logo7.png);
    background-repeat: no-repeat;
    background-size: contain;
}
	
.cabecera .inicio .admin { 
	line-height: 48px;
	margin-left: 14px;
	}
	
.cabecera .inicio .icono_inicio { 
	height: 28px; 
	width: 28px; 
	margin-left: 10px;
	margin-top: 10px;
	background-color: #00c2e1; 
	border-radius: 26px; 
	}
.glyphicon-home:before {
	position: relative;
    top: 5px;
    left: 7px;
    font-size: 12.5px;
    color: #41464B;
}
	
.cabecera .menu_nav { 
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	}

.cabecera .menu_nav li { 
	display: inline-block;
	vertical-align: top; 
	font-size: 15px;
	}
	
.cabecera .menu_nav li a { 
	height: 48px;
	display: block; 
	padding: 0 12px; 
	font-size: 15px;
	color: #ffffff;
	}
.cabecera .menu_nav li a.disabled { 
	color: #888;
	}
	.cabecera .menu_nav li a:hover { 
	color: #00dcff;
	}
	.cabecera .menu_nav li a.disabled:hover { 
	color: #888;
	cursor: default;
	}
	
.cabecera .menu_nav li .activo,
.cabecera .menu_nav li .activo:hover  { 
	background-color: #2f3337;
	color: #00dcff;
	}

.cabecera .usuario { 
	display: inline-block;
	vertical-align: top; 
	float: right; 
	position: relative;
	}
	
.cabecera .usuario .inline { 
	height: 48px;
	display: inline-block;
	vertical-align: top; 
	}
.cabecera .nombre_usuario_in {
	display: block;
	}

.cabecera .img_usuario a,
.cabecera .nombre_usuario a {
	height: 48px;
	display: inline-block; 
	}
	
.cabecera .img_usuario a {
	width: 28px;
	}
	
.cabecera .img_usuario a div {
	height: 28px; 
	width: 28px;
	display: block;
	margin-top: 10px;
	border-radius: 28px;
	}

.cabecera .img_usuario a div.foto_usuario { 
	max-height: 28px;
	max-width: 28px; 
	position: relative;
	background-size: cover; 
		-webkit-background-size: cover; 
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	background-position: center;
	}
	
.cabecera .img_usuario a span {
	height: 13px; 
	width: 13px; 
	border-radius: 14px; 
	background-color: #00c2e1;
	display: inline-block; 
	position: absolute; 
	left: 22px; 
	font-family: 'robotobold';
	font-size: 10px; 
	color: #41464b; 
	line-height: 13px; 
	text-align: center;
	}
	
.cabecera .nombre_usuario a { 
	max-width: 174px;
	padding: 0 8px 0 16px;
	color: #ffffff;
	font-size: 12px; 
	line-height: 14px;
	position: relative;
	}
	.cabecera .nombre_usuario a:hover { 
		color: #00dcff;
	}
	.cabecera .nombre_usuario a:hover:before { 
		border-top: 4px solid #00dcff;
	}
	
.cabecera .nombre_usuario a:before {
		content: "";
		width: 0px;
		height: 0px;
		border-top: 4px solid #cecece;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		position: absolute;
		top: 48%;
		left: 100%;
		}

/* MENÃš USUARIO */

.cabecera .menu_usuario {
	background-color: #ffffff;
	position: absolute;
	margin-right: 37px;
	margin-top: 6px;
	padding: 10px 0px 0px 0px; 
	border-radius: 6px;
	border: 1px solid #cbced0; 
	box-shadow: 0px 1px 5px 0px rgba(20,20,20,.1);
	right: -50%;
	opacity:  0;
	z-index: -1; 

	}
	.cabecera .menu_usuario:before {
		content: "";
		width: 0px;
		height: 0px;
		border-bottom: 7px solid #cbced0;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		position: absolute;
		top: -7px;
		right: 9px;
		}
	.cabecera .menu_usuario:after {
		content: "";
		width: 0px;
		height: 0px;
		border-bottom: 6px solid #ffffff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position: absolute;
		top: -6px;
		right: 10px;
		}
	
.cabecera .menu_usuario a,
.cabecera .menu_usuario .separador,
.cabecera .nombre_usuario_in {
	display: block; 
	position: relative; 
	padding: 4px 4px 4px 20px;
	color: #6c6c6c;
	font-size: 14px;
	}
	.cabecera .menu_usuario a:hover {
		color: #00c2e1;
	}
	.cabecera .menu_usuario a:hover .cuenta { 
		background-position: -81px -27px;
	}
	.cabecera .menu_usuario a:hover .notificaciones { 
		background-position: -107px -27px;
	}
	.cabecera .menu_usuario a:hover .logout { 
		background-position: -133px -27px;
	}

.cabecera .nombre_usuario_in {
    margin: 8px 0 5px 0;
	display: none;
}
.cabecera .nombre_usuario_in .celda {
    font-family: 'robotomedium';
    color: #858585;
}
	
.cabecera .menu_usuario .text { 
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	margin-right: 8px; 
	font-family: 'robotoregular';
	} 

.cabecera .menu_usuario .icon { 
	height: 26px;
	width: 26px; 
	display: inline-block;
	vertical-align: top; 
	margin-left: 14px;
	float: right;
	}

.glyphicon-user:before, 
.glyphicon-bell:before, 
.glyphicon-log-out:before {
	position: relative; 
	top: 6px;
	left: 6px;
	color: #cecece;
}
	.cabecera .menu_usuario a:hover span:before {
		color: #00c2e1;
	}
		
.cabecera .menu_usuario .notificacion { 
	height: 18px;
	width: 22px; 
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	background-color: #00c2e1; 
	border-radius: 5px; 
	color: #ffffff; 
	text-align: center; 
	font-family: 'robotobold';
	font-size: 11px;
	line-height: 18px; 
	float: right;
	}

.cabecera .menu_usuario .separador div {
	height: 1px; 
	background-color: #d9dcde;
	}

.cabecera .menu_usuario.abierto {
	opacity:  1;
	z-index: 1;
	margin-top: -3px;
	transition: opacity .15s ease-in-out, margin .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out, margin .15s ease-in-out;
	right: 0px;
}


/* MENU CHANGE DB*/

.cabecera .menu_database {
	background-color: #ffffff;
	position: absolute;
	right: 0; 
	margin-right: 252px;
	margin-top: 6px;
	padding: 10px 0px 6px 0px; 
	border-radius: 6px;
	border: 1px solid #cbced0; 
	box-shadow: 0px 1px 5px 0px rgba(20,20,20,.1);
	
	opacity:  0;
	z-index: -1; 

	}
	.cabecera .menu_database:before {
		content: "";
		width: 0px;
		height: 0px;
		border-bottom: 7px solid #cbced0;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		position: absolute;
		top: -7px;
		right: 9px;
		}
	.cabecera .menu_database:after {
		content: "";
		width: 0px;
		height: 0px;
		border-bottom: 6px solid #ffffff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position: absolute;
		top: -6px;
		right: 10px;
		}

.cabecera .menu_database ul{
	display: none;
}

.cabecera .menu_database.abierto ul{
	display: block;
}
	
.cabecera .menu_database a,
.cabecera .menu_database .separador,
.cabecera .menu_database_in {
	display: list-item; 
	position: relative; 
	padding: 4px 4px 4px 20px;
	color: #6c6c6c;
	font-size: 14px;
	}
	.cabecera .menu_database a:hover {
		color: #00c2e1;
	}
	.cabecera .menu_database a:hover .cuenta { 
		background-position: -81px -27px;
	}
	.cabecera .menu_database a:hover .notificaciones { 
		background-position: -107px -27px;
	}
	.cabecera .menu_database a:hover .logout { 
		background-position: -133px -27px;
	}

.cabecera .menu_database_in {
    margin: 8px 0 5px 0;
	display: none;
}
.cabecera .menu_database_in .celda {
    font-family: 'robotomedium';
    color: #858585;
}
	
.cabecera .menu_database .text { 
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	margin-right: 8px;
	} 

.cabecera .menu_database .icon { 
	height: 26px;
	width: 26px; 
	display: inline-block;
	vertical-align: top; 
	margin-left: 14px;
	float: right;
	}

	.cabecera .menu_database a:hover span:before {
		color: #00c2e1;
	}
		
.cabecera .menu_database .notificacion { 
	height: 18px;
	width: 22px; 
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	background-color: #00c2e1; 
	border-radius: 5px; 
	color: #ffffff; 
	text-align: center; 
	font-family: 'robotobold';
	font-size: 11px;
	line-height: 18px; 
	float: right;
	}

.cabecera .menu_database .separador div {
	height: 1px; 
	background-color: #d9dcde;
	}

.cabecera .menu_database.abierto {
	opacity:  1;
	width: 18%;
	z-index: 1;
  	max-height: 250px;
  	overflow-y: auto;
	margin-top: -3px;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}


/* FIN MENÃš USUARIO */

.cabecera .usuario .activedb{
	color: #CECECE;
	font-size: 14px;
}


.cabecera .usuario #changeDB a { 
	height: 28px; 
	width: 28px;
	display: block;
	margin: 10px 20px 10px 0px;
	}
	.cabecera .usuario #changeDB a:hover { 
		background-color: #00c2e1; 
		border-radius: 26px; 
	}
	
.cabecera .glyphicon-hdd:before {
  top: 6px;
  left: 7px;
  position: relative;
  font-size: 14px;
  color: #CECECE;
}
	.cabecera .usuario #changeDB a:hover:before { 
		color: #ffffff;
	}


.cabecera .usuario .finalizar a { 
	height: 28px; 
	width: 28px;
	display: block;
	margin: 10px 10px 10px 20px;
	}
	.cabecera .usuario .finalizar a:hover { 
		background-color: #00c2e1; 
		border-radius: 26px; 
	}
	
.cabecera .finalizar .glyphicon-off:before {
  top: 6px;
  left: 7px;
  position: relative;
  font-size: 14px;
  color: #CECECE;
}
	.cabecera .usuario .finalizar a:hover:before { 
		color: #ffffff;
	}

.cabecera .menu_usuario .icon:before {
	position: absolute;
	top: 4px;
}	

/* MAIN TOP */

.main {
    margin-top: 48px;
	}

.main .main_top {
  padding: 12px 0 6px 0;
  background-color: #ffffff;
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 200;
} 

.main .main_top_form {
	padding: 10px 0;
}
	
.main .main_top h2 { 
	font-family: 'robotolight'; 
	font-weight: normal;
	font-size: 22px;
  	line-height: 28px;
	color: #333333; 
	} 

.main .main_top_form h2 { 
	font-size: 21px;
	}
	
.main .main_top .breadcrumb { 
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #ffffff;
	border-radius: 0px;
	}

.main .main_top .breadcrumb li { 
	display: inline-block;
	font-family: 'robotolight'; 
	font-weight: normal;
	font-size: 13px; 
	color: #949494;
	} 

.main .main_top .breadcrumb a { 
	display: inline-block; 
	padding-left: 6px;
	padding-right: 6px;
	font-family: 'robotolight'; 
	font-weight: normal;
	font-size: 13px; 
	color: #5b5b5b; 
	}
	.main .main_top .breadcrumb a:hover { 
		color: #007ea7; 
	}
	.main .main_top .breadcrumb .primer_bread { 
		padding-left: 0px;
	}

.main .main_top .breadcrumb .here,
.main .main_top .breadcrumb .here:hover {
   color: #5B5B5B;
   font-family: 'robotomedium';
   cursor: default;
}

.main .main_top #icontitle { 
	height: 28px;
 	width: 48px;
  	margin: 10px 7px 0px 7px;
  	vertical-align: top;
	background-image: url(../images/sprite.png); 
	} 

.main .main_top .icon_productos { 
	background-position: 0px -64px;
	}
.main .main_top .icon_servicios { 
	background-position: -44px -64px;
	}
.main .main_top .icon_clientes { 
	background-position: -90px -64px;
	}
.main .main_top .icon_empleados { 
	background-position: -144px -64px;
	}
.main .main_top .icon_ajustes.tienda { 
	background-position: -190px -64px;
	}

.main .main_top_form .icon_productos {
	background-position: 0px -60px;
}
.main .main_top_form .icon_servicios {
	background-position: -44px -60px;
}
.main .main_top_form .icon_clientes {
	background-position: -90px  -60px;
}
.main .main_top_form .icon_empleados {
	background-position: -144px -60px;
}
.main .main_top_form .icon_ajustes.tienda {
	background-position: -190px -60px;
}


.main .main_top_form #icontitle { 
	height: 36px;
	margin: 0px 7px 0px 7px; 
}
	
.main .main_top_form .inline { 
	vertical-align: middle;
}
		
.main .wrapp-search {
	float: right; 
	padding: 6px 10px 6px 0;
	position: relative;
	white-space: nowrap;
}

.main .wrapp-search .buscador-global {
	height: 40px;
	width: 274px;
	line-height: 40px; 
	border: 1px solid #c8cacc;
	border-radius: 40px;
	padding: 0px 54px 0 30px;
	vertical-align: top;
	position: relative;
    z-index: 1;
}
.main .wrapp-search .buscador-global:focus {
	border: 1px solid #00c2e1;
}

.main .wrapp-search .boton-buscar {
	height: 40px;
    width: 54px;
	vertical-align: top;
    border-radius: 40px;
	position: relative;
	cursor: pointer;
	margin-left: -56px;
	z-index: 2;
}
	
.glyphicon-search:before { 
	position: relative;
 	top: 12px;
  	left: 20px;
  	font-size: 16px;
}
	.main .wrapp-search .boton-buscar:hover:before {
		color: #00b6d3;
	}
	
.main .wrapp-search .wrapp-filtros {
	width: 314px;
	padding: 72px 18px 30px 30px;
	background-color: #E7EAEC;
	position: absolute;
	top: -12px;
	right: -314px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,.14);
	transition: right .25s ease-out;
	-webkit-transition: right .25s ease-in-out;
	-moz-transition: right .25s ease-in-out;
}
	
.main .wrapp-search .wrapp-filtros .filtro {
	width: 100%;
	height: 40px;
  	margin-bottom: 14px;
}

.main .wrapp-search .boton-filtros {
  height: 40px;
  border-radius: 40px;
  background-color: #E7EAEC;
  position: relative;
  top: 0px;
  left: -4px;
  cursor: pointer;
  color: #616569;
  font-size: 14px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-radius .3s ease-in-out;
  -webkit-transition: border-radius .3s ease-in-out;
  -moz-transition: border-radius .3s ease-in-out;
  display: inline-block;
}

.main .wrapp-search .boton-filtros:hover,
.main .wrapp-search .boton-filtros:hover:before {
  color: #00b6d3;
}

.main .wrapp-search .boton-filtros.activo {
  border-radius: 40px 0 0 40px;
}

.main .wrapp-search .boton-filtros:before {
  position: absolute;
  top: 2px;
  left: 72px;
  width: 20px;
  font-size: 14px;
  color: #616569;
}

.main .wrapp-search .boton-filtros.active {
  background-color: #00b6d3;
  color: #ffffff;
}
.main .wrapp-filtros .boton-filtros.active:before,
.main .wrapp-search .boton-filtros.active:before {
  color: #ffffff;
}

.main .wrapp-search .wrapp-filtros .selectbox.active + label {
  border: solid 1px #00B6D3;
  color: #ffffff;
  background-color: #00b6d3;
  font-family: 'robotomedium';
  font-size: 15px;
 }
 
.main .wrapp-search .wrapp-filtros .selectbox.active + label:before {
  border-bottom: 5px solid #ffffff;
}
.main .wrapp-search .wrapp-filtros .selectbox.active + label:after {
  border-top: 5px solid #ffffff;
}
	.main .wrapp-search .wrapp-filtros .boton-filtros:hover:before {
		color: #00c2e1;
	}

.main .wrapp-search .wrapp-filtros.abierto {
	right: 0px;
	}

.main .wrapp-search .wrapp-filtros .h5 {
	color: #ffffff;
	}
	
.main .wrapp-search .selectbox + label {
  height: 40px;
  /* width: 234px; */
  width: calc(100% - 48px);
  line-height: 38px;
  border: solid 1px #DDDDDD;
  background: #FFFFFF;
  color: #41464B;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
	

/* SUBMENÃš */

.fixedit_view{
	background-color: #e7eaec;
	z-index: 5;
  	margin-left: 0px;
	top: 96px;
	padding: 10px 0;
  	padding-left: 48px;
  	position: fixed;
  	width: 100%;
}

.main .submenu {
	padding: 10px 0;
  	padding-left: 48px;
  	position: fixed;
  	width: 100%;
  	top: 118px;
  	background-color: #e7eaec;
  	z-index: 5;
  	margin-left: 0px;
} 
	
.main .submenu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px; 
} 

.main .submenu li a { 
	height: 28px;
	display: inline-block; 
	vertical-align: top; 
	padding: 0 14px;
	font-family: 'robotolight'; 
	font-weight: normal;
	font-size: 14px; 
	color: #333333;
	border-radius: 20px; 
} 
	.main .submenu li a:hover { 
		background-color: rgba(255, 255, 255, .6);
	} 
	
.main .submenu li .activo,
.main .submenu li .activo:hover { 
	background-color: #ffffff;
} 
	
	
/* CONTENIDO */

.main .contenedor { 
	padding: 0 14px 14px 14px; 
	position: relative;
	margin-top: 166px;
}

.main .contenedor.contenedor_form {
	margin-top: 116px;
}

.main .contenedor .wrapper_contenido { 
	width: 100%;
	padding-right: 162px;
	}
	
.main .contenedor .contenido { 
	border: 1px solid #c8cacc; 
	background-color: #ffffff; 
	width: 100%; 
	position: relative;
	font-size: 15px;
	m-height: auto;
	}
	
.contenedor .wrapper_info_contenido .info_contenido { 
	width: 100%;
	padding: 28px; 
	position: relative;
	font-size: 14px;
	line-height: 22px;
	}

.contenedor .wrapper_info_contenido.listado .info_contenido {
    padding: 0px;
}

.main .contenedor .contenido .info_contenido.listado {
    padding: 28px 0px;
}


	/* DEGRADADO */
	
.main .wrapper_info_contenido .wrapper_degradado { 
	height: 40px;
	width: 100%;
	padding-right: 192px;
	margin-left: -28px;
	margin-top: -29px;
	position: fixed;
	z-index: 6;
	}

.main .wrapper_info_contenido.listado .wrapper_degradado {
	margin-left: 0;
	margin-top: -18px;
}
	
.main .wrapper_info_contenido .wrapper_degradado .degradado { 
	height: 28px; 
	width: 100%;
	top: 195px;
	margin-right: 190px; 
	border-top: 1px solid #c8cacc;
	background-color: rgba(207,210,212,0);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3), #fff 60%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.3), #fff 60%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.3), #fff 60%);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.3), #fff 60%);
	background-image: linear-gradient(to top, rgba(255,255,255,0.3), #fff 60%);
	}
	
	.main.reducir .contenido .wrapper_degradado { 
		height: 40px;
		width: 100%;
		padding-right: 92px;
		position: fixed;
		z-index: 6;
	}
	
.main .contenedor .acciones { 
	position: fixed; 
	top: 168px; 
	right: 14px;
	margin-left: 14px; 
	z-index: 7;
}

.main .contenedor_form .acciones { 
	top: 118px;
}

.main .contenedor .acciones .glyphicon:before, 
.main .fixed_acciones .glyphicon:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 3px;
  text-align: center;
  font-size: 20px;
} 

.main .fixed_acciones .glyphicon:before {
  top: 4px;
  left: 2px;
  font-size: 14px;
  color: #8A8E91;
}

.main .contenedor .acciones a { 
	display: block;
	height: 48px; 
	padding: 12px;
	border: 1px solid #616569; 
	border-radius: 5px;
	background-color: #616569; 
	color: #ffffff;
	margin-bottom: 3px;
	}
	.main .contenedor .acciones a *,
	.main .fixed_acciones a * { 
		font-family: 'robotomedium'; 
	}
	.main .contenedor .acciones a:hover { 
		background-color: #00b6d3;
		border: 1px solid #00b6d3; 
	}

.main .contenedor .acciones a .texto,
.main .fixed_acciones a .texto { 
	height: 24px;
	width: 82px; 
	display: inline-block;
	margin-left: 6px;
    margin-right: 12px;
    font-size: 13.5px;
    line-height: 13px;
	opacity: 1;
	z-index: 2;
	}
	
.icono.aplicar.loading,
.icono.guardar.loading {
    background-image: url(../images/loader.gif);
	background-size: 24px;
}
.main .contenedor .acciones a .icono,
.main .fixed_acciones a .icono { 
	height: 24px;
	width: 24px; 
	display: inline-block;
	}

.main .fixed_acciones a {
	display: block; 
	height: 48px;
	padding: 12px; 
	color: #616569;
	border: 1px solid #c8cacc;
	position: fixed;
	bottom: 14px; 
	right: 14px;
	
	border-radius: 5px;
	background-color: #e7eaec;
	}
	.main .fixed_acciones a:hover { 
		background-color: #e7eaec; 
	}
	.main .fixed_acciones a .icono.flecha {
		background-image: url(../images/sprite.png); 
		background-position: -72px -102px; 
	}
	
	

.main.reducir .contenedor .acciones a .texto,
.main.reducir .fixed_acciones a .texto { 
	opacity: 0;
	z-index: -2;
	display: none;
	}
	.main.reducir .fixed_acciones a .icono.flecha {
		background-image: url(../images/sprite.png); 
		background-position: -48px -102px; 
	}
	
.main.reducir .contenedor .wrapper_contenido { 
	padding-right: 62px;
	}


.main.reducir .fixed_acciones a .icono.glyphicon-eye-close:before {
  content: "\e105";
}
	

/* CONTENIDO - NUEVO (PRODUCTO, CATEGORÃA...) */

.main .contenedor .contenido .wrapper_nombre { 
	height: 48px;
	width: 100%;
	padding-right: 192px;
	margin-top: -1px;
	display: block; 
	z-index: 7;
	position: fixed; 
	}
	.main.reducir .contenedor .contenido .wrapper_nombre { 
		padding-right: 92px;
	}

.main .contenedor .contenido .wrapper_nombre .nombre { 
	height: 48px; 
	width: 100%;
	padding-left: 24px;
	line-height: 48px;
	font-family: 'robotomedium'; 
	font-size: 16px;
	background-color: #ffffff;
	border-bottom: 1px solid #c8cacc;
	border-top: 1px solid #c8cacc;
	color: #616569;
	}
.main .contenedor .contenido .wrapper_nombre .nombre.nuevo { 
	font-family: 'robotolightitalic';
	font-size: 16px;
	color: #949494;
	}

.main .contenedor .contenido.top { 
	background-color: #c8cacc;
	}

.main .contenedor .contenido.top .wrapper_degradado { 
	margin-top: -30px;
	}
	.main.reducir .contenido.top .wrapper_degradado { 
	padding-right: 92px;
	}
	
.main .contenedor .contenido.top .wrapper_degradado .degradado { 
	height: 28px; 
	width: 100%;
	top: 195px;
	margin-right: 190px; 
	border-top: 1px solid #c8cacc;
	}

.main .contenedor .contenido.left .wrapper_degradado {
	padding-right: 359px; 
	}
	.main.reducir .contenedor .contenido.left .wrapper_degradado {
	padding-right: 259px; 
	}

.main .contenedor .contenido.top .wrapper_info_contenido { 
	/* Desplazamiento si hubiera nombre sobre el bloque de contenido:*/ 
	margin-top: 1px;
	}

.main .contenedor .contenido.left .wrapper_info_contenido { 
	padding-left: 166px; 
	}

.main .contenedor .contenido.left .wrapper_info_contenido .info_contenido { 
	display: inline-block; 
	border-left: 1px solid #C8CACC;
	background-color: #ffffff;
	}
	
.main .contenedor .contenido .menu_left { 
	position: fixed;
	/* Desplazamiento si hubiera nombre sobre el bloque de contenido: */
	z-index: 11;
	}

.main .contenedor .contenido .menu_left a {
	width: 166px;
	display: block;
	height: 40px;
	padding: 0 12px 0 16px; 
	background-color: #616569;
	margin-bottom: 1px; 
	font-size: 12.5px;
	color: #ffffff;
	}
	.main .contenedor .contenido .menu_left a * {
		font-family: 'robotomedium';
		}
	.main .contenedor .contenido .menu_left .activo { 
		padding-left: 12px;
		background-color: #41464b;
		border-left: 4px solid #00c2e1;
	}
	.main .contenedor .contenido .menu_left a:hover {
		background-color: #41464b;
	}

.main .contenedor .contenido .menu_left a {
  background-color: #E7EAEC;
  color: #41464B;
}
.main .contenedor .contenido .menu_left a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.main .contenedor .contenido .menu_left .activo,
.main .contenedor .contenido .menu_left .activo:hover {
  background-color: #FFFFFF;
  border-left: 4px solid #00b6d3;
  color: #007ea7;
  border-right: 1px solid #ffffff;
  width: 167px;
}


/* ELEMENTOS: INPUT TEXT, BUSCADOR, CHECKS, RADIO BUTTONS...*/	

.main .contenedor .contenido .wrapper_info_contenido p { 
	margin-bottom: 30px;
	}

.main .contenedor .contenido .wrapper_info_contenido .fila {
	height: 48px; 
	}

.main .contenedor .contenido .wrapper_info_contenido .fila .titulo,
.main .contenedor .contenido .wrapper_info_contenido .fila .titulo * {
	font-family: 'robotomedium';
	font-size: 16px;
	color: #616569;
	display: inline-block; 
	vertical-align: top;
	}

.main .contenedor .contenido .wrapper_info_contenido .fila input {
	display: inline-block; 
	vertical-align: top;
	}
	

/* ----- SLIDECHECK ----- */
	
	
input[type=checkbox].slidecheck {   
  cursor: pointer;
  font-size: auto;
  display: inline-block;
  width: 50px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
  position: relative;
  top: 0px;
  vertical-align: middle;
  margin-left: 0px;
}

input[type=checkbox].slidecheck:focus {
    border: 0px !important;
	outline: none;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,.0);
		
}

input[type=checkbox].slidecheck:after {
  border: solid 1px #e7eaec;
  height: 30px;
  width: 48px;
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  padding: 0px;
  border-radius: 15px;
  background-color: #e7eaec;
  left: 0px;
  top: 0px;
  transition: all .2s linear;
  background-position: -4px -5px;
}

input[type=checkbox].slidecheck:checked:after {
    border: solid 1px #91CF58;
    background-color: #91CF58;
    transition: all .2s linear;
}

input[type=checkbox].slidecheck:before {
  position: absolute;
  z-index: 2;
  height: 30px;
  width: 30px;
  content: '';
  border-radius: 15px;
  padding: 0px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: -4px -5px;
  transition: left .2s linear;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
}

input[type=checkbox].slidecheck:checked:before {
    border: 1px solid #91CF58;
    background-position: -5px -35px;
    left: 19px;
    transition: left .2s linear;
}


/* ----- SLIDECHECK EN TABLAS (LISTADOS) ----- */

		.bootstrap-table input[type=checkbox].slidecheck {
		  cursor: pointer;
		  font-size: auto;
		  display: inline-block;
		  width: 50px;
		  height: 18px;
		  appearance: none;
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  box-shadow: none;
		  border: 0px;
		  border-radius: 0px;
		  position: absolute;
		  top: 0px;
		  vertical-align: middle;
		  margin-left: 0px;
		}
		
		.bootstrap-table input[type=checkbox].slidecheck:focus {
		  border: 0px !important;
		  outline: none;
	      box-shadow: inset 0 0 0 0 rgba(255,255,255,.0);
				
		}

		.bootstrap-table input[type=checkbox].slidecheck:after{
		
		  border: solid 1px #e7eaec;
		  height: 18px;
		  width: 36px;
		  display: block;
		  content: '';
		  position: absolute;
		  z-index: 1;
		  padding: 0px;
		  border-radius: 15px;
		  background-color: #DADADA;
		  left: 0px;
		  top: 0px;
		  transition: all .2s linear;
		  background-position: -4px -5px;
		}
		
		.bootstrap-table input[type=checkbox].slidecheck:checked:after {
		  border: solid 1px #91CF58;
		  background-color: #91CF58;
		  transition: all .2s linear;
		}
		
		.bootstrap-table input[type=checkbox].slidecheck:before {
		
		  position: absolute;
		  z-index: 2;
		  height: 18px;
		  width: 18px;
		  content: '';
		  border-radius: 15px;
		  padding: 0px;
		  left: 0px;
		  top: 0px;
		  background-repeat: no-repeat;
		  background-position: -4px -5px;
		  transition: left .2s linear;
		  background-color: #fff;
		  border: 1px solid #DADADA;
		  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
		}
		
		.bootstrap-table input[type=checkbox].slidecheck:checked:before {
		  border: 1px solid #91CF58;
		  background-position: -5px -35px;
		  left: 19px;
		  transition: left .2s linear;
		}

	
/* ----- ----- */

	
	
	
/* PANTALLA 2 */

body.fondo {
	background-color: #41464b;
	}

.main .wrapper_secciones { 
	position: absolute; 
	width: 100%;
	top: 50%;
	margin-top: -80px;
	} 
	
.main .wrapper_secciones .secciones {
	max-width: 1366px; 
	padding: 0 80px;
	margin: 0 auto;
	} 
	
.main .wrapper_secciones .seccion {
	width: 20%;
	min-width: 200px;
	display: inline-block;
	text-align: center; 
	} 
	.main .wrapper_secciones .seccion.disabled {
		cursor: default;
	}

.main .wrapper_secciones .seccion .icono {
	background-color: #00c2e1; 
	height: 160px;
	width: 160px;
	border-radius: 160px;
	margin: 0 auto; 
	background-image: url(../images/spriteP2.png);
	background-repeat: no-repeat; 
	} 
	.main .wrapper_secciones .seccion:hover .icono {
		background-color: #e19a00;
	}
	.main .wrapper_secciones .seccion .icono.productos {
		background-position: 0px 0px; 
	} 
	.main .wrapper_secciones .seccion .icono.servicios {
		background-position: -160px 0px; 
	}
	.main .wrapper_secciones .seccion .icono.clientes {
		background-position: -320px 0px; 
	}
	.main .wrapper_secciones .seccion.disabled .icono.clientes {
		filter: saturate(60%) brightness(60%);
		-webkit-filter: saturate(60%) brightness(60%);
	}
	.main .wrapper_secciones .seccion .icono.empleados {
		background-position: -480px 0px; 
	}
	.main .wrapper_secciones .seccion.disabled .icono.empleados {
		filter: saturate(60%) brightness(60%);
		-webkit-filter: saturate(60%) brightness(60%);
	}
	.main .wrapper_secciones .seccion .icono.ajustes_tienda {
		background-position: -640px 0px; 
	}
	.main .wrapper_secciones .seccion:hover .icono.productos {
		background-position: 0px -160px;
		transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out; 
	} 
	.main .wrapper_secciones .seccion:hover .icono.servicios {
		background-position: -160px -160px;
		transition: all .25s ease-in-out; 
		-webkit-transition: all .25s ease-in-out;
	}
	.main .wrapper_secciones .seccion:hover .icono.clientes {
		background-position: -320px -160px;
		transition: all .25s ease-in-out; 
		-webkit-transition: all .25s ease-in-out;
	}
	.main .wrapper_secciones .seccion.disabled:hover .icono.clientes {
		background-position: -320px 0px;
		background-color: #00c2e1; 
	}
	.main .wrapper_secciones .seccion:hover .icono.empleados {
		background-position: -480px -160px;
		transition: all .25s ease-in-out; 
		-webkit-transition: all .25s ease-in-out;
	}
	.main .wrapper_secciones .seccion.disabled:hover .icono.empleados {
		background-position: -480px -0px;
		background-color: #00c2e1; 
	}
	.main .wrapper_secciones .seccion:hover .icono.ajustes_tienda {
		background-position: -640px -160px;
		transition: all .25s ease-in-out; 
		-webkit-transition: all .25s ease-in-out;
	}


.main .wrapper_secciones .seccion .texto {
	color: #ffffff; 
	font-size: 20px; 
	display: inline-block;
	margin-top: 26px;
	} 
.main .wrapper_secciones .seccion.disabled .texto {
	color: #666; 
	} 
	.main .wrapper_secciones .seccion:hover .texto {
		color: #ffc560;
	}
	.main .wrapper_secciones .seccion.disabled:hover .texto {
	color: #666; 
	} 

@media screen and (max-width: 1160px) {
	
	.main .wrapper_secciones { 
		margin-top: -188px;
	} 

	.main .wrapper_secciones .secciones {
		max-width: 870px;
		padding: 0 70px;
	}
	
	.main .wrapper_secciones .seccion {
		margin-bottom: 50px;
		width: 33%;
	} 
}

@media screen and (max-width: 1024px) {
	
	.main .wrapper_secciones .seccion .icono {
		-webkit-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	
	.main .wrapper_secciones .seccion .texto {
		font-size: 18px;
		margin-top: 10px;
	}
	.main .wrapper_secciones .seccion {
		margin-bottom: 34px;
	}
	.main .wrapper_secciones .secciones {
		max-width: 830px;
		padding: 0 82px;
	} 
}	

@media screen and (max-height: 768px) and (max-width: 1024px) {
	
	.main .wrapper_secciones .seccion .icono {
			-webkit-transform: scale(0.65, 0.65);
			-ms-transform: scale(0.65, 0.65);
		transform: scale(0.65, 0.65);
	}
	
	.main .wrapper_secciones .seccion .texto {
		font-size: 18px;
		margin-top: 10px;
	}
	.main .wrapper_secciones .seccion {
		margin-bottom: 26px;
	}
	.main .wrapper_secciones .secciones {
		max-width: 830px;
		padding: 0 82px;
	} 
}

@media screen and (max-height: 768px) {
	
	.main .wrapper_secciones .seccion {
		width: 20%; 
	}
	
	.main .wrapper_secciones {
		margin-top: -92px;
	}
	
	.main .wrapper_secciones .seccion .icono {
			-webkit-transform: scale(0.65, 0.65);
			-ms-transform: scale(0.65, 0.65);
		transform: scale(0.65, 0.65);
	}
	
	.main .wrapper_secciones .seccion .texto {
		font-size: 18px;
		margin-top: 0px;
	}
	.main .wrapper_secciones .seccion {
		margin-bottom: 24px; 
		margin-left: -18px;
		margin-right: -18px;
	}
	.main .wrapper_secciones .secciones {
		max-width: 830px;
		padding: 0 0px;
	} 
}	
	
/* LOGIN ----------------------------------------------------------------------- ESTILO 2 */ 
	
.main .wrapper_secciones.login {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	}

.main.top {
	margin-top: 0px;
	}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(65,70,75,.95);
	}
	
.log_cabecera .inicio .admin {
	color: #ffffff;
	}

.log_cabecera .inicio .tooltip { 
	position: absolute; 
	z-index: 15; 
	opacity: 0;
	font-size: 12px;
	padding: 7px 12px;
	border-radius: 5px; 
	margin-top: 10px;
	margin-left: 4px;
	background-color: #25282a;
}

.log_cabecera .inicio .tooltip:before { 
	content: "";
	width: 0px;
	height: 0px;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 8px solid #25282a;
	position: absolute;
	top: -5px;
	left: 0px;
}

.log_cabecera .inicio a:hover .tooltip { 
	opacity: 1;
	z-index: -2;
	margin-left: 14px;
	transition: all .3s ease-out;
	}

.wrapper_log {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -116px;
	height: 100px;
	z-index: 10;
	}

.wrapper_log .log {
	max-width: 390px;
	margin: 0 auto;
    height: 300px;
    width: auto;
    position: relative;
	}

.wrapper_log .log > div {
	display: inline-block;
	vertical-align: top;
	}
	
.wrapper_log .log .campos {
	width: 330px; 
	margin-bottom: 16px;
	}

.wrapper_log .log .campos .input_login {
	height: 40px;
	width: 100%;
	border-radius: 40px;
	padding: 0 32px;
	border: 1px solid #c8cacc;
	vertical-align: top;
	background-color: transparent;
	font-family: 'robotolight';
	color: #ffffff; 
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	box-shadow: 0 0 0 1000px transparent inset;
}
	.wrapper_log .log .campos .input_login:focus {
		outline: none;
		-webkit-box-shadow: 0 0 0 1000px transparent inset;
    	box-shadow: 0 0 0 1000px transparent inset;
		border: 1px solid #00c2e1; 
	}
	.wrapper_log .log .campos .input_login:first-child {
		margin-bottom: 12px;
	}
	
.wrapper_log .log .campos .input_login::-webkit-input-placeholder { 
	font-family: 'robotolightitalic';
	font-size: 15px;
	color: #ffffff;
	}
	
.wrapper_log .log .campos .input_login:-moz-placeholder {
	font-family: 'robotolightitalic';
	font-size: 15px;
	color: #ffffff;
	}
.wrapper_log .log .campos .input_login-ms-input-placeholder {
	font-family: 'robotolightitalic';
	font-size: 15px;
	color: #ffffff;
	}
	
.wrapper_log .log .titulo {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 34px; 
	margin-left: 22px;
	}
		
.wrapper_log .boton a { 
	display: block;
	height: 48px; 
	padding: 12px;
	border: 1px solid #00c2e1; 
	border-radius: 5px;
	background-color: #00c2e1; 
	color: #ffffff;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 15px;
	}
	.wrapper_log .boton a * { 
		font-family: 'robotomedium'; 
	}
	.wrapper_log .boton a:hover { 
		background-color: #00d2f3;
		border: 1px solid #00d2f3; 
	}

.wrapper_log .boton a .texto { 
	height: 24px;
	width: 82px; 
	display: inline-block;
	margin-left: 6px;
	margin-right: 12px;
	font-size: 14px; 
	opacity: 1;
	z-index: 2;
	}

.wrapper_log .boton a .icono { 
	height: 24px;
	width: 24px; 
	display: inline-block;
	}
	.wrapper_log .boton a .icono.acceder { 
		background-image: url(../images/sprite.png); 
		background-position: -120px -102px;
	}
	
.log_pie {
	height: 56px;
	width: 100%;
	position: fixed; 
	bottom: 0px;
	z-index: 12;
	padding: 0 30px;
	}
	
.log_pie .copyright {
	font-size: 12px;
	color: #e4e4e4;
	float: right;
	}
	
	
/* LOADER inicio ----------------------------------------------------------------------- */ 

.layout {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(65, 70, 75, 0.25);
	z-index: 1900;
	}

.loader {
	margin: 0 auto;
	width: 74px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -37px;
	margin-top: -9px;
	z-index: 2000;
	}

.loader > div {
	width: 18px;
	height: 18px;
	margin: 0 2px;
	background-color: #ffffff;
	border-radius: 100%; 
	display: inline-block; 
	
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
	
.loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	} 

.loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	}
	
@-webkit-keyframes bouncedelay {
	0%, 100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

@keyframes bouncedelay {
	0%, 100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* LOADER fin ----------------------------------------------------------------------- */

/* MENSAJES inicio ----------------------------------------------------------------------- */

.wrap-mensaje {
  width: 100%;
  padding: 0 400px 0 14px;
  z-index: 30000;
  position: absolute;
  top: 18px;
}

.mensaje {
  width: 100%;
  height: 100%;
  background-color: #E7EAEC;
  border: 1px solid #C2C2C2;
  font-family: robotoregular;
  font-size: 14px;
  line-height: 20px;
  padding: 23px 24px 23px 48px;
  border-radius: 5px;
  position: relative;
}

.mensaje > span {
  position: absolute;
}

.mensaje .wrapp-icono {
	height: 100%;
	top: 0;
	left: 14px;
	width: 21px;
}

.mensaje .wrapp-icono .icono {
	height: 22px;
	width: 21px;
	position: absolute;
	top: 50%;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-image: url(../images/sprite.png); 
}

.mensaje .cerrar {
	height: 22px;
	width: 23px;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url(../images/sprite.png); 
	border-radius: 0 4px 0 4px;
}

	/* MENSAJE ok */

.mensaje.mensaje-ok {
  background-color: #dff1d7;
  border: 1px solid #c0d8ac;
  color: #366439;
  }

.mensaje.mensaje-ok .icono-ok {
	background-position: -4px -172px;
	}

.mensaje.mensaje-ok .cerrar-ok {
	background-position: -3px -198px;
	}
	.mensaje.mensaje-ok .cerrar-ok:hover {
  		background-color: #c0d8ac;
	}
	
	/* MENSAJE error */

.mensaje.mensaje-error {
  background-color: #f2dee0;
  border: 1px solid #eec5c9;
  color: #a0342f;
  }

.mensaje.mensaje-error .icono-error {
	background-position: -36px -172px;
	}

.mensaje.mensaje-error .cerrar-error {
	background-position: -35px -198px;
	}
	.mensaje.mensaje-error .cerrar-error:hover {
  		background-color: #eec5c9;
	}
	
	/* MENSAJE alerta */

.mensaje.mensaje-alerta {
  background-color: #fef7e4;
  border: 1px solid #f3d5a6;
  color: #b77627;
  }

.mensaje.mensaje-alerta .icono-alerta {
	background-position: -73px -172px;
	}

.mensaje.mensaje-alerta .cerrar-alerta {
	background-position: -71px -198px;
	}
	.mensaje.mensaje-alerta .cerrar-alerta:hover {
  		background-color: #f3d5a6;
	}
	
	/* MENSAJE info */

.mensaje.mensaje-info {
  background-color: #d9edf6;
  border: 1px solid #b4cce6;
  color: #2f6b90;
  }

.mensaje.mensaje-info .icono-info {
	background-position: -110px -172px;
	}

.mensaje.mensaje-info .cerrar-info {
	background-position: -108px -198px;
	}
	.mensaje.mensaje-info .cerrar-info:hover {
  		background-color: #b4cce6;
	}
	

/* MENSAJES fin ----------------------------------------------------------------------- */



input[type="text"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"] {
    height: 30px;   
    line-height: 30px;   
    border: 1px solid #c8cacc;   
    border-radius: 4px;   
    padding: 0px 15px 0 12px;   
    vertical-align: top;
}

input[type="number"] { 
    padding: 0px 6px 0 12px;   
 
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
	border: 1px solid rgba(0, 182, 211, 0.55);
    box-shadow: inset 0px 0px 6px 0px rgba(148, 148, 148, 0.35);
}

input[type="checkbox"]:focus + .slide_checkbox,
input[type="checkbox"]:checked:focus + .slide_checkbox {
	border: 1px solid rgba(0, 182, 211, 0.55);
}


input[type="text"].error,
input[type="checkbox"].error + .slide_checkbox,
input[type="number"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="password"].error,
input[type="date"].error,
div.error {
	border: 1px solid rgba(184, 29, 10, 0.75);
    box-shadow: inset 0px 0px 6px 0px rgba(184, 29, 10, 0.35);
	border-radius: 4px;
}

label {
  display: inline-block;
  vertical-align: top;
  font-family: 'robotolight';
  font-weight: normal;
  font-size: 13.5px;
  color: #333333;
  line-height: 18px;
}

div.fieldset{
  padding: 8px 0px 10px 0px;
  margin: 2px 0px 22px 0px;
  font-size: 18px;
  box-sizing: content-box;
  border-bottom: 1px solid #C8CACC;
  font-family: 'robotomedium';
}

div.fieldset.align {
  margin: 34px 0px 22px 0px;
}
	@media only screen and (max-width : 1276px) {
	/* Alinea el título en al variar el ancho*/

		div.fieldset.alinear {
  			margin: 52px 0px 22px 0px;
		}
	}


.table.table-responsive.table-condensed li {
  height: auto;
  width: 100%;
  margin: 2px 0% 6px 0px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  box-sizing: content-box;
}

.table.table-responsive.table-condensed li span {
	vertical-align: top;
}

.table.table-responsive.table-condensed .select2-container-multi li {
  width: auto;
  margin: 2px 0px 6px 2px;
  background-image: none;
  box-shadow: none;
}

body .select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 5px 5px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 12px;
  color: #333;
  cursor: default;
  border: 1px solid #C8CACC;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F5F6F7;
}

.selectctr{
	width: 58%;
}
.selectctr.selectctr25{
	width: 25%;
}


.table.table-responsive.table-condensed .select2-container-multi li.select2-search-field{
	display: none;
}

.table.table-responsive.table-condensed .select2-container-multi li {
  width: auto;
  margin: 3px 0px 3px 3px;
}

.table.table-responsive.table-condensed.table-whole {
	width: 100%;
	margin-right: 0%;
	display: inline-block;
	vertical-align: top;
}
.table.table-responsive.table-condensed.table-whole li label
{
	width: 13.5%;
	margin: 5px 8px 5px 0;
}

.table.table-responsive.table-condensed {
  width: 48%;
  margin-right: 0%;
  display: inline-block;
  vertical-align: top;
}

.table.table-responsive.table-condensed.columna-izda {
  margin-right: 4%;
}

.table.table-responsive.table-condensed li label {
    width: 28%;
	margin: 5px 8px 5px 0;
}

.table.table-responsive.table-condensed li .tpvadmin-tooltip {
  margin-top: 6px;
}

.table.table-responsive.table-condensed li input {
  width: auto;
  max-width: 58%;
}

.table.table-responsive.table-condensed li input[type="text"],
.table.table-responsive.table-condensed li input[type="email"],
.table.table-responsive.table-condensed li input[type="date"],
.table.table-responsive.table-condensed li input[type="tel"],
.table.table-responsive.table-condensed li input[type="password"],
.table.table-responsive.table-condensed li input[type="number"] {
  min-width: 58%;
}

.table.table-responsive.table-condensed li input[type="checkbox"],
.table.table-responsive.table-condensed li input[type="radio"] {
  min-width: 56px; 
  vertical-align: top;
  position: absolute;
}

.tpvadmin-tooltip {
  width: 14px;
  height: 14px;
  margin: 0px 7px 0px 0px;
  border-radius: 100%;
  box-sizing: content-box;
  float: left !important;
  vertical-align: top;
}

/*---------- icono info. tooltip bootstrap: */ 
.glyphicon-info-sign:before {
  color: #D1D4D7;
}

.tpvadmin-tooltip:hover:before {
  color: #00b6d3;
}

.exit-with-save + .tooltip {
  width: 130px;
}
  
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  border-width: 5px 5px 5px 0;
  border-right-color: #00C2E1;
}

.tooltip.left .tooltip-arrow {
  border-right-color: #00C2E1;
}

.tooltip.bottom .tooltip-arrow {
  border-right-color: #00C2E1;
}

.tooltip-inner {
  max-width: 400px !important;
  padding: 8px 8px 8px 18px;
  color: #FFF;
  text-align: left;
  text-decoration: none;
  background-color: #00C2E1;
  border-radius: 4px;
  font-family: 'Robotoregular';
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00C2E1;
}

.table.table-responsive.table-condensed li.nota-pie {
    border-bottom: 0px solid #eee;
    position: relative;
    bottom: 0px;
}

.table.table-responsive.table-condensed li.nota-pie .nota {
    float: right;
    color: #666666;
    font-size: 12px;
}

/* LISTADO DE PRODUCTOS ---------------------------------------------------------- */

#datagridProductos {
    width: 100%;
}

.fixed-table-container tbody td {
    border-left: 1px solid #ddd;
}

.table-striped {
	border-collapse: collapse!important;
	border-radius: 0px;
}


.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd !important;
  border-right: 0px;
}

.fixed-table-container {
  position: relative;
  clear: both;
  border: 0px solid #ddd;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px; 
  border-radius: 0px; 
}

.btn-default {
  text-shadow: none;
  background-image: none;
  filter: none;
  border-color: #dbdbdb;
  border-color: #E0E0E0;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:hover, .btn-default:focus {
  background-position: 0 -15px;
  background-color: #eee;
  border-color: #ddd;
  outline: none
}

/* LISTADO DE PRODUCTOS FIN ------------------------------------------------------- */

.wrapper_log .boton a { 
	display: block;
	height: 48px; 
	padding: 12px;
	border: 1px solid #00c2e1; 
	border-radius: 5px;
	background-color: #00c2e1; 
	color: #ffffff;
	margin-bottom: 3px;
	text-align: left;
	margin-left: 15px;
	max-width: 150px;
	}
	.wrapper_log .boton a * { 
		font-family: 'robotomedium'; 
	}
	.wrapper_log .boton a:hover { 
		background-color: #00d2f3;
		border: 1px solid #00d2f3; 
	}

.wrapper_log .boton a .texto { 
	height: 24px;
	width: 82px; 
	display: inline-block;
	margin-left: 6px;
	margin-right: 12px;
	font-size: 14px; 
	opacity: 1;
	z-index: 2;
	}

.wrapper_log .boton a .icono { 
	height: 24px;
	width: 24px; 
	display: inline-block;
	}
	.wrapper_log .boton a .icono.acceder { 
		background-image: url(../images/sprite.png); 
		background-position: -120px -102px;
	}
	
.wrapper_log .error {
	position: relative;
    color: #FFA3A3;
    margin: 12px 0px;
    
	padding-left: 58px;
	font-family: 'RobotoMedium'; 
	max-width: 330px;
}

.wrapper_log .system.sysmsg .error{
   	display: inline-block;
    margin: 0;
	padding: 0px 30px 0px 58px;
	font-family: 'RobotoMedium'; 
}

.wrapper_log .error .error_icon {
	height: 20px;
	width: 20px;
	position: absolute;
	top: -4px;
	left: 27px;
	background-image: url(../images/sprite.png);
	background-position: -5px -228px;
}

#user-error {
    margin-top: 0px;
}

.wrapper_log .sysmsg.info {
    z-index: 2;
    background-color: #5bc0de;
    border-radius: 3px;
    padding: 18px 0px;
    margin-bottom: 16px;
}

.wrapper_log .sysmsg.error {
    z-index: 2;
    background-color: #FF8383;
    border-radius: 3px;
    padding: 18px 0px;
    margin-bottom: 16px;
}

.wrapper_log .sysmsg .error {
    color: #333333;
    font-family: 'RobotoMedium';
    font-size: 14px;
}

.wrapper_log .sysmsg .error .error_icon {
    background-position: -38px -228px;
}

.fixed-table-toolbar {
  padding: 0 11px;
}

.fixed-table-body,
.fixed-table-header {
    font-size: 13px;
}

.fixed-table-body .editable.editable-click,
.fixed-table-header .editable.editable-click {
  font-family: 'robotoregular';
  color: #333333;
}
	.fixed-table-body .editable.editable-click:hover, 
	.fixed-table-header .editable.editable-click:hover {
    	color: #00b6d3;
	}

.loader {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
    left: 168px;
	background-color: #41464b;
    background-position: center; 
	background-image: url(../images/loader.gif);
}

.fixed-table-body .glyphicon,
.fixed-table-header .glyphicon {
  	font-size: 14px;
  	color: #41464B;
  	cursor: pointer;
}
	.fixed-table-body .glyphicon:hover,
	.fixed-table-header .glyphicon:hover {
  		color: #007ea7;
	}

i.glyphicon-info-sign{
	color: #428bca;
	margin-left: 5px;
}

.contenido.top.left form > div.activo{
	display: block;
}

.contenido.top.left form > div{
	display: none;
}

.progress{ 
	width: 31%; 
	height: 4px; 
}
.progress .snoopy {
	background: #32b200; 
	height: 100%; 
	margin: 0;
	position: relative;
}
.progress .snoopy #status{ 
	text-align: center; 
	font-size: 15px; 
	margin: 0; 
	color: white;
}

#editForm button.disabled{
	  display: none;
}

input[disabled]{
	background: #F4F4F4;
}

/* ------------  EDITOR DE TEXTO formulario -------------- */

.main .mce-panel {
  border: 0px solid #C8CACC;
  background-color: #f5f5f5;
  background-image: none;
}

.main .mce-btn {
  border: 1px solid #b1b1b1;
  border-color: #cccccc;
  position: relative;
  text-shadow: 0px 0px 0px rgba(255,255,255,.75);
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  background-color: #FFFFFF;
  background-image: none;
}

.main .mce-btn-group .mce-last {
  border-right: 1px solid #CCCCCC;
}

.main .mce-btn:hover, .mce-btn:focus {
  background-color: #ebebeb;
  background-image: none;
}

.main .mce-toolbar-grp {
  padding-bottom: 4px;
}

.main .mce-flow-layout-item {
  margin: 4px 0 4px 4px;
}

/* ----------------- */	

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #00b6d3;
  border-color: #00b6d3;	
}

.pagination > li > a, .pagination > li > span {
  color: #00b6d3;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #00b6d3;
  background-image: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #f5f5f5;
  background-image: none;
}

.select2-results .select2-highlighted {
    background: #00b6d3;
    color: #fff;
	font-weight: bold;
}

.select2-container .select2-choice {
  height: 30px;
  line-height: 30px;
  border: 1px solid #c8cacc;
}

.select2-container .select2-choice .select2-arrow {
  border-left: 1px solid #c8cacc;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 182, 211, 0.03);
}

.select2-container-multi .select2-choices {
  border: 1px solid #c8cacc;
  border-radius: 4px;
}

.fixed-table-pagination {
    padding: 20px 16px;
	border-top: 1px solid #DDD;
}

.fixed-table-pagination .pagination, 
.fixed-table-pagination .pagination-detail {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
}

.pagination-detail.pull-left {
  float: none !important;
}		

/* Para que que aplique height en lugar de padding a cada fila en la tabla */
.table > tbody > tr > td{
	height: 35px;
	padding: 0px;
	vertical-align: middle;
}
/* Este padding lo modifico dinamiente desde el codigo, el resultado sera la suma del de_cada_separador(widht+left)+12 */
.table > tbody > tr > td > a{
	position: relative;
  	padding-left: 8px;
}

.table > tbody > tr > td + td + td{
	padding: 0px 8px;
}


.table > tbody > tr > td > a > span.gi{
	position: absolute;
	top: -8px;
	height: 34px;
	left: 0px;
	width: 12px;
	background-image: url(../images/icon-subcat.png);
  	background-repeat: no-repeat;
  	background-position: center;
}

.main .wrapp-search .boton-clean-buscar {
	height: 40px;
    border-radius: 40px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	right: -28px;
	color: #B67C00;
	visibility: hidden;
	transition: all .1s ease-in-out;
	z-index: 2;
}
.main .wrapp-search .boton-clean-buscar:hover {
	color: #B63000;
}
	
.boton-clean-buscar.glyphicon-remove:before {
  position: relative;
  top: 10px;
  font-size: 12px;
}

.reset-search{
  display: block;
  height: 48px;
  padding: 12px 12px 12px 16px;
  border: 1px solid #616569;
  border-radius: 5px;
  background-color: #616569;
  color: #ffffff;
  margin-bottom: 3px;
  cursor: pointer;
}

.reset-search:hover{
	background-color: #00b6d3;
	border: 1px solid #00b6d3;
	color: #ffffff; 
}

.reset-search .texto { 
	display: inline-block;
    font-size: 13.5px;
    line-height: 22px;
  	font-family: robotoregular;
}

.reset-search .icono { 
	float: right;
	font-size: 18px;
}

.table.table-responsive.table-condensed li label.error {
  margin-left: 35%;
  margin-top: 4px;
  width: 56%;
}

.table.table-responsive.table-condensed li label.undefined.error {
  margin-left: 0;
  margin-top: 0;
  width: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.modal-content {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
  color: #C8C8C8;
  background-color: #fff;
  border-color: #EAEAEA;
}

/* ------- Modal AVISOS ------- */

.panel-body {
    padding: 16px 30px;
}

/* Danger */
.progress-bar-danger {
  background-image: none;
  background-color: #ffffff;
  border-bottom: 1px solid #d9534f;
}

.progress-bar-danger .modal-title {
  color: #d9534f;
  font-weight: bold;
}

.btn-danger {
  background-image: none;
  background-color: #d9534f;
  border-color: #d9534f;
  font-weight: bold;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
  border-color: #c12e2a;
}

/* Info */
.progress-bar-info {
  background-image: none;
  background-color: #ffffff;
  border-bottom: 1px solid #5bc0de;
}

.progress-bar-info .modal-title {
  color: #00b6d3;
  font-weight: bold;
}

.progress-bar-info .glyphicon-info-sign:before {
  color: #5bc0de;
}

.btn-info {
  background-image: none;
  background-color: #5bc0de;
  border-color: #5bc0de;
  font-weight: bold;
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
  border-color: #2aabd2;
}

.btn-info:disabled, .btn-info[disabled] {
    background-color: #5CC3E2;
    border-color: #5CC3E2;
    background-image: none;
}

/* Warning */
.progress-bar-warning {
  background-image: none;
  background-color: #ffffff;
  border-bottom: 1px solid #f0ad4e;
}

.progress-bar-warning .modal-title {
  color: #f0ad4e;
  font-weight: bold;
}

.progress-bar-warning .glyphicon-info-sign:before {
  color: #f0ad4e;
}

.btn-warning {
  background-image: none;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  font-weight: bold;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
  border-color: #eb9316;
}

/* Success */
.progress-bar-success {
  background-image: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ADCAA;
}

.progress-bar-success .modal-title {
  color: #5cb85c;
  font-weight: bold;
}

.progress-bar-success .glyphicon-info-sign:before {
  color: #5cb85c;
}

.btn-success {
  background-image: none;
  background-color: #5cb85c;
  border-color: #5cb85c;
  font-weight: bold;
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
  border-color: #419641;
}

.progress-bar-danger .icono,
.progress-bar-info .icono,
.progress-bar-warning .icono,
.progress-bar-success .icono {
  margin-right: 8px;
}

.fixed-table-body thead th .th-inner .tpvadmin-tooltip,
.fixed-table-header thead th .th-inner .tpvadmin-tooltip {
    top: 5px;
    left: -3px;
}

.fixed-table-body thead th .th-inner .glyphicon.notooltip,
.fixed-table-header thead th .th-inner .glyphicon.notooltip {
    left: 3px;
	cursor: initial;
}

.fixed-table-body thead th .th-inner .glyphicon.notooltip:hover,
.fixed-table-header thead th .th-inner .glyphicon.notooltip:hover {
    color: #41464B;
}

.fixed-table-body thead th .th-inner,
.fixed-table-header thead th .th-inner {
  box-sizing: border-box;
  text-align: left;
}

.fixed-table-body thead th.bs-checkbox .th-inner,
.fixed-table-header thead th.bs-checkbox .th-inner {
  text-align: center;
}

.select2-result-unselectable{
	background: #CCC;
	color: #999;
}
.select2-result-selectable{
    background: #FFF;
    color: #000;
}
.select2-result-unselectable > div{
	cursor: not-allowed !important;
}

input[type='text'] + .number.controls{
	position: relative;
	display: inline-block;
	height: 20px;
	top: 4px;
	margin-left: -28px;
	left: -12px;
}
input[type='text'] + .number.controls a{
	color: #B9BBBD;
    cursor: pointer;
    font-size: 10px;
    line-height: 20px;
    transition: color .15s ease-in-out, margin .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, margin .15s ease-in-out;
    margin-right: -1px;
    border-left: 1px solid #C8CACC;
    height: 28px;
    width: 21px;
    position: relative;
    top: -4px;
}

input[type='text'] + .number.controls a.glyphicon:before {
	height: 20px;
    width: 20px;
	position: relative;
	left: 5px;
    top: 4px;
}
input[type='text'] + .number.controls a.glyphicon.glyphicon-minus:before {
	left: 3px;
}

input[type='text'] + .number.controls a:hover{
	color: #00b6d3;
}

.select2-search > input[type="text"]{
	line-height: 0;
	font-size: 14px;
	font-weight: normal;
	border-radius: 0;
	font-family: 'robotolight';
}
.select2-search > input[type="text"]:focus{
	box-shadow: none;
	border: 1px solid #c8cacc;
}
.select2-no-results{
	font-size: 14px;
	padding: 8px;
	background: none !important;
}
.select2-dropdown-open .select2-choice{
	background-color: rgba(197, 197, 197, 0.13);
}


.log .resetPass,
.log .doreset,
.log .login {
    position: absolute;
	left: 390px;
    opacity: 0;
	
}

.log .login {
	left: -360px;
}

.log .login.active,
.log .doreset.active,
.log .resetPass.active {
	top: 0;
	left: 30px;
	opacity: 1;
	visibility: visible;
}

.log .resetPass,
.log .doreset {
	transition: opacity .6s ease-in-out, left .6s ease-in-out .15s;
    -webkit-transition: opacity .6s ease-in-out, left .6s ease-in-out .15s;
	visibility: hidden;
}

.log .login {
	transition: opacity .6s ease-in-out .3s, left .6s ease-in-out .15s;
    -webkit-transition: opacity .6s ease-in-out .3s, left .6s ease-in-out .15s;
} 

.log .reset-password a {
    color: #00b6d3;
    font-size: 14px;
    padding-left: 20px;
}

.log .reset-password {
    margin-bottom: 24px;
}

.log .reset-password a:hover {
  color: #37E4FF;
}

.log .boton > a + span{
	color: white;
	display: none;
}

.log .boton > a + span > img{
	  position: absolute;
  margin-top: 30px;
  margin-left: 60px;
}

.log .resetPass .boton{
	  text-align: center;
}

select.select2style{
	border: 1px solid #c8cacc;
	background: none;
	height: 30px;
	padding: 0px 0px 0px 8px;
	color: #444;
	border-radius: 4px;
	margin-left: 2px;
}

#list-item {
	position: relative;
}

.block-preview img {
    max-height: 150px;
    max-width: 150px;
  	box-shadow: 0px 2px 4px rgba(20,20,20,.15);
}

.block-preview {
    background-color: #F5F5F5;
	position: relative;
}

.block-preview.tosave{
	border: 1px solid #B70909;
}

.block-preview + .text-danger{
	display: none;
}

.block-preview.tosave + .text-danger{
	display: block;
}

.block-preview .preview {
    padding: 10px;
	min-height: 98px;
	margin-top: 8px;
}

.block-preview .preview span {
  display: inline-block !important;
  vertical-align: baseline;
  margin-left: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 230px);
}

#upload-button {
      position: absolute;
	  bottom: 10px;
	  right: 10px;
	  border: 0px solid #CCC;
	  background-color: #616569;
	  color: #FFFFFF;
	  font-family: 'robotomedium';
	  padding: 5px 12px;
	  border-radius: 5px;
}

#upload-button:hover {
	background-color: #00b6d3;
}

#delete-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: transparent;
}

#delete-button .glyphicon-remove:before {
  font-size: 13px;
  color: #9D9EA0;
}

#delete-button:hover {
    background-color: #E5E7E8;
}

#delete-button:hover .glyphicon-remove:before {
  color: #00b6d3;
}

.block-preview .progress {
  width: 100%;
  height: 4px;
  position: absolute;
  box-shadow: none;
  background-image: none;
  border-radius: 6px;
  background-color: #C8CACC;
  margin: 0px;
  bottom: 0px;
  overflow: inherit;
}

.block-preview .progress .snoopy #status {
  text-align: right;
  font-size: 13px;
  position: absolute;
  margin: 0;
  color: rgb(50, 178, 0);
  display: inline-block;
  bottom: 10px;
  right: 10px;
  font-family: 'Robotoregular';
}

/* SLIDECHECK -------------------------------------- SLIDECHECK */

.check {
  position: relative;
  display: inline-block;
}

input[type=checkbox].slidecheck,
input[type=radio].slidecheck {
  cursor: pointer;
  font-size: auto;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 200;
  opacity: 0;
}

input[type="checkbox"] + .slide_checkbox,
input[type="radio"] + .slide_checkbox {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
	border-radius: 26px;
	-webkit-box-shadow: inset 0 0 0 1px #E5E5E5;
	box-shadow: inset 0 0 0 1px #E5E5E5;
	cursor: pointer;
	height: 28px;
	position: relative;
	-webkit-transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
	-moz-transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
	-o-transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
	-ms-transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
	transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
	width: 54px;
	vertical-align: top;
	outline: none;
    margin: 0;
    padding: 0;
}

.controls input[type="checkbox"] + .slide_checkbox,
.controls input[type="radio"] + .slide_checkbox {
    margin-top: 10px;
}

input[type="checkbox"] + .slide_checkbox:after,
input[type="radio"] + .slide_checkbox:after {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 24px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1);
	content: '';
	display: block;
	height: 25px;
	left: 1px;
	position: absolute;
	right: 26px;
	top: 0;
	-webkit-transition: border .25s .15s, left .25s .1s, right .15s .175s;
	-moz-transition: border .25s .15s, left .25s .1s, right .15s .175s;
	-o-transition: border .25s .15s, left .25s .1s, right .15s .175s;
	-ms-transition: border .25s .15s, left .25s .1s, right .15s .175s;
	transition: border .25s .15s, left .25s .1s, right .15s .175s;
}

input[type="checkbox"]:checked + .slide_checkbox,
input[type="radio"]:checked + .slide_checkbox {
	border-color: #5DD300;
	-webkit-box-shadow: inset 0 0 0 13px #5DD300;
	box-shadow: inset 0 0 0 14px #5DD300;
	padding-left: 18px;
	-webkit-transition: border .25s, box-shadow .25s, padding .25s .15s;
	-moz-transition: border .25s, box-shadow .25s, padding .25s .15s;
	-o-transition: border .25s, box-shadow .25s, padding .25s .15s;
	-ms-transition: border .25s, box-shadow .25s, padding .25s .15s;
	transition: border .25s, box-shadow .25s, padding .25s .15s;
}

input[type="checkbox"]:checked + .slide_checkbox:after,
input[type="radio"]:checked + .slide_checkbox:after {
	left: 27px;
	right: 0;
	-webkit-transition: border .25s, left .15s .25s, right .25s .175s;
	-moz-transition: border .25s, left .15s .25s, right .25s .175s;
	-o-transition: border .25s, left .15s .25s, right .25s .175s;
	-ms-transition: border .25s, left .15s .25s, right .25s .175s;
	transition: border .25s, left .15s .25s, right .25s .175s;
}

.bootstrap-table input[type=checkbox].slidecheck{
	cursor: default;
}

.bootstrap-table input[type="checkbox"] + .slide_checkbox{
	height: 22px;
	width: 44px;
	cursor: default;
}
.bootstrap-table input[type="checkbox"] + .slide_checkbox:after{
	height: 19px;
	right: 22px;
}
.bootstrap-table input[type="checkbox"]:checked + .slide_checkbox:after{
	left: 23px;
	right: 0;
}
 
/* SLIDECHECK ------------------ FIN -------------------- SLIDECHECK */

#affixGeneralLaw label {
  width: calc(100% - 30px);
}

.table.table-responsive.table-condensed.columna-100 {
  width: 100%;
}

.table.table-responsive.table-condensed.columna-100 li label {
  width: 80px;
  margin: 5px 8px 5px 0;
}

.table.table-responsive.table-condensed.columna-100 li > label {
  font-family: 'robotomedium';
}

.table.table-responsive.table-condensed.columna-100 .splitshift,
.table.table-responsive.table-condensed.columna-100 .group {
  display: inline-block; 
  vertical-align: top;
}

.table.table-responsive.table-condensed.columna-100 .splitshift label {
	width: auto;
}

.table.table-responsive.table-condensed.columna-100 .group label{
  width: 20px;
  text-align: right;
}

.selectctr.selectctr25 {
  width: 88px;
}

.table.table-responsive.table-condensed.columna-100 .group {
  margin-left: 24px;
}

.table.table-responsive.table-condensed.columna-100 .day.notallow {
    color: #999;
    font-size: 13px;
    vertical-align: bottom;
	line-height: 29px;
}

.importModalbox a{
	color: #5CB85C;
}

.importModalbox center a {
    color: #5CB85C;
    background-color: #EEF9EE;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
}

.importModalbox center a:hover {
    background-color: #E3F5E3;
}

.importModalbox span.text-danger{
	font-size: 18px;
}

.importModalbox .preview{
	font-size: 25px;
	margin-top: 15px;
	background: rgb(238, 238, 238) none repeat scroll 0% 0%;
	padding: 8px;
}

.importModalbox .progress{
	width: 100%;
	height: 2px;
}

ul.import.info li{
	font-size: 14px;	
	color: #696969;
	line-height: 20px;
}

ul.import.info li.tmpl{
	margin-top: 12px;
    text-align: left;
}

ul.import.info li.tmpl a:hover{
	text-decoration: none;
	color: #212121;
}

ul.import.info li i{
	margin-right: 6px;
}

ul.fix li{
	font-size: 14px;	
	color: #50BCDC;
	line-height: 18px;
}

ul.fix li p+p{
	margin-top: 6px;
}

.fixModalbox #fix-form ul{
	width: 50%;
	margin: auto;
	margin-left: 32px;
	
}

.fixModalbox #fix-form ul li{
	height: 30px; 
	margin-top: 8px;
}

.fixModalbox #fix-form ul li label,
.fixModalbox #fix-form ul li a.tpvadmin-tooltip{
	margin-top: 5px;
}

.fixModalbox #fix-form ul li input[type="checkbox"]{
	position: absolute;
}

.fixModalbox #fix-form ul li .check{
	float: right;
}

.fixModalbox #fix-form ul li .tpvadmin-tooltip{
	clear: both;
	float: none;
	margin-left: 1%;
}

.closeShop{
	display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
}

.closeShop .btn-link {
	width: 126px;
    padding: 0px;
    margin-top: 6px;
	text-align: left;
	color: #007ea7;
}

.closeShop .btn-link:hover {
    color: #00b6d3;
    text-decoration: none;
}

.hiddenSoft{
	opacity: 0.4;
}

#affixGeneralTpv ul fieldset:first-child {
    min-height: 240px;
}
.alert {
    margin-bottom: 28px;
	box-shadow: none;
}
.alert-warning {
    background-image: none;
	background-color: #fcf8e3;
	color: #AD6E01;
} 

.block-preview + .text-danger {
    font-size: 13.5px;
    margin-top: 4px;
}

.remaining {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bubbles .remaining {
    float: right;
}
.days_remaining{
	display: inline-block;
	vertical-align: top;
	color: #ffc028;
	float: right;
	position: relative;
	margin-right: 16px;
	height: 48px;
	padding: 6px;
}

.days_remaining:hover {
    cursor: pointer;
}

.days_remaining .days{
	display: block;
	font-size: 22px;
	font-family: 'robotomedium';
	letter-spacing: -0.5px;
	text-align: center;
}

.days_remaining .text{
	display: block;
	font-size: 11.5px;
	text-align: center;
	font-family: 'robotomedium';
}

.cabecera .menu_remaining {
	background-color: #ffc028;
    position: relative;
    border-radius: 0 0 6px 6px;
	margin-top: 6px; 
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 206px;
    transition: opacity 0.15s ease-in-out 0s, margin 0.15s ease-in-out 0s;
    visibility: hidden;
}
.bubbles .cabecera .menu_remaining {
	margin-top: 2px; 
	background-color: #e7eaed;
}
.cabecera .menu_remaining::before {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -6px;
    right: 113px;
}
.cabecera .menu_remaining.abierto {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.cabecera .menu_remaining ul{
	padding: 12px;
}

.cabecera .menu_remaining li > span{
	font-size: 14px;
    padding: 6px 20px 16px 20px;
    display: block;
    line-height: 18px;
    text-align: center;
    color: #444444;
    font-family: robotoregular;
}

.cabecera .menu_remaining li > a#signontarget{
	display: block;
    padding: 10px 12px 10px 16px;
    border: 1px solid #616569;
    border-radius: 5px;
    background-color: #41464b;
    color: #FFF;
    font-family: 'robotomedium';
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.cabecera .menu_remaining li > a#signontarget:hover {
    background-color: #32363a;
    border: 1px solid #32363a;
    color: #FFF;
}

.cabecera .menu_remaining li > span b {
    font-family: robotobold;
    font-weight: normal;
}


@media only screen and (max-width : 1248px) {
	/* Modifica la pantalla Ajuste tienda/Configuración TPV */
	#affixGeneralTpv ul fieldset:first-child {
    	min-height: 230px;
	}
} 

@media only screen and (max-width : 1166px) {
	/* Modifica la pantalla 'Horarios de la tienda' */
	.table.table-responsive.table-condensed.columna-100 .group.two {
    	margin-left: 249px;
    	margin-top: 8px;
	}
}

@media only screen and (max-width : 1154px) {
	/* Modifica la posición de los elementos del formulario*/
	
	.table.table-responsive.table-condensed li label {
  		width: auto;
	}
	.table.table-responsive.table-condensed li input[type="checkbox"] {
		display: inline-block;
  		width: auto;
		margin-left: 10px;
	}
	.table.table-responsive.table-condensed li input[type="text"],
	.table.table-responsive.table-condensed li input[type="email"],
	.table.table-responsive.table-condensed li .select2-container {
 		min-width: 90% !important;
	}
	.table.table-responsive.table-condensed li input[type="text"] + span {
 		min-width: 10%;
	}
	.table.table-responsive.table-condensed li label.error {
	  	margin-left: 0%;
	}
	
	.table.table-responsive.table-condensed li .select2-container.selectctr.selectctr25 {
		min-width: 104px !important;
  		width: 104px !important;
	}
	.table.table-responsive.table-condensed.columna-100 .group {
  		margin-left: 30px;
  		width: calc(100% - 255px);
	}
	.table.table-responsive.table-condensed.columna-100 .group.two {
  		margin-left: 255px;
  		margin-top: 4px;
	}
	#affixGeneralTpv ul fieldset:first-child {
    	min-height: 220px;
	}
	
	/* Modifica la pantalla 'Horarios de la tienda' */
	.table.table-responsive.table-condensed.columna-100 .group.two {
    	margin-left: 255px;
	}

}

@media only screen and (max-width : 1023px) {
	/* Oculta el nombre de usuario y lo mete dentro del menú de usuario*/
	
	.cabecera .nombre_usuario_in {
		display: block;
	}
	.cabecera .usuario .inline.nombre_usuario {
    	display: none;
	}
	.cabecera .usuario .inline.img_usuario .foto_usuario:before {
		content: "";
		width: 0px;
		height: 0px;
		border-top: 4px solid #cecece;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		position: absolute;
		top: 20px;
  		left: 30px;
	}
	.cabecera .usuario .inline.img_usuario .foto_usuario:hover:before {
		border-top: 4px solid #00b6d3;
	}
	.cabecera .menu_usuario {
  		margin-right: 35px;
	}
}

@media screen and (max-width: 950px) {
	/* Modifica la pantalla 'Horarios de la tienda' */
	
	.table.table-responsive.table-condensed.columna-100 .splitshift {
		  display: inline-block;
		  vertical-align: top;
		  width: calc(100% - 21px);
		  margin-left: 21px;
	}
	.table.table-responsive.table-condensed.columna-100 .group.two {
  		margin-left: 21px;
  		margin-top: 8px;
	}
	.table.table-responsive.table-condensed.columna-100 .group {
  		margin-left: 21px;
  		width: calc(50% - 21px);
		min-width: 200px;
  		margin-top: 8px;
	}
	.table.table-responsive.table-condensed li .select2-container.selectctr.selectctr25 {
  		min-width: 0px !important;
  		width: calc(50% - 28px) !important;
	}
}

@media only screen and (max-width : 806px) {
	/* Modifica la pantalla Ajuste tienda/Configuración TPV */
	#affixGeneralTpv ul fieldset:first-child {
    	min-height: 270px;
	}
}

@media screen and (max-width: 767px) {
	.table-responsive {
	  border: 0px solid #ddd;
	}
}

/*
Estilos del Wizard
*/
.wizard.overlay {
    width: 100%; 
    height: 100%; 
    background-color: rgba(65,70,75,.8);
    position: absolute;
    top: 0;
    z-index: 2000;
}

.wizard,
.help {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2010;
    opacity: 0;
	transform-origin: top;
	transform: scale(0);
    -webkit-transition: opacity .3s linear, transform .3s linear;
    transition: opacity .3s linear, transform .3s linear;
}

.help {
    top: 14px;
    right: 160px;
    transform-origin: top right;
    transform: scale(0);
    background-color: rgba(65,70,75,.8);
    opacity: .3;
    transition: all .2s ease-out;
}

.help.show {
    top: 0px;
    left: 0px;
    transform: scale(1);
    opacity: 1;
    transition: opacity .08s linear;
}

.wizard.overlay {
    opacity: 0;
	transform: scale(0);
	transition: opacity .3s linear, transform 0s linear;
}
.show-wizard,
.show-wizard + .help-wizard-wrap + .wizard.overlay {
    opacity: 1;
	transform: scale(1);
}

.wizard .wizard-body-wrap {
    width: 100%; 
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.wizard .wizard-body {
    width: calc(100% - 80px); 
    max-width: 734px;
    min-height: 520px;
    margin: 0 auto; 
    background-color: #fff; 
    border-radius: 4px;
    padding: 84px 48px 40px 70px; 
    position: relative;
}
.wizard .wizard-body.complete {
    text-align: center;
}

.wizard .title1 {
    font-family: 'robotoregular';
    font-size: 34px; 
    color: #40454b;
    margin-bottom: 38px;
}
.wizard .title1 span {
    font-family: 'robotomedium';
    font-size: 24px;
}

.wizard p {
    line-height: 24px; 
    margin-bottom: 22px;
} 

.wizard p b {
    font-family: 'robotoregular';
}

.wizard .app1 {
    font-size: 18px;
}

.wizard .app1,
.wizard .app2 {
    display: block;
    margin-top: 5px;
}

.wizard .wizard-next {
    width: calc(100% - 118px);
    bottom: 40px;
    position: absolute;
}

.wizard .wizard-next .steps-wrap {
    display: inline-block;
    width: calc(100% - 100px); 
    padding-right: 62px; 
}
.wizard .wizard-next .steps-wrap .steps {
    width: 100%; 
    height: 2px;
    background-image: none;
    margin-bottom: 0;
    background-color: #d8dadc;
    border-radius: 0px;
}
.wizard .wizard-next .steps-wrap .steps .complete {
    height: 38px;
    box-shadow: inset 0 -2px 0 0 #00b6d3;
    background-image: none;
    background-color: #00b6d3;
}
    
    .wizard .wizard-next .steps-wrap .steps .complete.step1 { width: 12.5%; }
    .wizard .wizard-next .steps-wrap .steps .complete.step2 { width: 25%; }
    .wizard .wizard-next .steps-wrap .steps .complete.step3 { width: 37.5%; }
    .wizard .wizard-next .steps-wrap .steps .complete.step4 { width: 50%; }
    .wizard .wizard-next .steps-wrap .steps .complete.step5 { width: 62.5%; }
    .wizard .wizard-next .steps-wrap .steps .complete.step6 { width: 75%; }
    .wizard .wizard-next .steps-wrap .steps .complete.step7 { width: 87.5%; }

    
.wizard .wizard-next .button {
    display: inline-block;
    vertical-align: bottom;
    width: 100px; 
}
.wizard .wizard-next .button .link-button {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 100%; 
    background-color: #00b6d3;
    border-radius: 4px;
    font-family: 'robotomedium';
    font-size: 14px;
    text-align: center;
    color: #fff;
}
    .wizard .wizard-next .button .link-button:hover {
        background-color: #00A7C1;
    }
    
.wizard .wizard-body.complete .wizard-next {
    bottom: 100px;
}
.wizard .wizard-body.complete .wizard-next .button {
    width: 248px;
}
.wizard .wizard-body.complete .wizard-next .button .link-button { 
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}
    
.wizard .content .text-wrap,
.wizard .content .image-wrap {
    display: inline-block;
    vertical-align: top;
}
.wizard .content .text-wrap {
    width: calc(100% - 275px);
    padding-right: 44px;
}
.wizard .content .image-wrap .image {
    width: 250px; 
    height: 250px;
    margin-top: 20px;
    background-color: lightblue;
    border: 10px solid #fff;
    border-radius: 12px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.15), inset 0 0 8px 0 rgba(0,0,0,.1);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: content-box;
}
.wizard .content .image-wrap .image-admin { background-image: url(../images/wizard/img-admin.jpg); }
.wizard .content .image-wrap .image-ajustes { background-image: url(../images/wizard/img-ajustes-tienda.jpg); }
.wizard .content .image-wrap .image-clientes { background-image: url(../images/wizard/img-clientes-empleados.jpg); }
.wizard .content .image-wrap .image-productos { background-image: url(../images/wizard/img-productos.jpg); }
.wizard .content .image-wrap .image-tpv { background-image: url(../images/wizard/img-tpv.jpg); }
.wizard .content .image-wrap .image-ir-tpv { background-image: url(../images/wizard/img-ir-tpv.jpg); }

.wizard .title2 {
    font-family: 'robotoregular';
    font-size: 28px;
    color: #00b6d3;
    margin-bottom: 28px;
}
.wizard .title3 {
    font-family: 'robotomedium';
    font-size: 20px;
    color: #40454b; 
    line-height: 26px;
    margin-bottom: 28px;
}

.wizard .url {
    color: #00b6d3;
    font-family: 'robotoregular';
}

.wizard .url span{
    font-family: 'robotobold';
    background-color: rgba(0, 182, 211,.15);
}

.wizard .bubble {
    height: 42px;
    width: 42px;
    line-height: 42px; 
    background-color: #40454b;
    color: #fff;
    border-radius: 100%;
    font-family: 'robotoregular';
    font-size: 26px;
    text-align: center;
    margin-bottom: 26px;
}

.wizard .wizard-message {
    width: 80%;
    margin: 0 auto;
    background-color: #f2fbfd;
    border: 1px solid #a8e5ef;
    border-radius: 5px;
    font-family: 'robotoregular';
    font-size: 15px;
    color: #007ea7;
    line-height: 24px;
    padding: 18px 50px;
    margin-top: 28px; 
	text-align: center;
}
.wizard .wizard-message b {
    font-family: 'robotomedium';
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(115%, 0, 0);
            transform: translate3d(115%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-115%, 0, 0);
            transform: translate3d(-115%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.modal-backdrop {
    background-color: #5D5D5D;
}

/* Cambian el centrado de wizard-body cuando no cabe en la pantalla */
@media only screen and (max-width: 734px) {
    .wizard-body-wrap {
        transform: translate(0);
        top: 54px;
    }
    .wizard-body {
        background-color: lightpink;
    }
}
@media only screen and (max-height: 628px) {
    .wizard-body-wrap {
        transform: translate(0);
        top: 54px;
    }
    .wizard-body {
        background-color: lightpink;
    }
}


.wizard-modal.modal.fade {
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    
     -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0); 
          transform: translate(0, 0);    
}
.wizard-modal.modal.fade .modal-dialog {
     -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5); 
          transform: scale(0.5, 0.5);
}
.wizard .wizard-end {
    bottom: 100px;
	transition: all .5s linear;
}
.wizard .wizard-end .steps-wrap {
    width: calc(50% - 110px);
    opacity: 0;
    transition: all .5s linear, opacity .1s linear;
}
.wizard .wizard-end .button {
    width: 220px;
	transition: all .5s linear;
}
.wizard .wizard-end .button .link-button {
    height: 52px;
    line-height: 52px;
    font-size: 17px;
	transition: all .5s linear;
}

.help-wizard-wrap {
	width: 47px; 
	position: fixed;
	top: 0; 
	left: calc(50% - 24px); 
	z-index: 2020;
	visibility: hidden;
}
.help-wizard {
	display: block;
    margin: 0 auto;
	padding: 14px;
    height: 47px;
    width: 47px;
}
.help-wizard .icon-info {
	height: 100%;
    width: 100%; 
	background-color: #616569; 
	border-radius: 40px;
}
.icon-info {
	background-image: url(../images/sprite.png); 
	background-position: -157px -104px;
}
	.help-wizard:hover .icon-info {
			background-color: rgba(0, 182, 211, 0.35);
	}

.show-wizard + .help-wizard-wrap .help-wizard .icon-info {
	background-image: url(../images/sprite.png); 
	background-position: -157px -135px;
}

/* /////////////////////////////////////////////////////////////////////////////////////// INICIO AYUDA  */
.help .header {
    height: 48px;
    background-color: rgba(0,0,0,.4);
}
.help .header .content {
    float: right;
}
.help .header .content .inline {
    vertical-align: top;
}
.help .header .content .bread {
    line-height: 48px;
    color: #fff;
    font-family: 'robotolight';
    font-size: 17px;
}
.help .header .content .bread.last {
    font-family: 'robotomedium';
}
.help .header .content .close {
    position: relative;
    width: 48px;
    height: 48px;
    opacity: 1;
}
.help .header .content .close:after, 
.help .header .content .close:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 16px;
    height: 2px;
    width: 16px;
    border-radius: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}
.help .header .content .close:before {
    transform: rotate(135deg);
}
.help .header .content .close:hover:after, 
.help .header .content .close:hover:before {
    background-color: #00b6d3;
}
.help .video {
    height: 0px;
    width: 78%; 
    margin: 0 auto;
    position: relative;
    padding-bottom: 44%;
    margin-top: 20px;
}
.help .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.help .pdf-guide {
    width: 196px;
    padding: 16px;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #00798C;
    font-family: robotomedium;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #00798C;
}
.help .pdf-guide:hover {
    background-color: #00b6d3; 
    transition: all .15s linear;
}

.help .pdf-guide a {
    color: #fff;
}

.help_video_container {
    /* background-color: black;
    opacity: .5; */
}
/* /////////////////////////////////////////////////////////////////////////////////////// FIN AYUDA  */

/* /////////////////////////////////////////////////////////////////////////////////////// Más estilos GENERALES  */

.help .tabla {
    width: 20px;
}
.icon-help {
    background-image: url(../images/sprite.png); 
    background-position: -194px -104px;
}
.cabecera .usuario .help-button .icon-help {
    height: 20px;
    width: 20px;
    display: inline-block;
	margin-top: 15px;
    border: 1px solid #9C9C9C;
    border-radius: 40px;
}
.cabecera .usuario .help-button:hover .icon-help {
    background-position: -230px -104px;
    border: 1px solid rgba(0, 182, 211, 0.8);
}
.cabecera .usuario a.help-button {
    width: auto;
	height: 48px;
    display: block;
    padding: 0 18px;
}
.modal-body p {
    padding-bottom: 14px;
}
.modal-body {
    padding: 22px 28px;
    line-height: 22px
}
.progress-bar-warning + .modal-body a {
    color: #B57111;
}
.progress-bar-warning + .modal-body a:hover {
    color: #D07A02;
}
.info_contenido .warningclass {
    width: 58%;
    margin-left: calc(28% + 30px);
    margin-top: 6px;
    background-color: #fdf5e8;
    font-size: 13px;
    padding-left: 9px; 
    padding-bottom: 1px;
    color: #AF6A00;
    cursor: pointer;
    position: relative;
}
.info_contenido .warningclass:hover {
    color: #BD770C; 
    background-color: #FFF6E7;
}
.info_contenido .warningclass:before,
.info_contenido .warningclass:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #C79447;
}
.info_contenido .warningclass:before {
    width: 1px;
    height: 9px;
    top: 7px;
    right: 10px;
}
.info_contenido .warningclass:after {
    width: 9px;
    height: 1px;
    top: 11px;
    right: 6px;
}
.info_contenido .warningclass:hover:before,
.info_contenido .warningclass:hover:after {
    background-color: #D07E00; 
}

.infoclass {
	width: 58%;
	margin-left: calc(28% + 30px);
	margin-top: 6px;
	background-color: #00b6d3;
	font-size: 13px;
	padding-left: 9px;
	padding-bottom: 1px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
}

.bubbles .cabecera .menu_usuario {
    background-color: transparent;
    border: 1px solid #96989a;
	padding: 0;
}
.bubbles .cabecera .menu_usuario ul li:first-of-type a {
	border-top: 0px solid #96989a;
}
.bubbles .cabecera .menu_usuario a {
    color: #c5c5c5;
	border-top: 1px solid #96989a; 
	padding: 8px 4px 8px 20px;
}
.bubbles .cabecera .menu_usuario a#advadmintarget {
    color: #00dcff;
}
.bubbles .cabecera .menu_usuario .text {
    font-family: 'robotomedium';
}
.bubbles .cabecera .menu_usuario:after {
    border-bottom: 6px solid #41464b;
}
.bubbles .cabecera .menu_usuario a:hover {
    color: #fff;
}
.bubbles .cabecera .menu_usuario a:hover span:before {
    color: #fff;
}
.bubbles .cabecera .menu_usuario a#advadmintarget:hover {
    color: #fff;
}

/*  INICIO   ////////////////////////////////////////////////////////////////////////  RADIO BUTTON COLORES AGENDA */
input[type="radio"].radio-color {
	/*cursor: pointer;*/
	font-size: auto;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	z-index: 200;
	opacity: 0;
	margin: 0;
}
input[type="radio"] + .slide_radio {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 24px;
	position: relative;
	width: 24px;
	vertical-align: top;
	outline: none;
	margin: 0 4px 0 0;
	padding: 0;
	transition: box-shadow .25s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: box-shadow .25s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: box-shadow .25s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: box-shadow .25s cubic-bezier(0.4, 0, 1, 1);
}
.controls input[type="radio"] + .slide_radio {
	margin-top: 10px;
}
input[type="radio"]:checked + .slide_radio {
	background-image: url(../images/tip-check.png);
	background-position: center;
	background-repeat: no-repeat;
}
input[type="radio"] + .slide_radio:after {
	content: '';
	display: block;
	height: 0px;
	width: 0;
	left: 0;
	position: absolute;
	top: 0;
}
input[type="radio"]:checked + .slide_radio:after {
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	left: 0;
	position: absolute;
	top: 0;
}
input[type="radio"] + .slide_radio.color-defecto 	{ background-color: #007ea7; }
input[type="radio"] + .slide_radio.color-violeta 	{ background-color: #b18cba; }
input[type="radio"] + .slide_radio.color-morado 	{ background-color: #7879c6; }
input[type="radio"] + .slide_radio.color-azul 		{ background-color: #00abeb; }
input[type="radio"] + .slide_radio.color-verde 		{ background-color: #7cbe01; }
input[type="radio"] + .slide_radio.color-ocre 		{ background-color: #b2a322; }
input[type="radio"] + .slide_radio.color-marron 	{ background-color: #9e7438; }
/*  FIN    ////////////////////////////////////////////////////////////////////////  RADIO BUTTON COLORES AGENDA */

.colores-agenda {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 0;
}
.colores-agenda > span {
	display: inline-block;
	vertical-align: top;
}
.colores-agenda > .default {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	border-right: 1px solid #C8CACC;
	margin-right: 10px;
}
.table.table-responsive.table-condensed li .colores-agenda input[type="checkbox"],
.table.table-responsive.table-condensed li .colores-agenda input[type="radio"] {
	min-width: 24px;
}
.colores-agenda > .yourcolor {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	border-left: 1px solid #C8CACC;
	margin-left: 4px;
}
.linkpaused {
	font-weight: bolder;
}
.gradient-color {
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(224,247,52,1) 24%, rgba(59,52,247,1) 50%, rgba(107,247,52,1) 77%, rgba(134,60,138,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(24%, rgba(224,247,52,1)), color-stop(50%, rgba(59,52,247,1)), color-stop(77%, rgba(107,247,52,1)), color-stop(100%, rgba(134,60,138,1)));
	background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(224,247,52,1) 24%, rgba(59,52,247,1) 50%, rgba(107,247,52,1) 77%, rgba(134,60,138,1) 100%);
	background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(224,247,52,1) 24%, rgba(59,52,247,1) 50%, rgba(107,247,52,1) 77%, rgba(134,60,138,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(224,247,52,1) 24%, rgba(59,52,247,1) 50%, rgba(107,247,52,1) 77%, rgba(134,60,138,1) 100%);
	background: linear-gradient(to right, rgba(248,80,50,1) 0%, rgba(224,247,52,1) 24%, rgba(59,52,247,1) 50%, rgba(107,247,52,1) 77%, rgba(134,60,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#863c8a', GradientType=1 );
}

.disabled-select {
	background-color: #d5d5d5;
	opacity: 0.5;
	border-radius: 3px;
	cursor: not-allowed;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.select2-container[readonly] {
	pointer-events: none;
	touch-action: none;
}
.select2-container[readonly] .select2-selection {
	background: #eee;
	box-shadow: none;
}
.select2-container[readonly] .select2-arrow,
.select2-container[readonly] .select2-selection__clear {
	display: none;
}

.info_contenido.disabled {
	pointer-events:none;
}
.info_contenido.disabled input {
	background-color: #c8cacc45;
}
.info_contenido.disabled .check {
	opacity: 0.6;
}
.info_contenido.disabled .select2-container .select2-choice {
	background-color: #c8cacc45;
}
