html{
	height: 100%;
	width: 100%;
}

body{
	//background-color: light-gray;
	height: 96%;
	width: 96%;
}

span{
	color: red;
}

.left_container_div {
    background-color: #F8F8F8;
    float: left;
    width: 55%;
    height: 98%;
    position: relative;
}

.left_div {
    width: 100%;
    height: 100%;
}

.arrow_buttons_div {
    width: 180px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}


.right_div{
	background-color:#F8F9F9;
	padding: 10px;
	position:absolute;
	top:0;
	right:0;
	width: 45%;
	height: 96%;
 }

 .right_top_div{
	//background-color: green;
	padding: 5px;
	position:absolute;
	top:3px;
	left:0;
	height: 45%;
	width: 100%;
 }

.feature_details_div {
    float: left;
    width: 50%;
}

.measurement_details_div{
	float: right;
	width: 50%;
}
 .right_bottom_div{
	//background-color: blue;
	padding: 5px;
	position:absolute;
	bottom:0;
	//top: 450;
	left:3px;
    height: 45%;
	width: 100%;
 }

 .right_bottom_left_div{
	//background-color: brown;
	//padding: 5px;
	position:absolute;
	top:0;
	left:1px;
    height: 100%;
	width:48%;
    overflow:auto;
 }

 .right_bottom_right_div{
	//background-color: orange;
	//padding: 3px;
	position:absolute;
	top:0;
	right:20px;
    height: 100%; 
    overflow: auto;
	width:48%;
 }
 
 .tablediv{
 	position:relative;
 	top:560px;
 }

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select & Import';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 12pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-feature {
  background-color: #fafafa;
  margin: auto;
  padding: 15px;
  border: 2px solid #888;
  width: 400px;
}

.modal-content-measurement {
    background-color: #fdfdfd;
    margin: auto;
    padding: 20px;
    border: 3px solid #888;
    width: 600px;
}

/* The Close Button */
.close {
  color: #cccccc;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


i {
    border: solid black;
    border-width: 0 12px 12px 0;
    display: inline-block;
    padding: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
