/* CSS Document */
.wrapper {
 /*   margin:auto 5vw;
	height:96vh;
	width:90vw;*/
	margin:auto 2.5%;
	width:95%;
}	
.popup .close {
    position: absolute;
 	top: 1vh;
  	right: -3vw;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    z-index: 9999999;
    color: #AAA;
    cursor: pointer;
}
.popup .close:hover{
	color: #666;
}
.display{
	position:relative;
}
.infobox{
	float:none;
	margin:auto;
}
.infobox h4{font-size:.8rem !important;}

@media (min-width:1000px) {
.display{
/*	margin:auto;
	width:1000px;*/
	min-height:800px;
}
.imgbox{	
	float:left;
	width:45%;
	max-width:580px;
	height:75vh;
}
.imgbox .info{
		height: 84px;
	}
.infobox{
	float:left;
	margin-left:10%;
    width:45%;
}
#OverlayScreen{ overflow:hidden;}
}
#OverlayScreen{ overflow:auto;}

.info, .tools{
	width:100%;
	clear:both;
	margin:4px 0 35px 0;
	padding:1px 0;
}
.infobox .info{
	margin:28px 0 35px 0;
}
.small-text{
	font-size:0.9rem !important;
}
.info{

	border-bottom:1px solid #DDD;
}
.info.topline{
	border-top:1px solid #DDD;
	border-bottom:none;
	margin:84px 0 0 0;
}
.info h4{ 
	margin:0; 
	font-size: 1.3rem !important;
}

.tools{
	margin-top:4vh;
	margin-bottom:1vh;
	border-top:1px solid #DDD;
}
.tools a{
	float:right;
	display:block;
	margin-left:10px;
	font-size:12px;
    color: #AAA;
}
.tools a:hover{
	color: #666;
}
.zoom{
	width:100%;
	height:60vh;
	object-fit: contain;
	display:block;
    position: relative;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	background-position:center center !important;
	background-size:contain !important;	
	
}
.zoom img{
    height: 100%; width: 100%; object-fit: contain;
	vertical-align:middle;
	text-align:center;
	margin:auto;	
}
.pricing-table{
	border-spacing:0;
	text-align:center;
	border:1px solid #DDD;
	font-size:.8rem;
	margin:auto;

}
.pricing-table td, .pricing-table th{
	padding:5px 10px;
}
.pricing-table thead,.pricing-table th{
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:2px;
	background-color:#333;
	color:#FFF;
	font-weight:400 !important;
}

#substrate_id{
	width: 100%;
}
#Border{
	width: 100%;
}
#finish_id{
	width: 100%;
}
/*#quantity{
	width: 100%;
	box-shadow: 0 0 10px 0px #CCC;
    border: none;
	text-align: center;
	height: 30px;
}*/

/*input:not([type=redio]):not([type=checkbox]):not([type=range]),select{
    height: 30px;
    box-shadow: 0 0 10px 0px #CCC;
    border: none;
}*/

#pod_calculator input:not([type=radio]):not([type=checkbox]),
#pod_calculator select{
	width: 100%;
    height: 30px;
   /* box-shadow: 0 0 10px 0px #CCC;*/
	/*box-shadow: 2px 2px 6px 0 #ccc; */ 
    border: none;
	border-bottom: 1px solid #ccc;
	background:#fff;
	padding:0 5px;
	margin-bottom: 10px;
	font-size: 0.7rem;
	font-weight: 300px !important;
}
#pod_calculator input[type=number]{ 
	text-align: center;
}

#pod_calculator input[type=range]{
	width: 100%;
    line-height: 30px;
    height: 30px;
}

#pod_calculator  label:not(.switch) {
	display: block;
	position: relative;
	line-height: 30px;
	height: 40px;
	overflow: hidden;
	font-weight: 550;
	text-transform: uppercase;
	font-size: 0.7rem;
	
}


#pod_calculator  .switch-field {
	margin-top: 0px;
	letter-spacing:1px;
    overflow: hidden;
	font-size: 12px;
}


#pod_calculator .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#pod_calculator .switch-field label {
  float: left;
}

#pod_calculator .switch-field label {
  display: inline-block;
  width:50%;
  background-color:#f3f3f3;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;  
}

#pod_calculator .switch-field label:hover {
    cursor: pointer;
}

#pod_calculator .switch-field input:checked + label {
  background-color: #655B5D;
  color:#FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#pod_calculator .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

#pod_calculator .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.infobox{font-size:.8rem}

	
.infobox input:not([type=radio]):not([type=checkbox]),.infobox select{
    height: 30px;
    border: none;
	border-bottom: 1px solid #ccc;
	padding:0 5px;
	margin-bottom: 5px;
	font-size: 0.7rem;
	font-weight: 300px !important;
}
.view_selected{font-size: 0.6rem;}

.acc_head{
	text-transform:uppercase;
}
.acc_head strong{
	text-transform:none;
}



















