﻿/* PLATFORM */
.platform-ios.platform-cordova:not(.fullscreen)
  .bar-header:not(.bar-subheader) {
  /*height: 45px;*/
}
.platform-ios.platform-cordova:not(.fullscreen)
  .bar-header:not(.bar-subheader)
  > * {
  /*margin-top: 0;*/
}
.platform-ios.platform-cordova:not(.fullscreen) .has-header {
  /*top: 44px;*/
}

/** ===== Common: reuseable component === **/
.bg-clear {
  background: none;
  border: medium none !important;
  box-shadow: none;
  outline: none;
}

.custom-stacked-label {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #939393;
  padding: 1px 0px;
  margin-bottom: 15px;
}
.inside-stacked-label {
  border-radius: 0px;
  border: none;
  padding: 1px 0px;
}
.custom-stacked-label .input-label,
.custom-stacked-label .extra-label {
  color: #444;
  font-size: 18px;
}
.custom-stacked-label input,
.custom-stacked-label textarea,
.custom-stacked-label select {
  background: none;
  border-radius: 3px;
  height: 30px;
  color: #111;
  padding: 3px;
  margin: 0px 1px !important;
  max-width: 98%;
}
.custom-submit-row {
  border-radius: 0px;
  border: none;
  padding: 3px 7px 0px;
  margin-bottom: 0px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly]:not(.cloned-text-input),
textarea[readonly]:not(.cloned-text-input),
select[readonly] {
  background-color: rgba(248, 248, 248, 0.75);
}

.custom-amount-label input[type] {
  margin-left: 15px !important;
  max-width: 90%;
}
.custom-amount-label i {
  position: absolute;
  bottom: 5px;
  color: #ddd;
}
.background-orange {
  background-color: #ff5500;
}
.background-green {
  background-color: rgb(20, 134, 196);
}
.info-label {
  font-size: 16px;
  margin: 0px;
  padding: 10px 0px 10px;
  color: #939393;
}

.forgot-pin {
}
.forgot-pin a {
  position: absolute;
  top: 0px;
  right: 2px;
  color: #d09815;
  font-size: 14px;
  height: 27px;
  padding: 2px;
}
.button-common-trans {
  color: #fff;
  padding: 2px 10px;
  border: 3px solid #fff;
  background: transparent;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 1.45em;
}
.button-common {
  color: #ffebdf;
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding: 2px 10px;
  min-height: 40px;
  line-height: 1em;
}
.button-common.icon-left::before,
.button-common-trans.icon-left::before {
  padding-left: 5px;
}
.custom-top-title {
  /*position: absolute;
    bottom: -5px;
    text-transform: uppercase;
    font-weight: 400;
    left: 10%;*/
  position: relative;
  bottom: -5px;
  text-transform: uppercase;
  font-weight: 400;
  right: 0px;
  margin-right: 40px;
}

.quickbox {
  padding: 0px !important;
}
.quickbox .sub-nav {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.quickbox .sub-nav .button {
  font-size: 13px;
  min-height: 10px;
  line-height: 35px;
  color: #0377b3;
  text-transform: capitalize;
  background: #ecf1f3;
  font-weight: normal;
  padding-right: 2px;
  padding-left: 4px;
  border-right: 1px solid #bdd0db;
  text-align: center;
}
.quickbox .sub-nav .button:first-child {
  border-radius: 20px 0px 0px 20px;
}
.quickbox .sub-nav .button:last-child {
  border-radius: 0px 20px 20px 0px;
  border: none;
}
.quickbox .sub-nav .button:before {
  font-size: 16px;
  line-height: 32px;
}

.imageUploader {
  width: 100%;
  height: 100%;
  max-height: 170px;
  text-align: center;
  color: #939393 !important;
  border: 1px dotted #000;
}
.imageUploader span {
  line-height: 68px;
}
.imageUploader .icon {
  line-height: 100%;
  padding: 0px 5px 3px;
}

.button-share{
  background: #2ea5de;
  color: #fff;
}

/** ===== Common: css ==== **/
.bar-header {
  background: #0188c8 !important;
}
.main-bg,
ion-view {
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.blue-bg {
  background-color: #007fc4;
  background-image: none;
}

.title-custom {
  text-align: center;
}

.main-bg .custom-header,
.menu-left .custom-header {
  /* background-image: url(../img/v4/dash/bg.jpg); */
  background-size: 100% auto;
  background-position: center bottom;
  background-color: #007fc4;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 152px;
  margin: 0px;
}
.main-bg .custom-body,
.menu-left .custom-body {
  background-image: none;
  background-color: #fff;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 20px;
}

.menu-left {
  background-image: none;
  background-color: #fff;
}
.menu-left .custom-header {
  background-position: center 54px;
  min-height: 205px;
}

.full-block {
  width: 100%;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}
.width-90 {
  width: 90%;
  margin: 0 auto;
  padding: 1px;
  overflow: hidden;
}
.width-90:after {
  /*display: block;
    clear: both;
    content: "";*/
}

.balance-left {
  text-align: right;
}
.balance-left,
.balance-right {
  font-size: 16px;
  color: #fff;
  line-height: 101px;
}
.circle-wrap {
  max-width: 100px;
  margin: 5px auto 2px;
}
.circle-wrap .block-img {
  border: solid 6px #6db8d8;
  background: #6db8d8;
  width: 100%;
  float: left;
  border-radius: 50%;
  margin: 0 0 5px 0;
  -webkit-transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
  -ms-transition: background 0.4s linear;
}
.circle-wrap .block-img .img {
  border-radius: 50%;
  border: 6px solid #3ea1cb;
  background: #fff;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  height: 88px;
  background-size: cover;
  background-position: top center;

  font-size: 44px;
  line-height: 66px;
  color: rgba(14, 114, 173, 0);
}
.circle-wrap .block-img .img.icon {
  color: rgba(14, 114, 173, 1);
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.user-wrap {
  width: 33.33%;
  float: left;
  text-align: center;
}
.user-wrap .block-img {
  border: solid 1px #6db8d8;
  background: #6db8d8;
  width: 70px;

  border-radius: 50%;
  margin: 5px auto;
  -webkit-transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
  -ms-transition: background 0.4s linear;
}
.user-wrap .block-img .img {
  border-radius: 50%;
  background: #fff;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  height: 70px;
  background-size: cover;
  background-position: top center;

  font-size: 44px;
  line-height: 66px;
  color: rgba(14, 114, 173, 0);
}
.user-wrap .block-img .img.icon {
  color: rgba(14, 114, 173, 1);
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.text-justify {
  text-align: justify;
}
.background-orange-yes {
  background-color: #f3864f !important;
}
.rememberme {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  font-size: 1.2em;
  height: 50px;
}
.center {
  margin: 0 auto;
}
.img {
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
}
.orange-bg {
  background-color: #f15d26 !important;
}
.red-bg {
  background-color: #ed6224 !important;
}
.text-white {
  color: #ffffff;
}
.red-text {
  color: #ff3d1c !important;
}

.popup-container .popup {
  background: none;
}
.popup-container .popup .popup-head {
  background: #1686C4;
  border-radius: 3px 3px 0 0;
}
.popup-container .popup .popup-title {
  color: #fff;
}
.popup-container .popup .popup-body {
  background: #fff;
  border-top: 1px solid #ccc;
}
.popup-container .popup .popup-buttons {
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.popup-container .popup .popup-buttons .button {
  color: #fff;
}

.btn-language {
  color: #fe5400;
  font-size: 13px;
  padding: 0px 20px;
  margin-top: 5px;
}
/** ===== Common: footer === **/
.custom-footer {
  border-top: 1px solid #0eacd9 !important;
  background: #0eacd9 !important;
  height: 65px;
}
.custom-footer a {
  color: #fff;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 300 !important;
  opacity: 1;
}
.custom-footer .icon {
  font-size: 26px;
  height: 37px;
}


.button-bar > ion-camera.button:first-child {
    border-right: 1px solid #ddd;
}


/** ===== Common: sidebar === **/
.submenu-left .list .item {
  background: #ecf1f4;
  color: #175b87;
  border-color: #fff;
  /* font-weight: 500; */
  line-height: 26px;
}
.submenu-left .list .item.first {
  color: #e86d34;
}

/** ===== Page: Intro page ==== **/
.intro .scroll {
  height: 100%;
}
.intro .slider {
  height: 100%;
}
.intro .slider-slide {
  color: #000;
  background-color: #27bcf4;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.intro .slidetext {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50%;
  height: 100%;
}
.intro .slidetext h1 {
  color: #fff;
  font-weight: 500;
  margin-top: 0px;
  font-size: 20px;
}
.intro .slidetext .icon {
  color: #fff;
  font-size: 20px;
}
.intro .slidetext p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}
.intro .slidetext ul li {
  font-size: 1em;
  color: #fff;
  font-weight: normal;
  /* line-height: 1.5em; */
  text-align: left;
}
.intro .slidefooter {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
}
.intro .slider-pager {
  bottom: 25%;
}
.intro .slider-pager .slider-pager-page {
  color: #57a1ae;
}
.intro .slider-pager .slider-pager-page.active {
  color: #fff;
}
.intro .btn-skip {
  color: #fff;
  padding: 4px 25px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 26px;
  text-transform: capitalize;
}
@media screen and (max-width: 360px) {
  .intro .slidefooter {
    height: 75px;
  }
}

/** ===== Page: Dashboard ==== **/
.dash .balance {
}

.dash .button-main .block-img {
}
.dash .button-main .block-img .img {
}
.dash .button-main .block-text {
  color: #939393;
  font-size: 12px;
}

/** ===== Page: Login ==== **/

.login-bg {
  /* background-image: url(../img/v4/login/bg.jpg); */
  background-size: cover;
  background-position: top center;
  background: #ffffff;
}
.login-bg .logo-wrapper {
  height: 100px;
}
.login-bg .login-form {
  position: relative;
}
.login-bg .login-form h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
}

.login-bg .login-form p {
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.login-bg .login-form .item-custom {
  background: transparent;
  border: none;
  text-align: center;
  padding: 2px;
  width: 90%;
  margin: 0 auto;
}
.login-bg .login-form .item-input {
  background: #fff;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 4px 23px;
}
.login-bg .login-form .item-custom-check {
  background: transparent;
  border: none;
  padding-top: 0px;
  padding-bottom: 3px;
}
.login-bg .login-form .item-custom-check label {
  width: 74%;
  margin: 0 auto;
  color: #fff;
}
.login-bg .login-form .btn-signin {
  border: 3px solid #fff;
  width: 90%;
  margin-bottom: 10px;
  margin-top: 6px;
  color: #fff;
}

.login-bg .login-form a {
  text-decoration: none;
}
.login-bg .login-form a.forgot {
  font-size: 13px;
  color: #fbfbfb;
}

.popup .popup-buttons .button-default {
  background-color: #2abeda;
}

.popup .popup-buttons .button-positive {
  background-color: #f15d26;
}
.credentials-pane {
  height: 100% !important;
}

.lang-modal.custom-stacked-label select {
  float: right;
}
/** ===== Page: generate code ==== **/

/** ===== Page: Add Money ==== **/
.loadcash .subMenuitem .item {
  border-radius: 4px;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  background: rgba(255, 85, 0, 0.67);
  color: #fff !important;
  width: 97%;
}
.loadcash .subMenuitem .item.disabled {
  background: rgba(201, 171, 155, 0.67);
}

/** ===== Page: Add credit card ==== **/
.addcreditcard form.submitted .item-stacked-label {
  border: 2px solid #50da50;
}
.addcreditcard form.submitted .item-stacked-label.error {
  border: 2px solid #f56c44;
}

/** ===== Page: Add Echeck ==== **/
.addecheck form.submitted .item-stacked-label {
  border: 2px solid #50da50;
}
.addecheck form.submitted .item-stacked-label.error {
  border: 2px solid #f56c44;
}

/** ===== Page: Load with card ==== **/
.liquidCashcard .cardInfo .item-stacked-label {
  margin: 2px 0px;
}
.iyapcard-container {
  min-height: 111px;
}
.loadcreditcard .card-wrapper {
  border: 0px;
  border-radius: 5px;
  margin-bottom: 6px;
  max-width: 300px;
  width: 100%;
  float: left;
}
.loadcreditcard .iyapcard .iyapcard-front .iyapcard-lower .iyapcard-cvc {
  margin-top: 15px;
}
.loadcreditcard .iyapcard-container .iyapcard .iyapcard-front .iyapcard-shiny {
  margin-bottom: 2px;
}
.loadcreditcard .card-wrapper .item-radio .radio-icon {
  padding: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.loadcreditcard .item-radio .item-content {
  padding: 5px 4px;
  padding-right: 40px;
  background: #fff;
}
.loadcreditcard .ion-checkmark:before {
  border: 1px solid #474749;
  border-radius: 50%;
  width: 32px;
  padding: 3px 5px;
  background: none;
  color: #fff;
}
.loadcreditcard .item-radio .radio-icon {
  padding: 10px 4px;
  visibility: visible;
}
.loadcreditcard
  .item-radio
  input:checked
  + .radio-content
  .ion-checkmark:before {
  background: #474749;
}
.loadcreditcard form.submitted .item-stacked-label {
  border: 1px solid #97fb97;
}
.loadcreditcard form.submitted .item-stacked-label.error {
  border: 2px solid #f15e25;
}

/** ===== Page: Load with Echeck ==== **/
.achlist .iyapcard.iyapcard-identified .iyapcard-front,
.iyapcard.iyapcard-identified .iyapcard-back {
  background-color: #dae7ef;
}
.achlist .iyapcard-container {
  height: 150px;
}
.achlist .card-wrapper {
  border: 0px;
  border-radius: 5px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 6px;
}
.achlist .iyapcard .iyapcard-front .iyapcard-lower {
  position: initial;
  margin: 10px;
  width: initial;
}
.achlist iyapcard .iyapcard-front .iyapcard-lower .iyapcard-display {
  margin-bottom: 4px;
  width: 100%;
}
.achlist .card-wrapper .item-radio .radio-icon {
  padding: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.achlist .item-radio .item-content {
  padding: 5px 4px;
  padding-right: 40px;
  background: #fff;
}
.achlist .ion-checkmark:before {
  border: 1px solid #ed6224;
  border-radius: 50%;
  width: 32px;
  padding: 3px 5px;
  background: none;
  color: #fff;
}
.achlist .item-radio .radio-icon {
  padding: 10px 4px;
  visibility: visible;
}
.achlist .item-radio input:checked + .radio-content .ion-checkmark:before {
  background: #ed6224;
}

.achlist form.submitted .item-stacked-label {
  border: 2px solid #50da50;
}
.achlist form.submitted .item-stacked-label.error {
  border: 2px solid #f56c44;
}

/** ===== Page: withdraw with Echeck ==== **/
.withdraw_ech .iyapcard.iyapcard-identified .iyapcard-front,
.withdraw_ech .iyapcard.iyapcard-identified .iyapcard-back {
  background-color: #dae7ef;
}
.withdraw_ech .cardInfo .item-stacked-label {
  margin: 2px 0px;
}
.withdraw_ech .iyapcard-container {
  height: 150px;
}
.withdraw_ech .card-wrapper {
  border: 0px;
  border-radius: 5px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 6px;
}
.withdraw_ech .iyapcard .iyapcard-front .iyapcard-lower {
  position: initial;
  margin: 10px;
  width: initial;
}
.withdraw_ech .iyapcard .iyapcard-front .iyapcard-lower .iyapcard-display {
  margin-bottom: 4px;
  width: 100%;
}
.withdraw_ech .card-wrapper .item-radio .radio-icon {
  padding: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.withdraw_ech .item-radio .item-content {
  padding: 5px 4px;
  padding-right: 40px;
  background: #fff;
}
.withdraw_ech .ion-checkmark:before {
  border: 1px solid #ed6224;
  border-radius: 50%;
  width: 32px;
  padding: 3px 5px;
  background: none;
  color: #fff;
}
.withdraw_ech .item-radio .radio-icon {
  padding: 10px 4px;
  visibility: visible;
}
.withdraw_ech .item-radio input:checked + .radio-content .ion-checkmark:before {
  background: #ed6224;
}

.withdraw_ech form.submitted .item-stacked-label {
  border: 2px solid #50da50;
}
.withdraw_ech form.submitted .item-stacked-label.error {
  border: 2px solid #f56c44;
}

/** ===== Page: Withdraw with Card ==== **/
.withdrowwalltet .iyapcard-container {
  height: 150px;
}
.withdrowwalltet .card-wrapper {
  border: 0px;
  border-radius: 5px;
}
.withdrowwalltet .iyapcard .iyapcard-front .iyapcard-lower .iyapcard-cvc {
  margin-top: 15px;
}
.withdrowwalltet .iyapcard-container .iyapcard .iyapcard-front .iyapcard-shiny {
  margin-bottom: 2px;
}
.withdrowwalltet .card-wrapper .item-radio .radio-icon {
  padding: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.withdrowwalltet .item-radio .item-content {
  padding: 5px 4px;
  padding-right: 40px;
  background: #fff;
}
.withdrowwalltet .ion-checkmark:before {
  border: 1px solid #ed6224;
  border-radius: 50%;
  width: 32px;
  padding: 3px 5px;
  background: none;
  color: #fff;
}
.withdrowwalltet .item-radio .radio-icon {
  padding: 10px 4px;
  visibility: visible;
}
.withdrowwalltet
  .item-radio
  input:checked
  + .radio-content
  .ion-checkmark:before {
  background: #ed6224;
}

/** ===== Page: widthdraw method ==== **/
.withdrawmethods .subMenuitem .item {
  border-radius: 4px;
  margin: 0 auto;
  padding: 9px;
  background: rgba(255, 85, 0, 0.67);
  color: #fff !important;
}
.withdrawmethods .subMenuitem .item.disabled {
  background: rgba(201, 171, 155, 0.67);
}
.withdrawmethods .item {
  border-radius: 4px;
  margin: 9px auto;
  background: rgb(237, 98, 36);
  color: #fff !important;
}

/** ===== Page: Load with bank ==== **/
.achVerification .list {
  margin-bottom: 0px;
}

/** ===== Page: Global Card ==== **/

.globalcard .custom-stacked-label {
  margin-bottom: 5px;
}
.globalcard .radio-content .item-content {
  background: rgba(255, 255, 255, 0.75) !important;
  border-radius: 3px;
}
.globalcard .radio-content .item-content img {
  width: 39px;
  float: left;
  height: auto;
}
.globalcard .radio-content .item-content span {
  padding-left: 8px;
  line-height: 36px;
  font-size: 15px;
}
.globalcard .ion-checkmark:before {
  border: 1px solid #ed6224;
  border-radius: 50%;
  width: 24px;
  padding: 3px 5px;
  background: none;
  color: transparent;
}
.globalcard .item-radio .radio-icon {
  line-height: 43px;
  visibility: visible;
  font-size: 17px;
}
.globalcard .item-radio input:checked + .radio-content .ion-checkmark:before {
  background: #ed6224;
  color: #fff;
}

/** ===== Page: payment methods ==== **/
.paymentMethods .item {
  border-radius: 4px;
  margin: 9px auto;
  background: rgb(237, 98, 36);
  color: #fff !important;
}

/** ===== Page: payment methods ==== **/
.history .singleitem {
  padding: 5px 0px;
  border: none;
  border-bottom: 2px solid #ede3e3;
}
.history .singleitem .button-receipt {
  background: #ecf1f3;
  color: #1580b8;
  font-weight: bold;
}

/** ===== Page: Virtual Card ==== **/
.methodechecklist .iyapcard.iyapcard-identified .iyapcard-front,
.methodechecklist .iyapcard.iyapcard-identified .iyapcard-back {
  background-color: #dae7ef;
}
.methodechecklist .cardInfo .item-stacked-label {
  margin: 2px 0px;
}
.methodechecklist .iyapcard-container {
  height: 150px;
}
.methodechecklist .card-wrapper {
  border: 0px;
  border-radius: 5px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 6px;
}
.methodechecklist .iyapcard .iyapcard-front .iyapcard-lower {
  position: initial;
  margin: 10px;
  width: initial;
}
.methodechecklist .iyapcard .iyapcard-front .iyapcard-lower .iyapcard-display {
  margin-bottom: 4px;
  width: 100%;
}

/** ===== Page: Profile ==== **/
.profile .list-inset {
  background-color: transparent;
  margin: 5px 10px 0 0;
}
.profile .list-inset .item:last-child {
  margin-bottom: 3px;
}
.profile .list .item {
  -moz-border-radius: 5px !important;
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  padding: 0;
  position: relative;
}
.profile .list .item .announcement {
  width: 28%;
  display: inline-block;
  padding: 7px 0 8px 5px;
  z-index: 100;
  position: relative;
  border-right: 2px solid #c2d6dd;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  background: #a9e3f1;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.profile .list .item .data {
  width: 72%;
  position: relative;
  z-index: 100;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  padding-left: 6px;
  font-size: 16px;
}
.profile .list .item .data input {
  width: 100%;
}
.profile form .button {
  width: 80%;
  margin-left: 10%;
}

/** ===== Page: Verify email ==== **/
.verify .info-label {
  padding: 5px 0px 5px;
}
.verify .resend-label {
  line-height: 35px;
}
.verify .resend-button {
  color: #ffffff;
  font-size: 14px;
  background: #77cbef;
  padding: 0px 1px;
  width: 100%;
}

/** ===== Page: Signup ==== **/
.verify .info-label {
  padding: 5px 0px 5px;
}

/** ===== Page: Terms and ==== **/
.termsofuse .custom-body p {
}

/** ===== Page: Terms and ==== **/
.deals .singleitem .item-avatar {
  padding: 4px;
  padding-left: 104px;
  min-height: 100px;
}
.deals .singleitem .item-body h2 {
  /* white-space: normal;
     text-align: left;
     padding-left: 6px;
     font-size: 14px;*/
  color: #dcbc7b;
  margin: 0px;
}
.deals .singleitem .item-avatar h2 {
}
.deals .singleitem .item-body img {
  /* border-radius: 0px;
     max-width: 96px;
     max-height: 96px;
     width: 100%;
     top: 4px;
     height: auto;
     left: 4px;
     height: auto;*/
  min-height: 100px;
  min-width: 100px;
  height: auto;
  max-width: 100px;
  border: 1px solid #eae2e2;
  background-color: #ccc;
}

.deal-details .purchase-qty{
  border: 1px solid #fbf0f0;
  padding-top: 0;
  padding-bottom: 0;
}

/** ===== Page: Language ==== **/
.language .card-wrapper .item-radio .radio-icon {
  padding: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.language .item-radio .item-content {
  padding-right: 40px;
  background: #fff;
}
.language .ion-checkmark:before {
  border: 1px solid #ed6224;
  border-radius: 50%;
  width: 32px;
  padding: 3px 5px;
  background: none;
  color: #fff;
}
.language .item-radio .radio-icon {
  padding: 10px 4px;
  visibility: visible;
}
.language .item-radio input:checked + .radio-content .ion-checkmark:before {
  background: #ed6224;
}

/*Iyap Card*/
.iyapcard-container {
  perspective: 1000px;
  width: 100%;
  max-width: 350px;
  max-height: 200px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.iyapcard.iyapcard-identified {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.iyapcard {
  line-height: 1;
  position: relative;
  width: 100%;
  height: 100%;
  /*min-width: 315px;*/
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
}
.iyapcard .iyapcard-front,
.iyapcard .iyapcard-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #ddd;
}

.iyapcard.iyapcard-mastercard.iyapcard-identified
  .iyapcard-logo.iyapcard-mastercard {
  opacity: 1;
}

.iyapcard .iyapcard-front .iyapcard-logo {
  position: absolute;
  opacity: 1;
  right: 5%;
  bottom: 5%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}

.iyapcard-logo,
.iyapcard-logo:before,
.iyapcard-logo:after {
  box-sizing: border-box;
}

.iyapcard .iyapcard-front .iyapcard-lower {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 45px;
}
.iyapcard .iyapcard-front .iyapcard-shiny,
.iyapcard .iyapcard-back .iyapcard-shiny {
  width: 50px;
  height: 35px;
  border-radius: 5px;
  background: #ccc;
  position: relative;
  float: left;
  margin-bottom: 15px;
}
.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-cvc {
  float: right;
  position: relative;
  background: #3c88a4;
  padding: 2px 3px;
  border-radius: 3px;
  margin-top: 27px;
}
.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-number {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 22px;
  clear: both;
  margin-bottom: 8px;
  border-radius: 5px;
  padding: 4px 5px;
  background: #77c0e1;
  color: #000;
}

.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-name {
  text-transform: uppercase;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 12px;
  max-height: 45px;
  width: 77%;
  text-overflow: ellipsis;
  background: #3c88a4;
  border-radius: 5px;
  padding: 5px 5px;
  white-space: nowrap;
  float: left;
}

.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-expiry {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  letter-spacing: 0em;
  float: right;
  text-align: right;
  width: 23%;
  float: right;
}
.iyapcard .iyapcard-front .iyapcard-display,
.iyapcard .iyapcard-back .iyapcard-display {
  color: white;
  font-weight: normal;
  opacity: 0.75;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-expiry:before,
.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-expiry:after {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 7px;
  white-space: pre;
  display: block;
  opacity: 0.75;
}
.iyapcard .iyapcard-front .iyapcard-lower .iyapcard-expiry:after {
  position: absolute;
  content: attr(data-after);
  text-align: right;
  right: 100%;
  margin-right: 5px;
  margin-top: 2px;
  bottom: 0;
}

.iyapcard.iyapcard-identified .iyapcard-front,
.iyapcard.iyapcard-identified .iyapcard-back {
  background-color: #034f67;
}
.iyapcard .iyapcard-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.iyapcard-logo.iyapcard-mastercard {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 9px;
  line-height: 36px;
  z-index: 1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.iyapcard-logo.iyapcard-mastercard:before {
  left: 0;
  background: #ff0000;
  z-index: -1;
}
.iyapcard.iyapcard-mastercard.iyapcard-identified
  .iyapcard-front
  .iyapcard-logo.iyapcard-mastercard,
.iyapcard.iyapcard-mastercard.iyapcard-identified
  .iyapcard-back
  .iyapcard-logo.iyapcard-mastercard {
  box-shadow: none;
}
.iyapcard.iyapcard-identified .iyapcard-front .iyapcard-logo,
.iyapcard.iyapcard-identified .iyapcard-back .iyapcard-logo {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.iyapcard-logo {
  height: 36px;
  width: 60px;
  font-style: italic;
}
.iyapcard-logo.iyapcard-mastercard:before,
.iyapcard-logo.iyapcard-mastercard:after {
  content: " ";
  display: block;
  width: 36px;
  top: 0;
  position: absolute;
  height: 36px;
  border-radius: 18px;
}
.iyapcard-logo.iyapcard-mastercard:after {
  right: 0;
  background: #ffab00;
  z-index: -2;
}
.iyapcard-logo.iyapcard-visa:before {
  background: #1a1876;
}
.iyapcard-logo.iyapcard-visa:after {
  background: #e79800;
}
.iyapcard-logo.iyapcard-visa:before,
.iyapcard-logo.iyapcard-visa:after {
  content: " ";
  display: block;
  width: 100%;
  height: 25%;
}
.iyapcard-logo.iyapcard-visa {
  background: white;
  text-transform: uppercase;
  color: #1a1876;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
.iyapcard-logo.iyapcard-amex:before {
  height: 28px;
  content: "american";
  top: 3px;
  text-align: left;
  padding-left: 2px;
  padding-top: 11px;
  background: #267ac3;
}
.iyapcard-logo.iyapcard-amex:after {
  content: "express";
  bottom: 11px;
  text-align: right;
  padding-right: 2px;
}
.iyapcard-logo.iyapcard-amex:before,
.iyapcard-logo.iyapcard-amex:after {
  width: 28px;
  display: block;
  position: absolute;
  left: 16px;
}
.iyapcard-logo.iyapcard-amex {
  text-transform: uppercase;
  font-size: 4px;
  font-weight: bold;
  color: white;
  background-image: repeating-radial-gradient(
    circle at center,
    #fff 1px,
    #999 2px
  );
  background-image: repeating-radial-gradient(
    circle at center,
    #fff 1px,
    #999 2px
  );
  border: 1px solid #eee;
}
/*End of iyap card*/

/*Chatbox and Help desk*/
.global-chatbox .scroll {
  padding: 10px 0 50px !important;
}
.global-chatbox .messages {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 5px !important;
}
.global-chatbox .messages.other {
  flex-direction: row-reverse;
}
.global-chatbox .messages .message {
  -webkit-box-flex: 1 !important;
  -moz-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  padding: 5px !important;
  -webkit-transition: all 250ms ease-in-out !important;
  transition: all 250ms ease-in-out !important;
  overflow: hidden !important;
  text-align: left !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.global-chatbox .time {
  -webkit-box-flex: 0 !important;
  -moz-box-flex: 0 !important;
  -webkit-flex: 0 1 auto !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
  width: 120px !important;
  text-align: center !important;
  padding: 0 0 0 0 !important;
  -webkit-transition: all 250ms ease-in-out !important;
  transition: all 250ms ease-in-out !important;
  -webkit-transform: translate3d(10px, 0, 0) !important;
  -moz-transform: translate3d(10px, 0, 0) !important;
  transform: translate3d(10px, 0, 0) !important;
  color: #ccc;
  font-size: 9px;
}
.global-chatbox .time.slide-right {
  -webkit-transform: translate3d(130px, 0, 0) !important;
  -moz-transform: translate3d(130px, 0, 0) !important;
  transform: translate3d(130px, 0, 0) !important;
}
.global-chatbox .messages.other .message {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  text-align: right !important;
}
.global-chatbox .messages.other .message.slide-right {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -moz-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.global-chatbox .messages.other span {
  background: #007aff !important;
  color: white !important;
}
.global-chatbox span {
  background-color: #c7c7cc !important;
  color: black !important;
  display: inline-block !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  text-align: left !important;
  max-width: 240px !important;
}

.chatdetails .message .creator {
  margin: 0;
  padding: 0;
  padding-left: 2px;
  color: #ccc;
  font-style: italic;
  text-transform: lowercase;
  font-size: 9px;
  line-height: 8px;
}

.chatdetails .message .custom-avatar {
  padding: 0 5px;
  padding-left: 25px;
  min-height: 20px;
  border: none;
}
.chatdetails .message .custom-avatar img {
  position: absolute;
  top: initial;
  left: 3px;
  max-width: 20px;
  max-height: 20px;
  bottom: 15px;
  border: 1px solid #ccc;
}

.chatdetails .messages.other .message .custom-avatar {
  padding-left: 0;
  padding-right: 27px;
}
.chatdetails .messages.other .message .custom-avatar img {
  left: initial;
  right: 7px;
}

/**Chat details**/
.chats .single-item p.unread span {
  color: #0188c8;
}
.chats .single-item {
  border: none;

  margin-bottom: 3px;
  background: #fdfbfb;
}

.chats .button-search {
  border-radius: 7px;
  padding: 3px 2px 3px 10px;
  font-size: 15px;
  color: #807e7e;
  margin-bottom: 10px;
}
.chats .button-search:before {
  font-size: 19px;
  color: #807e7e;
}
.chat-modal .text-white {
  color: #fff !important;
}
.chat-modal ion-content {
  padding-top: 105px;
}
.custom-bar-chat {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 44px;
  border-width: 0;
  border-style: solid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  background-color: white;
  background-size: 0;
  border-color: #b2b2b2;
  background-color: #f8f8f8;
  background-image: linear-gradient(
    0deg,
    #b2b2b2,
    #b2b2b2 50%,
    transparent 50%
  );
  color: #444;
}

/*Events page*/
.events .custom-tabs {
  padding: 0;
}
.events .custom-tabs .custom-tab-left {
  padding-left: 0;
  padding-right: 1px;
  padding-bottom: 0;
}
.events .custom-tabs .custom-tab-right {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 1px;
}
.events .custom-tabs button {
  margin: 0;
  border-radius: 0;
  border-bottom: 2px solid #a4e2f9;
  color: #0377b3;
}
.events .custom-tabs button.active {
  border-bottom: 2px solid #0188c8;
  background: #a4e2f9;
  color:#0a3146;
}

.events .search-block {
  background: #ecf1f3;
  padding: 20px 8px 8px;
}

.events .search-block .item {
  border-bottom: 1px solid #ccc;
}

.event-details .purchase-qty{
  border: 1px solid #fbf0f0;
  padding-top: 0;
  padding-bottom: 0;
}

/*Deals page*/
.deals .custom-tabs {
  padding: 0;
}
.deals .custom-tabs .custom-tab-left {
  padding-left: 0;
  padding-right: 1px;
  padding-bottom: 0;
}
.deals .custom-tabs .custom-tab-right {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 1px;
}
.deals .custom-tabs button {
  margin: 0;
  border-radius: 0;
  border-bottom: 2px solid #a4e2f9;
  color: #0377b3;
}
.deals .custom-tabs button.active {
  border-bottom: 2px solid #0188c8;
  background: #a4e2f9;
  color:#0a3146;
}
.deals .search-block {
  background: #ecf1f3;
  padding: 20px 8px 8px;
}

.deals .search-block .item {
  border-bottom: 1px solid #ccc;
}

/**connection**/
.connection .button-search {
  border-radius: 7px;
  padding: 3px 2px 3px 10px;
  font-size: 15px;
  color: #807e7e;
  margin-bottom: 10px;
}
.connection .button-search:before {
  font-size: 19px;
  color: #807e7e;
}
.connection .text-white {
  color: #fff !important;
}
.donate-button{
  border-bottom: 2px solid #999 !important;
}
.text-red{
  color: #F2533A !important;
}

a{
  text-decoration: none;
}

/**Ticket Network**/

.ticket-event .date-num {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25em;
}
.ticket-event .date-text {
  font-size: 13px;
  color: #9a9a9a;
  text-transform: uppercase;
  padding-left: 3px;
  line-height: 1.25em;
}
.ticket-event .event-name {
  font-size: 16px;
  color: #3d827f;
  white-space: pre-wrap;
  line-height: 1.25em;
  height: 4.75em;
}
.ticket-event .event-sub {
  color: #b6b6b6;
  font-size: 15px;
  font-style: italic;
}
.ticket-event .btn-custom-ev {
  color: #3f3f3f !important;
  font-weight: 600;
  background: #ceeaf5;
  border-radius: 2px;
  margin-bottom: 5px;
}
.ticket-event .custom-item {
  padding: 5px;
  background: #F8F7F3;
}
.ticket-event .custom-item .block {
  margin-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
}

.ticket-event .custom-item .expired {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f9e4bd;
  padding: 1px 6px;
  color: #f71212;
  font-size: 15px;
}

.ticket-event .custom-tabs {
  padding: 0;
}
.ticket-event .custom-tabs .custom-tab-left {
  padding-left: 0;
  padding-right: 1px;
  padding-bottom: 0;
}
.ticket-event .custom-tabs .custom-tab-right {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 1px;
}
.ticket-event .custom-tabs button {
  margin: 0;
  border-radius: 0;
  border-bottom: 2px solid #a4e2f9;
  color: #0377b3;
}
.ticket-event .custom-tabs button.active {
  border-bottom: 2px solid #0188c8;
  background: #a4e2f9;
  color:#0a3146;
}

.ticket-event .search-block {
  background: #ecf1f3;
  padding: 20px 8px 8px;
}

.ticket-event .search-block .item {
  border-bottom: 1px solid #ccc;
}


.ticket-event-details .item-body{
  background: #F8F7F3;
  padding: 10px;
}
.ticket-event-details .block {
  margin-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
}
.ticket-event-details .title-2{
  font-size: 20px;
  font-weight: 600;
}
.ticket-event-details .sub-text{
    font-size: 16px;
    color: #8C8C8B;
}
.ticket-event-details .sub-date {
    color: #C1C1BF;
    font-size: 15px;
    font-style: italic;
}
.ticket-event-details .btn-custom-date{
    background: #ECEAE4;
    height: 63px;
    font-size: 16px;
    color: #6E6E6D;
    font-weight: 600;
    box-shadow: none;
    vertical-align: middle;
    border-radius: 3px;
    float: left;
    width: 24%;
    text-align: center;
    margin-right: 1%;
    padding: 6px 2px;
    line-height: 1.25em;
}
.ticket-event-details .btn-custom-date.active{
  background: #007F7B;
  color:#fff;
}
.ticket-event-details .btn-purchase{
    background: #007F7B;
    color:#fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25em;
}

.ticket-event-details #countdown {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: left;
}

.ticket-event-details #countdown > .single{
    padding: 7px;
    border-radius: 8px;
    background: #ECEAE4;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    min-width: 20%;
}

.ticket-event-details #countdown .single > span{
    padding: 10px;
    border-radius: 50%;
    background: #007F7B;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    min-width: 40px;
    min-height: 40px;
}

.ticket-event-details  .label{
    padding-top: 5px;
    font-size: 15px;
    color: #6E6E6D;
    text-align: center;
}
.ticket-event-details .info-label{
  margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background: #d55519;
}

/** iYapLive**/
.iyaplivehome .single{
  margin-bottom: 10px;
  width: 50%; float:left;
  padding-right: 5px;
  padding-left:5px;
}

.iyaplivehome .single .custom-image{
  background: #f4f4f5; width: 100%; height: 100px; overflow: hidden; text-align: center;
}
.iyaplivehome .single .custom-image img{
  max-height: 100%; max-width: 100%; margin: 0 auto;
}

.iyaplivehome .single .item-body{
  border: 0;
  padding: 7px;
}
.iyaplivehome .single .item-body h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 7px;
}
.iyaplivehome .single .item-body p{
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.iyaplivehome .view-all{
   background-color: #a4e2f9; color: #0188c8;width: 54%;margin: 0 auto;padding: 4px;
 }

/* IyapMall Products */
.iyap-mall-order-modal .item{
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.iyap-mall-order-modal .item.pin{
  margin-top: 5px;
  border: 1px solid #f15d2687;
  color: #f15d26;
  font-weight: bold;
}



/*End Chatbox and Help desk*/

/**======Language Spanish====*/
.main-es .custom-stacked-label.forgot-pin .input-label {
  font-size: 12px;
}
.main-es .forgot-pin a {
  font-size: 12px;
}
.main-es .submenu-left .list .item,
.main-es .custom-stacked-label .input-label,
.main-es .custom-stacked-label .extra-label,
.main-es .custom-top-title {
  font-size: 15px;
}

.main-es .profile .list .item .announcement {
  font-size: 12px;
}
@media screen and (max-width: 360px) {
  .main-es .quickbox .sub-nav .button {
    font-size: 12px;
  }

  .main-es .button {
    font-size: 13px;
  }
}

.custom-loading {
  color: #9fa1a4 !important;
  background:#f8f8f8;
}


/** New Style 3 **/
.dash-v3 .date{
  color: #fff;
  font-size: 18px;
  padding: 30px 10px 8px;
  font-weight: 300;
}
.dash-v3 .fullname{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 12px 10px;
}
.dash-v3 .dash3-items .title{
  font-size: 18px;
  color:#000;
  font-weight: normal;
  margin-bottom: 0;
  text-decoration: none;
}
.dash-v3 .dash3-items .summ{
  color: #f04f26;
}

.dash-v3 .dash3-items .custom-item{
  padding-top:5px;
  padding-bottom: 10px;
  border-top: 1px  solid #ccc;
  margin-bottom: 15px;
}

.dash-v3 .dash3-items .custom-item a {
  text-decoration: none;
}

.dash-v3 .dash3-items .custom-item p{
  font-size: 15px;
  color:#9fa1a4;
  font-weight: 300;
  margin-bottom: 0;
}

.dash-v3 .dash3-items .custom-item .add{
  color: #f79768;
}

.dash-v3 .dash3-items .custom-item .amount{
  color: #000;
  font-size: 20px;
  text-align: right;
  padding-top: 10px;
}
.dash-v3 .dash3-items .custom-item .amount i{
  color:#a9a9a9;
}

/**Money in out**/

.money-in-out .items .custom-item {
  padding-top:5px;
  padding-bottom: 10px;
  border-bottom: 1px  solid #ccc;
  margin-bottom: 15px;
}
.money-in-out .items .custom-item img{
  max-width: 75%;
}
.money-in-out .items .custom-item h3{
  font-size: 18px;
  color: #f04f26;
  font-weight: 500;
  margin-bottom: 5px;
}
.money-in-out .items a{
  text-decoration: none !important;
}

.money-in-out .items .custom-item p{
  font-size: 15px;
  color: #231f20;
  font-weight: 300;
  margin-bottom: 0;
}

.money-in-out .items .custom-item .help{
  color: #9ea1a3;
  text-align: right;
}
.money-in-out .items .custom-item .help i{
  padding: 0px 6px;
  border: 1px solid #ccc;
  border-radius: 50%;
}


/* Load Money */

.custom-v3-item {
  padding-top:5px;
  padding-bottom: 10px;
  border-bottom: 1px  solid #ccc;
  margin-bottom: 15px;
}
.custom-v3-item p{
  font-size: 15px;
  color:#9fa1a4;
  font-weight: 300;
  margin-bottom: 0;
}
.custom-v3-item .title{
  font-size: 18px;
  color:#f79768;
  font-weight: normal;
  margin-bottom: 0;
  text-decoration: none;
}
.custom-v3-item .amount{
  color: #000;
  font-size: 16px;
  text-align: right;
  padding-top: 5px;
}
.custom-v3-item .amount i{
  color:#a9a9a9;
}
.custom-v3-item a{
  text-decoration: none;
}

.liquidboard  .btn-common-rounded{
    margin: 10px 15px;
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
  }
.liquidboard  .btn-iyap {
    background-color: #f15e25;
    color:#fff;
  }
.liquidboard  .btn-grey {
    background-color: #474749;
    color:#fff;
  }

.liquidboard  .menu-right-block {
    margin-top:5px;
  }
.liquidboard  .header-liner h4{
  color:#fff !important;
}
.liquidboard  .header-liner{
    background: #f0532a;
  }

.liquidboard  .banner{
    background: #fff;
    box-shadow: 6px 6px 10px 3px #ccc;
    margin-bottom: 50px;
  }
.liquidboard  .banner a{
    font-weight: 400;
  }

.liquidboard  .banner .image-block{
    position: relative;
    width: 100%;
    height: 150px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
.liquidboard  .banner .image-block img{
    height: 150px;
  }
.liquidboard  .banner .text-block{
    padding-top:20px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
.liquidboard  .banner .text-block h3{
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
  }
.liquidboard  .banner .text-block p{
    font-size: 16px;
    color:#ccc;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }

.liquidboard  .banner .right-block{
    width: 100%;
    height: 150px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
.liquidboard  .banner .right-block a{
    position:absolute;
    bottom: 0;
    right:15px;
  }


.liquidboard  .menu-block{
    background: #fff;
    box-shadow: 6px 6px 10px 3px #ccc;
    margin-bottom: 10px;
  }
.liquidboard  .menu-block a{
    font-weight: 400;
  }

.liquidboard  .menu-block .image-block{
    position: relative;
    width: 100%;
    height: 85px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
.liquidboard  .menu-block .image-block img{
  position: absolute;
  height: 80px;
  left: -25px;
}
.liquidboard  .menu-block .text-block{
  padding-top:10px;
  padding-bottom: 5px;
  padding-right: 15px;
}
.liquidboard  .menu-block .text-block h3{
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
.liquidboard  .menu-block .text-block p{
  font-size: 15px;
  color:#ccc;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  line-height: 1.15em;
  height: 2.30em;
  overflow: hidden;
}

.ccimg-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.ccclearfix:before, .ccclearfix:after{
  content: " ";
  display: table;
}

.ccrow {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  overflow: hidden;
  height: auto;
  min-width: 100%;
}
.cccol-xs-1, .cccol-sm-1, .cccol-md-1, .cccol-lg-1, .cccol-xs-2, .cccol-sm-2, .cccol-md-2, .cccol-lg-2, .cccol-xs-3, .cccol-sm-3, .cccol-md-3, .cccol-lg-3, .cccol-xs-4, .cccol-sm-4, .cccol-md-4, .cccol-lg-4, .cccol-xs-5, .cccol-sm-5, .cccol-md-5, .cccol-lg-5, .cccol-xs-6, .cccol-sm-6, .cccol-md-6, .cccol-lg-6, .cccol-xs-7, .cccol-sm-7, .cccol-md-7, .cccol-lg-7, .cccol-xs-8, .cccol-sm-8, .cccol-md-8, .cccol-lg-8, .cccol-xs-9, .cccol-sm-9, .cccol-md-9, .cccol-lg-9, .cccol-xs-10, .cccol-sm-10, .cccol-md-10, .cccol-lg-10, .cccol-xs-11, .cccol-sm-11, .cccol-md-11, .cccol-lg-11, .cccol-xs-12, .cccol-sm-12, .cccol-md-12, .cccol-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.cccol-xs-1, .cccol-xs-2, .cccol-xs-3, .cccol-xs-4, .cccol-xs-5, .cccol-xs-6, .cccol-xs-7, .cccol-xs-8, .cccol-xs-9, .cccol-xs-10, .cccol-xs-11, .cccol-xs-12 {
  float: left;
}
.cccol-xs-12 {
  width: 100%;
}
.cccol-xs-11 {
  width: 91.66666667%;
}
.cccol-xs-10 {
  width: 83.33333333%;
}
.cccol-xs-9 {
  width: 75%;
}
.cccol-xs-8 {
  width: 66.66666667%;
}
.cccol-xs-7 {
  width: 58.33333333%;
}
.cccol-xs-6 {
  width: 50%;
}
.cccol-xs-5 {
  width: 41.66666667%;
}
.cccol-xs-4 {
  width: 33.33333333%;
}
.cccol-xs-3 {
  width: 25%;
}
.cccol-xs-2 {
  width: 16.66666667%;
}
.cccol-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .cccol-sm-1, .cccol-sm-2, .cccol-sm-3, .cccol-sm-4, .cccol-sm-5, .cccol-sm-6, .cccol-sm-7, .cccol-sm-8, .cccol-sm-9, .cccol-sm-10, .cccol-sm-11, .cccol-sm-12 {
    float: left;
  }
  .cccol-sm-12 {
    width: 100%;
  }
  .cccol-sm-11 {
    width: 91.66666667%;
  }
  .cccol-sm-10 {
    width: 83.33333333%;
  }
  .cccol-sm-9 {
    width: 75%;
  }
  .cccol-sm-8 {
    width: 66.66666667%;
  }
  .cccol-sm-7 {
    width: 58.33333333%;
  }
  .cccol-sm-6 {
    width: 50%;
  }
  .cccol-sm-5 {
    width: 41.66666667%;
  }
  .cccol-sm-4 {
    width: 33.33333333%;
  }
  .cccol-sm-3 {
    width: 25%;
  }
  .cccol-sm-2 {
    width: 16.66666667%;
  }
  .cccol-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .cccol-md-1, .cccol-md-2, .cccol-md-3, .cccol-md-4, .cccol-md-5, .cccol-md-6, .cccol-md-7, .cccol-md-8, .cccol-md-9, .cccol-md-10, .cccol-md-11, .cccol-md-12 {
    float: left;
  }
  .cccol-md-12 {
    width: 100%;
  }
  .cccol-md-11 {
    width: 91.66666667%;
  }
  .cccol-md-10 {
    width: 83.33333333%;
  }
  .cccol-md-9 {
    width: 75%;
  }
  .cccol-md-8 {
    width: 66.66666667%;
  }
  .cccol-md-7 {
    width: 58.33333333%;
  }
  .cccol-md-6 {
    width: 50%;
  }
  .cccol-md-5 {
    width: 41.66666667%;
  }
  .cccol-md-4 {
    width: 33.33333333%;
  }
  .cccol-md-3 {
    width: 25%;
  }
  .cccol-md-2 {
    width: 16.66666667%;
  }
  .cccol-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .cccol-lg-1, .cccol-lg-2, .cccol-lg-3, .cccol-lg-4, .cccol-lg-5, .cccol-lg-6, .cccol-lg-7, .cccol-lg-8, .cccol-lg-9, .cccol-lg-10, .cccol-lg-11, .cccol-lg-12 {
    float: left;
  }
  .cccol-lg-12 {
    width: 100%;
  }
  .cccol-lg-11 {
    width: 91.66666667%;
  }
  .cccol-lg-10 {
    width: 83.33333333%;
  }
  .cccol-lg-9 {
    width: 75%;
  }
  .cccol-lg-8 {
    width: 66.66666667%;
  }
  .cccol-lg-7 {
    width: 58.33333333%;
  }
  .cccol-lg-6 {
    width: 50%;
  }
  .cccol-lg-5 {
    width: 41.66666667%;
  }
  .cccol-lg-4 {
    width: 33.33333333%;
  }
  .cccol-lg-3 {
    width: 25%;
  }
  .cccol-lg-2 {
    width: 16.66666667%;
  }
  .cccol-lg-1 {
    width: 8.33333333%;
  }
}


.logout-header-btn{
  position: absolute;
  z-index: 100;
  right: 40px;
  color: #fff;
  border: 1px solid #fef9f9;
  min-height: 30px;
  line-height: 1em;
  margin-top: 8px;
}

.logout-header-btn.icon-right:before {
    padding-left: 0.52em;
    line-height: .71em;
}


/** Scan Page **/
.custom-web-scan img {
  border: 0;
}
.custom-web-scan #main {
  margin: 15px auto;
  background: white;
  overflow: auto;
  width: 100%;
}
.custom-web-scan #header {
  background: white;
  margin-bottom: 15px;
}
.custom-web-scan #mainbody {
  background: white;
  width: 100%;
  /* display: none; */
}
.custom-web-scan #footer {
  background: white;
}
.custom-web-scan #v {
  width: 320px;
  height: 240px;
}
.custom-web-scan #qr-canvas {
  display: none;
}
.custom-web-scan #qrfile {
  width: 320px;
  height: 240px;
}
.custom-web-scan #mp1 {
  text-align: center;
  font-size: 35px;
}
.custom-web-scan #imghelp {
  position: relative;
  left: 0px;
  top: -160px;
  z-index: 100;
  font: 18px arial, sans-serif;
  background: #f0f0f0;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
}
.custom-web-scan .selector {
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.custom-web-scan #outdiv {
  width: 320px;
  height: 240px;
  border: solid;
  border-width: 3px 3px 3px 3px;
}
.custom-web-scan #result {
  border: solid;
  border-width: 1px 1px 1px 1px;
  padding: 20px;
  width: 70%;
}
.custom-web-scan ul {
  margin-bottom: 0;
  margin-right: 40px;
}
.custom-web-scan li {
  display: inline;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-weight: bold;
}
.custom-web-scan li a {
  text-decoration: none;
  color: black;
}
.custom-web-scan #footer a {
  color: black;
}
.custom-web-scan .tsel {
  padding: 0;
}
.custom-web-scan .purchase_voucher {
  background: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 2px #8c8c8c;
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.custom-web-scan .purchase_voucher td,
.custom-web-scan .purchase_voucher th,
.custom-web-scan .purchase_voucher table {
  border: none !important;
}
.custom-web-scan .purchase_voucher .form-control,
.custom-web-scan .purchase_voucher .select2-selection {
  border: 1px solid #777777 !important;
  height: 34px !important;
  border-radius: 2px;
}
.custom-web-scan .purchase_voucher label {
  color: #fff;
  /* text-align: right; */
  font-size: 22px;
  font-weight: 500;
  padding: 2px 5px;
  background: #F9851D;
  margin: 9px 0px;
  border-radius: 2px;
}
.custom-web-scan .purchase_voucher #code {
  height: 56px !important;
  background: #fafafa;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: crosshair;
  width: 100%;
  max-width: 600px;
  margin: 8px auto;
  padding: 5px 18px;
}
.custom-web-scan .purchase_voucher h2 {
  color: #F9851D;
  font-size: 20px;
  margin: 5px 0;
  font-weight: 500;
}
.custom-web-scan .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.custom-web-scan .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
}
.custom-web-scan .nav-tabs > li.active > a,
.custom-web-scan .nav-tabs > li.active > a:hover,
.custom-web-scan .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #e8e8e8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.custom-web-scan .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #e8e8e8;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.custom-web-scan .thumbnail .caption {
    padding: 9px;
    color: #333333;
}


/* Registration */
.web-signup .personal_image{
  max-width: 150px  ;
}



.web-signup .heading{
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-align: center;
}
.web-signup .block-area .steptitle{
    font-weight: bold;
    margin: 5px auto;
    height: 43px;
    font-size: 20px;
    text-align: left;
    color: #CBA841;
}
.web-signup .member-join-1{}
.web-signup .member-join-1 .red{color:red}
.web-signup .member-join-1 .block-area{}
.web-signup .block-area .stepname{
    color: #F84F0E;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
    height: 32px;
    font-size: 25px;
}
.web-signup .member-join-1 .block-area .steptitle{
    font-weight: bold;
    margin: 5px auto;
    height: 43px;
    font-size: 20px;
    text-align: left;
}
.web-signup .block-area .shadow-block{
    box-shadow: 0px 0px 4px 2px #acacac;
    border-radius: 8px;
    padding: 10px 0px 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.web-signup .member-join-1 .block-area .shadow-block .block-text-1{
    background: #E0DFE0;
    font-size: 15px;
    padding: 21px 14px;
    border-radius: 10px;
    margin: 0px 14px 5px;
}
.web-signup .member-join-1 .block-area .shadow-block p{
    margin: 8px;
    font-size: 16px;
    line-height: 20px;
}
.web-signup .member-join-1 .block-area .shadow-block .border-down{
    background: #FBAD6D;
    height: 4px;
    width: 100%;
}

.web-signup .member-join-1 .block-area .select-area h3{}
.web-signup .member-join-1 .block-area .select-area img{}
.web-signup .member-join-1 .block-area .custom-next{
    width: 100%;
    max-width: 300px;
    background: #FB6931;
    color: #fff;
    font-size: 23px;
    border-radius: 6px;
    margin: 5px auto;
}
.web-signup .member-join-1 .checkimg {
    left: 50%;
    bottom: 93px;
    opacity: 1;
}

.web-signup .member-join-1 .checkimg:checked + .checkbox-img{
    border: 2px solid #fa7340 !important;
    opacity: 0.8;
}
.web-signup .member-join-1 .radio_check_box p {
    color: #000;
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}




/*Global CSS*/
.radio_check_box {
    box-sizing: border-box;
    position: relative;
    display: block;
}
.radio_check_box p {
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
.checkbox-img {
    border: none;
    box-sizing: border-box;
    margin-bottom: 0;
    background: none ;
    box-shadow: none;
    padding: 0;
    max-height: 292px;
}
.checkbox-img img {
    overflow-y: hidden;
}
input[type=radio].checkimg, input[type=checkbox].checkimg {
    position: absolute;
    width: 20px;
    height: 20px;
}
input[type=radio].checkimg + .checkbox-img, input[type=checkbox].checkimg + .checkbox-img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #000;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
input[type=radio].checkimg:checked + .checkbox-img, input[type=checkbox].checkimg:checked + .checkbox-img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #484846;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}




.web-signup .member-join-2{}
.web-signup .member-join-2 .red{color:red}
.web-signup .member-join-2 .block-area{}
/* .web-signup .member-join-2 .block-area .stepname{
    color: #F84F0E;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
    height: 30px;
    font-size: 25px;
} */
.web-signup .member-join-2 .block-area .steptitle{
    margin: 5px auto;
    height: 30px;
    font-size: 20px;
    color: #626263;
}

.web-signup .member-join-2 .block-area .shadow-block{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.web-signup .member-join-2 .block-area .shadow-block img{
    margin: 0 auto;

}
.web-signup .member-join-2 .block-area .shadow-block .block-text-1{
    background: #E0DFE0;
    font-size: 19px;
    padding: 43px 14px;
    border-radius: 10px;
    margin: 0px 18px 10px;
}
.web-signup .member-join-2 .block-area .shadow-block p{
    margin: 18px;
    font-size: 17px;
    line-height: 20px;
}
.web-signup .member-join-2 .block-area .shadow-block .border-down{
    background: #FBAD6D;
    height: 4px;
    width: 100%;
}
.web-signup .member-join-2 .block-area .custom-next{
    width: 100%;
    max-width: 200px;
    background: #FB6931;
    color: #fff;
    font-size: 23px;
    border-radius: 6px;
    margin: 5px auto;
}

.web-signup .member-join-2 .checkimg {
    right: 3px;
    top: 3px;
}

.web-signup .member-join-2 .radio_check_box p {
    color: #626263;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.web-signup .member-join-2 .checkbox-img{
    height: 140px;
    overflow: hidden;
    position: relative;
}
.web-signup .member-join-2 .custom-cat{
    background: #E9E9E7;
    border: 1px solid #1b1a1a;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.showPersonalUser,
.showBusinessUser{
    display: none;
}




.web-signup .member-join-3{}
.web-signup .member-join-3 .red{color:red}
.web-signup .member-join-3 .block-area{}
/* .web-signup .member-join-3 .block-area .stepname{
    color: #F84F0E;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
    height: 40px;
} */
.web-signup .member-join-3 .block-area .steptitle{
    font-weight: bold;
    margin: 5px auto;
    height: 20px;
    font-size: 20px;
}

.web-signup .member-join-3 .block-area .shadow-block{
  padding: 15px 15px 30px;
}
.web-signup .member-join-3 .block-area .shadow-block h3{
    margin: 5px auto;
    text-align: center;
}

.web-signup .member-join-3 .block-area .shadow-block img{
    max-width: 145px;
    margin: 0 auto;
    border-radius: 14px;
}
.web-signup .member-join-3 .block-area .shadow-block .form-control{
  background: #C9C9CB;
  height: 25px;
  font-size: 17px;
  padding: 1px 3px;
}
.web-signup .member-join-3 .block-area .shadow-block .btn-save{
    width: 100%;
    max-width: 100px;
    background: #FB6931;
    color: #fff;
    font-size: 17px;
    border-radius: 6px;
    margin: 0px auto 11px;
}

.web-signup .member-join-3 .block-area .select-area h3{}
.web-signup .member-join-3 .block-area .select-area img{}
.web-signup .member-join-3 .block-area .custom-next{
    width: 100%;
    max-width: 200px;
    background: #FB6931;
    color: #fff;
    font-size: 23px;
    border-radius: 6px;
    margin: 5px auto;
}
.web-signup .member-join-3 .block-area .select-area .single_input {
    margin-bottom: 14px;
}

.web-signup .member-join-3 .block-area .select-area .single_input label{
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
.web-signup .member-join-3 .radio_check_box p {
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.web-signup .interestedin .radio_check_box{
  margin-bottom: 18px;
  max-width: 64px;
  float: left;
}
.web-signup .interestedin .radio_check_box p {font-size: 12px;}
.web-signup .interestedin .checkbox-img {
    height: 20px;
    width: 11px;
    margin: 0 auto;
    padding: 8px 36px 33px 15px;
    border: 1px solid #eae9e9a1;
    text-align: center;
    margin-right: 10px;
}
.web-signup .form-control {
    display: block;
    width: 100%;
    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;
}


.popup-container{
  align-items: baseline;
  padding-top: 20px;
}

.signup-pop.popup-container{
  align-items: center;
}

#loader-wrapper {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.06);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
