/* COA */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #116d76;
    height: 50px;
  }

.container {
  width: 100%;
}


table tr th {
    background-color: #4CAF50 ;
    color: #FFFFFF;
    font-size: 1.15em;
    vertical-align:middle; 
    text-align:center;
    }
table tr td {
    max-width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

table thead tr th, tbody tr th {
  text-align:center;
}

table thead tr td, tbody tr td  {
  text-align:left;
}

#spec1 tr th, #spec2 tr th {
    background-color: #4CAF50;
    color: #FFFFFF;
    font-size: 1.15em;
    vertical-align:middle; 
    text-align:center;
    height: 50px;
  }

#spec1 tr td, #spec2 tr td {
    max-width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

#spec1 input, #spec2 input {
  height: 1.5px;
}
  a {
    color: white;
  }

  h2 {
    color:green;
    font-size: 3.2em;
    margin-left: auto;
    margin-right: auto;
    }

  h3 {
    color:green;
    margin-left: auto;
    margin-right: auto;
    }

  h4 {
    color:black;
    font-size: 1.6em;
    margin-left: auto;
    margin-right: auto;
    }

  p {
    margin-left: auto;
    margin-right: auto;
    max-width: 600;
  }

  form {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  input {
    max-height: 30;
    margin-top: 6px;
  }

  select {
    width:140px;
    height: 30;
  }

  .btn,.dropdown-toggle {
    width: 200px;
  }
  .container-button {
    margin: 30px;
    text-align: center;
  }
  
  #gotopBtn { /* Gptop button color */
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#gotopBtn:hover {    /* Gptop button when hover */
  background-color: #2B91D5;
}

  <!-hover style setting->  /* HOVER button In navbar */
  .navbar .nav > li 
  .dropdown-menu { margin: 0; } 
  .navbar .nav > li:hover 
  .dropdown-menu { display: block; }

.switch {   /* Round Slider button */
  position: relative;
  display: inline-block;
  margin-left: 30px;  /* control Slider button position around each cube */
  margin-bottom: -10px;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}


input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}  

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.log {
  position: absolute;
  margin-left: 1000px;
}

#search tr th, #search2 tr th {
  color:#FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
}

#txtHint tr td, #txtHint2 tr td {
  text-align: left;
  height: 30px;
  font-weight: bold;
  background-color: #D9EEF1;
  border-style: solid;
  border: 1px solid #FFFFFF;
}

#txtHint tr td a, #txtHint2 tr td a {
   color: #008CBA;
}

#currValues tr td {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #C3DBDE;
}

#signbox, #signbox2, #completedby, #signtitle, #signature{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid black;
    height: 20px;
    width: 170px;
}

.nobordertext{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid black;
    height: 20px;
}

.bottomborder {
    font-size: 1.2em;
    background-color: transparent;
    border: 0px;
    border-bottom: 1.5px solid black;
    padding: 2px;
}

.versbottomborder {
    font-size: 1.2em;
    background-color: transparent;
    border: 0px;
    border-top: 1.5px solid black;
    padding: 2px;
}

.topborder {
    font-size: 1.2em;
    background-color: transparent;
    border: 0px;
    border-top: 1.5px solid #295A61;
    padding: 2px;
}

.leftborder {
    font-size: 1.2em;
    background-color: transparent;
    border: 0px;
    border-left: 1.5px solid black;
    padding: 2px;
}

.allborder {
    font-size: 1.2em;
    background-color: transparent;
    border: 1px;
    border-left: 1.5px solid black;
    border-right: 1.5px solid black;
    border-bottom: 1.5px solid black;
    border-top: 1.5px solid black;
    padding: 2px;
    text-align: center;
}
.insidenoborder {
    font-size: 1.2em;
    text-align: left;
    background-color: transparent;
    border: 0px;
    padding: 2px;
    height: 20px
}

.tdnoborder {
  background-color: transparent; border:0px
}
.coa_style {
    font-size: 1.2em;
    text-align: left;
    background-color: transparent;
    padding: 1px;
}

.coa_footer {
    font-size: 0.9em;
    text-align: left;
    background-color: transparent;
    padding-top: 15px;
    vertical-align: top;
}
.floating-menu {
  font-family: sans-serif;
  background: #116d76;
  padding: 5px;;
  width: 130px;
  z-index: 100;
  position: fixed;
}
.floating-menu a, 
.floating-menu h3 {
  font-size: 0.9em;
  display: block;
  margin: 0 0.5em;
  color: white;
}

#composition textarea {
  width: 100%;
  height: 120px;
  text-align: left;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 6px;
}

#composition p {
  font-size: 1.55em;
  text-align: left;
  margin: 2px;
}

#composition thead th {
  text-align: center;
  background-color: #CCCCCC;
  color: #000000;
  border: 1px solid #999999;
}

#composition tr td {
  text-align: left;
  border-style: solid;
  border: 1px solid #999999;
  padding-left: 10px;
  padding-right: 10px;
}

hr.seperator {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.important
{
    font-size: 1.25em;
    color: red;
    font-weight: bold;
    vertical-align: top;
    margin-right: 4px;
}

input:focus:invalid { 
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
 }

.button1 {
    white-space:nowrap;
    background-color: #3366ff; /* Blue */
    color: white;
    font-size: 12px;
    width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2 {
    white-space:nowrap;
    background-color: #663300; /* Brown */
    color: white;
    font-size: 12px;
    width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button3 {
    white-space:nowrap;
    background-color: #3366ff; /* Blue */
    color: white;
    font-size: 12px;
    width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button4 {
    white-space:nowrap;
    background-color: #663300; /* Blue */
    color: white;
    font-size: 12px;
    width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button5 {
    white-space:nowrap;
    /*background-color: #663300;  Green */
    background-color: #44B4DE;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    height: 20px;
    width: 80px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button6 {
    white-space:nowrap !important;
    background-color: #44B4DE !important;
    color: white !important;
    font-size: 12px;
    width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    -webkit-print-color-adjust: exact; 
}

#search tr td {
  text-align: center;
  vertical-align: middle;
}

#searchfield fieldset { 
  border: 1px solid #295A61; 
  width: 800px; 
  background: #CDDDEE; 
  padding: 3px; 
}

#searchfield fieldset legend { 
  background: #377E9B; 
  padding: 6px; 
  font-weight: bold; 
  width: 350px;
  color: #FFFFFF;
}

#searchfield label { 
  color: #000000; 
  font-weight: bold; 
  display: block; 
  width: 300px; 
  float: left; 
  vertical-align: bottom;
  text-align: right
  } 

#searchfield label:after { content: ": " }

#package {
  display: block;
}

.break { 
  page-break-before: always; 
}

#myProgress {
    width: 100%;
    background-color: #e2e2de;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: green;
}

#safetytable tr td {
        padding-bottom:0px;
        vertical-align:top;
        padding-top: 5px;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}