﻿/* CUI Default */
a, a:hover {
	color: var(--primary-color);
}
/* Prevent zooming on iOS when font is below 16pt
	https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone/6394497
*/
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
	font-size: 16px;
}
.navbar-default {
	background: var(--menu-header-color);
	box-shadow: none;
}
.navbar-default, .navbar-nav > li > a {
	border: none;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: var(--secondary-color);
}

.navbar-inverse .navbar-nav > li > a {
	color: var(--primary-color);
	text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #000;
	text-shadow: none;
}

.nav-tabs{
	margin-top: 2px;
}
/*Preferences Pill Buttons*/
.nav-pills > li {
	background-color: var(--primary-color);
	border-radius: 5px;
	margin: 1px;
}

.nav-pills > li a {
	color: var(--accent-text-color);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: var(--secondary-color);
}
.nav-pills > li > a:hover {
		background-color: var(--tertiary-color);
	}

.dropdown.open { /*Apply dropdown colors*/
	padding-top: 0 !important;
	margin-top: 5px;
	background-color: var(--primary-color);
	border-radius: 4px;
}

.navbar-inverse,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, var(--hdr-color) 0%, var(--hdr-color) 100%);
	background-image: -o-linear-gradient(top, var(--hdr-color) 0%, var(--hdr-color) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--hdr-color)), to(var(--hdr-color)));
	background-image: linear-gradient(to bottom, var(--hdr-color) 0%, var(--hdr-color) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--hdr-color)', endColorstr='var(--hdr-color)', GradientType=0);
	border-bottom: 4px solid var(--primary-color);
	border-radius: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

.alert-info {
	background-image: -webkit-linear-gradient(top, var(--secondary-color) 0%, var(--secondary-color) 100%);
	background-image: -o-linear-gradient(top, var(--secondary-color) 0%, var(--secondary-color) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--secondary-color)), to(var(--secondary-color)));
	background-image: linear-gradient(to bottom, var(--secondary-color) 0%, var(--secondary-color) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary-color)', endColorstr='var(--secondary-color)', GradientType=0);
	border-color: var(--quaternary-color);
	color: var(--tertiary-color);
}


.badge-primary {
	background-color: var(--primary-color);
}
.badge-secondary {
	background-color: var(--secondary-color);
}
.table-striped .row:nth-of-type(odd) {
	background-color: #ddd;
}
/* Add just a touch of differentiation*/
.table-striped .row {
	border-bottom: 1px solid #808080;
}
/* Reset so last one doesn't use bottom border */
.table-striped .row:last-child {
	border-bottom: 0;
}

.account > .col-xs-1, .account > .col-xs-10, .account > .col-xs-11, .account > .col-xs-12,
.account > .col-xs-2, .account > .col-xs-3, .account > .col-xs-4, .account > .col-xs-5,
.account > .col-xs-6, .account > .col-xs-7, .account > .col-xs-8, .account > .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
	.toggle {
	background-image: -webkit-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
	background-image: -o-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color)));
	background-image: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
}


/*.toggle-on {
	background-image: -webkit-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
	background-image: -o-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color)));
	background-image: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
}*/

@media (max-width: 767px) {
	#ctl00_meat_funSource_lblPayoff { /*Padding bottom of Pay Loan*/
		padding-bottom: 5px;
	}

	#ctl00_meat_rptAccounts_ctl00_trRow td { /*E-Statement Enroll fix*/
		display: revert !important;
		width: 0px !important;
	}

	.dGridHdr {
		display: revert !important;
	}

	#ctl00_meat_grdOffers td { /*Remove frontpage border Remove this when new Landing Page goes live and uses ClientIdMode*/
		border: 0px;
	}

	.navbar-collapse {
		background-color: var(--primary-color);
	}

	.navbar-inverse .navbar-brand,
	.navbar-inverse .navbar-brand > a:hover {
		color: #000000;
		text-shadow: none;
	}

	.navbar-inverse .navbar-nav > li > a,
	.navbar-inverse .navbar-nav > li > a:hover {
		color: #FFFFFF;
		text-shadow: none;
	}

	.table td {
		width: 100% !important;
		display: block;
		white-space: normal !important;
	}

	#container {
		width: 100%;
	}
	#ctl00_meat_grdOffers td {
		width: auto !important;
		display: initial;
	}

	#ctl00_meat_dgShares td {
		width: auto !important;
		display: table-cell;
		white-space: normal !important;
	}

	.table-borderless {
		width: 40% !important;
	}

	#ctl00_meat_grdOffers {
		margin-top: 30px;
	}

	#ctl00_divContent {
		background: transparent;
	}

	#ctl00_meat_dgAccts td { /*mobile table fix messages*/
		display: revert !important;
	}

	#ctl00_meat_grdAch .dGridHdr td { /*mobile table fix History*/
		display: revert !important;
		width: inherit !important;
	}

	#ctl00_meat_grdHold td { /*mobile table fix History*/
		display: revert !important;
		width: inherit !important;
	}

	.nav-pills > li[role=tab] { /*turn preference into Pills*/
		border-radius: 5px;
		margin: 1px;
	}
	/*History Spacing Fix Mobile*/
	#Detail .container-fluid {
		padding-left: 0px;
		margin-left: -5px;
	}
	/*History Spacing Bottom*/
	#ctl00_divContent .tab-content {
		margin-bottom: 30px;
	}

	/*Open Account Mobile*/
    .open-account-mobile-background {
        background: white;
    }

        .open-account-mobile-background h2 {
            margin-top: 0;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
        }

		.open-account-mobile-background #pAccountOpenInstructions {
			padding-left: 10px;
			padding-right: 10px;
		}
}


.table-striped > tbody > tr:nth-child(1) {
	background-color: var(--secondary-color);
	color: white;
	font-weight: bold;
}

.table-striped > tbody > tr:nth-child(1) a {
	color: white;
}
/* striping for div-based tables */
.table-striped .row:nth-of-type(odd) > div {
	background-color: var(--bg-color);
}
/* 
.table-striped .row:nth-of-type(even) div {
	background-color: #ffffff;
}*/

.navbar-inverse .navbar-toggle {
	border-color: #000;
	background-color: var(--primary-color);
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: var(--primary-color);
}

.modal-header {
	background-color: var(--secondary-color);
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
	background-image: -o-linear-gradient(top, var(--primary-color) 0%, var(--primary-color) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color)));
	background-image: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary-color)', endColorstr='var(--primary-color)', GradientType=0);
	border-color: #006354;
	border-color: var(--quaternary-color);
}

	.btn-primary:hover,
	.btn-primary:focus {
		background-color: var(--primary-color);
		background-position: 0 -15px;
	}

	.btn-primary:active,
	.btn-primary.active {
		background-color: var(--primary-color);
		border-color: var(--primary-color);
	}

.btn-info {
	background-image: -webkit-linear-gradient(top, var(--secondary-color) 0%, var(--secondary-color) 100%);
	background-image: -o-linear-gradient(top, var(--secondary-color) 0%, var(--secondary-color) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--secondary-color)), to(var(--secondary-color)));
	background-image: linear-gradient(to bottom, var(--secondary-color) 0%, var(--secondary-color) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary-color)', endColorstr='var(--secondary-color)', GradientType=0);
	border-color: var(--primary-color);
}

.btn-info:hover,
.btn-info:focus {
	background-color: var(--secondary-color);
	background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.field-label {
	/*font-weight: bold;*/
	font-size: 12px;
}

.alert-info {
	background-image: -webkit-linear-gradient(top, #B7E8DF 0%, #B7E8DF 100%);
	background-image: -o-linear-gradient(top, #B7E8DF 0%, #B7E8DF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B7E8DF), to(#B7E8DF));
	background-image: linear-gradient(to bottom, #B7E8DF 0%, #B7E8DF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7E8DF', endColorstr='#B7E8DF', GradientType=0);
	border-color: #9cc9c2;
}

/*WebSite Logo */
.navbar-brand > img {
	height: 70px;
	padding: 5px 0px;
	margin-top: -21px;
	margin-left: -16px;
}

.checking-account{
	margin: 2px;
	border: 2px solid var(--primary-color);
}

/* Begin Q1 2021 styles */
.account-type > li, account-type > li > a, .nav-link {
	background-color: var(--secondary-color);
	color: var(--accent-text-color);
}

.nav-tabs > li > a {
	border-radius: 0px;
	margin-right: 0px;
}

/*#tabHistory, #tabDetail {
	border: 1px solid #000000;
}*/

.override-margin {
	margin-left: -15px;
	margin-right: -15px;
}

.override-margin-special {
	margin-left: -7px;
	margin-right: -9px;
}

#tabShareList, #tabLoanList, #ctl00_meat_tabCardList {
	width: 33.33%;
}

#tabHistory, #tabDetail {
	width: 50%;
}

/*#hotkey, #hotkey > a {*/
.hotkey, .hotkey > a
{
	height: 20pt;
	background-color: var(--secondary-color);
	color: var(--accent-text-color);
}

.hotkey_v2, .hotkey_v2 > a {
	height: 20pt;
	background-color: var(--secondary-color);
	color: var(--accent-text-color);
	border-top: 1px solid black;
}

.box-link {
	display: block;
	height: 100%;
	width: 100%;
}

.pad-l-15 {
	padding-left: 15px;
}

.bordered-sides {
	border-right: 0.5px solid #000000;
	border-left: 0.5px solid #000000;
	border-top: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 4px;
}

.account {
	border-bottom: 1px solid #DCDCDC;
	margin: 0px 5px 0px 5px;
	/*
		padding: 5px 10px 5px 10px;
	*/
}

html, body, h1, h2, h3, h4, h5, h6, div {
	/*do not add glyphicon here or all of the icons will fail leaving random images on Apple */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue";
}

.group-header {
	background-color: #ededed;
	color: #585959;
}

.section-header, .bordered-cell {
	padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.section-header-15 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.bordered-cell {
	border: 1px solid #000;
	font-weight: bold;
}

.no-gutters-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.gutters-margin {
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #ededed;
}

.gutters-margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.gutters-padding-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.tab-spacing {
	margin-bottom: 10px;
}

.no-gutters-margin {
	margin-left: 0px;
	margin-right: 0px;
}

.bottom-fix {
	bottom: 0;
	position: fixed;
	z-index: 1000;
	left: 0;
	right:0;
	text-align:center;
}

.modal {
	width: auto;
}

	.modal > * {
		margin: 10vh auto !important;
	}

.account, .AcctNo {
	color: black;
}

.AccountListClick > a:link, .AccountListClick > a:visited, .AccountListClick > a:hover {
	color: black !important;
}

@media screen and (max-width:600px) {
	.nav-tabs > li > a {
		border: 1px solid black;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-left: 1px solid black;
	}
}

.AccountRows {
	background-color: white;
	margin: 0px -15px 0px -15px;
	border-bottom: 1px solid #000000;
}

.mar-t-15 {
	margin-top: 15px;
}

.mar-l-13 {
	margin-left: -13px;
}

.form-control_v2 {
	display: block;
	width: 50%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bbblack {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.bbblack_2 {
	border-bottom: 1px solid black;
}

.text-right) {
	text-align: right;
}

.font-200 {
	font-size:200%;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-title > a {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
}

.new-account-types .panel-default > .panel-heading {
    padding: 10px 15px;
}

.new-account-types {
    width: 100%;
}

#ctl00_meat_funSource_divDetailsBody2 .container-fluid {
	margin-left: 0;
}

/* Past Due Loans Modal */
#divPastDueLoanNotification table {
	white-space: nowrap;
}

#divPastDueLoanNotification table tr {
	overflow-x: clip;
}

#divPastDueLoanNotification table tr:nth-child(2n+1) {
	background-color: #eee;
}

	#divPastDueLoanNotification table th,
	#divPastDueLoanNotification table td {
		padding: 0.25rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	#divPastDueLoanNotification table td:last-child {
		width: 100%;
	}

.micr-button {
	cursor: pointer;
}

/* OLA Join */
.form-control.alert-info[disabled] {
	background: var(--secondary-color);
	cursor: default;
}

	.form-control.alert-info[disabled] > input[type='checkbox'] {
		cursor: default;
	}

/* may only be in Bootstrap 4 and above*/
.badge-dark {
	color: #fff;
	background-color: #343a40;
}
	/* End Q1 2021 styles */
	@media (min-width: 767px) {
		.navbar-inverse {
			height: 65px;
		}

		#ctl00_meat_uxFund_divModal {
			width: 700px;
		}
	}

	/*Allows the mobile app store images to fit across the screen by reducing the margins slightly.*/
	@media screen and (max-width:400px) {
		#LoginLoad, #divLoanApp, .login-features, #pnlMembership {
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
	}

	/*Funky stuff for the mobile animation and floating panel */
	@media screen and (max-width:600px) {
		body, #ctl00_divContent, #divContent {
			background-color: transparent;
			position: relative;
			animation: var(--animation-style) 0.4s !important;
			width: 100%;
		}

		#ctl00_meat_grdOffers, #grdOffers {
			background-color: #f0f2f2;
			margin-top: 30px;
		}

		.container-fluid {
			background-color: #ffffff;
			margin-top: 30px;
			animation: var(--animation-style) 0.4s !important;
			width: 96%;
			position: relative;
		}
		.container-fluid_v2 {
			background-color: #ffffff;
			animation: var(--animation-style) 0.4s !important;
			width: 100%;
			position: relative;
		}

		.panel {
			box-shadow: 1px 2px 4px rgba(125, 111, 103, 1);
		}

		.modal-dialog {
			width: 100%;
		}
	}

	@keyframes dropin {
		from {
			top: -300px;
			opacity: 0;
		}

		to {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes none {
		from {
			opacity: 1;
		}

		to {
			opacity: 1;
		}
	}

	@keyframes fade {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	@keyframes scale {
		from {
			opacity: 0;
			transform: scale(0);
		}

		to {
			transform: scale(1);
			opacity: 1;
		}
	}
