html, body {
	margin: 0px;
	padding: 0px;
}

body {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('images/fdo_mixer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#capa_acciones {
	position: absolute;
	z-index: 1000;
	width: 10%;
	top: 10%;
	left: 10%;
}

header {
	text-align: center;
	width: 100%;
}

.titleserie {
	cursor: pointer;
	font-size: 14px;
	margin: 0px;
	line-height: 30px;
	padding-left: 10px;
}

#selector_pieza .colorestes {
	background: #333333;
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	display: none;
}

.piece_tools {
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-top: -50px;
	margin-left: 50px;
	display: flex;
}

.piece_delete {
	float: left;
	padding: 13px;
	margin: 0px;
	background: #9c9b9b;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
}

.piece_delete span {
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background-image: url('icons/delete.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.reg {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #9c9b9b;
	width: 50px;
	height: 50px;
	color: white;
	text-align: center;
	font-size: 10px;
}

.reg img {
	max-height: 20px;
	margin: 10px auto 0px;
	cursor: pointer;
}

.slider {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #9c9b9b;
	width: 100px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider input {
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
	width: 100%;
	background: transparent;
}

.slider input::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.slider input:focus {
	outline: none;
}

.slider input::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.slider input::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0px solid #000000;
	height: 12px;
	width: 12px;
	border-radius: 0px;
	background: #333;
	cursor: pointer;
	margin-top: -4px;
}

.slider input::-moz-range-thumb {
	border: 1px solid #000000;
	height: 12px;
	width: 12px;
	border-radius: 0px;
	background: #333;
	cursor: pointer;
}

.slider input::-ms-thumb {
	border: 1px solid #000000;
	height: 12px;
	width: 12px;
	border-radius: 0px;
	background: #333;
	cursor: pointer;
}

.slider input::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: #444;
	border-radius: 0px;
	border: 0px solid #010101;
}

.slider input:focus::-webkit-slider-runnable-track {
	background: #444;
}

.slider input::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: #444;
	border-radius: 0px;
	border: 0px solid #010101;
}

.slider input::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}

.slider input::-ms-fill-lower {
	background: #2a6495;
	border: 0.2px solid #010101;
	border-radius: 0px;
}

.slider input:focus::-ms-fill-lower {
	background: #333333;
}

.slider input::-ms-fill-upper {
	background: #3071a9;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	/*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
}

.slider input:focus::-ms-fill-upper {
	background: #333333;
}

.slider_input {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #9c9b9b;
	width: 60px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider_input>input {
	max-width: 50px;
	margin-left: 10px;
	border: none;
	background: #b0b0b0;
	color: white;
	padding: 0px 5px;
	box-sizing: border-box;
}

.slider_close, .slider_open {
	float: left;
	padding: 10px 0px;
	margin: 0px;
	background: #9c9b9b;
	width: 30px;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
}

.slider_close span, .slider_open span {
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url('icons/arrow_left.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.slider_close.closed span {
	background-image: url('icons/arrow_right.svg');
}

.slider_open span {
	background-image: url('icons/arrow_right.svg');
}

.slider_open {
	display: none;
}

.iconlist {
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
}

.iconlist>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 auto;
}

.iconlist img {
	width: 32px;
	cursor: pointer;
}

.titleshare {
	margin: 10px;
	text-align: center;
	background: white;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'ITC Century Std';
	padding-left: 10px;
	padding-right: 10px;
}

.sel_color {
	width: 50px;
	height: 50px;
	margin: auto;
}

.selsearch {
	background: #333;
	border: 0px;
	width: 100%;
	padding: 8px 20px;
	margin: 5px 0px;
	height: 25px;
	color: #fff;
	box-sizing: border-box;
}

.sel_color {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.junta_color {
	width: 70px;
	height: 70px;
	border: 4px solid #fff;
	margin: auto;
	cursor: pointer;
}

.wrapper_sel_pattern {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sel_pattern {
	width: 70px;
	height: 67px;
	margin: auto;
	cursor: pointer;
}

.sel_pattern>img {
	margin: 5px;
	border: 3px solid #fff;
	width: 80%;
}

.email, .input_user {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 8px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #9c9b9b;
}

.vls {
	display: block;
}

.creation_name {
	border: 0px;
	font-size: 36px;
	line-height: 38px;
	font-family: 'ITC Century Std';
	font-weight: 900;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	padding: 0px;
	overflow: hidden;
}

.render-wrapper {
	position: fixed;
	z-index: 10;
	bottom: 0%;
	right: 8%;
	margin: 0px;
	padding: 10px 20px;
	color: white;
	/*background: #9c9b9b;*/
	background: #fff;
	border-top: 6px solid #000;
	display: none;
	font-size: 9px;
	color: #000;
}

.render-wrapper img {
	/*margin-right: 20px;*/
	margin-bottom: 5px;
}

/* Menú idiomas */

.lang_menu {
	position: fixed;
	z-index: 10;
	top: 0%;
	right: 8%;
	margin: 0px;
	padding: 0px;
	border-top: 6px solid #000;
}

.lang_menu div {
	background-color: #000;
    padding: 0 5px 0 10px;	
}

.lang_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.lang_menu li {
	background: #9c9b9b;
	float: left;
	cursor: pointer;
	padding: 5px 0px;
	margin: 0px;
	box-sizing: border-box;
	cursor: pointer;
	width: 40px;
	text-align: center;
	color: white;
}

.lang_menu li:hover {
	background: #C79842;
}

.lang_menu li.active {
	background: #C79842;
}

.lang_menu li img {
	width: 20px;
}

.lang_menu #logo_onix {
	display: inline-block;
	width: 120px;
	vertical-align: baseline;
	margin-right: 15px;	
}
	
/* Menú */

.menu {
	position: fixed;
	z-index: 10;
	top: 8%;
	left: 8%;
	margin: 0px;
	padding: 0px;
	display: flex;
	border-top: 6px solid #000;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	background: #9c9b9b;
	display: block;
	cursor: pointer;
	padding: 10px;
	margin: 0px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}

.menu li:hover {
	background: #C79842;
}

.menu li.active {
	background: #555;
}

.menu li span {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

.menu li.color span {
	background-image: url(icons/plus.svg);
}

.menu li.trash span {
	background-image: url(icons/trash.svg);
}

.menu li.stroke span {
	background-image: url(icons/stroke.svg);
}

.menu li.mos span {
	background-image: url(icons/mos.svg);
}

.menu li.penta span {
	background-image: url(icons/penta.svg);
}

.menu li.render span {
	background-image: url(icons/render.svg);
}

.menu li.hexa span {
	background-image: url(icons/hex.svg);
}

.menu li.mosaic span {
	background-image: url(icons/mosaico.svg);
}

.menu li.shading span {
	background-image: url(icons/shading.svg);
}

.menu li.pattern span {
	background-image: url(icons/pattern.svg);
}

.menu li.plus span {
	background-image: url(icons/plus.svg);
}

.menu li.save span {
	background-image: url(icons/save.svg);
}

.menu li.picker span {
	background-image: url(icons/picker.svg);
}

.menu li.icon_pattern_selector span {
	background-image: url(icons/pattern_sel.svg);
}

.menu li.info span {
	background-image: url(icons/ayuda.svg);
}

.menu li.preview span {
	background-image: url(icons/preview.png);
}

.menu li.login span {
	background-image: url(icons/user.svg);
}

.menu div.preview {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center center;
	border: 3px solid white;
	box-sizing: border-box;
}

/* Fin Menú */

.vpadding {
	padding: 5px 0px;
}

.oculto, .menu li.oculto {
	display: none;
}

.boton {
	margin: 10px 0px;
	padding: 8px 15px;
	background: #9c9b9b;
	color: white;
	border: none;
}

.boton-success {
	background: #79a547;
}

.boton-danger {
	background: #dc3545;
}

.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.window_wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	margin: 0px;
	padding: 0px;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

.window {
	background: #5e5e5e;
	width: 98%;
	height: 98%;
	max-width: 800px;
	max-height: 600px;
	margin: 0px;
	padding: 10px;
	overflow: auto;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px black;
}

.window_preview {
	width: auto;
	max-width: none;
}

.window_general_info {
	width: auto;
	height: auto;
	max-width: none;
	color: #000;
	background-color: #fff;	
}

.window_general_info #text-general-info {
	font-family: 'ITC Century Std Book';	
}

.window_general_info #text-general-info h2 {
	font-weight: bold;
}

.window_general_info #text-general-info h3 {
	font-style: italic; 
	margin-top: 0px; 
	margin-bottom: 40px;
}

.window_general_info #text-general-info p {
	font-size: 20px; 
	font-style: italic;
	line-height: 22px;
}

.window_white {
	background: white;
	color: #333;
	max-width: 400px;
	height: auto;
	max-height: 98%;
}

.window .row {
	margin: 0px;
}

.window-header-line, .window-footer-line {
	padding: 20px 15px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	display: flex;
}

.window-header-line>div:first-child, .window-footer-line>div:last-child {
	flex: 0 8px;
	height: 8px;
	background: #505050;
	margin: 0px;
	padding: 0px;
}

.window-header-line>div:last-child, .window-footer-line>div:first-child {
	flex: 0 230px;
	height: 2px;
	background: #505050;
	margin: 0px;
	padding: 0px;
}

.loader-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	border: none;
	/*background: rgba(0, 0, 0, .75);*/
	align-items: center;
	justify-content: center;
	color: white;
}

.loader-wrapper>div {
	background: white;
	color: #333;
	max-width: 400px;
	height: auto;
	max-height: 98%;
	width: 98%;
	margin: 0px;
	padding: 20px;
	overflow: auto;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px #505050;
	font-size: 20px;
	font-family: 'ITC Century Std';
	font-style: italic;
	text-align: center;
}

/*.loader-image {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1001;
	position: fixed;
	top: 0px;
	left: 0px;
	border: none;
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}*/

.alert-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	margin: 0px;
	justify-content: center;
	align-items: center;
	z-index: 1000000000000;
	position: fixed;
	top: 0px;
	left: 0px;
	border: none;
}

.alert {
	border: none;
	background: white;
	padding: 20px;
	width: 98%;
	max-width: 300px;
	box-sizing: border-box;
	margin: 0px;
	box-shadow: 0px 0px 4px #505050;
	border-radius: 0px;
}

.mini-loader {
	margin: 10px;
	border: 2px solid #f5f5f5;
	border-radius: 50%;
	border-top: 2px solid #9c9b9b;
	width: 32px;
	height: 32px;
	-webkit-animation: spin 0.3s linear infinite;
	animation: spin 0.3s linear infinite;
}

.social-share-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-share-buttons>div {
	margin: 8px;
	padding: 0px;
	display: flex;
}

.logo {
	background: #000000;
	padding: 4px 6px;
	display: inline-block;
}

.close {
	text-align: center;
}

.close>button {
	background: none;
	border: none;
	background-image: url('icons/remove.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

.close-button {
	margin-right: -25px;
	margin-top: -10px;
	background: black;
	color: white;
	font-size: 16px;
	font-weight: lighter;
}

.box-title {
	font-size: 24px;
	margin: 5px;
	display: block;
	text-transform: uppercase;
	font-family: 'ITC Century Std';
}

.margin-right {
	margin-right: 5px;
}

.bgline-box {
	background-image: url('../img/bgline.png');
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.div-social {
	margin-top: 20px;
	margin-bottom: 20px;
}
.div-social img {
	cursor: pointer;
}

@media ( max-width: 1024px) {
	.menu {
		top: 5%;
		left: 5%;
	}
	.window {
		top: 5px;
	}
	.slider {
		width: 110px;
	}
}

@media ( max-width: 480px) {
	.menu {
		top: 5px;
		left: 5px;
	}
	.window {
		top: 5px;
	}
	.slider {
		width: 110px;
	}
}

.horizontal, .vertical {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.vertical {
	justify-content: center;
	align-items: center;
	background: white;
}

.vertical p {
	width: 100%;
	max-width: 300px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.menu li.icon_pattern_selector img {
	width: auto;
	height: 100%;
	margin: 0px auto;
}

.social-share-buttons>div.oculto {
	display: none;
}

.rendered_image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}

.rendered_image img {
	height: 100%;
}

.image_preview {
	height: 500px;
	width: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media ( orientation: landscape) {
	.horizontal {
		display: block;
	}
	.vertical {
		display: none;
	}
}

@media ( orientation: portrait) {
	.horizontal {
		display: none;
	}
	.vertical {
		display: flex;
	}
}

.invisible-tesela {
	display: none;
}

#msg-loading {	
    font-size: 10px;
    font-style: normal;
    color: #000;
}

#msg-loading img {
	margin-bottom: 5px;	
}

#list-series {
	margin: 0 15px;
    background-color: #333333;
    padding: 30px 10px;
}

#list-series .div_tesela {
	height: 100px;
	text-align: center;
}
	
.title-series {
	margin: 15px 15px 4px 15px;	
}

.title-series span {
	background-color: #333333;
	padding: 5px 30px;
	font-style: italic;	
	margin-right: 3px;
	cursor: pointer;
}

.title-series span.inactive {
	background-color: #9c9b9b;
}

#buttons-login {
	margin: 30px 0px;
}

#buttons-login button {
	padding: 5px 25px;
    background: none;
    border: 1px solid #666;
    font-size: 12px;
}

#content_register, #content_reset_pw {
	display: none;
}

.color-link {
	color: #C79842;
	cursor: pointer;
	font-size: 12px;
}