h2{
	font-family: 'Roboto', sans-serif;
}
div {
    box-sizing: border-box;
}
.outerbox {
    border: 2px solid #000;
    width: 450px;
    height: 550px;
	position: relative;
	float: left;
}
.window_outer_frame {
    border: 2px solid #000;
    height: 450px;
    width: 350px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 7px;
}
.vertical-panel {
    width: 48%;
    height: 100%;
    position: relative;
    float: left;
}
.vertical-mullion {
    width: 3%;
    height: 100%;
    position: relative;
	float: left;
}
.window_inner_frame {
    height: 100%;
    width: 100%;
    position: relative;
}
.single_pane {
    height: 100%;
    width: 100%;
    border: 2px solid #000;
    position: relative;
	background: #65cfff5c;
}
.top_pane {
    height: 30%;
    width: 100%;
    border: 2px solid #000;
    position: relative;
	background: #65cfff5c;
}
.horizontal_trandsome {
    width: 100%;
    height: 7%;
    position: relative;
}
.bottom_pane {
    height: 63%;
    width: 100%;
    position: relative;
    border: 2px solid #000;
	background: #65cfff5c;
}
input.inputleft {
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    height: 25px;
    width: 50px;
    border: 2px solid #000;
    margin: auto;
	background: #fff;
	    z-index: 9;
}
input.inputright {
	position: absolute;
    top: 0;
    bottom: 0;
    height: 25px;
    width: 50px;
    right: -15px;
    border: 2px solid #000;
    background: #fff;
    margin: auto;
	    z-index: 9;
}
input.inputtop {
	position: absolute;
    width: 50px;
    height: 25px;
    border: 2px solid #000;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    background: #fff;
	    z-index: 9;
}
input.inputbottom {
    position: absolute;
    border: 2px solid #000;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
    height: 25px;
	background: #fff;
	    z-index: 9;
}
.disptiontable {
    float: left;
    margin-left: 20px;
}
.disptiontable p {
    margin: 0;
}
.disptiontable tr {
    padding: 5px;
    display: block;
    border-bottom: 2px solid #000;
}
.disptiontable th, .disptiontable td {
    padding: 10px;
}
.page_wapper {
    width: auto;
    height: auto;
    text-align: center;
    display: table;
    margin: auto;
}

.glass-calculator{
width:500px;
margin:auto;
}
.outerbox input{ text-align:center; pointer-events: none;}

.vertical-panel-vent{
    padding: 6%;
    
}
.if_plus_vent_plus_trans {
    bottom: -46px !important;
    height: 48px !important;
}
