#mtp-toggle{
	width:40px; 
	padding:10px 0;
	background:#9b59b6; 
	position:fixed; 
	top:200px; 
	right:0px; 
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:1;
	cursor:pointer; 
	z-index:9999; 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#mtp-toggle.mtp-toggle-close{
	right:190px;
}

#mtp-wrapper{
	width:190px; 
	min-height:240px; 
	background:#fff; 
	position:fixed; 
	top:160px; 
	right:0; 
	z-index:9999; 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.149);  
	-webkit-box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.149); 
	box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.149);
}
#mtp-wrapper #mtp-header{
	border-bottom:1px solid #eee; 
	padding:10px 20px; 
	font-weight:600; 
	font-size:12px;
}
#mtp-content{
	padding:15px 20px 20px;
	font-size:12px;
}

.mtp-content-title{font-weight:600; padding:0 0 10px; line-height:1;}
.mtp-divider {width:100%; height:1px; background:#eee; margin:20px 0 10px;}

#mtp-content select {
	width:100%;
	padding:5px;
	border:1px solid #eee;
	background:#f4f4f4;
	font-size:11px;
}

#mtp-content input{
	width:80px;
	height:19px;
	border:none;
	font-size:11px;
	box-shadow: none; -moz-box-shadow:none; -webkit-box-shadow: none; 
	cursor:pointer;
}

.mtp-primary-color {
	background-color:#f86b35;
	display:inline-block; 
	width:46px; 
	height:27px;
	float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}

.mtp-background-pattern, .mtp-background-image {margin:0; padding:0; list-style:none; margin-right:-8px;}
.mtp-background-pattern li, .mtp-background-image li {display:inline-block; width:25px; height:25px; margin-right:4px; background:#eee; cursor:pointer;}
.mtp-background-image li {width:32px; height:25px;}
.mtp-background-pattern li.pattern_0 {background:url('../images/patterns/pattern_0.png') center;}
.mtp-background-pattern li.pattern_1 {background:url('../images/patterns/pattern_1.png') center;}
.mtp-background-pattern li.pattern_2 {background:url('../images/patterns/pattern_2.png') center;}
.mtp-background-pattern li.pattern_3 {background:url('../images/patterns/pattern_3.png') center;}
.mtp-background-pattern li.pattern_4 {background:url('../images/patterns/pattern_4.png') center;}
.mtp-background-pattern li.pattern_5 {background:url('../images/patterns/pattern_5.png') center;}
.mtp-background-pattern li.pattern_6 {background:url('../images/patterns/pattern_6.png') center;}
.mtp-background-pattern li.pattern_7 {background:url('../images/patterns/pattern_7.png') center;}
.mtp-background-pattern li.pattern_8 {background:url('../images/patterns/pattern_8.png') center;}
.mtp-background-pattern li.pattern_9 {background:url('../images/patterns/pattern_9.png') center;}
.mtp-background-pattern li.pattern_10 {background:url('../images/patterns/pattern_10.png') center;}
.mtp-background-pattern li.pattern_11 {background:url('../images/patterns/pattern_11.png') center;}
.mtp-background-pattern li.pattern_12 {background:url('../images/patterns/pattern_12.png') center;}
.mtp-background-pattern li.pattern_13 {background:url('../images/patterns/pattern_13.png') center;}
.mtp-background-pattern li.pattern_14 {background:url('../images/patterns/pattern_14.png') center;}
.mtp-background-pattern li.pattern_15 {background:url('../images/patterns/pattern_15.png') center;}
.mtp-background-pattern li.pattern_20 {background:url('../images/patterns/pattern_20.png') center;}

.mtp-background-image li.image_1 {background:url('../images/image_1_s.png') center;}
.mtp-background-image li.image_2 {background:url('../images/image_2_s.png') center;}
.mtp-background-image li.image_3 {background:url('../images/image_3_s.png') center;}
.mtp-background-image li.image_4 {background:url('../images/image_4_s.png') center;}

body.background-pattern{ background-repeat:repeat; background-position: center; background-attachment:scroll;}

#wrapper.boxed-layout{box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}

.iris-picker{ position:absolute !important; background:#fff; }

@media only screen and (max-width: 767px) {
	#mtp-wrapper, #mtp-toggle {display:none!important;}
}