#paper {
	z-index: 10;
	width: 1000px;
	height: 1000px;
	border: 1px solid rgba(166,168,169,1);;
	background: white;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.img-mandala {
	width: 100px;
}

.nav1, .nav2 {
	margin-top: 30px;
	width: 120px;
	float: left;
	text-align: center;
}

.nav1 {
	margin-top: 110px;
}

#loadingdiv {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1999;
	opacity: 0.5;
	background: #ffffff url('../assets/img/load2.gif') center center no-repeat;
}

.middiv {
	padding-top: 30px;
	width: calc(100% - 240px);
	margin: 0 auto;
	text-align: center;
	float: left;
}

.clear {
	clear: both;
	margin-bottom: 50px;
}

.selected {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: #eee;
	margin-bottom: 20px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #f8f8f8;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.selected img {
	max-width: 60px;
	max-height: 60px;
}

.selected i {
	font-size: 50px;
}

.button {
	position:relative;
	z-index: 10;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #f8f8f8;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #eee;
	padding:0;
	cursor: pointer;
	margin-bottom: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.button.first {
	border-top: 1px solid #ccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.button.last {
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.button:hover {
	border-color: #4797d2;
	background: #4797d2;
	color: white;
}

.button.disabled:hover {
	border-color: #f8f8f8;
	background: #eee;
	color: #727272;
}

.button:visited {
	border: 0;
}

.button i {
	margin-top: 15px;
	font-size: 30px;
}

.button img {
	width: 50px;
	margin-top: 5px;
}
.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.more.active:after {
    border-top: solid transparent 10px;
    border-bottom: solid transparent 10px;
    border-left: solid #4797d2 10px;
    top: -22px;
    content: " ";
    height: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    width: 0
}

.hidden {
	display:none;
}

#masks,#mandalas {
	z-index:99;
	background-color: #eee;
	position: absolute;
	text-align: center;
	top: 110px;
	left: 100px;
	width: 226px;
	height: 290px;
	overflow: auto;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(166,168,169,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(166,168,169,0.75);
	box-shadow: 0px 0px 5px 1px rgba(166,168,169,0.75);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#mandalas {
	top: 170px;
	height: 430px;
}
.mandalaKat {
	text-align: left;
	margin-left: 12px;
	margin-top: 25px;
	font-size: 14pt;
	color: #2598d0;
	text-transform: capitalize;
}
.elem {
	display:inline-block;
	cursor: pointer;
	z-index: 100;
	width: 60px;
	height: 60px;
	margin-left: 8px;
	margin-top: 10px;
}
#mandalas .elem {
	background: white;
}
.empty {
/*
	width: 60px;
	height: 60px;
	margin-left: 8px;
	margin-top: 10px;
	margin-right: 3px;
	background: white;
	float: left;
*/
}
.pens {
	z-index: -1;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.rotatel img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.designer {
	position: relative;
	background: url(../../images/box-bg.jpg?1390312582) repeat;
}

.designerProducts {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 800px;
	z-index: 100;
}

.designer .absoluteContainer {
	margin: 0 auto;
	width: 90%;
	background: white;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.designer .relativeContainer {
	position: relative;
}

.designerProducts .content, .designerProducts .details {
	padding-top: 15px;
	overflow-y: scroll;
	height: 800px;
	overflow-x: hidden;
	background: url(../../images/box-bg.jpg?1390312582) repeat;
}

.designerProducts .detailsContainer {
	display: none;
	top:0;
	position: absolute;
	width: 100%;
	z-index: 101;
	height: 865px;
	overflow-x: hidden;
	background: white;
}

.productsNav {
	height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, white, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, white, #f2f2f2);
    background-image: -o-linear-gradient(top, white, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
}

.productsNav .pNavButton {
	padding-top: 18px;
	cursor: pointer;
}

.design {
	max-width: 240px;
	max-height: 240px;
}


.fontConfigurator {
	display: none;
	position: absolute;
	width: 220px;
	background: #eee;
	min-height: 120px;
	top: 295px;
	left: 100px;
	padding: 10px;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
}

.fontConfigurator #text {
	width: 195px;
	box-sizing: content-box;
}
.sp-light {
	margin-top: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}
#designerPrice {
	width: 100%;
	text-align: right;
	padding-bottom: 50px;
}

#designerPrice .content {
	margin-right: 30px;
}

.designKategorie {
	text-align: center;
}

.loadingAbsoulteContainer {
	display: none;
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.loadingContainer {
	position: relative;
    width:500px;
    height:150px;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-250px;
	background: white;
	text-align: center;
	padding-top: 50px;
}

#loading {
  margin-top: 40px;
  margin-left: 50px;
  width: 400px;
  height: 8px;
}