body {
}

/* special exception for alert that appears in main container on add bank page */
.add-bank .form-error .alert {
  width:540px;
  padding-left:20px;
  background: none repeat scroll 0 0 #FFF;
}

iframe[src*="finicity"] {
  z-index: 1000 !important;
  position: absolute !important;
}

/* forcing height, width is already forced.  without this, Google PageSpeed cache scews image */
.akimbo-media-box img {
  height: 50px;
}

/* display flex allows the child element to absorb extra space using margin: auto; */
.akimbo-media-box {
  display: flex;
}

.akimbo-media-box-content {
  margin-left: 5px;
}

/* same as above but for expanded feed */
table.expanded-feed .detail img {
  height:50px;
}

/* Adjusting label to match the top of the cash load locations list */
.cash-load .widget-form label {
  vertical-align:top;
}

/* Adjusting label to match the top of the cash load locations list */
.cash-load h5.akimbo-media-box-title {
  margin-top:0;
}

/* making feed items appear clickable */
.feed-container li {
  cursor:pointer;
}

/* Adjusting widths for expanded feed filters if card filter is present */
.expanded-feed-tools .date-alt {
}

/* Width for card filter */
.expanded-feed-tools .card {
    width: 15.1%;
}

/* Mostly for list items on cash load grey side bar but should apply to all grey side bars as well */
.overlay-side ul li {
  color:#737373;
}

/* Instant Account Verfication button back */
.iav-back-button {
  float: right;
  margin: 20px;
  width: 175px;
}

.feed-list-header .view-more-transactions {
  display: none;
  float: right;
  color: #737373;
  padding:0;
}

#loadingFeed {
  width: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
}

/* Hiding download button on expanded feed when displayed on mobile */
@media only screen and (max-width: 768px) {
  .expanded-feed-tools .download {
    display: none;
  }
  .sub-card-filter, .sub-card-filter button {
    display: none;
  }
  .feed-list-header .filter.sub-card-balance {
    display: none;
  }
  .feed-list-header .view-more-transactions {
    padding:0 8px;
  }
  .transaction-note {
    display: none;
  }
}

.feed-title-header {
  display: none;
}

.feed-list-header .sub-card-balance span {
  font-size: 15px;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .feed-list-header .sub-card-balance span {
    font-size: 17px;
  }
}

.feedView .feed-list-header .filter button {
    border: none;
}

.feed-list-title-wrapper {
  line-height:25px;
  float:left;
}

.feed-list-title-wrapper h2 {
  vertical-align:middle;
  margin:0;
}

.feed-list-header button {
  padding:0;
  margin: 0;
}

/* Invite widget email entry box */
#step1-email_addresses {
  width:95%;
}

#dummy-referral-form ul.form li.form-with-content-small {
  padding:20px 0 0 0;
}

div.no-form-labels label {
  width:0;
}

.text-alert-input {

}

.text-alert-container {
  float: left;
  border: none !important;
  width: 55% !important;
}

@media (max-width: 640px){
  .text-alert-container {
    width: 95% !important;
  }
}


.text-alert-container input {
  float: right;
  position: relative;
  width: 50% !important;
}

.text-alert-container label {
  float: left;
  position: relative;
  width: 35%;
  text-align: center;
  padding-top: 10px;
}

.sms-form .sms-select {
  float: right;
  border: none !important;
  display: inline !important;
  width: 30% !important;
}

.text-alerts-divider {
  clear: both;
  border-bottom: 1px dotted #cccccc;
}

.sms-form .form > li:after {
  content: "";
  display: inline !important;
  clear: both;
}

.sms-form .form > li {
  display: inline !important;
  margin: 0;
}

.three-line-transaction .akimbo-media-box-content {
  margin-top: 2px;
}

.three-line-transaction .akimbo-balance {
  margin-top: 12px;
}

.two-line-transaction .akimbo-media-box-content {
  margin-top: 6px;
}

.two-line-transaction .akimbo-balance {
  margin-top: 10px;
}

.overlay-full-widget {
  padding-bottom: 86px;
  width: 100%;
  min-height: 255px;
  float: left;
  padding-right: 0;
}

.info-widget-container {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  margin: auto 0;
  text-align: left;
  padding: 30px;
  margin: 50px;
  background-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #FAFAFA;
}

/* Start referral widget */

.bg-referral {
  background-color: transparent !important;
  background-image: url(../images/bg-referral.jpg) !important;
}

.referral-widget {
  color: #727272;
  height: 100%;
}

.referral-widget h2 {
  line-height: 25px;
  font-size: 25px;
  padding: 0px 10px 10px 0;
  font-weight: 200;
}

.referral-widget-main {
  width: 100%;
  height: 100%;
  background-color: white;
}

.referral-widget-header {
  padding: 40px 30px 40px 30px;
  border-bottom: 1px solid #EBEBEB;
}

.referral-widget-info {
  padding: 20px;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
}

.referral-widget-info [class*="icon-"] {
  font-size: 55px;
  margin: 25px 30px 15px 30px;
  float: left;
}

.referral-widget-section {
  padding: 30px;
  border-bottom: 1px solid #EBEBEB;
}

.referral-widget-form label {
  width: 0px;
  padding: 0px;
}

.referral-widget-form .form > li {
  border: none;
  padding: 0px;
}

.referral-widget-form .form > li textarea {
  width: 100% !important;
  height: 75px;
}

.referral-widget .btn {
  margin: 1.5em;
  font-weight: 200;
  min-width: 180px;
  width: 27%;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.referral-widget .alert {
  box-shadow: none;
  font-size: 1.1em;
  padding: 15px 20px 5px 20px;
}

.referral-widget .form-error .alert {
  width: initial;
  margin: 5px;
}

.referral-widget .referral-loader {
  display: none;
  padding: 10px 10px 0 0;
  font-size: 17px;
  font-weight: bold;
  color: #ee7700;
}

.referral-widget .referral-loader p {
  line-height: 50px;
  display: inline;
  vertical-align: top;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background-color: #F8F8F8;
}

.btn-green {
  background-color: #959A43;
}

.btn.btn-green:hover {
  -webkit-box-shadow: 0 3px 5px #7e8239, 0 -5px 0 #7e8239 inset;
  -moz-box-shadow: 0 3px 5px #7e8239, 0 -5px 0 #7e8239 inset;
  box-shadow: 0 3px 5px #7e8239, 0 -5px 0 #7e8239 inset;
}

.btn-twitter {
  background-color: #4EAEE9;
}

.btn.btn-twitter:hover{
  -webkit-box-shadow: 0 3px 5px #4498c9, 0 -5px 0 #4498c9 inset;
  -moz-box-shadow: 0 3px 5px #4498c9, 0 -5px 0 #4498c9 inset;
  box-shadow: 0 3px 5px #4498c9, 0 -5px 0 #4498c9 inset;
}

.btn-facebook {
  background-color: #4B679E
}

.btn.btn-facebook:hover{
  -webkit-box-shadow: 0 3px 5px #3b527c, 0 -5px 0 #3b527c inset;
  -moz-box-shadow: 0 3px 5px #3b527c, 0 -5px 0 #3b527c inset;
  box-shadow: 0 3px 5px #3b527c, 0 -5px 0 #3b527c inset;
}

.btn-google {
  margin-right: 0px !important;
  background-color: #DD4B39;
}

.btn.btn-google:hover{
  -webkit-box-shadow: 0 3px 5px #b53c2f, 0 -5px 0 #b53c2f inset;
  -moz-box-shadow: 0 3px 5px #b53c2f, 0 -5px 0 #b53c2f inset;
  box-shadow: 0 3px 5px #b53c2f, 0 -5px 0 #b53c2f inset;
}

.link-container {
  height: 50px;
}

.link-text {
  width: 40%;
  min-width: 250px;
  padding: 0 20px 0 20px;
  font-size: 20px;
  line-height: 50px;
  float: left;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  color: #727272;
  border-radius: 5px;
  -webkit-appearance: textfield;
  padding: 10px;
  background-color: white;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: auto;
}

.icon-padding {
  padding: 10px 10px 10px 0;
}

.clip_button.zeroclipboard-is-hover {
  -webkit-box-shadow: 0 3px 5px #7e8239, 0 -5px 0 #7e8239 inset;
  -moz-box-shadow: 0 3px 5px #7e8239, 0 -5px 0 #7e8239 inset;
  box-shadow: 0 3px 5px #7e8239, 0 -5px 0 #7e8239 inset;
}

/* End referral widget */

/* form elements */

.state {
  float: left;
  width: 45%;
}

.zip-code {
  float: right;
  width: 45%;
}

.en-form .info {
  position: absolute;
  right: 0;
  top: 5%;
}

.info {
  width: 15px;
  height: 15px;
  background: url(../images/btn-info.png) no-repeat;
  background-size: 15px;
}

.en-form li {
  border: none;
  padding: 0.8em 0;
  overflow: hidden;
  position: relative;
}

.en-form input[type="radio"],
.en-form input[type="checkbox"]{
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
}

.en-form .enrollment-checkbox {
  margin: 5px 10px 5px 0;
  float: left;
}

.en-form input, .en-form select {
  border: 1px solid #EDEDED;
}

.en-form label {
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8C8C8C;
  display: block;
  margin-bottom: 5px;
  padding-left: 0px;
  text-align: left;
}

.en-form input {
  padding: 0px;
  font-size: 16px;
  background: #FFF;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  color: #8C8C8C;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reduced-input input, .reduced-input select {
  width: 80% !important;
  margin-right: 20px;
  float: left;
}

.reduced-input .info {
  right: 20%;
}

.reduced-input .check {
  font-size: 35px;
  line-height: 45px;
}

.check-green {
  color: #94b300;
}

.check-gray {
  color: #EDEDED;
}

.check-dark-gray {
  color: #8C8C8C;
}

.en-form .contact-phone .phone-number {
  width: 100%;
}

.en-form .contact-phone .phone-number input {
  width: 100%;
}

.en-form .contact-social-security-number .social-security-number {
  width: 100%;
}

.en-form .security-username .username {
  width: 100%;
}

.en-form .security-password {
  width: 100%;
}

.en-form .question {
  width: 100%;
}

.en-form .security-password .password {
  width: 100%;
}

.en-form .security-question .question {
  width: 100%;
}

.en-form li.birth-date select.first {
  margin-left: 0;
}

.en-form select {
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 0px 8px 0px 8px;
  background: white url(../images/select-arrow.png) right center no-repeat;
  background-size: 15px;
  color: #8C8C8C;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.force-dropdown-arrow {
  background: url(../images/select-arrow.png) right center no-repeat !important;
}

.en-form li.birth-date select {
  width: 32%;
  margin-left: 2%;
  display: inline-block;
  float: left;
}

.col-1-of-3 {
  width: 31%;
  float: left;
  margin-right: 2%;
}

.en-form .contact-phone .phone-number input {
  float: left;
  margin-right: 2%;
  margin-bottom: 0.5em;
  width: 100%;
}

.overlay {
  position: relative;
  width: 830px;
  margin: 100px auto 0;
}

@media only screen and (max-width: 768px) {
  .overlay {
    width: auto;
    margin: 0;
    padding-bottom: 0;
  }

  .modern-widget-left {
    width: 100%;
  }

  .modern-widget-right {
    display:none;
  }

  .container{
    top: 35px;
    width: 100%;
  }

  .join .overlay-header{
    display: none;
  }

  .modern-widget-info [class*="icon-"] {
    font-size: 40px;
    margin: 5px 15px 0 0;
    float: left;
  }
  .modern-widget-section {
    padding: 20px 30px 30px 30px;
  }
  .en-form {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .overlay {
    margin-top: 0;
  }
  .join {
    margin-top: 50px;
  }
  .reduced-input input {
    width: 75%;
  }
}

.footnotes {
  padding: 0px;
}

/* Toggle Switch Styles */

.toggle-bg {
  align-items: center;
  background: white;
  border-radius: 2em;
  border: 0.12em solid #e6e6e6;
  display: flex;
  /* ...So that we can set a height and width */
  float: left;
  /* ...So that it doesn't take up the full width of the page */
  height: 2em;
  /* You can change this later if you want */
  position: relative;
  /* Required to allow the switch to move around */
  width: 3.2em;
  /* This can be changed later as well */
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}
.toggle-bg:hover {
  border-color: #d9d9d9;
}
.toggle-bg.Enabled {
  background: #ee7700;
  border-color: #ee7700;
}
.toggle-bg.on {
  background: #ee7700;
  border-color: #ee7700;
}
.toggle-bg input {
  margin: 0;
  padding: 0;
  width: 4.8em;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  /* We want the input to be over the span.switch, which we'll give a z-index of 1 */
  /*IE*/
  zoom: 1;
  filter: alpha(opacity=0);
  /* initial toggle position */
  /* final relative toggle position */
}
.toggle-bg input:checked ~ .switch {
  left: 0;
}
.toggle-bg input ~ :checked ~ .switch {
  left: 1.18em;
}
.toggle-bg input:checked {
  z-index: 0;
}

.switch {
  background: white;
  border-radius: 2em;
  border: 0.1em solid #d9d9d9;
  display: block;
  float: left;
  height: 1.9em;
  width: 1.9em;
  left: -.1em;
  position: relative;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 1;
  /* Remember, it must be below the invisible inputs */
}
.switch.on {
  box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);

}
.switch.off {
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), -0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);

}

.toggle-bg .ak-switch__input:checked {
  z-index: 2;
}
.toggle-bg .switch.ak-switch__button {
  left: 0;
}

.toggle-bg .switch.ak-switch__button.on {
  left: 1.18em;
}

.toggle-alternate {
  clear: both;
  margin: 1em 0 0;
  width: 4.48em;
}
.toggle-alternate input {
  width: 6.24em;
}
.toggle-alternate input ~ :checked ~ .switch {
  left: 2.46em;
}

.toggle-alternate label {
  font-weight: 300;
  font-size: .9em;
  text-transform: uppercase;
  position: absolute;
  top: 0.55em;
}

.toggle-bg label.on {
  left: .75em;
  color: white;
  text-shadow: 0 0.1em 0 #00dc61;
}

.toggle-bg label.off {
  right: .55em;
  color: #aaa;
}

.toggle-input {
  float: right;
  padding: 10px 21px 0 0;
}

.toggle-input-enroll {
  float: left;
  padding: 10px 21px 0 0;
}

.toggle-status {
  float: right;
  padding: 16px 25px;
  color: #737373;
}
.toggle-status-enroll{
  float: left;
  padding: 16px 25px;
  color: #737373;
}

#transitionAssistant {
  padding-bottom: 15px;
}

.transition-body {
  -webkit-box-shadow: inset 0 6px 5px -5px #d8d8d8;
  -moz-box-shadow: inset 0 6px 5px -5px #d8d8d8;
  box-shadow: inset 0 6px 5px -5px #d8d8d8;
}

.transition-list {
  list-style: none;
}

.transition-list li {
  line-height: 1em;
  margin: 0.2px;
}

.transition-balance-list {
  list-style: none;
  margin: 0px;
  width: 55%;
}

.transition-balance-list li {
  margin: 0.2px;
  line-height: 1em;
}

.transition-balance-list .amount {
  float: right;
  font-weight: bold;
  margin: 0px;
}

.content-title {
  padding-bottom: 10px;
}

.transition-widget {
  color: #727272;
}

em {
  font-style: italic;
}

b {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.no-list-style {
  list-style: none;
}

.inputHelper {
  float: right;
}

.noPaddingBtm {
  padding-bottom: 0px;
}

.exPaddingBtm {
    padding-bottom: 250px;
}

.exMarginBtm {
  margin-bottom: 20px;
}

.exMarginTop {
  margin-top: 60px;
}

.ng-pristine .ng-invalid {
  box-shadow: none;
}

.ng-dirty .ng-invalid{
  box-shadow: none;
}

.en-form select::-ms-expand {
  width: 12px;
  border: none;
  background: #FFFFFF;
}

.borderSeparator {
  border-bottom: 1px dotted #cccccc !important;
}

.transfer-toggle {
  float: left;
}

.activate-toggle {
  float: right;
}

.activate-status {
  width: 75px;
}

.change-pin-toggle {
  float: left;
}

.change-pin-status {
  float: left;
  width: 200px;
}

.transfer-container {
  width: 60%;
  float: left;
  padding-left: 16px;
}

.transfer-container ul {
  list-style: none;
}

.transfer-container ul li {
  padding-top: 8px;
  padding-left: 10px;
  display: inline;
  font-size: 15px;
  color: #737373;
  font-weight: bold;
}

.transfer-container .card-name {
  float: left;
}

.transfer-container .card-balance {
  float: right;
  margin-right: 30px;
}

.list-title {
  width: 100px;
  padding-right: 20px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  color: #737373;
}

.padding-for-button {
  padding-top: 12px;
}

.padding-for-input {
  padding-top: 12px;
}

#loadingSubs {
  float: right;
  margin-right: 20px;
  width: 25px;
  padding-top: 25px;
}

#finicityConnectIframe {
  position: fixed !important;
  z-index: 1000000 !important;
}

.pinInput {
  width: 25% !important;
  float: left;
}

.pinLabel {
  width: 200px !important;
}

.list-cards {
  padding-left: 30px;
}

.noBorder {
  border-bottom: none !important;
}

.gray-title {
  font-size: 15px;
  color: #737373;
  font-weight: bold;
}

.gray-info {
  color: #737373;
}

.transferBalance {
  padding-left: 50px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.expanded-feed th {
  cursor: pointer;
}

#schedule-text-step1-frequency {
  cursor: pointer;
}

.goup-label {
  vertical-align: top;
}

.orange-text {
  color: #ee7700;
  float: right;
}

#transition-checkbox {
  width: 20px;
  float: left;
}

#tos-container {
  padding-top: 20px;
  margin-left: 16px;
  color: #737373;
}

.overlay-loader {
  z-index: 100;
}

.feed-notifications {
  margin-bottom: 0;
}

.title-loadingSubs {
  padding-top: 5px;
  padding-left: 16px;
  display: inline;
  vertical-align: top;
  line-height: 30px;
}

.reset-pw {
  width: 100%;
  float: left;
  color: #737373;
}

.reset-pw select {
  color: #737373;
}

.reset-pw .alert {
  padding: 10px;
}

.reset-pw .feedback {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.reset-pw .feedback p {
  margin: 0;
  font-size: 15px;
}

.form-select {
  color: #737373;
  cursor: pointer;
}

.list-checkbox.icon-box-check:before {
  padding-right: 3px;
  width: 22px;
  display: inline-block;
}

.list-checkbox.icon-box:before {
  padding-right: 3px;
  width: 22px;
  display: inline-block;
}

.list-checkbox.icon-icon-plus:before {
  overflow: hidden;
  padding-right: 3px;
  width: 22px;
  display: inline-block;
}

.icon-circle {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border-width: 4px;
  float: left;
  text-align: center;
  border-style: solid;
  border-color: #e7e7e7;
  margin-left: 15px;
  margin-right: 15px;
}

.icon-circle .icon-icon-plus:before {
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0px !important;
}

.sub-list-title {
  margin-top: 17px !important;
}

.sub-list-icon {
  line-height: 42px;
  font-size: 26px !important;
}

.uppercase {
  text-transform: uppercase;
}

.x-margin-right {
  margin-right: 50px;
}

/* prevent firefox from rendering outline on a links */
a {
  outline: none;
}

/* prevent firefox from rendering outline on buttons */
.button::-moz-focus-inner {
  border-color: transparent;
}

.joinEmailHelper {
  padding: 10px 0;
}

.join-email-section {
  width: 50%;
  margin: 0 auto;
}

.joinEmailInput {
  width: 65% !important;
  float: left;
}

.joinEmailSuccess {
  text-align: center;
  margin: 25px;
}

.cash-load {
  list-style: none;
  font-size: 17px;
  font-weight: bold;
  color: #737373;
}

.ex-padding-fraud {
    margin-top: 25%;
}

#reissue-address {
    margin: 10px;
}

#verify-button {
    width: 50%;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#verify-wrapper {
    text-align: center;
}

.contact-disclaimer {
  margin: 20px 20px 20px;
  font-size: 12px;
  text-align: center;
  color: #737373;
}

.extra-padding {
  padding-left: 40px !important;
}

