/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  min-width:320px !important;
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

/* Wrapper for page content to push down footer */
.pageContent {
}

/* Set the fixed height of the footer here */
.pageFooter {
	position: absolute;	bottom: 0;
	width: 100%; height: 30px;
}

.green {
	color: green;
}
.loginBtn {
	border-radius: 0px;
}
.well {
	background-color: #fefefe;/*border-bottom-width: 3px;*/
}
.loader-bg .modal-backdrop {
	background: white;
	z-index: 1800;
	opacity: .65;
	filter: alpha(opacity=65);
}
.loader-bg .loader {
	background: url('../img/loader.gif') center no-repeat;
	z-index: 1850;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.navbar-nav {
	margin-top: 0px;
	font-size: 13px;
}
.navbar-header .navbar-brand .chaseLogo {
	display: inline-block;
	background: url('../img/chase_logo.png');
	height: 30px;
	width: 170px;
	background-repeat: no-repeat;
	background-size: auto 100%
}
.navbar-default .navbar-nav>.user-dropdown>a, .navbar-default .navbar-nav>.user-dropdown>a:hover, .navbar-default .navbar-nav>.user-dropdown>a:focus {
	color: #FFF;
	background-color: #bbbcbe;
}
.navbar-default .navbar-nav>.user-dropdown .dropdown-menu {
	min-width: 225px;
}
.navbar-collapse {
	max-height: 400px;
	padding-left: 25px;
}
.userProfileDropdown, .navbar-default .navbar-nav>.user-dropdown .dropdown-menu {
	color: #333;
	background-color: #eee;
}
.userProfileDropdown.container-fluid {
	padding: 1em;
}
.mypaymentLogos {
	background: url(../img/mypayments_icon.png) no-repeat;
	height: 78px;
	float: left;
	margin-left: 2em;
	margin-top: 0.5em;
	width: 81px;
}
.mypaymentLogoText {
	color: #696969;
	float: left;
	font-size: 2.4em;
	padding-top: 0.85em;
}
.row-wrapper {
	background: #eeeeee;
	overflow: hidden;
	width: 100%;
}
.icon-img-payment {
	background: url(../img/paymenthistory_icon.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.icon-img-bankaccounts {
	background: url(../img/bankaccounts_icon.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.icon-img-user {
	background: url(../img/myprofile_icon.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.icon-img-question {
	background: url(../img/help_icon.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.dash-icon {
	padding: 0;
}
.dash-icon:hover {
	background-color: #e3e3e3;
}
.dash-icon > a.container-fluid {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eeeeee;
	color: #5d5b5c;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2em;
	text-align: center;
	text-decoration: none;
}
.dash-icon a.container-fluid:hover {
	background-color: #e3e3e3;
}
.bg-footer {
	background: #666666;/*header and footer*/
	padding-top: 5px;
	padding-right: 5px;
	color: #CCCCCC;
}
.bg-primary {
	background: #0079c2;
	color: #EEE;
}
.bg-header {
	background: #0079c2;
	color: #FFF;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #0079c2;
}
.validationMessage {
	font-size: 0.8em;
	color: #d9534f;
	display: inline-block;
	padding: 0 0 1em;
}
.lefticon {
	color: #aeaeae;
	font-size: 16px;
}
.righticon {
	color: #383838;
	font-size: 16px;
}
.login-page-email {
	padding: 0;
}
.dashboardPaymentBox {
	background-color: #fefefe;
	border-bottom: 3px solid #bcbcbc;
	border-top: 8px Solid #117acb;
}
.dashboardPaymentBox .title {
	color: #0079c2;
}
.dashboardPaymentBox .amountPrefix, .dashboardPaymentBox .amountSuffix {
	font-size: 1.4em;
}
.dashboardPaymentBox .amount {
	color: #0079c2;
	font-size: 4em;
	margin-top: -15px;
}
.dashboardPaymentBox .amountPrefix {
	color: #696969;
}
.dashboardPaymentBox .amountSuffix {
	color: #0079c2;
	margin-top: -15px;
}
.dashboardPaymentBox .paymentLogo {
	/*background: url(../img/delta-logo.png) no-repeat;*/
	background: url(../../../logo/client-logo.png) no-repeat;
	display: inline-block;
	width: 200px;
	height: 30px;
	margin-left: 1em;
}
.dashboardPaymentBox .amount span {
	color: #0079c2;
	font-size: 0.6em;
	margin-top: -15px;
	margin-left: 0.5em;
}
.dashboardPaymentBox .paymentDate {
	font-weight: bold;
	color: #848484;
	font-size: 2em;
}

.dashboardPaymentBox .paymentLink {
	font-weight: bold;
	font-size: 2em;
}

.dashboardPaymentBox .paymentDate span {
	color: #2a2a2a;
}
.dashboardPaymentBox .paymentDescription {
	font-weight: bold;
}
.dashboardPaymentBox .paymentSentTo {
	font-weight: bold;
}
.dashboardPaymentBox .carousel-indicators {
	position: static;
	margin: auto;
	width: auto;
}
.dashboardPaymentBox .sliderAndPager {
	margin-bottom: 15px;
	margin-top: 15px;
}
.dashboardPaymentBox .carousel-indicators li {
	background: #ccd3d9;
	height: 12px;
	width: 12px;
	margin: 0px;
	margin-right: 3px;
}
.dashboardPaymentBox .carousel-indicators li.active {
	background: #090909;
	height: 12px;
	width: 12px;
	margin: 0px;
	margin-right: 3px;
}
.dashboardPaymentBox .carouselContent {
}
.dashboardPaymentBox .carouselContent > .row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.formContainer > .row {
	margin-bottom: 0.65em;
}
.chasebtn {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 5px;
}
.chasebtn-cols {
	padding-left: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active {
	color: #0079c2;
	background-color: transparent;
	/*margin-bottom: 10px*/;
	font-weight: bold;
	font-size: 14px;
}
.navbar-default {
	background-color: #FFF;/*border-bottom: 8px Solid #117acb;*/
}
.navbar .brand, .navbar .nav > li > a {
	color: #5C8599;
}
.navbar .brand, .navbar .nav > li > a:hover {
	color: #5C8599;
}
.loginLogo {
	background: url(../img/logout_icon.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 32px;
	padding-top: 15px;
	margin-left: 10px;
}
.link {
	color: #0079C2;
}
.navbar-default .navbar-toggle {
	border: none;
	margin-top: 18px!important;
}
.welcome-nav {
	padding-left: 18px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.sm-nav {
	padding-top: 20px;
}
.sm-nav> li {
	list-style: none;
	float: left;
	display: block;
	position: relative;
	font-size: 13px;
	padding: 10px;
	margin-top: -9px;
}
.sm-nav> li> a {
	color: #5C8599;
	text-decoration: none;
	font-size: 13px;
}
.sm-nav > .active > li {
	color: #0079c2!important;
	background-color: transparent!important;
	border-bottom: 5px Solid #117acb!important;
}
.smnavCenter {
	margin-left: 120px;
}
.navbar-header >.sm-nav > .active {
	color: #0079c2!important;
	background-color: transparent!important;
}
.navbar-header >.sm-nav > .active >a {
	color: #000!important;
	font-weight: bold;
	font-size: 14px;
}
.navbarCenter {
	padding-left: 0px!important;
}
.navbar-default > .container {
	padding-top: 15px;
}
.sm-nav> li:hover {
	background-color: #F0F0F0;
}
.navbar-brand {
	padding-top: 6px!important;
}
/*The hamburger icon should have an background change to indicate it is being activated. */
.navbar-default button.navbar-toggle.collapsed:focus, .navbar-default button.navbar-toggle.collapsed {
	background-color: transparent;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.navbar-default button.navbar-toggle:focus, .navbar-default button.navbar-toggle.collapsed:hover {
	background-color: #117ACB;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.navbar-default .navbar-toggle.collapsed:focus .icon-bar, .navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle.collapsed:hover .icon-bar {
	background-color: #FFF;
}
.icon-home-dropdown {
	background: url(../img/home_iphone_new.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.icon-help-dropdown {
	background: url(../img/help_iphone_new.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.icon-payment-dropdown {
	background: url(../img/payment_history_iphone_new.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.icon-account-dropdown {
	background: url(../img/bankaccounts_iphone_new.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.icon-contactus-dropdown {
	background: url(../img/contactus_iphone_new.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.icon-logout-dropdown {
	background: url(../img/logout_iphone_new.png) no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 4px;
}
.acceptpaymentLogo {
	/*background: url(../img/delta-logo.png) no-repeat;*/
	background: url(../../../logo/client-logo.png) no-repeat;
	display: inline-block;
	width: 200px;
	height: 30px;
	margin-left: 10px;
}
.loginLogo:hover {
	background: url(../img/desktop_logoff_hover.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 32px;
	padding-top: 15px;
}
.info-container {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.button-container {
	margin-top: 10px;
}
/*Payment history page*/
/*.selectGrp{margin-top:10px;}
.input-group h4{display : inline-block;}
.paymentHistoryGrp{width : 50%;}*/
.selectList {
	margin-top: 10px;
	margin-bottom: 10px;
}
.selectList h4 {
	display : inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.chevronPayment {
	margin-right: 23%
}
.amtTextStyle {
	text-align: right;
}
.headerClr {
	background-color: #68686a;
	color: #fff;
}
.rowBgClr a:nth-child(odd) {
	background-color: #e2dbdb;
}
.rowBgClr a:nth-child(even) {
	background-color: #ffffff;
}
.rowBgClr a:nth-child(odd):hover {
	background-color: #f5f5f5;
}
.rowBgClr a:nth-child(even):hover {
	background-color: #f5f5f5;
}
.sortIconmargin {
	margin-left: 5px;
}
.nopaymentdashboard{
 height: 93px;
 width: 250px;
 margin: 0 auto;
 color: #0079c2;
}
.dashboardMarginBottom{margin-bottom:35px;}

.btn-bar{
	text-align:right;
}


/*Media Queries*/
/* Size XS*/
@media (max-width: 767px) {

.dash-button-bar{
	text-align: center;
}

.navbar-fixed-top {
	border-width: 0px 0px 8px!important;
}
.navbar-brand {
	padding-top: 15px!important;
	padding-left: 20px!important;
}
.navbar-toggle {
	margin-right: 15px!important;
}
.navbar-nav {
	margin-bottom: 0px!important
}
.nav>li {
	border-bottom: 1px solid lightgray;
}
.navbar-default > .container {
	padding-top: 0px!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #FFF;
}
.navbar {
	margin-bottom: 0;
}
.bg-header {
	margin-left: -15px;
	margin-right: -15px;
}
.bg-header h3 {
	margin-left: 15px;
}
.dashboardPaymentBox {
	margin-left: -15px;
	margin-right: -15px;
}
.dashboardPaymentBox .carouselContent {
/*margin-left: -30px;
		margin-right: -30px;*/
}
.dashboardPaymentBox .carouselContent .carouselContent-left {
	font-size: 0.85em;/*border-right: 1px solid gray;*/
}
.dashboardPaymentBox .carouselContent .carouselContent-right {
	font-size: 0.7em;
	margin-left: 2em;
}
.dashboardPaymentBox .paymentLogo {
	/*background:url(../img/dashboard_delta_small_v02.png) no-repeat;*/
	background: url(../../../logo/client-logo-small.png) no-repeat;
	display: inline-block;
	width: 150px;
	height: 20px;
	margin-left: 1em;
}

.dashboardPaymentBox .amountPrefix, .dashboardPaymentBox .amountSuffix {
	font-size: 1.5em;
}
.dashboardPaymentBox .sliderAndPager {
	margin-left: 5px;
}
.mypaymentLogos {
	background: url(../img/iphone_money.png) no-repeat;
	float: left;
	height: 56px;
	margin-left: 2em;
	width: 61px;
	background-position: center;
}
.mypaymentLogoText {
	font-size: 1.4em;
	padding-top: 1.8em;
}
.dashboardPaymentBox .amount {
	font-size: 3.5em;
	margin-top: -5px;
}

.dashboardPaymentBox .amountSuffix {
	margin-top: -5px;
}
.dashboardPaymentBox .paymentDate, .dashboardPaymentBox .paymentDescription, .dashboardPaymentBox .paymentSentTo, .dashboardPaymentBox .paymentLink {
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 1em;
}
.dash-icon > a.container-fluid {
	text-align: left;
	height: auto;
	padding: 15px;
}
.dash-icon > a.container-fluid span {
	display: inline-block;/*font-size: 1.2em;*/
}
.dash-icon > a.container-fluid .glyphicon {
	font-size: 1.2em;
	margin: 0.2em;
}
.icon-img-payment, .icon-img-bankaccounts, .icon-img-user, .icon-img-question {
	float: left;
}
.icon-desc-wrapper {
	float: left;
	line-height: 2;
	margin-left: 1.3em;
	margin-top: 1.9em;
}
.onlymarginTop {
	margin-top: 13px;
}
.icon-img-payment {
	background: url(../img/iphone_payment_history.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.icon-img-bankaccounts {
	background: url(../img/iphone_bank_account_icon.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.icon-img-user {
	background: url(../img/iphone_profile.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.icon-img-question {
	background: url(../img/iphone_help.png) no-repeat;
	height: 90px;
	width: 94px;
	background-position: center;
}
.selectList h4 {
	padding-left: 10px;
	padding-right: 18px;
}
.textalignment {
	text-align: left;
}
.amtTextStyle {
	text-align: left;
}
.nopaymentdashboard {
    font-size: 1.4em;
    height: 72px;
    margin-top: 2em;
    width: 214px;
}

.chase-btn{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.chase-btn-block{
	/*padding: 5px 0px;
	font-size: 12px;
	line-height: 1.5;*/
	display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	margin-bottom: 4px;
}


 
.well-lg {
padding: 10px 0;
}

.container {
 padding-left: 10px;
 padding-right: 10px;
}

.btn-bar-pad{
	padding-left: 25px;
	padding-right: 25px;
}

h3, .h3 {
	font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 12px;
	margin-bottom: 8px;
}

.chase-row {
 margin-left: -5px;
 margin-right: -5px;
}

.login-container{
	padding-top: 5px;
	padding-bottom: 5px;
}
}

/* Size SM*/
@media (min-width: 768px) {

.dash-button-bar{
	padding-left:2em;
}

.login-container{
	padding-left: 0;
	padding-right: 0;
}

.dashboardPaymentBox .paymentDate, .dashboardPaymentBox .paymentDescription, .dashboardPaymentBox .paymentSentTo , .dashboardPaymentBox .paymentLink{
	font-weight: normal;
	/*margin: 0.5em 0;*/
	font-size: 1.3em;
	margin-left: 0.7em;
}
.chasebtn-cols {
	display: inline;
}
.chasebtn {
	display: block;
}
.dash-icon a {
	padding: 15px;
	overflow: hidden;
}
.icon-img-payment, .icon-img-bankaccounts, .icon-img-user, .icon-img-question {
	float: left;
}
.icon-desc-wrapper {
	float: left;
	font-size: 1em;
	margin-left: 4em;
	margin-top: 1.2em;
}
.carouselContent-right{margin-left: 1.2em;}
.mypaymentLogoText {
	font-size: 1.7em;
	padding-top: 1.5em;
}
.dashboardPaymentBox .amountPrefix {
	font-size: 1em;
}
.onlymarginTop {
	margin-top: 13px;
}
.icon-img-payment {
	background: url(../img/iphone_payment_history.png) no-repeat;
	height: 60px;
	width: 64px;
	background-position: center;
}
.icon-img-bankaccounts {
	background: url(../img/iphone_bank_account_icon.png) no-repeat;
	height: 60px;
	width: 64px;
	background-position: center;
}
.icon-img-user {
	background: url(../img/iphone_profile.png) no-repeat;
	height: 60px;
	width: 64px;
	background-position: center;
}
.icon-img-question {
	background: url(../img/iphone_help.png) no-repeat;
	height: 60px;
	width: 64px;
	background-position: center;
}
.dash-icon > a.container-fluid {
	padding: 1em 2em;
}
.textalignment {
	text-align: right;
}
}

/* Size MD*/
@media (max-width: 992px) {
.navbar-fixed-top {
	border-width: 0px 0px 8px!important;
}
.navbar-brand {
	padding-top: 15px!important;
	padding-left: 20px!important;
}
.navbar-toggle {
	margin-right: 0px;
}
.navbar-default > .container {
	padding-left: 0px;
	padding-right: 4px;
}
.navbar-default > .container {
	padding-top: 0px!important;
}
.nav> li {
	border-bottom: 1px solid lightgray;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #FFF;
}
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	background-color: #F0F0F0;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
	background-color: #F0F0F0;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
	background-color: #F0F0F0;
}
}
 @media (min-width: 992px) {
 
 .chase-btn{
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}

.dashboardPaymentBox .paymentDate, .dashboardPaymentBox .paymentDescription, .dashboardPaymentBox .paymentSentTo, .dashboardPaymentBox .paymentLink{
	font-weight: normal;
	margin: 0.2em 0;
	font-size: 1.8em;
	margin-left: 0.5em;
}
.dashboardPaymentBox .amount {
	font-size: 4.6em;
}
.chasebtn-cols {
	width: auto;
	padding-right: 5px;
}
.chasebtn-row {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
.carouselContent-left {
	margin-top: -10px;
}
.carouselContent-right {
	margin-left: 1em;
}
.onlymarginTop {
	margin-top: 13px;
}
.icon-img-payment {
	background: url(../img/paymenthistory_icon.png) no-repeat;
	height: 90px;
	margin: 0 auto;
	margin-top: 2em;
	width: 94px;
	background-position: center;
}
.icon-img-bankaccounts {
	background: url(../img/bankaccounts_icon.png) no-repeat;
	height: 90px;
	margin: 0 auto;
	margin-top: 2em;
	width: 94px;
	background-position: center;
}
.icon-img-user {
	background: url(../img/myprofile_icon.png) no-repeat;
	height: 90px;
	margin: 0 auto;
	margin-top: 2em;
	width: 94px;
	background-position: center;
}
.icon-img-question {
	background: url(../img/help_icon.png) no-repeat;
	height: 90px;
	margin: 0 auto;
	margin-top: 2em;
	width: 50px;
	background-position: center;
}
.icon-desc-wrapper {
	float: none;
	font-size: 1em;
	margin: 0.8em auto 0;
}
.icon-img-payment, .icon-img-bankaccounts, .icon-img-user, .icon-img-question {
	float: none;
}
.mypaymentLogoText {
	font-size: 2.4em;
	padding-top: 1.1em;
}
.dashboardPaymentBox .amountPrefix {
	font-size: 1.5em;
}
.dash-icon > a.container-fluid {
	padding: 2em;
}
.textalignment {
	text-align: left;
}
/*.icon-img-payment:hover{border: 1px solid;}*/
		
}

/* Size LG*/
@media (min-width: 1200px) {
.navbarCenter {
	padding-left: 150px!important;
}
}

 @media (min-width: 768px) and (max-width: 992px) {
.navbar-collapse {
	position: absolute;
	margin: 0px;
	right: 0px;
	z-index: 1000;
	padding: 0 10px 10px;
}
}
.multiselect {
	text-align: left;
}
.multiselect b.caret {
	position: absolute;
	top: 14px;
	right: 8px;
}
.multiselect-group {
	font-weight: bold;
	text-decoration: underline;
}
