.body-site {
  font-family: 'Cambria', 'Hoefler Text', 'Liberation Serif', 'Times', 'Times New Roman', 'serif';
}

.arrowcolor {
    font-size: 14pt;
    color: green; 
    font-weight: bold;
}

.errorformat {
    color: red;
    font-weight: bold;
}

.errorformatnobold {
    color: red;
}

.alertformat {
    color: #2900FB;
    font-weight: bold;
}

.successformat {
    color: green; 
    font-weight: bold;
}

.pagetitle {
    font-size: 18pt; 
    font-weight: bold;
}

.modaltitle {
    font-size: 16pt; 
    font-weight: bold;
	font-style: italic;
	color: #73AD21;
}

.addressfontsize {
    font-size: 16pt; 
    font-weight: bold;
}

.accessdenied {
    font-size: 18pt;
    font-weight: bold;
    color: red;
}

.formfield {
     border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  /*width: 200px;*/
  height: 35px;

}

.formfieldnumber {
     border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  width: 125px;
  height: 35px;

}

.formfieldnumbermedium {
     border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  width: 300px;
  height: 35px;

}

.formfieldselectcounty {
    border-radius: 5px;
  border: 2px solid #73AD21;
    margin: 3px;
  padding: 4px;
    height: 100px;

}

.formfieldselectcountyred {
    border-radius: 5px;
  border: 2px solid #73AD21;
    margin: 3px;
  padding: 4px;
    height: 100px;
    background-color: red;
}

.formfieldselect {
    border-radius: 5px;
  border: 2px solid #73AD21;
    margin: 3px;
  padding: 4px;
    height: 35px;
    
}

.formfieldselectred {
    border-radius: 5px;
  border: 2px solid #73AD21;
    margin: 3px;
  padding: 4px;
    height: 35px;
    background-color: red;
}

.formfieldtextarea {
    
  border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  width: 220px;
  height: 60px;

}

.formfieldtextarealong {
    
  border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  width: 440px;
  height: 240px;

}

.formfieldtextarealarge {
    
  border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  width: 440px;
  height: 120px;

}

.formfieldtextareamedium {
    
  border-radius: 5px;
  border: 2px solid #73AD21;
  padding: 5px;
    margin: 3px;
  width: 300px;
  height: 130px;

}

.formfieldselectmulti {
    border-radius: 5px;
  border: 2px solid #73AD21;
    margin: 3px;
  padding: 5px;
    height: 125px;
}

.tableborder {
    border: 1px solid #73AD21;
}

.tablebordervehiclepricing {
    border: 1px solid #73AD21;
    /*min-width: 900px;*/
}

.tablecellborder {
	border-top: 1px solid #73AD21;
}

.tablecellborderQB {
	border-top: 1px solid #73AD21;
	font-size:12pt;
	border-right: 1px solid #73AD21;
	padding: 2px;
}

.tablecellheader {
    font-weight: bold;
    font-size:14pt;
}

.tablecellheaderQB {
    font-weight: bold;
    font-size:14pt;
	border-right: 1px solid #73AD21;
	padding: 5px;
}

.tablecellheadersmall {
    font-weight: bold;
    font-size:10pt;
}

.fieldheader {
    font-weight: bold;
    font-size:14pt;
}

.sectiontitle {
    font-size: 16pt; 
    font-weight: bold;
}

.small-button {
    margin-top: 10px;
    border-radius: 5px;
    border: 2px solid #73AD21;
    height: 20px;
    width: 100px;
    font-weight: bold;
    font-size: 8pt; 

}

.small-button-red {
    margin-top: 10px;
    border-radius: 5px;
    border: 2px solid #FF0000;
    height: 20px;
    width: 100px;
    font-weight: bold;
    font-size: 8pt; 

}

.policyform-submit-button {
    border-radius: 5px;
    border: 2px solid #73AD21;
    height: 40px;
    width: 125px;
    font-weight: bold;

}

.policyform-submit-button-green {
    border-radius: 5px;
    border: 2px solid #000000;
    height: 40px;
    width: 125px;
    font-weight: bold;
    background-color: green;
    color: white;

}

.policyform-submit-button-red {
    border-radius: 5px;
    border: 2px solid #73AD21;
    height: 40px;
    width: 125px;
    font-weight: bold;
    background-color: red;
    color: white;

}

.policyform-submit-button-red-large {
    border-radius: 5px;
    border: 2px solid #73AD21;
    height: 40px;
    width: 250px;
    font-weight: bold;
    background-color: red;
    color: white;

}

.policyform-submit-button-large {
    border-radius: 5px;
    border: 2px solid #73AD21;
    height: 40px;
    width: 250px;
    font-weight: bold;

}

.policyform-submit-button-large-blue {
    border-radius: 5px;
    border: 2px solid #008cff;
    height: 40px;
    width: 250px;
    font-weight: bold;

}

.policyform-submit-button-large-red {
    border-radius: 5px;
    border: 2px solid #ffa601;
    height: 40px;
    width: 300px;
    font-weight: bold;

}

.searchborderall {
    border: 1px solid #73AD21;

}

.searchborder {
    border-left: 1px solid #73AD21;
    border-top: 1px solid #73AD21;
}

.searchcellheader {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-weight: bold;
    font-size:11pt;
}

.searchcellrowcolor1 {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: white;
}

.searchcellrowcolor2 {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: beige;
    
}

.searchcellrowcolortrucking {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: #d2f2d2;
    
}

.searchcellrowcolorpayment {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: yellowgreen;
}

.baddebtrow {
    border-right: 1px solid #ffc2c2;
    border-bottom: 1px solid #ffc2c2;
    font-size:10pt;
    background-color: #ffc2c2;
}

.totalrow {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:11pt;
	font-weight: bold;
    background-color: #C5FFD3;
}



/* Customize the checkbox (the container) */
.customcontainer {
  display: block;
  position: relative;
 /* padding-left: 35px;
  margin-bottom: 12px;
            text-align: center;
margin-left: auto;
    margin-right: auto;*/
    padding-bottom: 20px;
    padding-right: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    /*display: block;*/
  position: absolute;
       /*text-align: center;
    
margin-left: auto;
    margin-right: auto;*/
  /*top: 0;
  left: 0;*/
    
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 2px solid #73AD21;
 
}

/* On mouse-over, add a grey background color */
.customcontainer:hover input ~ .checkmark {
  background-color: #CAEB9B;
}

/* When the checkbox is checked, add a blue background */
.customcontainer input:checked ~ .checkmark {
  background-color: #73AD21;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Customize the checkbox (the container) */
.customcontainer2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
   /* text-align: center;
    margin-left: auto;
    margin-right: auto;*/
    padding-bottom: 0px;
    padding-right: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    /* valign text with checkbox*/
    line-height: 25px;
}

/* Create a custom checkbox */
.checkmark2 {
    display: block;
  position: absolute;
       text-align: center;
    margin-left: auto;
    margin-right: auto;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 2px solid #73AD21;


}

/* Hide the browser's default checkbox */
.customcontainer2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* On mouse-over, add a grey background color */
.customcontainer2:hover input ~ .checkmark2 {
  background-color: #CAEB9B;
}

/* When the checkbox is checked, add a blue background */
.customcontainer2 input:checked ~ .checkmark2 {
  background-color: #73AD21;
}

/* Show the checkmark when checked */
.customcontainer2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.customcontainer2 .checkmark2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.toplink:link {
  text-decoration: none;
}

a.toplink:visited {
  text-decoration: none;
}

a.toplink:hover {
  text-decoration: none;
}

a.toplink:active {
  text-decoration: none;
}

.userfeaturelisttableborder {
    border: 1px solid #73AD21;
}

.userfeaturelistparent {
	background-color: #c2dfff;
}

.userfeaturelistagentcolor {
	background-color: #ffd9b0;
}

.financialpaidrow 
{
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: yellowgreen;
}

.financialinvoicerow 
{
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: #C1FFAF;
}

.financialrow {
    border-right: 1px solid #73AD21;
    border-bottom: 1px solid #73AD21;
    font-size:10pt;
    background-color: white;
}


#note-wrapper {
	overflow: hidden;
	position: relative;
	max-width: 25px;
	height: 25px;
	margin-top: 3px;
}

#note-background-image {
   position: absolute;
   /*background-image: url("/images/icons/icon-notes.png");
	width: 25px;
	height: 25px; */
	background-repeat: no-repeat;
  /*background-size: 25px 25px;*/
	opacity: 0.8;
	left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#note-content {
	position: relative;
	font-weight: bold;
	font-size: 14pt;
	color:darkblue;
	text-decoration: none;
	
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #73AD21; /* old IE */
    background-color: #73AD21; /* Modern Browsers */
}

/* The grid container for widgets */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr)); /* Flexible columns */ /* repeat(4, 100px); */ /* Fixed 3 columns */
  gap: 1px;
  background-color: white;
  border: 1px solid #73AD21;
  /* padding: 20px;
  border-radius: 10px; */
  justify-content: center;
  align-items: center;

}

.grid-item-header {
  display: flex; 
 justify-content: center;
 align-items: center;
 text-align: center;
  background-color: #73AD21;
 font-size: 16px;
 font-weight: bold;
 color: white;
 /* border-top-left-radius: 10px; 
 border: 1px solid #73AD21; */
 height: 50px;
 padding: 0%;
  /*border-radius: 5px;
 height: 100px; */ /* Fixed height per row */
}


.grid-item {
   display: flex; 
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0%;
  /* background-color: #3498db;
  color: white; */
  font-size: 15px;
  border: 1px solid #73AD21;
  height: 50px;
  overflow-wrap: break-word;
  word-break: break-all;
 /*  border-radius: 5px;
  height: 100px; */ /* Fixed height per row */
}

.grid-item-large {
  display: flex; 
 justify-content: center;
 align-items: center;
 text-align: center;
 padding: 0%;
 /* background-color: #3498db;
 color: white; */
 font-size: 15px;
 border: 1px solid #73AD21;
 height: 100px;
 overflow-wrap: break-word;
 /*word-break: break-all;
  border-radius: 5px;
 height: 100px; */ /* Fixed height per row */
}


/* Button styling */
.toggle-btn {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px;
  margin-top: 10px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.toggle-btn:hover {
  background-color: #0056b3;
}
