html, body{
	height: 100%;
	margin: 0px;
}

html::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: none;
}

.mainInterface{
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

.mainInterface::-webkit-scrollbar {
    display: none;
}

.mainArea{
	width: 100%;
	height: 88%;
	float: left;
	transition: width 0.4s;
	overflow-y: scroll;
	overflow-x: hidden;
}

.mainArea::-webkit-scrollbar {
    display: none;
}

.HomeIcon{
	width: 3.5vmin;
	height: 3.5vmin;
	padding-left: 1vmin;
	padding-right: 1vmin;
	padding-top: 0.5vmin;
}

#google_translate_element{
	padding-left: 20px;
}

#TechFahHub404Img{
	width: 100vmin;
}

#mainArea{
	background-color: #DCDCDC;
}

#PrintReportButton{
	cursor: pointer;
}

#ShopJobHeader{
	background-color: #4a93b8;
}

#ShopJobFooter{
	background-color: #4a93b8;
}

#FieldJobFooter{
	background-color: #336A33;
}

#FieldJobHeader{
	background-color: #336A33;
}

#FooterMessage{
	color: White;
	margin: auto;
	font-weight: bold;
	font-size: 4vmin;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

hr.faded {
  height: 2px;
  border: none;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(220,220,220)),
      color-stop(0.1, rgb(150,150,150)),
      color-stop(0.9, rgb(150,150,150)),
      color-stop(1, rgb(220,220,220))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(220,220,220) 0%,
      rgb(150,150,150) 10%,
      rgb(150,150,150) 90%,
      rgb(220,220,220) 100%
  );
}
