/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2019 | 22:40:48 */
@media (max-width: 767px){
  
  footer#grve-footer{
    text-align: center;
  }
  
  .text-center-sm{
  	text-align: center;
  }
  
  .grve-column.faq-title-button-column{
  	padding-right: 0px !important;
    padding-left: 0px !important;
  }
  
  .faq-title-button a.grve-btn{
  	margin-left: 0px;
  }
}

.importantMenuItem{
	font-weight: bold !important;
}

/* Footer and header repoisitioning to prevent stacking over modals */
footer .grve-widget-area  {
  position: relative;
  z-index: 4;
}

/* main menu changes start - 2018/11/05 */


#grve-main-header #grve-main-menu #menu-treasurer-tax-collector-main-menu > li.menu-item:first-child, #grve-main-header #grve-main-menu #menu-ttc-new-menu > li.menu-item:first-child{
	border-left: 1px solid black;
}

#grve-main-header #grve-main-menu #menu-treasurer-tax-collector-main-menu > li.menu-item, #grve-main-header #grve-main-menu #menu-ttc-new-menu > li.menu-item{
	border-right: 1px solid black;
  	border-top: 1px solid black;
  	border-bottom: 1px solid black;
  	background-color: #ffffff;
  	
}

#grve-main-header #grve-main-menu #menu-treasurer-tax-collector-main-menu > li.menu-item:hover, #grve-main-header #grve-main-menu #menu-ttc-new-menu > li.menu-item:hover{
	background-color: #eecf6d;
}

#grve-main-header #grve-bottom-header i.grve-icon-search{
	color: white;
}

div#grve-main-header div#grve-bottom-header{
	background-color: transparent;
}

#grve-main-header #grve-main-menu #menu-treasurer-tax-collector-main-menu > .menu-item.current-menu-ancestor, #grve-main-header #grve-main-menu #menu-ttc-new-menu > .menu-item.current-menu-ancestor{
	background-color: #eecf6d;
}

/* main menu changes end - 2018/11/05 */

/***************************/

/* Required Form Fields */

.page_controls = {
  margin-top: 25px;
}
.text-required{
	color: red !important;
}

.required-asterisk {
  color: red!important;
}

.form-title {
  border-bottom: 2px solid black;
  margin-bottom: 15px;
}

.tooltip > .tooltip-inner {
  background-color: #000;
  color: #fff!important;
  opacity: 1!important;
}
.disclaimer {
  margin-top: 50px;
}

.error-msg {
  color: red!important;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.table {
  color: black!important;
  border-collapse: collapse;
}

.table th {
  font-weight: bold;
}

.table td {
  border-style: hidden;
}

.table tr {
  border-style: hidden;
}

.header-row {
  background: #ddd;
}

.form-checkboxes {
  margin-top: 8px;
  margin-bottom: 8px;
}

.sub_header {
  background: #f5f4bb;
}

#second_submit {
  margin-top: 30px!important;
}

#mp_back_button {
  margin-top: -4.5em!important;
}

/* PENALTY CANCELLATION REQUEST FORM */
.em-1 {
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
  padding-top: 25px;
  font-size: 20px;
}

.em-2 {
  font-weight: bold;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.em-3 {
  color: red;
  display: block;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
}

.em-4 {
  color: blue;
  font-style: italic;
  text-decoration: underline;
}

.em-5 {
  color: blue;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}

.email-link {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}


.email-link {
  color: blue;
  text-decoration: underline;
}

@media (max-width: 480px){ 
  .email-link {
    font-size: 12px;
  }
}

.list-step {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-em {
  font-weight: bold;
}

#continue-btn {
  margin-top: 25px!important;
}

#request-code {
  width: 25%!important;
  margin-left: 3em!important;
  vertical-align: top!important;
  padding: 5px!important;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcr-header {
  color: #83A6D4;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  border-bottom: 2px solid black;
}

.form-wrap {
  border: 1px solid black;
  padding: 40px;
}

.error {
  color: red !important;
  font-size: 18px;
  font-weight: bold;
}

.ex-list li {
  line-height: 2;
  list-style: circle;
}

.form-container {
  border: 1px solid black;
  padding-left: 50px;
  padding-right:50px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
}

.form-header {
  display: block;
  top: 0;
  padding: 15px;
  background: #004777;
  margin-right: -50px !important;
  margin-left: -50px !important;
  margin-bottom: 25px;
}

.form-header p {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
}

.question-row-even {
  background: #eee;
}

#note_input {
  resize: none;
}

.note_input {
  margin-top: 1em;
}

#penaltyCancellationRequest table {
  color: black!important;
}

#pcrf input {
  border: 1px solid black!important;
}

.blank_cell {
  background: black!important;
}

.inputContainer {
  padding-left: 0!important;
  padding-right: 0!important;
}

#tblAIN .form-group {
  padding-left: 1em;
}

#tblABN .form-group {
  padding-left: 1em;
}

.sAinInputs {
  padding-left: 0!important;
  padding-right: 0!important;
}

.uAinInputs {
  padding-left: 0!important;
  padding-right: 0!important;
}

.phone_input .grouped-field { 
  width: 20%!important; 
  text-align: center; 
  border: 1px solid #CCC; 
  float: left; 
}

.phone_input span { 
  float: left; 
  display: inline-block; 
  margin-left: .25em; 
  margin-right: .25em;
  font-size: 140%;
}

.phone_label {
  padding-left: 0!important;
}

.phone_input dd {
  margin-left: -2em!important;
  width: 160%;
}

#tblAIN input {
  padding: 0!important;
}

#tblABN input {
  padding: 0!important;
}

#taxpayerInfo {
  margin-left: -2em;
}

#code_description {
  resize: none;
  background-color: #eee!important;
  border-radius: 4px!important;
}

#page-20584 input {
  margin-bottom: 0!important;
}

#page-20584 .error {
  margin-left: 0;
}

.error2 {
  color: red !important;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 1em;
}

#signcheck {
  transform: scale(1.5) !important;
  margin-right: 5px;
}

.captcha-row {
  margin-top: 20px;
}

#back_btn {
  position: absolute!important;
  bottom: 0!important;
}

.postmark-pop li {
  list-style: none;
}

#button_mrg {
  margin-top: 5em;
}

/* Loader */


body {
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Textfield */

.textfield-container {
  position: relative;
}

.textfield-container input {
  position: relative;
  z-index: 10;
  padding: 5px 30px 5px 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: block;
  width: 100%;
  outline: 0;
  height: 40px;
  transition: border-color .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  box-sizing: border-box;
}

.textfield-container input:focus {
  border-color: #09d;
}

.textfield-container.spinner:before {
  z-index: 100;
  right: 10px;
  left: auto;
}

/* Spinner CSS */

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

.spinner-parent {
  margin-top: 5em;
}

.pull-right.spinner::before {
  margin-left: 31em;
  width: 40px;
  height: 40px;
}

#page-20923 .spinner:before {
  width: 30px;
  height: 30px;
}

#page-20923 .spinner-parent {
  margin-top: 2em;
}

#page-20584 .spinner:before {
  width: 30px;
  height: 30px;
}

#page-20584 .spinner-parent {
  margin-top: 2em;
}

/**** FORM 5 ****/

.owner_info {
  padding-left: 0!important;
}

.sub_header_2 {
  background: rgb(238, 207, 109, 0.8);
  padding-top: 10px;
  margin-left: 1em;
  width: 96%!important;
  margin-bottom: 40px;
}

#page-20925 input {
  margin-bottom: 5px!important;
}

.marginFix {
  margin-bottom: 10px!important;
}

#confirmationMsg {
  color: red;
  margin-bottom: 2em;
  margin-top: 2em;
  border: 1px solid red;
  padding-top: 20px;
  padding-bottom: 20px;
}

#confirmationMsg div p {
  font-size: 20px;
  font-weight: bold;
}

.licenseChecks {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-left: -24px!important;
  margin-top: 2px!important;
}

.licenseChecksWrap label {
  padding-left: 30px!important
}

#businessTypes {
  max-height: 350px;
  overflow: auto;
  background: rgb(238, 207, 109, 0.3);
  padding: 10px;
}

#businessTypesWrap {
  padding-left: 30px;
  padding-right: 30px;
}

#label-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

#inputLabel {
  display: block;
}

.appointmentRow {
  margin-top: 35px;
}

#notificationBox {
  margin-bottom: 2em;
  border: 2px solid red;
  padding-top: 20px;
  padding-bottom: 20px; 
}

.aptInfo{
  color: darkred;
}

.aptInfoWrap {
  margin-bottom: 2em;
}

.notificationBoxWrap {
  padding-left: 30px!important;
  padding-right: 30px!important;
}

#br_back_btn {
  position: absolute !important;
  bottom: 30px;
}

.disclaimer-list li{
  padding-top: 5px;
  padding-bottom: 5px;
}

.disclaimer-list{
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}

#recaptcha_field_4 {
  margin-bottom: 25px;
}

#page-20938 input {
  margin-bottom: 0!important;
}


.confirmMarg {
  padding-left: 30px!important;
}

/* FORM 8 */
#recaptcha_field_6 {
  margin-bottom: 2em;
}

#page-21027 input {
  margin-bottom: 0;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0;
}

.submitMarg {
  margin-top: 3em;
}

.agreementChecks {
  transform: scale(1.5);
}

.agreements {
  margin-bottom: 2em;
}
@media screen and (max-width: 790px) {
  .inputContainer {
    width: 13.333%!important;
  }
  
}

.radio-labels {
  margin-left: 2em;
  font-weight: normal!important;
}

#businessSearchResults {
  margin-top: 4em;
}

#pageDropDown {
  background: black;
  color: #fff;
}

.page-link {
  background: black!important;
  color: #fff!important;
}

.bootstrap-container .pagination > .active > a {
  border-color: #fff!important;
  color: rgb(238, 207, 109)!important;
}

.bootstrap-container .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #e6e6e6;
}

#businessSearchResults .react-bs-container-header  table colgroup {
  background: #004777;
}

#businessSearchResults  table thead tr th {
  color: #fff;
}

#businessSearchResults  table thead tr th:nth-child(even) {
  border: 1px solid #fff;
}

#businessSearchResults  table thead tr th:last-of-type {
  border-right: none;
}

.thead-dark {
  background: #212529;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-buttons {
  height: 20px;
  vertical-align: middle;
  vertical-align: -moz-middle-with-baseline;
}
.page-buttons:not(:last-child) {
  margin-right: 40px;
}

.page-buttons:nth-child(3) {
  margin-left: 40px;
}

#pageSelector {
  width: 6%!important;
  display: inline;
  padding-top: 3px!important;
  padding-bottom: 2px!important;
  vertical-align: baseline;
  margin-top: 8px;
  font-weight: bold;
  border: 2px solid #fff!important;
}

#page-21103 .table tr,#page-21103 .table thead td {
  border-style: none;
}
#page-21103 .table tr,#page-21103 .table tbody td {
  border: 1px solid black;
}

#page-21120 .table tr,#page-21120 .table thead td {
  border-style: none;
}
#page-21120 .table tr,#page-21120 .table tbody td {
  border: 1px solid black;
}

.pageControl {
  font-weight: bold;
}

.pageControls {
  border-bottom: 2px solid #fff;
  padding-bottom: 0;
}

.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.modal-main2 {
  position:fixed;
  background: white;
  width: 60%;
  height: auto;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding: 50px;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.mainModalContent {
  margin-bottom: 50px;
  border-bottom: 2px solid black;
  padding-bottom: 25px;
}

.modalClose {
  position: absolute!important;
  right: 10px;
  bottom: 8px;
}

#recaptcha_field_8 div:first-child {
  margin: 0 auto;
}

#page-21247 input {
  margin-bottom: 10px!important;
}
#page-21247 select {
  margin-bottom: 10px!important;
}

#businessStatusTable, #businessInquoryTable {
  display: block!important;
  background: #fff;
}

.multipleParcelsTable {
  display: block;
  overflow: auto;
}

.multipleParcelsTable tbody {
 	background: #fff; 
}

.form-container {
  background: #fff;
}

/* menu fix */
@media (min-width: 1024px) and (max-width: 1207px){
	nav#grve-main-menu ul#menu-treasurer-tax-collector-main-menu > li.menu-item > a{
		padding-left: 6px;
		padding-right: 6px;
		font-size: 18px;
	}
}

@media (min-width: 1024px){
  div#grve-main-content div.grve-feature-header{
      margin-top: 0px !important;
      padding-top: 160px !important;
  }
}

@media (max-width: 1023px){
  div#grve-main-content div.grve-feature-header{
      padding-top: 75px !important;
  }
}

@media (max-width: 480px){
	div.grve-feature-header h2.vc_custom_heading{
      font-size: 30px !important;
	}
}

@media (min-width: 481px) and (max-width: 767px){
	div.grve-feature-header h2.vc_custom_heading{
      font-size: 45px !important;
	}
}
