/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #999;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #000;
  border: .05rem solid #000;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000;
  text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5);
  box-shadow: inset 0 0 5rem rgba(255, 255, 255, .5);
}

.cover-container {
  max-width: 60em;
  width: 90%;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.colorContainer{
	display:none;
}
input[type="color"] {
	display:none;
	-webkit-appearance: none;
	border: none;
	width: 36px;
	height: 36px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}


#totalLeft{
	text-align: center;
	font-size: 240%;
}
#totalMiddle{
	text-align: center;
	font-size: 200%;
}
#totalRight{
	text-align: center;
	font-size:240%;
}

.checkBoxWoodClass{
	top:5px;
	text-align: left;
}

#checkBoxWood{
	width: 24px;
	height: 24px;
}

.woodWorkHide{
	display:none;
}


.woodWorkShow{
	background-color: #fafafa;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 15px;
}

.infoBox{
	text-align:left;
	font-size:80%;
	background-color:#ebf2fa;
	border-radius: 10px 10px 10px 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.infoImg{
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}

.infoLabel{
	padding-top:15px;
	padding-bottom:15px;
	top: 5px;
}

#colorsDivContainer{
	background-color: #fafafa;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 5px;
}

.colorContainerDarker{
	background-color: #f2f2f2;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
	.checkBoxWoodClass{
		text-align: center;
		margin-bottom: 30px;
	}
	#divForm{
		padding-top: 20px;
		display: block;
	}
	#divResult{
		display: block;
	}
	#divAll{
		
	}
	#infoBoiserie{
		text-align:center;
	}
}

@media screen and (min-width: 575px) {
	#afterSendText{
		display:none;
		color: #007bff;
	}
	#infoBoiserie{
		text-align:left;
		margin-left:-20px;
	}
	#afterSendText{
		display:none;
		color: #007bff;
	}	
}

#afterSendText{
		display:none;
		color: #007bff;
	}	


@media screen and (min-width: 1090px) {
	#divForm{
		padding-top: 20px;
		display: inline-block;
		float: left;
	}
	#divResult{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top:0;
	margin-left: 30px;
	margin-top:-15px;
	padding:20px;
	width:350px;
	background-color: #fafafa;
	border-radius: 0px 0px 40px 0px;
	display: inline-block;
	float: left;
	}
	#divAll{
		position:absolute;
	}
	#afterSendText{
		display:none;
		color: #007bff;
	}
}


.totalEstimation{
	font-family: "Times New Roman", Times, serif;
}

.infolabel{
	margin-left:10px;
	padding-top:10px;
	font-size: 70%;
}

.linkClass{
	color:blue;
}

#inputComment{
	resize:none;
}

#labelEstimatedPrice{
	margin-top:0px;
	padding-top:0px;
	font-size:160%;
}

#returnToSite{
	color: white;
	position:fixed;
	top:0;
	left: 5px;
	width:70px;
	height:80px;
	padding: 10px;
	background-color: #007bff;
	border-radius: 0px 0px 10px 0px;
	z-index:9999;
	
}

