body { 
	font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.87);
	-webkit-font-smoothing: antialiased;
}
.dl-horizontal dt {
	width: 200px;
}
.fed-disclaimer-text {
	font-size: 12px;
}
.normalWeight {
	font-weight: normal;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
				border-top:none;
				border-bottom:1px solid #e0e0e0;
			}
.tax-hero-unit {
	background-color: #E1EBF2;
	border: 1px solid #e3e3e3;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	color: #2D4B5B;
	font-size: 18px;
	font-weight: 200;
	line-height: 20px;
	margin:0.875em;
	margin-bottom: 10px;
	padding: 5px;
}
#taxLogo {
	 float:inline-start;
}
.tax-hero-unit h1 {
	line-height: 1;
	letter-spacing: -1px;
	color: inherit;
	font-weight: normal;
	margin-top:15px;
}
.tax-hero-unit h2 {
	line-height: 1;
	color: inherit;
	font-size:0.9em;
	font-weight: normal;
	margin-top:5px;
}
.logout-link {
	font-size:0.9em;
	color: #2D4B5B;
}
#welcomeUser {
	float: right; 
	font-size:0.8em;
	margin-top:-27px;
}

#searchForm input[type='text'] {
	width:105px;
}

#externalLinksMenuSection {
	float:inline-end;
}

#externalLinksMenuSection button {
	border:none;
	background-color:#fff;
}
#collectionform {
    margin-top: -8px;
}
#disclaimer {
	margin-top:7px;
	margin-bottom:-7px;
}

#paymentErrorMsg, #searchError, #nonfilerTable, #paymentHistoryTable, #payByBank, #payByCC {
	display:none;	
}

/*Disable spinner buttons on input type=number for Safari and Chrome*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
 
.bg-success {
	background-color:#E2F3E2;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	padding:7px;
}
.bg-danger {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 
	padding:7px;
	margin-bottom:7px;
}
.bg-warning {
	background-color: #fcf8e3;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	padding:7px;
	margin-bottom:7px;
}
.system-msg-success {
	color:#690;
	font-weight:bold;
}
.system-msg-danger {
	color:#C33;
	font-weight:bold;
}
.system-msg-danger-content {
	color:#C33;
	font-weight:normal;
}
.system-msg-normal {
	font-weight:normal;
}

.login-well {
	padding-inline-start: 9px;
	padding-inline-end: 9px;
	padding-top:5px;
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
	margin-inline-end: 20px;
	/*background-color: #E2F3E2;*/
	border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tax-collection-well {
	overflow-y: scroll;
	height:100%;
	max-height:200px;/*allows block to be full height unless the content forces it past 200px, then scrolls.*/
	border: 1px solid #e3e3e3;
	padding-inline-start: 9px;
	padding-inline-end: 9px;
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-color: #D9E6EE;
	border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tax-collection-well table {
	margin-bottom: 0;
}
.tax-collect-table-header {
	background-color: #2E4B5C !important;
	color: #FFF !important;
	font-weight: bold !important;
}
.tax-collect-table-footer {
	background-color: #ADC1CC;
	font-weight: bold;
}

.tax-collection-paynow-well {
	padding-inline-start: 9px;
	padding-inline-end: 9px;
	padding-top:5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #E2F3E2;
	border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.login-well label, .tax-collection-paynow-well label {
	font-weight:normal;
}

.form-horizontal .tax-collect-payment-control-group {
	margin-bottom: 5px;
	*zoom: 1;
}

.form-group-style {
    margin-bottom: 15px;
	width: 60%;
}

.form-group-style1 {
    margin-bottom: 15px;
	width: 90%;
}	

table[name='bankAcctType'] td {
	padding-inline-end:15px;
}
table[name='bankAcctType'] td input {
	margin-inline-end:4px;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #32527C;
	background-image: -moz-linear-gradient(top, #0079B6, #32527C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0079B6), to(#32527C));
	background-image: -webkit-linear-gradient(top, #0079B6, #32527C);
	background-image: -o-linear-gradient(top, #0079B6, #32527C);
	background-image: linear-gradient(to bottom, #0079B6, #32527C);
	background-repeat: repeat-x;
	border-color: #32527C #32527C #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #32527C;
	*background-color: #003bb3;
}

hr {
	border: 1px solid #f3f3f3;
	margin-top:15px;
	margin-bottom:15px;
}

#page-detail {}
.glyphColor {
	color:#000;
}
.glyphDetailColor {
	color:#000;
}
.rf-pp-cnt span {
	display:block;
	border-bottom:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
	margin-inline-end:9px;
	margin-inline-start:7px;
}
.rf-pp-cnt span:last-child {
	border-bottom:none;
}
.popover {
	min-width:290px;
}
.popup-header {
	background-color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-inline-start:5px;
}
/*styles for 'close' control on pop-up box. */
.rf-pp-hdr-cntrls {
	background-color:#ccc;
	position: absolute;
    right: 0;
    top: 0;
    padding-top:5px;
    padding-bottom:5px;
    padding-inline-end:5px;
}
.popup-content {
	background-color:#fff;
	border: 1px solid #ccc;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	border-radius: 6px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.popupTable {
	width:261px;
	margin:7px 0 7px 7px;
}
.popupTable tbody th, .popupTable tbody td {
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}
.popupTable tr:last-child th, .popupTable tr:last-child td {
	border-bottom:none;
}
.modal-dialog {
	width:275px;
}
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #ccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.modal-body {
	padding:5px 20px 5px 5px;
}
.close {
	opacity:1;
	font-size:inherit;
}
.close:hover {
	color:#f00;
}

input[type=checkbox]
{
 /* Double-sized Checkboxes */
 -ms-transform: scale(1.0); /* IE */
 -moz-transform: scale(1.0); /* FF */
 -webkit-transform: scale(1.0); /* Safari and Chrome */
 -o-transform: scale(1.0); /* Opera */
 padding: 10px;
}
input[type=radio]
{
 /* Double-sized Checkboxes */
 -ms-transform: scale(1.0); /* IE */
 -moz-transform: scale(1.0); /* FF */
 -webkit-transform: scale(1.0); /* Safari and Chrome */
 -o-transform: scale(1.0); /* Opera */
 padding: 10px;
 margin-inline-end:5px;
}
#payByBank table tbody td label {
	margin-inline-end:5px;
}

#debitFeeCalc, #ccFeeCalc {
	font-weight:bold;
}

.toggleBtn {
	margin-bottom:10px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  border-width: 2px;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  border-width: 1px;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.error-text {
	color: #a94442;
	font-size: 110%;
}
.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.col_support_text {
	font-size: 0.8em;
}


.mainDiv_old {
/*float:inline-end;
width:85%;
min-width: 500px;*/
border: 2px solid #00B4F3;
background-color: #FFF;
border-radius: 18px;
padding: 0px 5px 0px 15px;
}

.mainDiv {
	/*margin-top: 24px;*/
	margin-inline-start: 15px;
	margin-inline-end: 0px;
	background-color:#ffffff;
	padding-top: 10px;
	padding-inline-start: 10px;
	padding-inline-end: 15px;
	border-left: 0px;
	border-color: #003466;
	position:relative;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}

.sidebarDiv {
	/*float:inline-start;
	width:15%;*/
	background: none repeat scroll 0% 0% #FAFAFA;
	border: 0px none;
	left: 0px;
	margin-top: -10px;
	/*margin-inline-start: -15px;*/
	padding: 0px 0px 20px;
	
	/*margin: 0px 20px 0px 5px;
padding: 0px 5px 0px 15px;*/
	/*width: 145px;*/
	border-radius: 18px;
	height: 300px;	
}
.contentWrapper {
	background-color:#0C5E81;
	background-image:url('../resources/img/leftnav_background.gif');
	background-repeat:repeat-y;
		padding-bottom:20px;
}

.footerWrapper_old {
    background-color: #000;
    color: #FFF;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 0px -4px;
}

.footerWrapper {
	background-color:#25355a; 
	text-align:center;
	font-weight:300;
	color:rgba(255, 255, 255, 0.7);
    padding-top: 15px;
    padding-bottom: 5px;
	clear:both;
}

#primaryNavigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#primaryNavigation ul li {
	border-bottom:1px solid #e0e0e0;
}

#primaryNavigation ul li.noArrow {
	background-image:none;
}

#primaryNavigation ul li a, 
#primaryNavigation ul li a:visited{
	padding:10px 0 10px 7px;
	color:#008dce;
	font-size:14px;
	font-weight:500;
	font-style: normal;
  	font-stretch: normal;
	font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
  	line-height: 1.5;
  	letter-spacing: 0.1px;
	text-decoration:none;
	display: block;
}

#primaryNavigation ul li a:hover {
	background-color: #008dce;
	color: #ffffff;
}

#agencyBanner {
	background-color:#145C82; 
	background-image:url('../resources/img/agencybanner2.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height: 64px;
}
#taxAgencyBanner a{
	display: block;
	width:100px;
	height:100px;
}
#taxAgencyBanner {	
	height: 80px;
	background-color:#25355a;
	background-image:url('../resources/img/VATAX_logo.png');
	background-position:top left;
	background-repeat:no-repeat;
	background-position: 16px 16px;
}

#taxAgencyBanner nav {
    display: block;
    position: relative;
    top: 25%;
    left: 70%;
    width: 100%;
    height: 80px;
}
#taxAgencyBanner nav ul {
	list-style: none;
	height: 80px;
}
#taxAgencyBanner nav ul a {
	font-family: Roboto-Medium, 'Helvetica Neue', Helvetica, sans-serif;
	color:#fff;
	height:40%;
	width:30%
}

#breadcrumbBar {
	background-color:#FAFAFA;
	color:#FFF;
	font-weight:bold;
}

/* LiveChat */
#LiveChat_1292535816 {
	float:inline-start;
	padding:8px 8px 0 8px;
	width:45px;
}
#LiveChat_1292535816 img {
	border:none;
	margin-inline-end:5px;
}
#LiveChatText {
	 margin-inline-start:75px;
	 margin-bottom:20px;
	 padding-top:25px;
}
#LiveChatText a {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#LiveChatVEC a img {
	border:none;
	margin-top:20px;
}

#sidebarFormat {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.centerText {
	text-align:center;
}
.rightText {
	text-align:end;
}


.centerBlock {
	margin-inline-start: auto;
    margin-inline-end: auto;
}

.marginNegativeBottom {margin-bottom:-15px;}

.marginZero {margin:-15px;}

.blueBack {
	background-color:#FAFAFA;
}


/*for honeypot*/
#emailInput {
display: none;
}


.control-label-left {
	text-align: left;
	padding-top: 7px;
}

.line-1-text {
	font-size: smaller;
}

.sidebar-left {
	padding-inline-start: 5px;
	padding-inline-end: 0px;
}

.body-right {
	max-width: 100%;
	padding-bottom: 15px;
	padding-inline-start: 5px;
	padding-inline-end: 5px;
}

.format_chkbox{
height: 14px;
width: 14px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#sidebarToggleDivCollapsed {
     display:inline;
}
	
/*override bootstrap settings*/
.navbar-toggle {
    margin-inline-end: 0px;
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.button-submit {
  border: 0px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family:Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  height: 40px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(pie.htc);
  background-image: linear-gradient(to bottom, #14a1e2, #008dce);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}

.button-submit:hover {
	background-image: linear-gradient(to bottom, #0088c9, #0074b5);
}

.button-submit:disabled {
  color: rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}

.button-submit-short {
  border: 0px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family:Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 85%;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(pie.htc);
  background-image: linear-gradient(to bottom, #14a1e2, #008dce);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}
.button-submit-short:hover {
	background-image: linear-gradient(to bottom, #0088c9, #0074b5);
}
.button-normal {
  border: 0px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family:Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  height: 40px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(pie.htc);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}
.button-normal-short {
  border: 0px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family:Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 85%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  behavior: url(pie.htc);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}
.button-normal:hover {
	color: rgba(0, 0, 0, 0.87);
	background-image: linear-gradient(to bottom, #e0e0e0, #bdbdbd);
}
.button-normal-short:hover {
	color: rgba(0, 0, 0, 0.87);
	background-image: linear-gradient(to bottom, #e0e0e0, #bdbdbd);
}

@media (min-width:768px){
	.navbar-collapse{
	
		width:16%;
	}
}

@media screen and (max-width: 920px) {
	//no width:auto, prevents sidebar display issues between 768 and 900 px
 

}
	
/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
/*	
	#sidebarToggleDivCollapsed {
     display:none;
	}
*/	


	.sidebarDivSmall{
		height: 200px;
		border-radius: 0px;
		padding: 0px 0px 0px 0px;
		margin-top: -25px;
		margin-inline-start: -5px;
	}
	
/*	
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -28.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -28.6%;
  }
  .row-offcanvas-right.active {
    right: 28.6%;
  }
  .row-offcanvas-left.active {
    left: 28.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 28.6%;
    background-color: #0C5E81;
  }
  #sidebar {
    padding-top:0;
  }
*/  
  .body-shrunk-nopadding {
  	padding-inline-start: 0px;
  	padding-inline-end: 0px;
  }

@media screen
and (max-width: 640px) {
	/* Header */
	#virginiaSearch {
		display: none;
	}
}

@media screen
and (max-width: 320px) {
	/* Header */
	#virginiaAgenciesGovernor {
		display: none;
	}
}

