/*--------------------------------------*/
/*  initial info pages styles           */
/*  $x->SetContainerClass('infoPage');  */
/*--------------------------------------*/

div#middleRow.noMenu {
  background-image: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
}

#container.infoPage #content {
  font-size: 18px;
  color: #000;
}

#container.infoPage #content a {
  color: #000;
}

#container.infoPage h2 {
  font:1.3em/1.3 Tahoma, Verdana, "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", sans-serif;
}

#container.infoPage #content.noMenu {
  padding-left: 15px;
}
ul.infoBoxList {
  margin: 0 10px 10px 10px!important;
}

ul.infoBoxList li {
  padding: 5px;
  margin: 0!important;
  list-style-type: none;
  line-height: 12px;
  width: 197px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

ul.infoBoxList li:nth-child(odd) {
  background: #333;
}

.infoFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoPageLfloat {
  float: left;
}
.infoPageRfloat {
  float: right;
}
.infoPage span.label {
  display: block;
  float: left;
  width: 120px;
  font-weight: bold;
}
.infoPage span.formLabel {
  display: block;
  float: left;
  width: 140px;
  font-weight: bold;
  font-size: 10px;
}
.infoPage span.required {
  font-size: 14px!important;
  font-weight: bold;
}
#container.privacystatement div.infoPageLfloat, #container.privacystatement div.infoPageRfloat {
  width: 280px;
  float: left;
}
#container.contactuspage div.infoPageLfloat, #container.contactuspage div.infoPageRfloat {
  width: 50%;
  float: left;
}
#container.contactuspage div.infoPageRfloat div.infoPageRfloat {
  float: right!important;
  width: 100px;
}
#container.contactuspage div.infoPageRfloat div.infoPageLfloat {
  float: left!important;
  width: 100px;
}

/* flow diagram styles */
div.flowDiagramContainer {
  clear: left;
  float: left;
  width: 772px;
  margin: 10px 0px;
}
#flowDiagram {
  clear: left;
  float: left;
  background-image: url('/images/flowdiagram_full.png');
  background-position: 0px;
  width: 760px;
  height: 500px;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
#flowDiagram.bothSystems {
  background-position: -200%;
}
#flowDiagram.listingSystem {
  background-position: -100%;
}
#flowDiagram.screeningSystem {
  background-position: 0px;
}
div.flowDiagramSwitcherButtons {
  float: left;
  width: 760px;
  padding-top: 5px;
  margin-left: 5px;
  margin-bottom: 0px;
}
div.flowDiagramSwitcherButtons div {
  width: 250px;
  font-size: 14px;
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
  background: #222;
  color: #FFF;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  border-bottom: none;
  margin-bottom: 0px;
}
div.flowDiagramSwitcherButtons div:hover {
  background: #333;
}
#fdListingsButton {
  float: left;
  margin-right: 2px;
}
#fdScreeningButton {
  float: left;
}
#fdBothButton {
  float: right;
}
/* end flow diagram styles */

.infoContent {
  display: flex;
}

#screeningInfoContentBox {
  font-size: 0.7em;
  width: 229px;
  margin: 20px 20px 30px 20px;
  background: #222;
  color: #FFF;
  border: 1px solid #000;
  padding-bottom: 10px;
}

#screeningInfoContentBox h3 {
  font-size: 16px;
  text-align: center;
  margin: 5px;
}
#screeningInfoContentBox ul li {
  margin: 1px 12px;
}
#screeningInfoContentBox a {
  font-size: 0.8em;
  width: 100%;
  margin-bottom: 10px;
  color: #FFF!important;
  font-weight: bold;
  text-align: center;
}

p.testimonialText {
  font-size: 0.7em;
  line-height: 1.3em;
  font-style: italic;
  margin-left: 10%;
  margin-right: 10%;
}

/* Why Upgrade page styling */
#container.whyupgrade dl {
  margin: 0 120px 25px 60px;
}
#container.whyupgrade dl dt{
  background-image: url(/images/tenchek_bigchecked.gif);
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 70px;
  line-height: 48px;
  font-size: 1.3em;
}
#container.whyupgrade dl dd{
  margin-left: 70px;
}
#container.whyupgrade #screeningInfoContentBox {
  float: right;
  margin-left: 12px!important;
}
#container.whyupgrade #content p, #container.whyupgrade #content h2 {
  margin-left: 12px;
}
/* Landlord Suppliers Page */
#content div.landlordSupplier {
  width: 100%;
  float: left;
}
#content div.landlordSupplier div.supplierLogo {
  text-align: center;
  width: 100%;
}
#content div.landlordSupplier h1.supplierName {
  font-size: 20px;
  clear: both;
  line-height: 60px;
}
#content div.landlordSupplier a.supplierLink {
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 50px;
}
#content div.landlordSupplier a.supplierLink:hover {
  text-decoration: underline;
}

/* Membership Applicaton Process Page */
#appProc {
  font-size: 14px;
}
#appProc li {
  margin-bottom: 5px;
}
#appProc li span.title {
  font-weight: bold;
}
#appProc li dl {
  margin: 5px 25px;
  font-size: 12px;
}
#appProc li dt {
  font-weight: bold;
  margin: 0 0 5px 0;
}
#appProc li dd {
  margin: 0 25px 10px 25px;
}
#appProc li em {
  text-transform: uppercase;
  font-size: 0.9em;
}
table.drop {
  border: 1px solid #000!important;
  border-collapse: collapse;
}
table.drop tr td {
  padding: 3px 5px;
}

#form_billing {
  width: 600px;
  margin: 0px auto;
}

#ms_def {
	width: 65%;
	margin: 30px auto 20px auto;
}
#ms_def dl dt {
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
ol#ms_howto {
	margin: 0px 60px 20px 20px;
	font-size: 0.95em;
	text-align: justify;
}
ol#ms_howto li {
	padding-bottom: 15px;
}

.appWrapper {
	margin-left:15px;
}

.fl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fl p {
  margin: 0;
  padding: 0
}

.fl .validate {
  width: auto;
}

.verificationCode {
  font-family: monospace;
  font-size: 30px;
  font-weight: bold;
  height: 40px ! important;
  width: 135px;
  letter-spacing: 3px;
}