/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * Youxi v1.0 - Themer CSS
 *
 * This file is part of Youxi, a HTML5 Business Theme build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 26, 2013
 *
 */

.youxi-themer {
    position: fixed;
    left: 0; top: 100px;
    background-color: #ffffff;
    border-radius: 0 3px 3px 0;
    border: 1px solid #dddddd;
    width: 150px;
    z-index: 333;
}

.youxi-themer .toggle-btn {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left: 0;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}

.youxi-themer .toggle-btn [class*="icon-"] {
	line-height: 40px;
	vertical-align: top;
	width: 40px;
	height: 40px;
}

.youxi-themer .form {
	margin: 0;
}

.youxi-themer .form .form-row {
	border-bottom: 1px solid #dddddd;
	padding: 10px 15px;
	margin: 0;
}

.youxi-themer .form .button-row {
	padding: 10px 15px;
}

.youxi-themer .color-picker {
	width: 100%;
}

.youxi-themer .form .btn {
	width: 100%;
}

.youxi-themer .bg-list, 
.youxi-themer .theme-list {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.youxi-themer .bg-list li, 
.youxi-themer .theme-list li {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 0 2px 2px 0;
	vertical-align: top;
}

.youxi-themer .bg-list li {
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
}

.youxi-themer .bg-list li > span, 
.youxi-themer .theme-list li > span {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* Default class for an overlay */
.youxi-themer .ow-overlay {
	position: fixed;
	z-index: 368;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #424242;
	opacity: 0.8;
}

/* Default class for both hidden overlay and modal window */
.youxi-themer .ow-closed {
	display: none;
}

/* Default class for modal window */
.youxi-themer .modal {
	left: 50%;
	top: 50px;
	position: fixed;
	z-index: 369;
	width: 600px;
	height: 380px;
	padding: 20px;
	border-radius: 3px;
	background-color: #ffffff;
}

.youxi-themer .modal textarea {
	width: 100%;
	height: 100%;
	resize: none;
}

@media only screen and (max-width: 767px) {
	.youxi-themer {
		display: none;
	}
}