@charset "utf-8";
/*	Style Selector
 /* ---------------------------------------------------------------------- */
#help_pane {
	background: none repeat scroll 0 0 ;
	position: fixed;
	right: 0;
	top: 80px;
	/*width: 500px;
	width: 60%;*/
	z-index: 99;
}
#help_pane .panel {
    margin-bottom: 0px;
}
#help_pane.col-sm-5 {
    padding-left: 0px !important;
	padding-right: 0px !important;
}
/*#help_pane_container {
	border: 1px solid rgba(23, 24, 26, 0.15);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
	display: none;
}
#style_selector_container img{
border-radius: 100% 100% 100% 100%;
}*/
.input-box {
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	padding: 10px 10px 10px 40px;
}
.input-box input[type="text"] {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid rgba(23, 24, 26, 0.15);
	color: #000000;
	font-size: 11px;
	margin-left: 10px;
	padding: 3px;
	width: 60px;
}
.input-box select {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid rgba(23, 24, 26, 0.15);
	color: #000000;
	margin-left: 5px;
	width: 120px;
}
#help_pane .style-toggle {
	background: #ffd;
	cursor: pointer;
	height: 40px;
	width: 35px;
	border: 1px solid rgba(23, 24, 26, 0.15);
	border-right: none;
	border-radius: 5px 0 0 5px;
	line-height: 40px;
	text-align: center;
	color: #007AFF;
	font-size: 14px;
}
#help_pane .open:before {
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
#help_pane .open {
	background-position: left top;
	left: -25px;
	position: absolute;
	top: 2px;
	width: 25px;
	opacity: 1;
}
#help_pane .close:before {
	content: "< Help";
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
#help_pane .close {
	background-position: left bottom;
	position: absolute;
	right: 0;
	top: 2px;
	width: 55px;
	opacity: 0.9;
}
#help_pane .images {
	border-bottom: 1px solid rgba(23, 24, 26, 0.15);
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	position: relative;
	z-index: 1000000;
}
#help_pane .images img {
	height: 24px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 25px;
	z-index: 1000;
}
#help_pane .images img.active {
	border: 0 solid #CCCCCC;
	opacity: 0.5;
}
.layout-boxed > .navbar, .layout-boxed .main-container, .layout-boxed > .footer {
	max-width: 1170px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}