/* Meal Accounts - List Balances Landing Page */
.list-balances {
	margin-bottom: 20px !important;
	min-width: 300px;
}
.list-balances .header-row {
	padding: 5px;
	border-bottom: 2px solid #e3e3e3;
}
.list-balances .header-col {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.list-balances .list-row {
	font-size: 15px;
	padding: 9px;
	border-bottom: 1px solid #e3e3e3;
}
.list-balances .list-row > div {
	padding: 0.45em !important;
}
.list-balances .list-col {
	padding: 9px;
}
.list-balances .list-col label {
	color: #777 !important;
	font-size: 13px;
	padding: 2px 0 0 0;
	text-transform: uppercase;
}
.list-balances .inner-label {
	padding-top: 11px !important;
	margin-left: 9px !important;
}
.list-balances .col-dark {
	display:block;
	white-space: nowrap;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}
.list-balances .col-dark span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-balances .col-default {
	border: 1px solid #e3e3e3;
}
.list-balances .payment-options .center-div {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.list-balances .payment-options {
	margin-top: 2em;
	margin-bottom: 2em;
    background-color: #f5f5f5;
    text-align: center;
    padding: 1em;
}
.list-balances .payment-options .options-title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.25em;
	font-family: inherit;
	text-align: center;
	margin: 5px 0;
}
.list-balances .payment-options .options-msg {
	font-weight: normal;
	font-size: medium;
	text-align: center;
	margin-top: 10px;
}
.list-balances .list-row a {
	color: #555;
}
.list-balances .list-row a:hover {
	color: #005DE9;
}
.list-balances .payment-options .payment-options-well {
	margin: 15px;
	padding: 1em 0.8em;
	white-space: normal;
	min-width: 320px;
	min-height: 180px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	text-align: center !important;
}
.list-balances .payment-options .payment-options-well .btn-default {
	color: #ffffff !important;
}
.list-balances .payment-options .payment-options-well.well-blue {
	color: #ffffff !important;
	background-color: #005DE9;
}
.list-balances .payment-options .payment-options-well.well-green {
	color: #ffffff !important;
	background-color: #2A8739;
}
.list-balances .payment-options .payment-options-well .action-div {
	margin-top: 1em;
	text-align: center !important;
}
@media all and (max-width : 992px) {
	.list-balances .payment-options .payment-options-well {
		min-width: 300px;
	}
}
@media all and (max-width: 480px) {
	.list-balances .payment-options .payment-options-well {
		margin-top: 2em;
	}
}
@media all and (max-width : 320px) {
	.list-balances .payment-options .payment-options-well {
		min-width: 270px;
	}
}

.hasAuto-icon {
	color: inherit !important;
}

.hasAuto-icon:hover {
	color: #2A8739 !important;
}

.meal-accounts-pending {
    font-style: italic;
    font-size: 11px;
    color: #225482;
}
.meal-accounts-pending-container {
    padding: .15em 0.3em .15em 0.3em !important;
}
