/*
 * The main style sheets for the Fancy Product Designer
 *
 */
 
 
 /* COLORS - here you can define your own color theme */
.fpd-main-color {
	background: #DB0212;
	color: #EAE9E5;
}

.fpd-content-color, .fpd-tooltip-theme {
	background: #F6F6F6;
	color: #2E3641;
}

.fpd-border-color, 
.fpd-content > div > ul > li, 
.fpd-saved-products > ol > li, 
.fpd-text-input, 
.fpd-edit-elements select,
.fpd-views-selection li,
.fpd-tooltip-theme {
	border-color: #DAE4EB;
}

.fpd-content > div > textarea:focus,
.fpd-text-input:focus,
.fpd-edit-elements select:focus,
.fpd-views-selection li:hover {
	border-color: #9EB2C0;
}

.fpd-text-input {
	color: #bbbbbb;
}

.fpd-text-input.fpd-active {
	color: #555555;
}

.fpd-saved-products > ol > li > button {
	color: #C1CFD9;
}

.fpd-button, 
.fpd-color-picker .sp-replacer {
	background: #c1cfd9;
	color: #fff;
}

.fpd-button-danger {
	background: #f97e76;
}

.fpd-button-submit {
	background: #a8bd44;
}

.fpd-browser-alert {
	border: 1px solid #E74C3C;
	background: #E74C3C;
	color: #fff;
}


/* RESET */
.fpd-container ul,  
.fpd-container li,  
.fpd-container h3, 
.fpd-container section, 
.fpd-container div,
.fpd-container canvas {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	
}

.fpd-container input {
	border-width: 1px !important;

}

/* SIDEBAR */
.fpd-container > section {
	float: left;
	height: 600px;
}

section.fpd-sidebar {
	border-width: 1px;
	border-style: solid;
	width: 250px;
	margin-right: 0px;
}

.fpd-sidebar > div {
	float: left;
	height: 100%;
}

.fpd-sidebar > .fpd-navigation {
	width: 50px;
}

.fpd-navigation > ul > li  {
	display: none;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	cursor: pointer;
	list-style: none;
}

.fpd-sidebar > .fpd-content {
	width: 200px;
	border-left: none;
	position: relative;
}

.fpd-sidebar > .fpd-content > div {
	display: none;
}

.fpd-content > .fpd-custom-text > *, 
.fpd-content > .fpd-edit-elements > *, 
.fpd-content > .fpd-saved-products > * {
	margin-left: 20px;
	margin-right: 20px;
}

.fpd-content > div > h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.fpd-content > div textarea.fpd-active {
	font-style: normal;
}

.fpd-content > div, 
.fpd-content > div > ul {
	height: 100%;
	overflow: hidden;
}

.fpd-content > div > ul > li {
	border-width: 1px;
	border-style: solid;
	width: 69px;
	height: 70px;
	padding: 15px;
	float: left;
	border-top: none;
	cursor: pointer;
}

.fpd-content > div > ul > li > img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.fpd-content > div > ul > li:nth-child(2n) {
	border-right: none;
	border-left: none;
}

.fpd-saved-products > ol {
	margin: 0 !important;
	padding: 0;
	width: 100%;
}

.fpd-saved-products > ol > li {
	border-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 12px;
}

.fpd-saved-products > ol > li > button {
	margin-left: 10px;
	margin-right: 5px;
	border: none;
	background: none;
}

.fpd-saved-products > ol > li > span {
	cursor: pointer;
}


/* PRODUCT STAGE */
.fpd-product-container {
	border-width: 1px;
	border-style: solid;
	width: 706px;
	position: relative;
	overflow: hidden;
}

.fpd-product-container .fpd-ajax-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 100;
}

.fpd-ajax-loading > .fpd-spinner {
	background: url(../images/fpd/ajax-loader.gif) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

.fpd-product-container > .fpd-menu-bar {
	height: 50px;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	
}

.fpd-menu-bar > h3 {
	font-size: 20px;
	line-height: 50px;
	float: left;
	margin-left: 20px;
	background: #D53340;
}

.fpd-menu-bar > .fpd-menu {
	float: right;
	margin-right: 20px;
}

.fpd-menu > ul > li {
	float: left;
	line-height: 50px;
	padding: 0 17px;
}

.fpd-menu > ul > li > span {
	cursor: pointer;
	font-size: 14px;
}

.fpd-menu > ul > li:last-child {
	border-right: none;
	padding-right: 0;
}

.fpd-product-container > .fpd-product-stage {
	background: url("../images/fpd/grid.png") repeat;
	position: relative;
	height: 100%;
}

.fpd-edit-elements > .fpd-elements-dropdown {
	margin-bottom: 30px;
}

.fpd-edit-elements > .fpd-toolbar {
	display: none;
}

.fpd-toolbar > div {
	margin-bottom: 15px;
	display: none;
}

.fpd-toolbar > button {
	margin-bottom: 10px;
}

.fpd-text-input {
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
	box-shadow: none !important;
}

.fpd-textarea {
	width: 150px;
	height: 80px;
	line-height: 14px;
	resize: vertical;
}

.fpd-edit-elements select {
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	height: 24px;
	margin: 0;
	padding: 2px;
	width: 150px;
}

.fpd-edit-elements select:focus {
	outline: none !important;
}

.fpd-text-styles {
	margin-top: 5px;
}

.fpd-text-styles > .fpd-button:last-child {
	margin-right: 0;
}

/* BUTTONS */
.fpd-button {
	display: inline-block;
	border: none;
	font-size: 12px;
	width: 23px;
	height: 23px;
	line-height: 12px;
	padding: 0;
	cursor: pointer;
	margin-right: 6px;
	opacity: 1;
}

.fpd-submit {
	font-size: 10px;
	padding: 5px 14px;
	width: auto;
	height: auto;
}

.fpd-button:hover {
	opacity: 0.8;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

/* VIEW SELECTION */
.fpd-product-container > .fpd-views-selection {
	position: absolute;
	top: 70px;
	right: 20px;
}

.fpd-views-selection li {
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 5px;
}

.fpd-views-selection li img {
	display: block;
	margin: 0 auto;
	max-height: 50px;
	max-width: 60px;
}

.fpd-modification-tooltip {
	width: 1px;
	height: 1px;
	background: red;
	position: absolute;
	z-index: 100000;
	top: 0;
	left: 0;
	visibility: hidden;
}


/* BROWSER ALERT */
.fpd-browser-alert {
	padding: 10px !important;
}

.fpd-browser-alert > p {
	font-weight: bold;
	font-size: 16px;
}

.fpd-browser-alert a {
	margin-right: 20px;
	text-decoration: underline;
}

.fpd-design img {
	display: none;
}



/* TOOLTIP THEME */
.fpd-tooltip-theme {
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);  
}

/* Use this next selector to style things like font-size and line-height: */
.fpd-tooltip-theme .tooltipster-content {
	font-size: 10px;
	line-height: 12px;
	padding: 6px 5px;
	white-space: nowrap;
}



/* COLORPICKER */
.fpd-color-picker .sp-replacer {
  padding: 2px;
  border: none;
}

.fpd-color-picker .sp-preview {
  border: none;
  height: 16px;
  width: 146px;
}

.fpd-color-picker .sp-dd {
	display: none !important;
}

.sp-input {
	border-width: 1px !important;
}

.sp-container {
	border-color: #D3D3D3 !important;
}

/* EDITOR BOX */

.fpd-editor-box {
	width: 300px;
	padding: 10px;
	margin: 40px 0;
	background: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
}

.fpd-editor-box > h3 {
	margin: 0 0 10px;
	font-size: 18px;
}

.fpd-editor-box i {
	font-size: 12px;
}

/* Helper */
.fpd-clearfix:before, .fpd-clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fpd-clearfix:after { clear: both; }
.fpd-clearfix { zoom: 1; }
.fpd-clear {clear: both;}
.fpd-hidden {display: none;}