.quote{
  float: right;
  padding-right: 70px;
  font-family: Verdana;
  font-size: 9pt;
}

.quote-link:link, .quote-link:visited{
  display: block;
  width: 195px;
  height: 36px;
  padding-top: 11px;
  background-color: #3A84CF;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: Arial;
  font-size: 14pt;
  color: #FFF;
  text-decoration: none;
}

.quote-link:hover{
  background-color: #003B6F;
}

#quote-fade{
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

#quote-popup{
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99999;
}

.quote-popup-wp{
  width: auto;
  max-width: 600px;
  _width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: 2px solid #4C4C4C;
  background-color: #FFF;
  padding: 20px;
  font-size: 8pt;
}

.quote-close{
  width: 29px;
  height: 29px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.quote-lbl{
  color: #002157;
  font-size: 14pt;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BEBEBE;
}

#quoteForm{
  font-family: Verdana;
  position: relative;
  font-size: 8pt;
}

.qf-item{
  float: left;
  width: 45%;
  padding: 10px 5% 0 0;
}

.qf-item label, .qf-tbl-col label{
  display: block;
  padding-bottom: 5px;
}

.qf-item div input, .qfi-part{
  width: 260px;
}

.qf-item div select{
  width: 240px;
}

.qf-subtitle{
  clear: left;
  padding: 10px 0 5px;
}

.qf-pdf {
  float: left;
}

.qf-pdf label{
  display: block;
  padding: 10px 0 5px;
}

.qf-pdf input{
  width: 170px;
}

.qf-area{
  width: 560px;
  height: 100px;
  resize: none;
}

.qf-captcha{
  float: left;
  padding-top: 10px;
  text-align: right;
  font-size: 8pt;
}

.qf-button{
  padding-top: 10px;
}

#quote-loading{
  display: none;
  float: right;
  height: 43px;
  color: #002157;
  margin: 25px 5% 0 0;
  padding: 13px 30px 0 0;
  background: url(../images/loading.gif) right 12px no-repeat;
  font-size: 8pt;
}

#quote-message{
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 225px;
  padding: 10px;
  margin-left: -120px;
  background-color: #FFF;
  font-size: 8pt;
}

.qm-wrong{
  border: 3px solid #FF0000;
}

.qm-wrong A:link, .qm-wrong A:visited{
  font-size: 8pt;
}

.qm-right{
  border: 3px solid #0F4771;
}

.qf_error span{
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}

.qf_error div{
  color: #FF0000;
  padding-top: 3px;
}

.qf-close{
  text-align: center;
  padding: 10px 0;
}

.qf-close A:link, .qf-close A:visited{
  font-family: Verdana;
  font-size: 8pt;
}

.qf_done{
  text-align: center;
  color: #0F4771;
  line-height: 150%;
  font-size: 8pt;
}

.qf-tbl-row, .qf-tbl-act-wp{
	display: flex;
	flex-wrap: wrap;
}

.qf-tbl-col{
	width: 45%;
	padding: 10px 5% 0 0;
}

.qfi-qty{
	width: calc(100% - 60px);
}

.qfi-qty input{
	width: 200px;
}

.qf-tbl-act{
	width: 60px;
	align-self: center;
	text-align: right;
}

@media screen and (max-width: 1260px) {
	.quote{
		padding-right: 0;
	}
}

@media screen and (max-width: 660px) {
	.quote-popup-wp{
		max-width: 300px;
	}
	.qf-item{
		width: 100%;
		padding-right: 0;
	}

    .half-width{
        width:50%;
    }

	.qfi-input .jqTransformInputWrapper,
	.qfi-select .jqTransformSelectWrapper,
	.qf-tbl-col .jqTransformInputWrapper,
	.qfi-part{
		width: 100% !important;
	}
	.qfi-select .jqTransformSelectWrapper span{
		width: calc(100% - 30px) !important;
	}
	.qfi-select .jqTransformSelectWrapper ul{
		width: calc(100% - 3px) !important;
	}
	.qf-tbl-col{
		width: 100%;
		padding-right: 0;
	}
	.qf-area{
		width: 290px;
	}
}

@media (max-width: 485px) {
  .quote-link:link, .quote-link:visited {
    width: 150px;
    height: 31px;
    padding-top: 16px;
    font-size: 12pt;
  }
}

@media screen and (max-width: 360px) {
	.qf-pdf input{
		width: 140px;
	}
	.qf-area{
		width: 233px;
	}
	.qf-captcha{
		width: 100%;
	}
	.g-recaptchav .rc-anchor-normal{
		width: 248px !important;
	}
	.g-recaptcha div:first-child,
	.g-recaptcha iframe{
		width: 100% !important;
	}
}
