html, body {
    height: 100%;
}
body {
	background-image: url("/resources/background.png");
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	}
img {
	object-fit: cover;
	width: 400px;
}
#backbutton {
	width: 200px;
}
#logo {
	position: relative;
	top: 20%;
	left: 25%;
	width: 50%;
}
#login {
	position: relative;
	top: 25%;
	left: 25%;
	width: 50%;
    display: block;
    margin: 0 0 1px 0;
}
.form1 {
 	border: 3px;
	border-color: green;  
	border-width: 6px; 
	margin: auto;	
}
.table1 td, th {
	padding: 15px;
	border: 1px solid black;
	border-collapse: collapse;
}
input[type=text], input[type=password], input[type=number] {
    text-align:center;
    display: block;
    margin: 0 0 1em 0;
    width: 100%; 
    border: 1px solid #818181;
    padding: 5px;
}
.detailsform input[type=text], input[type=password], input[type=number] {
    text-align:center;
    display: block;
    margin: 0 0 1em 0;
    width: 95%; 
    border: 1px solid #818181;
    padding: 18px;
	padding-bottom: 4px;
}
select {
    text-align:center;
    display: block;
    margin: 0 0 1em 0;
    width: 100%; 
    border: 1px solid #818181;
    padding: 5px;	
}
input[type=submit] {
	width: 100%;
	height: 80px;
	float: center;
}
input[type=checkbox] {
	width: 40px;
	height: 40px;
}
#account {
	margin: auto;
}
.myIframe {
	width: 100%;
	height: 80%;
}
.button {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font: bold 22px Times;
  text-decoration: none;
  background: #006124;
  color: #ffffff;
  padding: 2px 6px 2px 6px;
  border-bottom: 1px solid #30C29E;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  padding: 1%;
}
.row1:hover { 
   background: #B6B070; 
}

#staffaccount {
	padding-top: 10%;
	padding-left: 20%;
	width: 60%;
}
.table2 {
	width: 100%;
}

.table2 td a { 
   display: block; 
   border: 1px solid black;
   padding: 16px;
}
.table4 {
	width: 100%;
}

.table4 td a { 
   display: block; 
   border: 1px solid black;
   padding: 16px;
}
#profile {
	position: relative;
	top: 10%;
	left: 10%;
	width: 80%;
    display: block;
    margin: 0 0 1px 0;
}
.checkboxprofile {
	border: 1px solid black;
	display: inline-block;
}

#data_table tr:hover {
        background: red;
}
#data_table td a {
        display: block;
        border: 1px solid black;
        padding: 3px;
        white-space: nowrap;
}
#data_table tr {
        border: 1px solid black;
}
#data_tableedit {
        width: 100%;
        border: 1px solid black;
}
#data_formedit input[type="num"] {
        width: 100%;
}
.table2 a:visited{
  color:blue;
}
.table4 a:visited{
  color:blue;
}
.flex-parent-element {
  display: flex;
  width: 100%;
}

.flex-child-element {
  flex: 1;
  border: 2px solid blueviolet;
  margin: 10px;
}

.flex-child-element:first-child {
  margin-right: 20px;
}
#starter {
	border: 1px solid;
	border-collapse: collapse;
}
#starter tbody {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
#starter td {
  font-size: 18px;
  font-weight: bold;
  color: black;
  border: 1px solid;
}
#starter thead {
  background: linear-gradient(to bottom, #6aa7bb 0%, #4c95ad 66%, #398AA4 100%);
  border-bottom: 10px solid #398AA4;
}
#starter thead th {
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-align: left;
  border-left: 2px solid #398AA4;
}
#employdetails {
	border: 1px solid;
	border-collapse: collapse;
}
#employdetails td {
  font-size: 18px;
  color: black;
  border: 1px solid;
  vertical-align: middle;
}
#employdetails tr:nth-child(even) {
    background-color: #d3f2c9;
}
.tooltipTrigger .tooltip {
  display: none;
}
.tooltipTrigger:hover {
  cursor: pointer;
}
.tooltipTrigger:hover .tooltip {
  display: inline;
  position: relative; /* relative to .tooltipTrigger */
  left: 10px;
  border: 1px solid #ccc;
}
table[id='Division High Priority'] {
	table-layout:fixed;
}
th[id='plantname & sku'] {
	width: 30%;
	overflow: hidden;
}
th[id='Prop Target'] {
	width: 25%;
	overflow: hidden;
}
th[id='status'] {
	width: 5%;
	overflow: hidden;
}
#newexpenseicon {
	float: left;
	padding-left: 10%;
	padding-top: 2%;
	width: 100px;
}
.top {
  border-top: thin solid;
  border-color: black;
}

.bottom {
  border-bottom: thin solid;
  border-color: black;
}

.left {
  border-left: thin solid;
  border-color: black;
}

.right {
  border-right: thin solid;
  border-color: black;
}
:target {
   background-color: #ffa;
}
.propsearchtable td {
	border: 1px solid black;
	border-top: 1px solid black;
	border-radius: 6px;
	padding: 4px;
}
#emaillogin {
	width: 60%; 
	padding-left: 20%;
}
.buildingdiv {
	margin: auto;
	width: 50%;
	padding: 10px;
	font: 42px Times;
}

.table_style_1 {
	padding: 8px 8px;
	font-size: 24px;
	border: 1px solid #ccc;
	color: #555;
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	background: #F7F7F7;
}
.table_style_1 td {
	padding: 20px 20px;
	border: 1px solid #ccc;
}
#ratable th {
	padding: 30px 30px;
	border: 2px solid #ccc;
	text-align: left;
}
.form_style_1 {
	padding: 20px 20px;
	border: 1px solid #ccc;
	margin: 20px auto;
}
.form_style_2 input[type="text"],
.form_style_2 input[type="number"],
.form_style_2 button,
.form_style_2 select,
.form_style_2 input[type="file"],
.form_style_2 input[type="submit"],
.form_style_2 textarea {
	margin: 5px auto;
	width: 100%;
	font-size: 24px;
}
.form_style_2 select {
	background-color: transparent;
}
.form_style_2 button,
.form_style_2 input[type="submit"] {
	cursor: pointer;
}
.form_style_3
#profile {
	width: 100%;
}
.image {
	width: 90%;
	max-width: 1470px;
	position: relative;
	margin-top: 5px;
}
.image1 {
	max-width: 100%;
	position: relative;

}

.alert {
  position: relative;
  top: 10;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 10px;
  margin: 10px;
  line-height: 1.8;
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
}

.alertCheckbox {
  display: none;
}

:checked + .alert {
  display: none;
}

.alertText {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.alertClose {
  float: right;
  padding-top: 5px;
  font-size: 10px;
}

.clear {
  clear: both;
}

.notice {
  background-color: #EFF;
  border: 1px solid #DEE;
  color: #d90000;
}
#propmenu {
  white-space: pre;
  position: absolute;
  top: 0px;
  left:20%;
  width: 80%;
}
.br {
  display: none;
}
#orderby {
  width: 30%;
  margin-left: 70%;
}
#dropdowninline {
  width: 100%;
}
#insectaddlandscape {
	display: block;
}
#insectaddportrait {
	display: none;
}
#downloadtable {
	display: block;
}
@media screen and (max-width: 1350px) {
img {
	object-fit: cover;
	margin-left: 5%;
	width: 90%;
}
#downloadtable {
	display: none;
}
.button {
	font: 42px Times;
    text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%; 
	height: 100px;
    border: 1px solid #818181;
    padding: 5px;
}
.flex-parent-element {
  display: block;
}
.buildingdiv {
	margin: auto;
	width: 85%;
}
#backbutton {
	width: 100%;
}
#insectaddlandscape {
	display: none;
}
#insectaddportrait {
	display: block;
}
}
@media screen and (max-width: 800px) {
#propmenu {
  top: 38px;
  left:0px;
  width: 100%;
}
.br {
  display: block;
}
#margin {
  margin-top: 40px;
}

}
