form .error {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}

form .error-message {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}

form .error, form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	margin-bottom: 1px;
}

.CardForm {
	display: none;
}

.Active {
	/*display: block;*/
	display: inline-block;
}

.a-body_overlay::after {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	content: "";
	display: block;
	height: calc(100% + 30px);
	left: -15px;
	position: absolute;
	top: -15px;
	width: calc(100% + 30px);
	z-index: 999;
}

.a-body_overlay {
	position: relative;
}

.a-body_overlay p.PreProcessing {
	position: absolute;
	max-width: 300px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #FFF;
	font-size: 16px;
	display: block;
	height: 25px;
	text-align: center;
	z-index: 9999;
}

.navbar-nav li.dropdown li {
	width: 100%;
}

.galtxt, #gtother {
	font-weight: bold;
	text-align: center;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input:invalid, .invalid {
	border-color: red;
}

/* https://bootsnipp.com/snippets/a65Wy */
.funkyradio div,
.funkyradio-c div
{
	clear: both;
	/*margin: 0 50px;*/
	overflow: hidden;
}

.funkyradio label,
.funkyradio-c label
{
	/*min-width: 400px;*/
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: normal;
	/*color: #777;*/
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty,
.funkyradio-c input[type="radio"]:empty,
.funkyradio-c input[type="checkbox"]:empty
{
	display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label,
.funkyradio-c input[type="radio"]:empty ~ label,
.funkyradio-c input[type="checkbox"]:empty ~ label
{
	position: relative;
	/*line-height: 2.5em;
    text-indent: 3.25em;*/
	padding: 1.1em 1.1em 1.1em 3.25em;
	/*margin-top: 2em;*/
	margin-top: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before,
.funkyradio-c input[type="radio"]:empty ~ label:before,
.funkyradio-c input[type="checkbox"]:empty ~ label:before
{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not (:checked ) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not (:checked ) ~ label:before,
.funkyradio-c input[type="radio"]:hover:not (:checked ) ~ label:before,
.funkyradio-c input[type="checkbox"]:hover:not (:checked ) ~ label:before
	{
	content: '\2714';
	text-indent: .9em;
	color: #C2C2C2;
	padding-top: 15px;
}

.funkyradio input[type="radio"]:hover:not (:checked ) ~ label,
.funkyradio input[type="checkbox"]:hover:not (:checked ) ~ label,
.funkyradio-c input[type="radio"]:hover:not (:checked ) ~ label,
.funkyradio-c input[type="checkbox"]:hover:not (:checked ) ~ label
{
	color: #888;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before
{
	content: '\2714';
	text-indent: .9em;
	color: #333;
	background-color: #ccc;
	padding-top: 15px;
}

.funkyradio-c input[type="radio"]:checked ~ label:before,
.funkyradio-c input[type="checkbox"]:checked ~ label:before
{
	content: '\2714';
	color: #333;
	background-color: #ccc;
	padding-top: 15px;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label,
.funkyradio-c input[type="radio"]:checked ~ label,
.funkyradio-c input[type="checkbox"]:checked ~ label
{
	/*color: #777;*/
	color: #000;
	font-weight: bold;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before,
.funkyradio-c input[type="radio"]:focus ~ label:before,
.funkyradio-c input[type="checkbox"]:focus ~ label:before
{
	box-shadow: 0 0 0 3px #999;
}

/*.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
*/
.funkyradio-primary input[type="radio"]:checked ~ label:before,
	.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
	.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #510000;
} /*
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}*/

/* dashboard */
#header-fixed {
	position: fixed;
	top: 0px;
	display: none;
	background-color: white;
}

.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableCell, .divTableHead {
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

/* manage cards / linked accts */
div.rowborder {
	border-bottom: 1px solid;
}

.toprow {
	border-top: 1px solid;
}

.ccline {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cccell {
	padding-top: 5px;
}

.addline {
	padding-top: 10px;
	padding-bottom: 5px;
}

.fas, .fab {
	width: 15px;
	text-align: center;
}

/* https://stackoverflow.com/a/22892773/550199 */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.text-bottom {
	position: absolute;
	bottom: 0;
}

hr.gradient { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.highlight {
	margin: 3px;
	background: yellow;
}

.fa-menu {
	margin-right: 10px;
}

.fa-menu-dd {
	margin-right: 5px;
}

.navbar-hamburger {
	border-bottom: 1px solid lightgray;
}

/*
@media (min-width: 992px) {
	body {
		background-image: url(../images/truck-50.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: contain;
		background-position: bottom right;
	}
}
*/

.dd-menu-inactive {
	margin-left: 20px;
}

.getHelp, .stmtlink, .ticklink {
	cursor: pointer;
}

.budgetPayments {
	width: 100%;
}

.budgetPayments td {
	width: 9%;
	padding: 6px;
}

.budgetPayments th {
	text-align: center;
	background-color: #8d0000;
	color: white;
	font-weight: normal;
	width: 9%;
	padding: 6px;
}

.budgetPaid {
	background-color: green;
	color: white;
}

.budgetOverdue {
	background-color: red;
	color: white;
}

.budgetDue {
	background-color: #ff5100;
	color: white;
}

.redBorder {
	border: 1px solid red;
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  } 
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  } 
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  } 
}

@media (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  } 
}

.promoCodeStatus {
	text-align: center;
	font-weight: bold;
}

.promoCodeStatusAvail {
	border: 1px solid orange;
	color: green;
}

.promoCodeStatusRedeemed {
	border: 1px solid orange;
	color: red;
}