input:focus {
  background-color: #ccfbff;
}

body {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:black;
}

h1 {
font-size:20px;
}

h2 {
font-size:18px;

}

h3 {
font-size:16px;
}

a {
color:black;
}

a:hover {
color:   #737373;

}

#container {
  position: relative;
  margin: 0px;
  width:100%;
}


#heading_100 {
width:100px;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

#heading_200 {
width:200px;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

#heading_300 {
width:300px;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

#heading_400 {
width:400px;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

#heading_600 {
width:600px;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.bottom_spacer_20 {
  margin-bottom:10px;
}

.clear_float{
 clear: both;
}

.width_100pc {
width:100%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_90pc {
width:90%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_80pc {
width:80%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_70pc {
width:70%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_60pc {
width:60%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_50pc {
width:50%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_40pc {
width:40%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.width_30pc {
width:30%;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
}

.final_report {
width:400px;
margin-left:auto;
margin-right:auto; 
margin-top:10px;
margin-bottom:10px;
font-size: 18px;
font-weight: 600;
}

/* Submit Buttons =======================================*/

.buttonGreen  input[type=submit] {
    width:100%;
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.buttonGreen  input[type=submit]:hover {
    background-color: #45a049;

}
.buttonRed  input[type=submit] {
    width:100%;
    background-color: #ff0000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.buttonRed  input[type=submit]:hover {
    background-color: #ff3333;

}

.buttonGreenSmall  input[type=submit] {
    width:300px;
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.buttonGreenSmall  input[type=submit]:hover {
    background-color: #45a049;

}

.buttonGreenVerySmall  input[type=submit] {
    width:150px;
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.buttonGreenVerySmall  input[type=submit]:hover {
    background-color: #45a049;

}

.buttonGreenRight  input[type=submit] {
    width:300px;
    margin-right:0;
    margin-left:auto;
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight:600;
}

.buttonGreenRight  input[type=submit]:hover {
    background-color: #45a049;
    font-weight:800;
    color:black;
}
/*LAYOUT ===============================================================*/

.login_reg { 
  width:100%;
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}

.login_reg > div {
  width: 600px;
  margin: 10px;
}
/* forms ===========================================*/

.very_small_data_entry  input[type=text], select {
  width:80px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

.small_data_entry {
border:0.5px solid #ccc;
padding: 10px;
width:200px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom:20px;
border-radius: 5px;
background-color: #f2f2f2;
}

.small_data_entry  input[type=text], select {
  width:300px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}


.medium_data_entry  {
border:0.5px solid #ccc;
padding: 10px;
width:500px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom:20px;
border-radius: 5px;
background-color: #f2f2f2;
}

.medium_data_entry   input[type=text], select {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

.medium_data_entry input[type=date] {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.medium_data_entry input[type=number] {
  width:30%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.medium_data_entry input[type=password] {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

.medium_data_entry_wide  {
border:0.5px solid #ccc;
padding: 10px;
width:600px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom:20px;
border-radius: 5px;
background-color: #f2f2f2;
}

.medium_data_entry_wide   input[type=text], select {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

.medium_data_entry_wide input[type=date] {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.medium_data_entry_wide input[type=number] {
  width:30%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.medium_data_entry_wide input[type=password] {
  width:100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}
.central_banner {
width: 800px; 
height: 200px; 
margin-left: auto; 
margin-right: auto; 
margin-bottom: 20; 
margin-top: 20;
padding:10px;
}
/* forms ===========================================*/
.login {
border:0.5px solid #ccc;
padding: 10px;
width:400px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom:20px;
border-radius: 5px;
background-color: #f2f2f2;
}

.login input[type=text], select {
  width:95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

.login input[type=password] {
  width:95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}


.login input[type=date] {
  width:95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* final Report =====================================================*/
.finalReport {
width:800px;
margin-top: 30px;
margin-bottom: 10px;
margin-left: auto;
margin-right:auto;
font-size: 18px;
font-weight: bold;
}

/* POPUPS ==================================================================*/

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 350px;
    background-color: #303030;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    spacing: 0px;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.popup .popuptext_b {
    visibility: hidden;
    width: 350px;
    background-color: #000000;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    spacing: 0px;
    border-radius: 6px;
    padding: 6px 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}
/* Popup arrow */
.popup .popuptext::after {
    content: '';
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* tbles ==================================================*/
.table_narrow {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
     margin-top:0px;
    margin-bottom:0px;
    }

.table_narrow th {
    border: 1px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 18px;
    spacing: 0px;
    padding: 5px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;
    width:30%;
    }

.table_narrow td {

    border: 1px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 3px;
    margin: 0px;
    }

.table_narrow_onsite{
border-collapse: collapse;
    border: 0px solid black;
    width: 100%;

    height: 100%;
    margin-left: 0;
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;

}
.table_narrow_onsite th {
    border: 0px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 14px;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Arial Narrow;
    color: #ffffff;
    }

.table_narrow_onsite td {
    border: 0px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    }




.table_dislpay {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    box-shadow: 7px 7px 7px #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:20px;
    }

.table_dislpay th {
    border: 1px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 18px;
    spacing: 0px;
    padding: 5px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;

    }

.table_dislpay td {
    border: 1px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 3px;
    margin: 0px;
    }


    .table_dislpay_detail {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    box-shadow: 7px 7px 7px #CCCCCC;
    margin-left: auto;
    margin-right: 0;
    margin-top:10px;
    margin-bottom:20px;
    }

.table_dislpay_detail th {
    border: 1px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 18px;
    spacing: 0px;
    padding: 5px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;

    }

.table_dislpay_detail td {
    border: 1px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 3px;
    margin: 0px;
    }

.table_onsite_dislpay_1 {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    }

.table_onsite_dislpay_1 th {
    border: 1px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 18px;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;

    }

.table_onsite_dislpay_1 td {
    border: 1px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    }

.table_onsite_dislpay_2 {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    }

.table_onsite_dislpay_2 th {
    border: 1px solid black;
    height: 30px;
    text-align: center;
    text-valign: center;
    font-size: 12px;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;

    }

.table_onsite_dislpay_2 td {
    border: 1px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    }

    .table_onsite_dislpay_3 {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    }

.table_onsite_dislpay_3 th {
    border: 1px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 18px;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;

    }

.table_onsite_dislpay_3 td {

    border: 1px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 0px;
    margin: 0px;
    }

    .table_basket {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    box-shadow: 7px 7px 7px #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:20px;
    }

.table_basket th {
    border: 1px solid black;
    height: 50px;
    text-align: center;
    text-valign: center;
    font-size: 18px;
    spacing: 0px;
    padding: 5px;
    margin: 0px;
    font-family: Arial Narrow;
    background-color: #0098a7;
    color: #ffffff;

    }

.table_basket td {
    border: 0px solid black;
    text-align: center;
    text-valign: center;
    height: 30px;
    font-size : 14;
    font-family: Arial Narrow;
    spacing: 0px;
    padding: 3px;
    margin: 0px;
    }

/* input type =======================================================

textarea {
 width: 600px;
 height: 75px;
 background-color: none;
 font-size: 14px;
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 border: 1px solid black;
}


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

input[type=submit]:hover {
    background-color: #45a049;

}


input[type=text], select {
  width:300px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}

input[type=date] {
  width:300px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


input[type=number] {
  width:150px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=password] {
  width:300px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;

}
*/
