.show-pointer{
  cursor: pointer;
}
.padding-10 {
  padding:10px;
}
.lg-font{
  font-size:25px;
}
.bt-disabled{
  cursor: none;
  color: #bf7d7d!important;
}
.error {
  color: red!important;
}
input.error {
  border-color: red;
}
.highlightSubscription {
  border: 2px solid #3598dc!important;
  cursor: pointer;
}
.currentSubscription {
  border: 2px solid #3598dc!important;
}
.bt-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  text-align:center;
  z-index:1234;
  overflow: auto;
  width: 100px;
  height: 102px;
}
.header-span-text {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  font-style: italic;
}
.screen {
  height:100%;
}
.front-card {
  /*min-height: 400px;
  min-width: 400px;
  max-height: 27vw;
  max-width: 27vw;*/
  min-height: 200px;
  max-height: 27vw;
  cursor: pointer;
}
.back-card {
  /*min-height: 400px;
  max-height: 27vw;
  min-width: 400px;
  max-width: 27vw;*/
  min-height: 420px;
  max-height: 27vw;
  overflow-y: auto;
}
.front-card-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
}
.card-holder {
  padding:5px;
}
.back-button {
  padding-bottom: 5px;
}
.button-holder {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 14px;
}
#zoomCardModal .scroller {
  height:100%;
  max-height:75vh;
}
#zoomCardModal .modal-title {
  font-size:45px;
}
.divider {
  width:100%;
  text-align:center;
}
.divider hr {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  border-top: 1px solid black;
  margin: 10px;
  border-style: dashed;
}
.left {
  float:left;
}
.right {
  float:right;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.projected-savings {
  font-size: 30px;
}
.progress-bar-green {
  background-color: #4CAF50;
}
.circle-icon {
  background: #f2f2f2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
}
/*
rgba(211, 172, 185, 0.20) - red
rgba(183, 20, 39, 0.16)   - red
rgba(76, 175, 80, 0.15)   - green
rgba(109, 180, 168, 0.12) - green
rgba(193, 225, 166, 0.36) - green
rgba(255, 144, 9, 0.16)   - orange
rgba(242, 120, 75, 0.06)  - orange
rgba(223, 61, 130, 0.16)  - pink
rgba(109, 180, 168, 0.12) - blue
rgba(223, 226, 219, 0.36) - grey
*/
/*
Card 1: profile info
Card 2: credit-card info + billing history

Card 3: cable info
Card 4: cellphone info
Card 5: electricity info
Card 6: internet info
Card 7: auto info
Card 8: health info
Card 9: home info

Card 10: earn rewards
Card 11: report bug
Card 12: contact us
Card 13: about us
Card 14: faq
Card 15: terms and conditions
*/

@media (max-width:1024px) {
  .bt-signout, .bt-share, .bt-backyard, .bt-onboarding {
    font-size:12px!important;
    padding:5px!important;
  }
  .pricing-content-1 .mobile-padding {
    margin:0!important;
    padding:3px!important;
  }
  .bt-pricing-plan{
    margin-bottom:10px;
  }
  .pricing-content-1 .price-ribbon{
    right:15px!important;
  }
  .pickedAccount{
    width:100%!important;
    margin-bottom:5px!important;
  }
  .portlet.light>.portlet-title>.caption i {
    padding:2px!important;
  }
  .portlet.light>.portlet-title>.caption .popovers {
    padding:2px!important;
  }
  .table-scrollable td {
    font-size:10px!important;
  }
  a.view_file, a.delete_file {
    padding:2px!important;
    font-size:10px!important;
  }
  .dashboard-stat2 .display .icon {
    position: absolute!important;
    top: 0!important;
    right: 25px!important;
  }
  html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-y: scroll;
  }
  .container, .container-fluid {
    padding-left: 1px!important;
    padding-right: 1px!important;
  }
}

@media (max-width:768px) {
  .btn-lg {
    padding: 12px 15px 10px!important;
  }
  .lg-font{
    font-size:15px;
  }
  #zoomCardModal .modal-title {
    font-size:25px;
  }
  .bt-signout, .bt-share, .bt-backyard, .bt-onboarding {
    padding: 12px 15px!important;
  }
}
