﻿.input-box-general {
	width: 28px;
}

.input-wrapper {
	position: absolute;
}

.fa-lock {
	font-size: 1.2em;
	padding-left: 5px;
	color: red;
}
.fa-unlock {
	font-size: 1.2em;
	padding-left: 5px;
	color: forestgreen;
}

.rect-height {
	top: 60px;
	left: 8px;
}

.rect-width {
	top: 124px;
	left: 106px;
}
/*
	Style for L shape input fields for dimensions
*/
.l-shp-height {
	top: 60px;
	left: 8px;
}

.l-shp-width {
	top: 124px;
	left: 106px;
}

.l-shp-height1 {
	top: 35px;
	left: 108px;
}

.l-shp-height2 {
	top: 94px;
	left: 190px;
}

.l-shp-width1 {
	top: 4px;
	left: 58px;
}

.l-shp-width2 {
	top: 64px;
	left: 160px;
}
/*
	Style for T shape input fields for dimensions
*/
.t-shp-width {
	top: 124px;
	left: 106px;
}

.t-shp-height1 {
	top: 94px;
	left: 8px;
}

.t-shp-height2 {
	top: 36px;
	left: 70px;
}

.t-shp-height3 {
	top: 36px;
	left: 150px;
}

.t-shp-height4 {
	top: 94px;
	left: 190px;
}

.t-shp-width1 {
	top: 64px;
	left: 36px;
}

.t-shp-width2 {
	top: 4px;
	left: 106px;
}

.t-shp-width3 {
	top: 64px;
	left: 180px;
}
