/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * MoonCake v1.0 - Customizer Stylesheet
 *
 * This file is part of MoonCake, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * July 28, 2012
 *
 */

/* Wrapper
================================================== */

#customizer
{
	position: fixed;
	z-index: 10000;
	overflow: hidden;
	top: 0;
	width: 100%;
	background-color: #fff;
	padding: 5px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.lt-ie9 #customizer
{
	border-bottom: 1px solid #ccc;
}

#customizer #layoutMode
{
	display: inline-block;
	float: left;
	margin-top: 5px;
}

#customizer #pattern-list
{
	margin-left: 65px;
}

#customizer #pattern-list ul, 
#customizer #pattern-list li
{
	margin: 0;
	list-style: none;
}

#customizer #pattern-list ul
{
	display: block;
	float: left;
}

#customizer #pattern-list ul li
{
	float: left;
	width: 22px;
	height: 22px;
	margin: 2px;
	border: 1px solid #ddd;
	cursor: pointer;
	display: block;
}

@media (max-width: 979px) {
	#customizer
	{
		display: none;
	}

	body
	{
		padding-top: 0 !important;
	}
}