#wpcontent{
	padding-left: 0px;
}

.wrap{
	margin: 2em 2em 0em 2em;
}

.alert{
	margin: 15px auto;
}

.config-wrap .wrapper{
	padding: 2em;
}

.clearfix{
	clear:both;
}

.header{
	background: url(../img/fond-bois.jpg) repeat-x top;
	padding:0em;
	color:#fff;
	height: 134px;
	padding: 0 2em;
	position: relative;
}

.header h2{
	font-size: 40px;
	text-indent: -2000px;
	background: url(../img/logo.png) no-repeat;
	height: 104px;
	width: 295px;
	color:#fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.config-wrap .box{
	border-radius: 5px;
	background: #fff;
	padding: 30px;
	margin-right: 10px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.config-wrap .columns-2{
	width: 70%;
}
@media(max-width:922px){
	.config-wrap .columns-2{
		width: 100%;
	}
}

.config-wrap .columns-1{
	width: 30%;
}

.indentLeft {
	margin-left: 25px;
}

.talign-right {
	text-align: right;
}

.loc h1{
	line-height: 1em;
}

#chalet-montagne-conf label{
	min-width: 250px;
	display: inline-block;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-info, .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-info {display: none;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
/*
p {
	font-size: 16px;
}*/

ul.adminListLocations, ul.adminArborescence {
	list-style-type: inherit;
	font-size: 13px;
}

ul.adminArborescenceLocations > li, ul.adminArborescenceLocations > li > ul > li, ul.adminReSyncLocations {
	margin-left: 20px;
}

ul.adminArborescenceLocations {
	list-style-type: circle;
}

ul.adminArborescenceLocations > li > ul {
	list-style-type: square;
}

ul.adminArborescenceLocations > li > ul > li {

}

#metaBoxImagesList li:not(.clear) {
	width: 20%;
	text-align: center;
	float: left;
}

#metaBoxImagesList li img {
	width: 100%;
	display: block;
	margin: auto;
}

.clear {
	clear: both;
}

.colorpicker-component {
	margin-top: 10px;
}

.input-group-text {
	width: 300px;
}

.input-group-addon {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(204, 204, 204);
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.stepLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 1000;
}

.stepLoader .innerStepLoader {
	width: 50%;
	height: 50%;
	position: relative;
	top: 25%;
	left: 25%;
	background: #fff;
	text-align: center;
}

.formReSyncLocations {
	font-size: 13px;
}

.formReSyncLocations p {
	font-weight: bold;
}

.removeImageGallery {
	color: #0073aa;
}

.removeImageGallery:hover {
	cursor: pointer;
}

.col-pricing .row {
	min-height: 50px;
}