#af_actionsheet {
  position: absolute;
  left: 0px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin: auto;
  background: black;
  float: left;
  z-index: 9999;
  border-top: #fff 1px solid;
  background: rgba(71, 71, 71, 0.95);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)), color-stop(0.08, rgba(255, 255, 255, 0.1)), color-stop(0.08, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 8%, rgba(255, 255, 255, 0) 8%);
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
  bottom: 0px;
}
#af_actionsheet a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.8);
  padding: 0px .25em;
  border: 1px solid rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  border-radius: .75em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
  display: block;
  color: white;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #828282;
}
#af_actionsheet a.selected {
  background-color: #969696;
}
#af_actionsheet a.cancel {
  background-color: #2b2b2b;
  color: white;
}
#af_actionsheet a.cancel.selected {
  background-color: #494949;
}
#af_actionsheet a.red {
  color: white;
  background-color: #cc0000;
}
#af_actionsheet a.red.selected {
  background-color: #ff0000;
}

#lockScreen {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 99999999999999;
  background: #ccc;
}
#lockScreen .flexContainer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}
#lockScreen .keyboard {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
#lockScreen .keyboard .row {
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 1.3em;
  font-weight: bold;
}
#lockScreen .keyboard .row div {
  display: block;
  width: 33.33%;
  float: left;
  border: 1px solid #000;
  justify-content: center;
  text-align: center;
}
#lockScreen .keyboard .row div.grey {
  background: white;
}
#lockScreen .content {
  position: absolute;
  top: 0px;
  bottom: 170px;
  width: 100%;
  text-align: center;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  align-items: center;
  justify-content: center;
}
#lockScreen .touched {
  background-color: white;
}
#lockScreen input[type="password"] {
  height: 50px;
  font-size: 40px;
  width: 200px;
  text-align: center;
}
#lockScreen .icon {
  font-size: 50px;
  color: white;
  margin-bottom: 10px;
}
#lockScreen .error {
  padding-top: 10px;
  visibility: hidden;
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}
#lockScreen.round .content {
  bottom: 250px;
}
#lockScreen.round .keyboard {
  bottom: 10px;
}
#lockScreen.round .keyboard .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  margin-bottom: 20px;
}
#lockScreen.round .keyboard .row div {
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -ms-box-ordinal-group: 1;
  box-ordinal-group: 1;
  float: none;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  margin: 10px;
  cursor: pointer;
}
#lockScreen.round .keyboard .row div.grey {
  background: transparent;
  border: none;
}
#lockScreen.round input[type="password"] {
  height: 50px;
  font-size: 40px;
  width: 200px;
  text-align: center;
  background: transparent;
  color: white;
}
#lockScreen.round input[type="password"]::-webkit-input-placeholder {
  color: white;
}
#lockScreen.round input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#lockScreen.round input[type="password"]:-ms-input-placeholder {
  color: white;
}

#mask {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}
.afPopup {
  display: block;
  width: 280px;
  float: left;
  border: solid 1px #72767b;
  border-radius: 10px;
  padding: 10px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  z-index: 1000000;
  top: 50%;
  left: 50%;
  margin: 0px auto;
  background: #464646;
  color: white;
}
.afPopup > * {
  color: inherit;
}
.afPopup > HEADER {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 5px;
}
.afPopup > DIV {
  font-size: 14px;
  margin: 8px;
}
.afPopup > FOOTER {
  width: 100%;
  text-align: center;
  display: block !important;
}
.afPopup > FOOTER > A#cancel {
  float: left;
}
.afPopup > FOOTER > A#action {
  float: right;
}
.afPopup > FOOTER > A.center {
  float: none!important;
  width: 80%;
  margin: 8px;
}
.afPopup.hidden {
  opacity: 0;
  -webkit-transform: scale(0.1);
}
.afPopup.show {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#splashscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 30px;
  text-align: center;
  z-index: 9999;
  display: block;
}
.ui-icon {
  background: #666;
  background: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
}
.ui-loader {
  display: none;
  margin: 10px;
  position: absolute;
  opacity: .85;
  z-index: 100;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -35px;
  padding: 10px 30px;
  background: #666;
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
.ui-loader h1 {
  font-size: 15px;
  text-align: center;
}
.ui-loader .ui-icon {
  position: static;
  display: block;
  opacity: .9;
  margin: 10px auto;
  width: 35px;
  height: 35px;
  background-color: #eee;
}
.ui-loader.heavy {
  opacity: 1;
}
.spin {
  -webkit-transform: rotate(360deg);
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  transform: rotate(360deg);
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ui-icon-loading {
  width: 40px;
  height: 40px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: white;
  border-radius: 10px;
}
.ui-corner-all {
  border-radius: .6em;
}

.swipe-reveal .swipe-hidden {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  bottom: 0px;
}
.swipe-reveal .swipe-content {
  position: relative;
  display: block;
  color: inherit;
  margin: -20px -20px -20px -10px;
  text-decoration: none;
  padding: 20px 20px 20px 10px;
  background: inherit;
  z-index: 2;
}
.swipe-hidden .button,
.swipe-hidden .button.pressed {
  display: inline-block;
  height: 100%;
  background: #ccc !important;
  color: white;
  border-radius: 0 !important;
  border: none;
  padding: 20px 15px;
  margin: 0;
  float: left;
  color: white !important;
}
.swipe-hidden .archive,
.swipe-hidden .archive.pressed {
  background: red !important;
}

.afToast {
  width: auto;
  border: solid 1px #72767b;
  z-index: 1000000;
  margin: 0px auto;
  background: #464646;
  color: white;
  opacity: 0.95;
  height: auto;
  font-size: 20px;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
  text-align: left;
  line-height: 46px;
  margin: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
}
.afToast > * {
  color: inherit;
}
.afToast > DIV {
  font-size: 16px;
  margin: 8px;
}
.afToast.hidden {
  opacity: 0.1;
  height: 5px;
  overflow: hidden;
}
.afToastContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
}
.afToast.success {
  background: #499349;
}
.afToast.error {
  background: #AA312A;
}
.afToast.warning {
  background: #DF8505;
}
.afToastContainer.br {
  bottom: 0px;
  right: 0px;
  top: auto;
  left: auto;
}
.afToastContainer.bl {
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto;
}
.afToastContainer.tl {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
}
.afToastContainer.tr {
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
}
.afToastContainer.tc {
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}
.afToastContainer.bc {
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
}


.panel.active,
.panel.animation-active {
  display: block !important;
  z-index: 100;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.animation-active {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.panel.animation-active {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.fast {
  -webkit-transition-duration: 100ms !important;
  transition-duration: 100ms !important;
}
.none-in,
.none-out {
  -webkit-animation: noTransition 1ms forwards;
  animation: noTransition 1ms forwards;
}
.blank-in,
.blank-out,
.blank {
  -webkit-animation: noTransition 300ms forwards;
  animation: noTransition 300ms forwards;
}
@-webkit-keyframes noTransition {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.99;
  }
}
@keyframes noTransition {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.99;
  }
}

.slide-in {
  -webkit-animation: slide-inAnimation 300ms forwards;
  animation: slide-inAnimation 300ms forwards;
}
@-webkit-keyframes slide-inAnimation {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-inAnimation {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-in.animation-reverse {
  -webkit-animation: slide-inAnimationReverse 450ms forwards;
  animation: slide-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-inAnimationReverse {
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-inAnimationReverse {
  100% {
    transform: translate3d(100%, 0, 0);
  }
  0% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-out {
  -webkit-animation: slide-outAnimation 300ms forwards;
  animation: slide-outAnimation 300ms forwards;
}
@-webkit-keyframes slide-outAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200px, 0, 0);
  }
}
@keyframes slide-outAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-200px, 0, 0);
  }
}
.slide-out.animation-reverse {
  -webkit-animation: slide-outAnimationReverse 450ms forwards;
  animation: slide-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-outAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(-200px, 0, 0);
  }
}
@keyframes slide-outAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(-200px, 0, 0);
  }
}
.slide-full-in {
  -webkit-animation: slide-full-inAnimation 300ms forwards;
  animation: slide-full-inAnimation 300ms forwards;
}
@-webkit-keyframes slide-full-inAnimation {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-full-inAnimation {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-full-in.animation-reverse {
  -webkit-animation: slide-full-inAnimationReverse 450ms forwards;
  animation: slide-full-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-full-inAnimationReverse {
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-full-inAnimationReverse {
  100% {
    transform: translate3d(100%, 0, 0);
  }
  0% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-full-out {
  -webkit-animation: slide-full-outAnimation 300ms forwards;
  animation: slide-full-outAnimation 300ms forwards;
}
@-webkit-keyframes slide-full-outAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-full-outAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.slide-full-out.animation-reverse {
  -webkit-animation: slide-full-outAnimationReverse 450ms forwards;
  animation: slide-full-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-full-outAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide-full-outAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}
.pop-in {
  -webkit-animation: pop-inAnimation 300ms forwards;
  animation: pop-inAnimation 300ms forwards;
}
@-webkit-keyframes pop-inAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes pop-inAnimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.pop-in.animation-reverse {
  -webkit-animation: pop-inAnimationReverse 450ms forwards;
  animation: pop-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes pop-inAnimationReverse {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes pop-inAnimationReverse {
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
  0% {
    opacity: 1;
    transform: scale(1);
  }
}
.pop-out {
  -webkit-animation: noTransition 300ms forwards;
  animation: noTransition 300ms forwards;
}
.fade-in {
  -webkit-animation: fade-inAnimation 300ms forwards;
  animation: fade-inAnimation 300ms forwards;
}
@-webkit-keyframes fade-inAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-inAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in.animation-reverse {
  -webkit-animation: fade-inAnimationReverse 450ms forwards;
  animation: fade-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes fade-inAnimationReverse {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
@keyframes fade-inAnimationReverse {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
.fade-out {
  -webkit-animation: noTransition 300ms forwards;
  animation: noTransition 300ms forwards;
}
.up-in {
  -webkit-animation: up-inAnimation 300ms forwards;
  animation: up-inAnimation 300ms forwards;
}
@-webkit-keyframes up-inAnimation {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
  }
}
@keyframes up-inAnimation {
  0% {
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
.up-in.animation-reverse {
  -webkit-animation: up-inAnimationReverse 450ms forwards;
  animation: up-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes up-inAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 100%, 0);
  }
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
  }
}
@keyframes up-inAnimationReverse {
  100% {
    transform: translate3d(0%, 100%, 0);
  }
  0% {
    transform: translate3d(0%, 0%, 0);
  }
}
.up-out {
  -webkit-animation: up-outAnimation 300ms forwards;
  animation: up-outAnimation 300ms forwards;
}
@-webkit-keyframes up-outAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, -200px, 0);
  }
}
@keyframes up-outAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(0%, -200px, 0);
  }
}
.up-out.animation-reverse {
  -webkit-animation: up-outAnimationReverse 450ms forwards;
  animation: up-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes up-outAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(0%, -200px, 0);
  }
}
@keyframes up-outAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(0%, -200px, 0);
  }
}
.down-in {
  -webkit-animation: down-inAnimation 300ms forwards;
  animation: down-inAnimation 300ms forwards;
}
@-webkit-keyframes down-inAnimation {
  0% {
    -webkit-transform: translate3d(0%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
  }
}
@keyframes down-inAnimation {
  0% {
    transform: translate3d(0%, -100%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
.down-in.animation-reverse {
  -webkit-animation: down-inAnimationReverse 450ms forwards;
  animation: down-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes down-inAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, -100%, 0);
  }
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
  }
}
@keyframes down-inAnimationReverse {
  100% {
    transform: translate3d(0%, -100%, 0);
  }
  0% {
    transform: translate3d(0%, 0%, 0);
  }
}
.down-out {
  -webkit-animation: down-outAnimation 300ms forwards;
  animation: down-outAnimation 300ms forwards;
}
@-webkit-keyframes down-outAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 200px, 0);
  }
}
@keyframes down-outAnimation {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  100% {
    transform: translate3d(0%, 200px, 0);
  }
}
.down-out.animation-reverse {
  -webkit-animation: down-outAnimationReverse 450ms forwards;
  animation: down-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes down-outAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
  }
  0% {
    -webkit-transform: translate3d(0%, 200px, 0);
  }
}
@keyframes down-outAnimationReverse {
  100% {
    transform: translate3d(0%, 0%, 0);
  }
  0% {
    transform: translate3d(0%, 200px, 0);
  }
}
.flip-in {
  -webkit-animation: flip-inAnimation 300ms forwards;
  animation: flip-inAnimation 300ms forwards;
  z-index: 5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes flip-inAnimation {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flip-inAnimation {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.flip-in.animation-reverse {
  -webkit-animation: flip-inAnimationReverse 450ms forwards;
  animation: flip-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes flip-inAnimationReverse {
  100% {
    -webkit-transform: rotateY(180deg);
  }
  0% {
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flip-inAnimationReverse {
  100% {
    transform: rotateY(180deg);
  }
  0% {
    transform: rotateY(0deg);
  }
}
.flip-out {
  -webkit-animation: flip-outAnimation 300ms forwards;
  animation: flip-outAnimation 300ms forwards;
  z-index: 4;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes flip-outAnimation {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
  }
}
@keyframes flip-outAnimation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.flip-out.animation-reverse {
  -webkit-animation: flip-outAnimationReverse 450ms forwards;
  animation: flip-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes flip-outAnimationReverse {
  100% {
    -webkit-transform: rotateY(0deg);
  }
  0% {
    -webkit-transform: rotateY(180deg);
  }
}
@keyframes flip-outAnimationReverse {
  100% {
    transform: rotateY(0deg);
  }
  0% {
    transform: rotateY(180deg);
  }
}
.slide-left-in {
  -webkit-animation: slide-left-inAnimation 300ms forwards;
  animation: slide-left-inAnimation 300ms forwards;
}
@-webkit-keyframes slide-left-inAnimation {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left-inAnimation {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-left-in.animation-reverse {
  -webkit-animation: slide-left-inAnimationReverse 450ms forwards;
  animation: slide-left-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-left-inAnimationReverse {
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left-inAnimationReverse {
  100% {
    transform: translate3d(-100%, 0, 0);
  }
  0% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-left-out {
  -webkit-animation: slide-left-outAnimation 300ms forwards;
  animation: slide-left-outAnimation 300ms forwards;
}
@-webkit-keyframes slide-left-outAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(200px, 0, 0);
  }
}
@keyframes slide-left-outAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(200px, 0, 0);
  }
}
.slide-left-out.animation-reverse {
  -webkit-animation: slide-left-outAnimationReverse 450ms forwards;
  animation: slide-left-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-left-outAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(200px, 0, 0);
  }
}
@keyframes slide-left-outAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(200px, 0, 0);
  }
}
.slide-right-in {
  -webkit-animation: slide-right-inAnimation 300ms forwards;
  animation: slide-right-inAnimation 300ms forwards;
}
@-webkit-keyframes slide-right-inAnimation {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right-inAnimation {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-right-in.animation-reverse {
  -webkit-animation: slide-right-inAnimationReverse 450ms forwards;
  animation: slide-right-inAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-right-inAnimationReverse {
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right-inAnimationReverse {
  100% {
    transform: translate3d(100%, 0, 0);
  }
  0% {
    transform: translate3d(0, 0, 0);
  }
}
.slide-right-out {
  -webkit-animation: slide-right-outAnimation 300ms forwards;
  animation: slide-right-outAnimation 300ms forwards;
}
@-webkit-keyframes slide-right-outAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200px, 0, 0);
  }
}
@keyframes slide-right-outAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-200px, 0, 0);
  }
}
.slide-right-out.animation-reverse {
  -webkit-animation: slide-right-outAnimationReverse 450ms forwards;
  animation: slide-right-outAnimationReverse 450ms forwards;
}
@-webkit-keyframes slide-right-outAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(-200px, 0, 0);
  }
}
@keyframes slide-right-outAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(-200px, 0, 0);
  }
}
.invoke-out {
  -webkit-animation: invoke-outAnimation 500ms forwards;
  animation: invoke-outAnimation 500ms forwards;
  z-index: 11;
}
@-webkit-keyframes invoke-outAnimation {
  0% {
    -webkit-transform: scale(1) translate3d(0%, 0, 0);
  }
  50% {
    -webkit-transform: scale(0.8) translate3d(10%, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.8) translate3d(100%, 0, 0);
  }
}
@keyframes invoke-outAnimation {
  0% {
    transform: scale(1) translate3d(0%, 0, 0);
  }
  50% {
    transform: scale(0.8) translate3d(10%, 0, 0);
  }
  100% {
    transform: scale(0.8) translate3d(100%, 0, 0);
  }
}
.invoke-out.animation-reverse {
  -webkit-animation: invoke-outAnimationReverse 750ms forwards;
  animation: invoke-outAnimationReverse 750ms forwards;
}
@-webkit-keyframes invoke-outAnimationReverse {
  100% {
    -webkit-transform: scale(1) translate3d(0%, 0, 0);
  }
  50% {
    -webkit-transform: scale(0.8) translate3d(10%, 0, 0);
  }
  0% {
    -webkit-transform: scale(0.8) translate3d(100%, 0, 0);
  }
}
@keyframes invoke-outAnimationReverse {
  100% {
    transform: scale(1) translate3d(0%, 0, 0);
  }
  50% {
    transform: scale(0.8) translate3d(10%, 0, 0);
  }
  0% {
    transform: scale(0.8) translate3d(100%, 0, 0);
  }
}
.invoke-in {
  -webkit-animation: invoke-inAnimation 500ms forwards;
  animation: invoke-inAnimation 500ms forwards;
  z-index: 10;
}
@-webkit-keyframes invoke-inAnimation {
  0% {
    -webkit-transform: scale(0.6) translate3d(-130%, 0, 0);
  }
  50% {
    -webkit-transform: scale(0.8) translate3d(-110%, 0, 0);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes invoke-inAnimation {
  0% {
    transform: scale(0.6) translate3d(-130%, 0, 0);
  }
  50% {
    transform: scale(0.8) translate3d(-110%, 0, 0);
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
}
.invoke-in.animation-reverse {
  -webkit-animation: invoke-inAnimationReverse 750ms forwards;
  animation: invoke-inAnimationReverse 750ms forwards;
}
@-webkit-keyframes invoke-inAnimationReverse {
  100% {
    -webkit-transform: scale(0.6) translate3d(-130%, 0, 0);
  }
  50% {
    -webkit-transform: scale(0.8) translate3d(-110%, 0, 0);
  }
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes invoke-inAnimationReverse {
  100% {
    transform: scale(0.6) translate3d(-130%, 0, 0);
  }
  50% {
    transform: scale(0.8) translate3d(-110%, 0, 0);
  }
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
}
.header-load {
  -webkit-animation: header-loadAnimation 300ms forwards;
  animation: header-loadAnimation 300ms forwards;
}
@-webkit-keyframes header-loadAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
}
@keyframes header-loadAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
}
.header-load.animation-reverse {
  -webkit-animation: header-loadAnimationReverse 450ms forwards;
  animation: header-loadAnimationReverse 450ms forwards;
}
@-webkit-keyframes header-loadAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
}
@keyframes header-loadAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
}
.header-unload {
  -webkit-animation: header-unloadAnimation 300ms forwards;
  animation: header-unloadAnimation 300ms forwards;
}
@-webkit-keyframes header-unloadAnimation {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
}
@keyframes header-unloadAnimation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
}
.header-unload.animation-reverse {
  -webkit-animation: header-unloadAnimationReverse 450ms forwards;
  animation: header-unloadAnimationReverse 450ms forwards;
}
@-webkit-keyframes header-unloadAnimationReverse {
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  0% {
    -webkit-transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
}
@keyframes header-unloadAnimationReverse {
  100% {
    transform: translate3d(0%, 0, 0);
  }
  0% {
    transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
}
.header-load-to {
  -webkit-animation: header-load-toAnimation 500ms forwards;
  animation: header-load-toAnimation 500ms forwards;
}
@-webkit-keyframes header-load-toAnimation {
  0% {
    -webkit-transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes header-load-toAnimation {
  0% {
    transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.header-load-to.animation-reverse {
  -webkit-animation: header-load-toAnimationReverse 750ms forwards;
  animation: header-load-toAnimationReverse 750ms forwards;
}
@-webkit-keyframes header-load-toAnimationReverse {
  100% {
    -webkit-transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes header-load-toAnimationReverse {
  100% {
    transform: translate3d(90px, 0, 0);
    opacity: 0.1;
  }
  0% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.header-unload-to {
  -webkit-animation: header-unload-toAnimation 500ms forwards;
  animation: header-unload-toAnimation 500ms forwards;
}
@-webkit-keyframes header-unload-toAnimation {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes header-unload-toAnimation {
  0% {
    transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.header-unload-to.animation-reverse {
  -webkit-animation: header-unload-toAnimationReverse 750ms forwards;
  animation: header-unload-toAnimationReverse 750ms forwards;
}
@-webkit-keyframes header-unload-toAnimationReverse {
  100% {
    -webkit-transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes header-unload-toAnimationReverse {
  100% {
    transform: translate3d(-90px, 0, 0);
    opacity: 0.1;
  }
  0% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}

@-ms-viewport {
  width: device-width;
}
body .afPopup {
  border: solid 1px #33B5E5;
  border-radius: 5px;
  background: inherit;
  color: inherit;
}
body .afPopup > FOOTER > A {
  width: 120px;
}
body #af_actionsheet {
  background: #0190d6;
  color: inherit;
}
body #af_actionsheet a {
  border-radius: 0;
  color: black;
  background: white;
  border: none;
  text-shadow: none;
}
.view header {
  background: #0088d1;
  border: none;
  border-bottom: 1px solid #0088d1;
  color: #ffffff;
}
.view header h1 {
  text-shadow: none;
  width: 45%;
}
.view header .backButton {
  display: none;
}
.view footer {
  background: #0088d1;
  border: none;
  border-top: 1px solid #0088d1;
  box-shadow: none;
}
.view footer > a {
  color: #ffffff;
}
.view footer > a.pressed:not(.button) {
  border-radius: 0;
  background-color: #00AEEF;
}
.view footer > a.icon.pressed:not(.button):before {
  color: inherit;
}
.backButton::before {
  z-index: -1;
  font-size: 22px;
  position: absolute;
  top: -2px;
  left: -30px;
  text-align: center;
  border-radius: 0;
  border: none;
  border-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  font-family: 'chevron';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: transparent;
  padding: 12px;
}
.af-badge {
  border: none;
  box-shadow: none;
}
.list {
  background: inherit;
  color: inherit;
  border-color: #303030;
  font-weight: normal;
}
.list .divider {
  color: black;
}
.list > li > a:after {
  color: #0088D1;
}
.panel {
  color: #683b9a;
  background: inherit;
}
.panel h2 {
  color: #0088D1;
}
.collapsed:after {
  border-top: 6px solid;
}
.collapsed:before {
  border: 2px solid;
}
.expanded:after {
  border-bottom: 6px solid;
}
.expanded:before {
  border: 2px solid;
}
.collapsed:before,
.expanded:before {
  border-color: inherit;
}
.collapsed:after,
.expanded:after {
  border-top-color: inherit;
}
select,
textarea,
input[type="text"],
input[type=search],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.input-group {
  background: inherit;
  color: inherit;
}
input.toggle + label:after {
  color: inherit;
}
input.toggle + label {
  border-radius: 0;
}
input.toggle + label > span {
  border-radius: 0;
  top: 0;
  width: 27px;
  height: 23px;
}
label {
  color: inherit;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  background: #33B5E5;
}
.button {
  border-radius: 0;
  text-shadow: none;
}
.button.previous {
  border: none;
}
.button.next {
  border: none;
}
.button.previous::after {
  color: black;
  z-index: -1;
  font-size: 22px;
  position: absolute;
  top: 2px;
  left: -25px;
  text-align: center;
  border-radius: 0;
  border: none;
  border-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  font-family: 'chevron';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: transparent;
}
.button.next::after {
  color: black;
  z-index: -1;
  font-size: 22px;
  position: absolute;
  top: 6px;
  right: -25px;
  text-align: center;
  border-radius: 0;
  border: none;
  border-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  font-family: 'chevron';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  background-color: transparent;
}

.af-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  min-width: 20px;
  max-width: 90%;
  height: 20px;
  padding: 0 3px;
  background-color: red;
  border-radius: 20px;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #fff;
  text-overflow: ellipsis;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(64, 0, 0, 0.6);
}
.af-badge.br {
  bottom: 2px;
  right: 2px;
  top: auto;
  left: auto;
}
.af-badge.bl {
  bottom: 2px;
  left: 2px;
  top: auto;
  right: auto;
}
.af-badge.tl {
  top: 2px;
  left: 2px;
  right: auto;
  bottom: auto;
}


.button {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  margin: 8px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #666;
  text-decoration: none;
  z-index: 2;
}
.button.pressed {
  background: #fff;
}
.button.previous {
  margin-left: 16px;
  padding-left: 6px;
  border-color: #666 #666 transparent transparent !important;
}
.button.next {
  border-color: #666 transparent #666 #666 !important;
  margin-right: 16px;
  padding-right: 6px;
}
.button.previous::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 25px;
  height: 27px;
  background-color: inherit;
  top: 3px;
  left: -11px;
  border-radius: 5px;
  border: 1px solid;
  border-color: transparent transparent inherit transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.next::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 25px;
  height: 27px;
  background-color: inherit;
  top: 3px;
  right: -11px;
  border-radius: 5px;
  border: 1px solid;
  border-color: transparent transparent transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.block {
  display: block;
}
.button.flat {
  border-radius: 0;
  box-shadow: none;
}
.header .button-grouped > .button {
  margin: 0;
  border-color: #fff;
}
.header .button {
  color: #fff;
  background: none;
  border-color: transparent;
  font-size: 12px;
  padding: 7px;
  height: 32px;
  margin: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .button.icon:before {
  padding-left: 6px;
}
.button-grouped {
  display: inline-block;
  margin: 5px;
}
.button-grouped * {
  border-radius: 0px;
  float: left;
  border-left: 0px solid transparent;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  margin: 0;
}
.button-grouped > .button:first-child {
  border-left: 1px solid #666;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button-grouped > .button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-grouped.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.button-grouped.flex > .button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-grouped.flex.vertical {
  display: inline-block;
}
.button-grouped.vertical * {
  border-radius: 0px;
  display: block;
  float: none;
  width: 100%;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 0px solid #666;
}
.button-grouped.vertical > .button:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.button-grouped.vertical > .button:last-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid #666;
}
.button.gray {
  background: #999;
  border-color: #666;
}
.button.yellow {
  background-color: #F1C222;
  border-color: #999;
}
.button.red {
  color: #fff;
  text-shadow: 0 -1px 0 #666666;
  background: #B20000;
  border-color: #666;
}
.button.green {
  color: #fff;
  text-shadow: 0 -1px 0 #666666;
  background: #009C0C;
  border-color: #666;
}
.button.orange {
  color: #fff;
  text-shadow: 0 -1px 0 #666666;
  background-color: #FF8000;
  border-color: #666;
}
.button.black {
  color: #fff;
  text-shadow: none;
  background: #000;
  border-color: #666;
}
.button.slate {
  color: #fff;
  text-shadow: 0 -1px 0 #000000;
  background: #171F28;
  border-color: #666;
}
.backButton {
  text-overflow: ellipsis;
  white-space: nowrap;
}

select,
textarea,
input[type="text"],
input[type=search],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.input-group {
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  -webkit-appearance: none;
  box-sizing: border-box;
}
form {
  position: relative;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  width: 60%;
  float: right;
  position: relative;
  text-align: left;
  padding: 13px 0 0 8px;
  margin-top: 3px;
}
input[type="radio"]:not(.toggle) + label:before {
  background-color: #fafafa;
  border: 1px solid #cacece;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 8px;
  left: -25px;
  height: 28px;
  width: 28px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  content: " ";
}
input[type="radio"]:checked + label:before {
  background-color: #1eb0e9;
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
}
input[type="checkbox"] + label:before {
  background-color: #fafafa;
  border: 1px solid #cacece;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 8px;
  left: -25px;
  height: 28px;
  width: 28px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  content: " ";
}
input[type="checkbox"]:checked + label:before {
  content: '\00a0\2714';
  padding: 0px;
  display: inline-block;
  background-color: #1eb0e9;
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
input[type="search"] {
  border-radius: 20px;
}
label {
  float: left;
  width: 33%;
  font-weight: normal;
  font-size: 14px;
  color: inherit;
  text-align: right;
  padding: 15px 18px;
}
label + select,
label + input[type="radio"],
label + input[type="checkbox"] label + textarea,
label + input[type="text"],
label + input[type=search],
label + input[type="password"],
label + input[type="datetime"],
label + input[type="datetime-local"],
label + input[type="date"],
label + input[type="month"],
label + input[type="time"],
label + input[type="week"],
label + input[type="number"],
label + input[type="email"],
label + input[type="url"],
label + input[type="tel"],
label + input[type="color"],
label + textarea {
  width: 66%;
}
textarea {
  height: auto;
}
.input-group {
  width: auto;
  height: auto;
  padding: 12px;
  overflow: hidden;
}
.input-group input:not([type='button']):not([type='submit']),
.input-group textarea,
.input-group select {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
.input-group input:not([type="submit"]):not([type="button"]):last-child,
.input-group textarea:last-child,
.input-group select:last-child {
  border-bottom: none;
}
.input-group input[type=button],
.input-group input[type=submit] {
  margin: 5px;
}
input.toggle + label:before,
input.toggle:checked + label:before {
  content: attr(data-on);
  position: absolute;
  color: #fff;
  left: 5px;
  width: 42px;
  text-align: left;
  z-index: 3;
  top: 0px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  display: none;
  height: 30px;
  line-height: 29px !important;
}
input.toggle:checked + label:before {
  display: block;
}
input.toggle:checked + label:after {
  display: none;
}
input.toggle:checked + label {
  background: #1eb0e9;
  line-height: -1em;
  -webkit-transition: background 150ms;
  transition: background 150ms;
}
input.toggle:checked + label > span {
  transform: translate3d(37px, 0, 0);
  -webkit-transform: translate3d(37px, 0, 0);
}
input.toggle + label:after {
  content: attr(data-off);
  position: absolute;
  color: #505050;
  width: 42px;
  text-align: left;
  z-index: 1;
  top: 0px;
  left: 30px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  height: 30px;
  line-height: 29px;
}
input.toggle + label {
  position: relative;
  margin: 5px;
  border-radius: 50px;
  display: block;
  height: 30px;
  width: 65px;
  border: 1px solid #ccc;
  left: 33%;
  float: none;
}
input.toggle + label > span {
  display: block;
  width: 29px;
  height: 31px;
  background: #ccc;
  border-radius: 50px;
  z-index: 5;
  top: -2px;
  left: 0px;
  position: absolute;
  transition: transform 100ms linear;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 100ms linear;
}
.formGroupHead {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  margin: 16px 0 8px;
}
input[type=button],
input[type=submit],
button {
  font-size: inherit;
}

.grid {
  width: 100%;
  overflow: hidden;
}
.col2,
.col3,
.col1-3,
.col2-3 {
  float: none;
  width: 100%;
}
.grid:after {
  content: '';
  clear: both;
}
@media handheld, only screen and (min-width: 768px) {
  .col2 {
    width: 50%;
    float: left;
  }
  .col3 {
    width: 33.3%;
    float: left;
  }
  .col1-3 {
    width: 33.3%;
    float: left;
  }
  .col2-3 {
    width: 66.6%;
    float: left;
  }
}


.overlayStatusbar > .view {
  padding-top: 20px;
}
.overlayStatusbar {
  background: #f8f8f8;
}


.list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #fff;
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.list li {
  display: block;
  list-style: none;
  position: relative;
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #ccc;
  background: inherit;
}
.list li:first-child {
  /*   border-top: 1px solid #ccc;*/
}
.list > li > a {
  position: relative;
  font-family: brandon-grotesque, sans-serif;
  display: block;
  color: inherit;
  margin: -20px -20px -20px -10px;
  text-decoration: none;
  padding: 20px 20px 20px 10px;
}
.list > li > a:after,
.list > li .chevron:after {
  position: absolute;
  right: 8px;
  font-family: 'chevron';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  top: 50%;
  margin-top: -0.5em;
  color: inherit;
}
.list a .af-badge {
  position: absolute;
  right: 30px;
  top: 48%;
  margin-top: -10px;
}
.list .divider {
  position: relative;
  top: -1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  background-color: #dfe0e2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  padding-right: 60px;
}
.list.inset {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 10px;
}
.list.inset li:first-child {
  border-top: none;
  margin-top: 3px;
}
.list.inset li:last-child {
  border-bottom: none;
  margin-bottom: 3px;
}

*,
*:before,
*:after {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: -moz-none;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
}
body,
html {
  -ms-overflow-style: none !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  background: #ffffff;
}
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -moz-user-select: text;
}
img {
  border: none;
}
p {
  display: block;
  margin: 0 0 3vh;
  font-size: 3.75vw;
  line-height: 1.3;
  color: #000;
}
.view {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.view header {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 250;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  left: 0;
  right: 0;
}
.view header h1 {
  position: absolute;
  width: 45%;
  z-index: 1;
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  left: 27.5%;
  color: #ffffff;
  padding: 10px 0;
  text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.view footer {
  z-index: 180;
  height: 49px;
  display: block;
  left: 0;
  right: 0;
  position: relative;
  padding: 0 3px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.view footer a {
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-top: 3px;
}
.view footer a.button {
  color: black;
}
.view footer .icon:not(.button):before {
  display: block;
  position: relative;
  top: 2px;
  left: 0;
  font-size: 25px;
  margin: auto;
  width: 100%;
  margin-bottom: 5px;
}
.view.active {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.pages {
  z-index: 180;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}
.panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  padding: 10px;
  padding-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.panel.active {
  display: block;
}
.panel.x-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
}
.panel.no-scroll {
  overflow: hidden;
  touch-action: none;
}
nav {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ccc;
  display: none;
  box-shadow: 0 0 8px 0 black;
  z-index: 30;
}
nav.right {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
}
nav.active {
  display: block;
}
.splashscreen {
  background: #1d1d1c !important;
  padding-left: 40px;
  padding-top: 30px !important;
  min-height: 100%;
}

.afui_mask {
  position: absolute;
  top: 45%;
  z-index: 999999;
}
.afui_panel_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.card {
  padding: 1.5rem;
  box-shadow: 0 1px 4px #aaa;
  background: inherit;
  color: inherit;
  margin: 0 1rem 1rem;
  border-radius: 3px;
  -webkit-user-select: none;
  position: relative;
}
.card h1 {
  font-size: 2rem;
  font-weight: 200;
}
.card h1.info:after {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  content: 'i';
  color: #ccc;
  border: thin solid #ccc;
  font-size: 10px;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
}
.card h2 {
  font-size: .9rem;
  line-height: 2.5;
  color: #ccc;
  font-weight: 400;
}
.card p {
  margin: 0px;
  padding: 10px;
}
#afui_mask {
  position: absolute;
  top: 45%;
  z-index: 999999;
  border-radius: 30px;
}

header .menuButton {
  position: relative;
  top: 5px;
  right: -8px;
  height: 36px;
  width: 36px;
  z-index: 2;
  float: right;
}


.tizen,
.tizen .view,
.tizen .view .pages {
  font: 14px 'TizenSans', sans-serif;
  background: #000;
  color: #fff;
  border-color: #fff;
}
.tizen.light,
.tizen.light .view,
.tizen.light .view .pages {
  background: #FDFDFD;
  color: #000;
}
.tizen .view header {
  background: #313f66;
  color: inherit;
  border-color: #313f66;
}
.tizen .view header .button {
  color: inherit;
  border-color: transparent;
  font-size: 14px;
}
.tizen .view header .button-grouped > .button {
  border-color: #aaa;
}
.tizen .view header .backButton {
  background: inherit;
  color: inherit;
}
.tizen .view footer {
  box-shadow: none;
  background: none;
  border-color: #000;
  padding: 0;
}
.tizen .view footer > a:not(.button) {
  color: inherit;
  height: 49px;
  top: 0px;
  border-top: 4px solid #414f6e;
  background: #414f6e;
}
.tizen .view footer > a.pressed:not(.button) {
  border-top: 4px solid #316fc6;
  background: #313f66;
}
.tizen .view footer > a.icon.pressed:not(.button):before {
  color: inherit;
}
.tizen .menuButton:after {
  border-color: white;
}
.tizen .af-badge {
  border: none;
}
.tizen .list {
  background: inherit;
  color: inherit;
  border-color: #303030;
}
.tizen .list .divider {
  color: black;
}
.tizen .panel h2 {
  color: inherit;
}
.tizen .collapsed:after {
  border-top: 6px solid;
}
.tizen .collapsed:before {
  border: 2px solid;
}
.tizen .expanded:after {
  border-bottom: 6px solid;
}
.tizen .expanded:before {
  border: 2px solid;
}
.tizen input.toggle + label:after {
  color: inherit;
}
.tizen input.toggle + label {
  border-radius: 0;
}
.tizen input.toggle + label > span {
  border-radius: 0;
  top: 0;
  width: 27px;
  height: 28px;
}
.tizen label {
  color: inherit;
}
.tizen .afPopup {
  border: solid 1px #888;
  padding: 5px;
  border-radius: 5px;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  background: #313f66;
  color: inherit;
}
.tizen .afPopup > HEADER {
  text-align: center;
  padding: 5px;
}
.tizen .afPopup > DIV {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  margin: 0;
}
.tizen .afPopup > FOOTER > A {
  width: 120px;
}
.tizen #af_actionsheet {
  background: inherit;
  color: inherit;
}
.tizen #af_actionsheet a {
  border-radius: 0;
  border: 1px solid #ccc;
  background: #313f66;
  color: inherit;
}
.tizen.light .view header {
  background: #e9e6df;
  color: inherit;
  border-color: #e9e6df;
}
.tizen.light .view footer {
  border-color: #fff;
}
.tizen.light .view footer > a:not(.button) {
  border-top: 4px solid #dedcd5;
  background: #dedcd5;
}
.tizen.light .view footer > a.pressed:not(.button) {
  border-top: 4px solid #ceccc5;
  background: #e9e6df;
}
.tizen.light .menuButton:after {
  border-color: black;
}
.tizen.light .afPopup {
  background: #e9e6df;
}
.tizen.light #af_actionsheet a {
  background: #e9e6df;
}
.tizen .panel,
.tizen #modalContainer {
  background: #000;
  color: #fff;
}
.tizen .collapsed:before,
.tizen .expanded:before {
  border-color: inherit;
}
.tizen .collapsed:after,
.tizen .expanded:after {
  border-top-color: inherit;
}
.tizen select,
.tizen textarea,
.tizen input[type="text"],
.tizen input[type=search],
.tizen input[type="password"],
.tizen input[type="datetime"],
.tizen input[type="datetime-local"],
.tizen input[type="date"],
.tizen input[type="month"],
.tizen input[type="time"],
.tizen input[type="week"],
.tizen input[type="number"],
.tizen input[type="email"],
.tizen input[type="url"],
.tizen input[type="tel"],
.tizen input[type="color"],
.tizen .input-group {
  background: inherit;
  color: inherit;
}
.tizen input.toggle:checked + label {
  background: #313f66;
}
.tizen input[type="radio"]:not(.toggle):checked + label:before,
.tizen input[type="checkbox"]:not(.toggle):checked + label:before {
  background: #313f66;
}
.tizen .view footer .icon:not(.button):before {
  margin-bottom: 2px;
  top: 0px;
}

/* Bg #00ABA9

/*
 * reg white-space:

 border 303030
 hover : #111

 */
@-ms-viewport {
  width: device-width;
}
@font-face {
  font-family: 'win8back';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAARUAAsAAAAABmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAS4AAAGZpdvO1kZGVE0AAAI4AAAAGgAAABxnmGDwR0RFRgAAAlQAAAAdAAAAIAAwAARPUy8yAAACdAAAAEsAAABgL9zcQGNtYXAAAALAAAAAOgAAAVLgE/LMaGVhZAAAAvwAAAAuAAAANvx5/t1oaGVhAAADLAAAAB4AAAAkBBD/5GhtdHgAAANMAAAADAAAAAwEAAACbWF4cAAAA1gAAAAGAAAABgADUABuYW1lAAADYAAAAOgAAAGPgxEkPHBvc3QAAARIAAAADAAAACAAAwAAeJxtTj1PAkEUnD0WQbwAEomYnEdlDxbGQu0Ua+2sULFAEhIEY0WiNJisITE5G2lo6Iw1/gULKxMTSypLCz+2UMe7A6+ymTczb2bfCkgJIcTkSbm6vLe7X4EwILCm5w1th3RGKjOkTGnHMLedolIBMSOqoh3dCFtoJSwgaaE9bSFqicsUpPdGFAnMIntcLa/ncjl3bLjj70xwDhBtcY6Q1zDwIRD/dPRRmrgo3BK1wRbZcRnrHqsH8h/PD49qQTfwsvyxTyGJZt8mDp6HY/Bls18krxf8RY9s7Qw96HlecQy+9BajiB92a1nyceWGYuL7zf3yw5RB3oWeyPz72QRxeL9KXi1Jstt9UWRtkCQ6m3kXCq8eWyRKpYwKx5VuyC9HO5G4dmZUWpmxXzJhtKEAAHicY2BgYGQAgjO2i86D6LNr4wVgNABJKQZOAAB4nGNgZGBg4ANiCQYQYGJgBEIQyQLmMQAABGAANQAAAHicY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwMjPAgQCCyRCQ5prC4PCA4QMD44P/Dxj0GB8wKDQwMDDCFSgAISMAEEIMHwB4nGNgYGBmgGAZBkYGEPAB8hjBfBYGAyDNAYRMIIkHDB8Y/v9HZikwCjBBdYEBIxsDMndEAgDJXAiuAAB4nGNgZGBgAGK+Bx4V8fw2Xxm4mRhA4OzaeAEE/f8BEwPjAyCXgwEsDQAU3gn7AAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAACAAACAAAAAAAAUAAAAwAAeJx9jjFOw0AQRZ8TJ4BACFHQ0KxEiWzZRomiHMAHSJHeiVaWRWRLm0QpuActZ6DlGByAM3AEvsPQUGSl0b79+2fmA1e8EtGfiHNujQec8Wg85IEX41ied+MRl3waj6V/yxnFF1Jujl09D7jm3nhIyZNxLM+b8Yg7PozH0r840NAyY0XFmmc4NO1sVa1FCzw1ezb6Cnr6er+pBCWdWnbHO8jhcRSkZLrnqv8jf9UpCRNVIV+ucJRduyu7UHtXpJmbu7/FwmkySYosl+lEvKUWB7Yy9HGchvYRWPqwbbrW5Wl2qv0H0Z06yHicY2BmwAsAAH0ABA==) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWeYYPAAAAWMAAAAHEdERUYAMgAGAAAFbAAAACBPUy8yL7rcHwAAAVgAAABWY21hcOAV89MAAAHEAAABUmdhc3D//wADAAAFZAAAAAhnbHlmEDC/5gAAAyQAAAB0aGVhZPx5/t0AAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BKoAAgAAAbAAAAAUbG9jYQAsADoAAAMYAAAADG1heHAASgAcAAABOAAAACBuYW1lgxEkPAAAA5gAAAGPcG9zdJtVPjcAAAUoAAAAPAABAAAAAQAAWPDPKV8PPPUACwIAAAAAAM2tXxAAAAAAza1fEAAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAFABkAAwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4ADwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAgAAAgAAAAAAAAADAAAAAwAAABwAAQAAAAAATAADAAEAAAAcAAQAMAAAAAgACAACAAAAAOAA8AD//wAAAADgAPAA//8AACADEAQAAQAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAA6AAMAAv/iAf4B3gAHAA8AGAAAACIGFBYyNjQCIiY0NjIWFCU3IwcXMyczNQFp0pWV0pWgvIaGvIb+8Gtkj49ka84B3pXSlZXS/rOGvIaGvIFrjo5rRgAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAAAMAJYAAQAAAAAAAQAIABIAAQAAAAAAAgAHACsAAQAAAAAAAwAjAHsAAQAAAAAABAAIALEAAQAAAAAABQALANIAAQAAAAAABgAIAPAAAwABBAkAAQAQAAAAAwABBAkAAgAOABsAAwABBAkAAwBGADMAAwABBAkABAAQAJ8AAwABBAkABQAWALoAAwABBAkABgAQAN4AdwBpAG4AOABiAGEAYwBrAAB3aW44YmFjawAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIAB3AGkAbgA4AGIAYQBjAGsAIAA6ACAANgAtADUALQAyADAAMQAzAABGb250Rm9yZ2UgMi4wIDogd2luOGJhY2sgOiA2LTUtMjAxMwAAdwBpAG4AOABiAGEAYwBrAAB3aW44YmFjawAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuMAAAdwBpAG4AOABiAGEAYwBrAAB3aW44YmFjawAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAEAAgECAQMHdW5pRTAwMAd1bmlGMDAwAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAEAAEABAAAAAIAAAAAAAEAAAAAzD2izwAAAADNrV8QAAAAAM2tXxA=) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.win8,
.win8 .view,
.win8 .view .pages {
  font: 14px "Segoe UI Semilight", "HelveticaNeue-light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #000;
  color: #fff;
}
.win8.light,
.win8.light .view,
.win8.light .view .pages {
  background: #fff;
  color: #000;
}
.win8 .view header {
  border: 0px;
  background: inherit;
  border-bottom: inherit;
  color: inherit;
}
.win8 .view header .button {
  color: inherit;
  border-color: transparent;
  font-size: 14px;
}
.win8 .view header .backButton.pressed {
  background: inherit;
}
.win8 .view header .backButton {
  color: inherit;
  background: inherit;
  margin: 0;
  font-family: 'win8back';
  width: 0px;
  height: 0px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  border: none;
  position: absolute;
  left: -185px;
  -webkit-font-smoothing: antialiased;
}
.win8 .view header .backButton::before {
  content: "\e000";
  font-size: 30px;
  position: absolute;
  top: -6px;
  right: -235px;
  left: auto;
  color: inherit;
  font-family: inherit;
  -webkit-transform: none;
  transform: none;
}
.win8 .view header h1 {
  text-align: left;
  color: inherit;
}
.win8 .view footer {
  padding: 0px;
  background: inherit;
  height: 65px;
  background: rgba(33, 32, 33, 0.9);
  border-top: none;
  display: block;
  text-align: center;
}
.win8 .view footer > a:not(.button) {
  position: relative;
  width: 56px !important;
  height: 65px;
  display: inline-block;
  font: normal 10px/24px Segoe WP, Segoe UI, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  color: inherit;
  text-align: center;
  text-shadow: 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  background: inherit;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.win8 .view footer > a.icon.pressed:not(.button):before {
  background-color: #00aba9;
}
.win8 .view footer > a.icon:not(.button):before {
  width: 35px;
  top: 4px;
  left: 2px;
  font-size: 19px;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 20px;
}
.win8 .view footer > a:not(:last-of-type):not(.button) {
  border: none;
}
.win8 .view .panel {
  background: inherit;
  color: inherit;
}
.win8 .af-badge {
  border: none;
}
.win8 .list {
  background: inherit;
  color: inherit;
  border-color: #303030;
}
.win8 .list li {
  border-top: none;
  border-bottom: none;
  font-size: 20px;
}
.win8 .panel h2 {
  color: inherit;
  font-weight: normal;
  font-size: 34px;
  line-height: 34px;
  height: auto;
}
.win8 .collapsed:after {
  border-top: 6px solid;
}
.win8 .collapsed:before {
  border: 2px solid;
}
.win8 .expanded:after {
  border-bottom: 6px solid;
}
.win8 .expanded:before {
  border: 2px solid;
}
.win8 input.toggle + label:after {
  color: inherit;
}
.win8 input.toggle + label {
  border-radius: 0;
}
.win8 input.toggle + label > span {
  border-radius: 0;
  top: 0;
  width: 27px;
  height: 28px;
}
.win8 input.toggle:checked + label {
  background: #00aba9;
}
.win8 .button {
  border-radius: 0;
  border: none;
  background: inherit;
  border: 3px solid #fff;
  color: inherit;
  text-shadow: none;
  box-shadow: none;
}
.win8 .button.pressed {
  background: #00aba9;
}
.win8 .button-grouped > .button {
  border: 3px solid #fff;
  border-right: 0;
}
.win8 .button-grouped > .button:last-child {
  border-right: 3px solid #fff;
}
.win8 .button-grouped.vertical > .button {
  border: 3px solid #fff;
  border-bottom: 0;
}
.win8 .button-grouped.vertical > .button:last-child {
  border-bottom: 3px solid #fff;
}
.win8 .header .button-grouped > .button {
  border-color: #fff;
}
.win8 .header .button-grouped > .button.pressed {
  background: #00aba9;
}
.win8 .afPopup {
  width: 100%;
  border: solid 0px #72767b;
  left: 0px !important;
  border-radius: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  top: 0 !important;
  background: #222;
  color: inherit;
  padding: 15px;
}
.win8 .afPopup > HEADER {
  font-size: 20px;
}
.win8 .afPopup > DIV {
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
}
.win8 .afPopup > FOOTER {
  width: 100%;
  text-align: left;
  display: block !important;
}
.win8 .afPopup > FOOTER > A#cancel {
  float: left;
  min-width: 100px;
}
.win8 .afPopup > FOOTER > A#action {
  float: left;
  min-width: 100px;
  margin-left: 10px;
}
.win8 .afPopup > FOOTER > A.center {
  width: auto;
}
.win8 #af_actionsheet {
  background: #aaa;
  color: black;
}
.win8 #af_actionsheet a {
  border-radius: 0;
  border: 0px solid black;
  background-color: transparent;
  font-weight: normal;
  color: black;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0);
}
.win8 input[type="range"] {
  -webkit-appearance: none;
  background-color: #ccc;
  height: 4px;
  position: relative;
  top: -10px;
  margin-top: 15px;
}
.win8 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
  background-image: gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
}
.win8.light .view footer {
  background: #F2F2F2;
  color: black;
  display: block;
}
.win8.light .view footer > a:not(.button) {
  text-shadow: 0 0 rgba(0, 0, 0, 0);
}
.win8.light .view footer > a.icon:not(.button):before {
  border: 3px solid #000;
}
.win8.light .button {
  border: 3px solid #000;
}
.win8.light .afPopup {
  background: #eee;
}
.win8 .list .divider,
.win8 #menu.tabletMenu .list .divider {
  background: #00aba9;
  padding: 5px;
  display: inline;
  font-size: 16px;
  font-weight: normal;
  border-top: none;
  border-bottom: none;
  color: inherit;
}
.win8 .collapsed:before,
.win8 .expanded:before {
  border-color: inherit;
}
.win8 .collapsed:after,
.win8 .expanded:after {
  border-top-color: inherit;
}
.win8 select,
.win8 textarea,
.win8 input[type="text"],
.win8 input[type="search"],
.win8 input[type="password"],
.win8 input[type="datetime"],
.win8 input[type="datetime-local"],
.win8 input[type="date"],
.win8 input[type="month"],
.win8 input[type="time"],
.win8 input[type="week"],
.win8 input[type="number"],
.win8 input[type="email"],
.win8 input[type="url"],
.win8 input[type="tel"],
.win8 input[type="color"],
.win8 .input-group {
  background: black;
  color: inherit;
}
.win8.light select,
.win8.light textarea,
.win8.light input[type="text"],
.win8.light input[type="search"],
.win8.light input[type="password"],
.win8.light input[type="datetime"],
.win8.light input[type="datetime-local"],
.win8.light input[type="date"],
.win8.light input[type="month"],
.win8.light input[type="time"],
.win8.light input[type="week"],
.win8.light input[type="number"],
.win8.light input[type="email"],
.win8.light input[type="url"],
.win8.light input[type="tel"],
.win8.light input[type="color"],
.win8.light .input-group {
  background: white;
}
.win8 .button.next,
.win8 .button.previous {
  border-color: #fff !important;
}
.win8 .button.next::after,
.win8 .button.previous::after {
  border: none;
}
.win8 .button-grouped  > .button:first-child,
.win8 .button-grouped  > .button:last-child {
  border-radius: 0;
}
.win8.light .button-grouped  > .button,
.win8.light .button-grouped.vertical  > .button,
.win8.light .header .button-grouped  > .button {
  border-color: #111;
}
.win8 input[type="radio"]:not(.toggle):checked + label:before,
.win8 input[type="checkbox"]:not(.toggle):checked + label:before {
  background: #00aba9;
}
