


/*THIS IS FORMATING FOR EXISITING PAGES MOSTLY USE TABLES*/
.tblresults {
  width: 98%;
}

.tblresults td:nth-child(4) {
  text-align: center;
}

.table-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.page-container table {
  margin: auto;
}

.page-container a, .page-container a:visited{
  color:#205c3f;
}

.page-container a:hover{
  color:red;
}

.page-container h1{
  color:#ffffff;
}

/*
.page-container table a{
  color:#ffffff !important;
  text-decoration: none;
}
*/


.page-container table a:hover{
  color:rgb(255, 0, 0) !important;
  text-decoration: none;
}


.page-container input[type=checkbox] {
  filter: hue-rotate(240deg);
  transform: scale(2);
  margin: 10px;
  cursor: pointer;
}

.page-container .table-link{
  color:#205c3f !important;
}

table th{
  background-color: #205c3f;
  color: #ffffff;
  padding: 0.3em;  
  font-weight: normal;
}

.TableHeader{
  background-color: #205c3f;
}
.TableAltRowA{
  background-color: #b0ffd9;
}
.TableAltRowB{
  background-color: #ffffff;
}

.NotAct{
  color: grey;
}

form[name="frmModifyListSearch"] table tr:first-child, 
form[name="frmModifyListSearch"] table td {
  display: flex;
}
form[name="frmModifyListSearch"] table td:first-child {
  flex-shrink: 1;
}
form[name="frmModifyListSearch"] table td:nth-child(n+2) {
  flex-grow: 1;
}
form[name="frmModifyListSearch"] input:first-child {
  flex-grow: 1;
}


.text-center {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column ;
  text-align: center;
}

.BoldLabel {
  /*font-weight: bold;*/
  color:#205c3f;
}

.SmallInfoLabel{
  font-size: small;
}


.basic-center-container{
  text-align: center;
}
.basic-center-container h2{
  margin-bottom: .5rem;
}
.ErrorLabel{
  color: red;
}


 /* CSS styles for the form */
 .form-container {
  width: 300px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 10px;
}

.form-label {
  display: block;
  font-weight: bold;
}

.form-input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

.form-buttons {
  text-align: center;
}

.form-button {
  padding: 8px 16px;
  font-size: 16px;
  margin-right: 5px;
}

/*THIS IS FOR FORMATING MENU CREATED IN HTMLPAGE-INC*/
.htmlaccesscard{
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.htmlaccesscard li{
  display: flex;
  flex-direction: row;
}

.htmlaccesscard-link{
  padding: 1rem;
}

.htmlaccesscard-desc{
  padding: 1rem;
}

/*THIS IS FOR ABOUT GEAR PUMPS*/

.smallerpage-container{
  margin:0 auto;
  max-width: 1000px;

}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro > ul {
  columns: 2;
  column-gap: 4rem;
  list-style-type: disc;
  margin-left: 1rem;
}

.about-pump h2, .about-pump p{
  margin-block-start: 1px;
  margin-block-end:1px;
}

.about-pump > table {
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 8px;
}

.about-pump > table td{
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 8px;
}

.about-pump{
  display: flex;
  flex-direction: column;
  margin:1rem;
}

.btn-container{
  display:flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.btn-container a{
  color:#ffffff !important;
}

.btn-config, .btn-breakdown {
  align-self: flex-end;
  margin: 0.5em;rem;
  width:fit-content;
  background: #29ab3c;
  background-image: -webkit-linear-gradient(top, #29ab3c, #146b27);
  background-image: -moz-linear-gradient(top, #29ab3c, #146b27);
  background-image: -ms-linear-gradient(top, #29ab3c, #146b27);
  background-image: -o-linear-gradient(top, #29ab3c, #146b27);
  background-image: linear-gradient(to bottom, #29ab3c, #146b27);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
}

.btn-breakdown {
  background-image: -webkit-linear-gradient(top, #2941ab, #141a6b);
  background-image: -moz-linear-gradient(top, #2941ab, #141a6b);
  background-image: -ms-linear-gradient(top, #2941ab, #141a6b);
  background-image: -o-linear-gradient(top, #2941ab, #141a6b);
  background-image: linear-gradient(to bottom, #2941ab, #141a6b);
}

.btn-config:hover, .btn-breakdown:hover {
  background: #eef531;
  background-image: -webkit-linear-gradient(top, #eef531, #9e9e23);
  background-image: -moz-linear-gradient(top, #eef531, #9e9e23);
  background-image: -ms-linear-gradient(top, #eef531, #9e9e23);
  background-image: -o-linear-gradient(top, #eef531, #9e9e23);
  background-image: linear-gradient(to bottom, #eef531, #9e9e23);
  text-decoration: none;
}

.ReportLink {
  color:black !important;
  text-decoration: none;
}

@media (max-width: 550px) {
  .intro > ul {
    columns: 1;

  }
}