#container {
	position: relative;
	background-color: #4a4b50;
}
#preview {
	position: relative;
	background-color: #fff;
	min-height: 800px;
	box-shadow: 2px 2px 4px #000;
	left: 410px;
}
#panel {
	position: absolute;
	background-color: #ddd;
	/*z-index: 999;*/
	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-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 {
	margin: 0 auto;
	width: 100px;
	text-align: center;
	top: 5px;
	position: relative;
}

#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: 48%;
	top: 49%;
	z-index: 1;
}

.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/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: 300px;
}
#editor {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.room-preview {
	position: relative;
}
.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;
}
.editable {
	border: 2px solid #ff2525;
	box-shadow: 0 0 3px 3px rgba(255,37,37,0.5);
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes pulse {
	0% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	10% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	50% { box-shadow: 0 0 6px 6px rgba(255,37,37,0.5); }
	90% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	100% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
}
@-moz-keyframes pulse {
	0% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	10% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	50% { box-shadow: 0 0 6px 6px rgba(255,37,37,0.5); }
	90% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	100% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
}
@keyframes pulse {
	0% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	10% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	50% { box-shadow: 0 0 6px 6px rgba(255,37,37,0.5); }
	90% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
	100% { box-shadow: 0 0 2px 2px rgba(255,37,37,0.5); }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

#panel-title {
	margin: 0 auto;
	text-align: right;
	width: 200px;
	padding-top: 10px;
}
#panel-title h1 {
	margin: 0;
}
#panel-user-info {
	text-align: center;
	color: #fff;
	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-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;
	/*word-break: break-all;*/
}
#panel-icons li .btn {
	font-size: 30px;
	padding: 7px 11px 0 11px;
}