/**
 * Authors: Carlo Ariel Sandig
 * Created: April 1, 2022
 * 
*/


/* === CUSTOM PESTROUTES CSS === */

.pest_columnn {
  float: left;
  width: 50%;
}

.pest_field_1 label, .pest_field_2 label, .pest_field_3 label, .pest_field_4 label {
  display: block;
}

.pest_field_1 div , .pest_field_2 div {
  float: left;
  width: 50%;
}
.pest_field_3 label {
  display: block;
}
.pest_error_field {
color: #ED1C24;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
display: block;
}
.pest_field_4 {
  margin-top: 20px;
}
.pest_field_4 div {
  float: left;
  width: 33%;
}

#pestFormfield h2, #pestFormfield label , #pestFormfield input {
    color: #000;
}

#pestFormsubmit h2, #pestFormsubmit label , #pestFormsubmit input {
    color: #000;
}

#pestFormsubmit input, #pestFormsubmit select {
  width: 80%;
  border-radius: 3px;
padding: 9px;
margin-top: 10px;
}

#pestFormfield input, #pestFormfield select {
  width: 80%;
  border-radius: 3px;
padding: 9px;
margin-top: 10px;
}
.h2q {
    margin-top: 20px;
}
#streetAddress {
  width: 93% !important;
}

#pestSubmition {
text-transform: uppercase;
margin-top: 20px;
padding-left: 50px;
padding-right: 50px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 1.5rem;
border-bottom: 3px solid #000;
cursor: pointer;
}

.pest_row_form {
    display: none;
}
.pest_submit {
    display: none;
}
.info_column {
  float: left;
  width: 50%;
}
.row_info_1 span {
  display: block;
  color: #000;
}
#pest_row_3 {
    clear: both;
    padding-top: 20px;
}
#pestFormfield .item-type {
  display: inline-flex;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#pestFormfield .item-type .row-items-1 {
  margin-right: 20px;
}