#container {
	position: relative;
	background-color: #4a4b50;
}
#preview {
	width: 1200px;
	position: relative;
	background-color: #fff;
	min-height: 1080px;
	box-shadow: 2px 2px 4px #000;
	left: 410px;
}
#panel {
	position: absolute;
	background-color: #ddd;
	width: 400px;
	top: 0;
	left: 0;
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#panel .panel-heading input[type=checkbox] {
	float: left;
	margin-right: 10px;
}
#panel-button {
	position: absolute;
	font-size: 25px;
	width: 32px;
	height: 32px;
	right: -16px;
	background-color: #aaa;
	text-align: center;
}

#variant-image {
	position: absolute;
}
#wall {
	position: absolute;
	border: 1px dashed #444;
}

.img-search {
	margin: 10px 0;
}
.img-search .input-group-addon {
	padding: 0 5px 0 0;
	background-color: inherit;
	border: none;
	border-radius: 0;
}
.img-search .input-group .form-control:first-child {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
/*.input-group-addon:first-child*/
.img-container {
	position: relative;
	height: 280px;
	background-color: #eee;
	text-align: center;
	border-radius: 6px;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.img-container > img {
	margin: 4px;
	width: 80px;
	height: 60px;
	background-color: #ddd;
	box-shadow: 1px 1px 3px #000;
}
.img-container > img:hover, .img-container > img.selected {
	outline: 3px solid darkturquoise;
}
.img-pages {
	text-align: center;
	margin: 0 40px;
}

#framesets .img-container,
#selected-framesets .img-container,
#artsize-framesets .img-container,
#goto-select-frameset .img-container,
#global-framesets .img-container {
	height: 360px;
}
#framesets .img-container img,
#selected-framesets .img-container img,
#artsize-framesets .img-container img,
#goto-select-frameset .img-container img,
#slideshow-framesets .img-container img,
#global-framesets .img-container img {
	height: 80px;
}
#framesets .tooltip-inner,
#selected-framesets .tooltip-inner,
#artsize-framesets .tooltip-inner,
#goto-selected-frameset .tooltip-inner,
#slideshow-framesets .tooltip-inner,
#global-framesets .tooltip-inner {
	background-color: #444;
}
#framesets .tooltip-arrow,
#selected-framesets .tooltip-arrow,
#artsize-framesets .tooltip-arrow,
#slideshow-framesets .tooltip-inner,
#global-framesets .tooltip-arrow {
	border-top-color: #444;
}

.ui-resizable-nw,
.ui-resizable-ne,
.ui-resizable-sw,
.ui-resizable-se {
	background-color: #fff;
	width: 5px;
	height: 5px;
}

input.variant-position {
	margin: 8px;
	width: 15px;
	height: 15px;
}

.has-feedback .form-control-feedback {
	top: -2px;
	opacity: 0.5;
}

.group-title {
	border-bottom: 1px solid #e5e5e5;
	display: block;
}

.proposition-container {
	text-align: center;
}

.change-sides {
	position: absolute;
	left: 50%;
	top: 51%;
	z-index: 1;
	margin-left: -17px;
}

.check-all:hover,
.uncheck-all:hover,
.check-only-primary:hover {
	background-color: #eee;
	cursor: pointer;
}

.table > tfoot > tr > td {
	border-top: 2px solid #ddd;
}

#block-category .selected {
	outline: 3px dashed #ff4422;
}

.form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-circle {
	width: 20px;
	height: 20px;
	padding: 0;
	border-radius: 10px;
	font-size: 12px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.logout {
	margin-top: 10px;
	margin-right: 10px;
}

.loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #eeeeee;
	background-image: url('/generator_v1/images/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 6px;
}

#global .alert {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 4px 3px 8px;
	margin-bottom: 0;
}

#global .alert-dismissable .close {
	top: 0;
	right: -15px;
	padding-right: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#categories label > span {
	margin-left: 5px;
}
#categories label > span:hover {
	background-color: #aaa;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#components .ui-state-highlight {
	height: 37px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #ccc;
	background-color: #ddd;
	background-image: none;
}

#ace_editor_container {
	position: relative;
	height: 475px;
}
#editor {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.room-preview {
	position: relative;
	width: 928px;
}
.room-preview .room {
	width: 100%;
	height: auto;
}
.room-preview .wall {
	position: absolute;
	border: 1px dashed #000;
}
.room-preview .wall .variant {
	position: absolute;
}

.colorpicker input {
	width: 38px;
	font-size: 11px;
	height: 14px;
}

.colorpicker_field {
	height: 23px;
}

.navbar-input-group {
	font-size: 0;
}

.navbar-input-group input,
.navbar-input-group select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.navbar-input-group .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.component-visibility {
	margin-right:	10px;
}
.animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
}

#panel-title {
	text-align: center;
	padding-top: 10px;
}
#panel-title h2 {
	margin: 0;
	font-size: 34px;
}
#panel-title small {
	font-size: 14px;
}
#panel-user-info {
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: #646464;
	background: -moz-linear-gradient(top, #646464 0%, #3E3E3E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%,#3E3E3E));
	background: -webkit-linear-gradient(top, #646464 0%,#3E3E3E 100%);
	background: -o-linear-gradient(top, #646464 0%,#3E3E3E 100%);
	background: -ms-linear-gradient(top, #646464 0%,#3E3E3E 100%);
	background: linear-gradient(to bottom, #646464 0%,#3E3E3E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464',  endColorstr='#3E3E3E', GradientType=0 );
}
#panel-user-info::after {
	clear: both;
}
#panel-user-info .pull-left {
	margin-left: 10px;
}
#panel-user-info .pull-right {
	margin-right: 10px;
}
#panel-user-info .pull-right:hover {
	cursor: pointer;
}
#panel-user-info .pull-right span:first-child {
	font-size: 22px;
	top: 4px;
}
#panel-user-info .pull-right span + span {
	vertical-align: top;
}
#panel-user-info a, #panel-user-info a:hover {
	color:#67AEFF;
}
#panel-icons {
	margin-bottom: 10px;
}
#panel-icons ul {
	list-style: none;
	text-align: center;
	padding: 0;
}
#panel-icons li {
	display: inline-block;
	width: 80px;
	vertical-align: top;
}
#panel-icons li .btn {
	font-size: 30px;
	padding: 7px 11px 0 11px;
}

#block-proposition .proposition-container a,
#block-category .proposition-container a {
	vertical-align: middle;
}

#select-picture .tooltip.in,
#goto-select-picture .tooltip.in,
#wall-pictures .tooltip.in,
#wall-variants .tooltip.in {
	opacity: 1;
}
#select-picture .tooltip .tooltip-inner,
#goto-select-picture .tooltip .tooltip-inner,
#wall-variants .tooltip .tooltip-inner,
#wall-pictures .tooltip .tooltip-inner {
	max-width: none;
	overflow: hidden;
	padding: 0;
}
#select-picture .tooltip .tooltip-inner span,
#goto-select-picture .tooltip .tooltip-inner span,
#wall-variants .tooltip .tooltip-inner span,
#wall-pictures .tooltip .tooltip-inner span {
	line-height: 20px;
}
#select-picture .tooltip img,
#goto-select-picture .tooltip img,
#wall-variants .tooltip img,
#wall-pictures .tooltip img {
	width: 270px;
	height: 202px;
}

.select-item {
	border: 1px solid #000;
}

#iframe-schema-preview {
	width: 100%;
	height: 475px;
}
#ace_editor_container {
	height: 475px;
}

.component-visibility:hover {
	cursor: pointer;
}

#components-action span + span {
	margin-left: 10px;
}
#components-action span {
	cursor: pointer;
}

.action-btn {
	padding: 1px 7px 0 7px;
	font-size: 18px;
}

.group-btn-pull-right {
	margin-top: 5px;
	text-align: right;
}
/*.group-btn-pull-right > .btn {
	width: 25%;
}*/
.panel-body hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
#panel-preferencies .input-group-addon {
	background-color: inherit;
	border: none;
	padding-left: 10px;
	padding-right: 0px;
}
#panel-preferencies .input-group-btn:last-child>.btn,
#panel-preferencies .input-group-btn:last-child>.btn-group {
	border-radius: 3px;
	margin-left: 10px;
}
#panel-preferencies .input-group-addon:not(:first-child):not(:last-child),
#panel-preferencies .input-group-btn:not(:first-child):not(:last-child),
#panel-preferencies .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 3px;
}
#panel-preferencies .input-group .form-control:first-child,
#panel-preferencies .input-group-addon:first-child,
#panel-preferencies .input-group-btn:first-child>.btn,
#panel-preferencies .input-group-btn:first-child>.btn-group>.btn,
#panel-preferencies .input-group-btn:first-child>.dropdown-toggle,
#panel-preferencies .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
#panel-preferencies .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-radius: 3px;
}
#panel-preferencies .group-buttons {
	text-align: right;
}
#panel-template-settings .input-group-btn:last-child>.btn-group {
	border-radius: 3px;
}
#panel-preferencies .input-group-addon:first-child {
	padding-left: 0;
	padding-right: 10px;
}
#panel-preferencies .form-group:last-child {
	margin: 0;
}

.frameset-image, .frameset-select {
	width: 80px;
	height: 80px;
}
.frameset-image {
	float: left;
}
.frameset-select {
	float: right;
}
.frameset-image img {
	width: 80px;
}
body > .tooltip .tooltip-inner {
	max-width: none;
	padding: 0;
}
body > .tooltip .tooltip-inner img {
	width: 600px;
}
.frameset-select button {
	width: 80px;
	height: 80px;
}
.frameset-info {
	margin: 0 85px;
	height: 80px;
	padding: 0;
	font-size: 12px;
}
.frameset-selected .alert,
.frameset-price .well {
	padding: 8px;
	margin: 0;
	min-height: 35px;
}
.frameset-info > div + div {
	margin-top: 10px;
}
.frameset-selected .alert-dismissable .close {
	right: 0;
	opacity: 0.5;
}

#panel-template-settings .btn-primary {
	width: 80px;
}

.modal-header {
	background: #B0B0B0;
	background: -moz-linear-gradient(top, #B0B0B0 0%, #DBDBDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B0B0B0), color-stop(100%,#DBDBDB));
	background: -webkit-linear-gradient(top, #B0B0B0 0%,#DBDBDB 100%);
	background: -o-linear-gradient(top, #B0B0B0 0%,#DBDBDB 100%);
	background: -ms-linear-gradient(top, #B0B0B0 0%,#DBDBDB 100%);
	background: linear-gradient(to bottom, #B0B0B0 0%,#DBDBDB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B0B0B0',  endColorstr='#DBDBDB', GradientType=0 );
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.modal-header .btn {
	padding: 3px 7px;
}
.modal-body {
	padding: 10px;
}
.modal-body .nav>li>a {
	padding: 5px 8px;
}
.modal-body .nav-tabs>li>a {
	margin-right: 4px;
}
.modal-footer {
	padding: 10px;
	margin-top: 0;
}
#tab-select-picture + .tab-content .form-group {
	margin-bottom: 0;
}
.modal-lg {
	width: 950px;
}
.modal-xlg {
	width: 1250px;
}
#select-picture .form-inline {
	margin-top: 10px;
}
#select-picture .change-sides {
	top: 55%;
}
#icon-preferencies > span {
	opacity: 0.75;
}
#icon-preferencies > span:hover {
	opacity: 1;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #000;
	z-index: 999999
}
#overlay img {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}
#miniature .preview {
	float: left;
}
#miniature .preview {
	margin-right: 5px;
}
#miniature .preview img {
	width: 128px;
	height: 96px;
}
#miniature textarea {
	resize: none;
	line-height: 15px;
}
#miniature label {
	margin-bottom: 0;
}
#miniature .input-group + .input-group {
	margin-top: 5px;
}
#miniature .input-group textarea.form-control:last-child {
	border-radius: 4px;
}