qcminecraft/Carbon-Forum-F

View on GitHub
static/css/mobile/appframework.css

Summary

Maintainability
Test Coverage
.hide{
    display: none;
}
#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;
    min-height: 120%;
    background: #1d1d1c !important;
    color: white !important;
    font-size: 30px;
    text-align: center;
    z-index: 9999;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 80px !important;
}
.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 {
    background: #f9f9f9;
    color: #fff;
    display: block;
    line-height: 44px;
    left: 25px;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0;
    text-shadow: none;
    background-color: transparent;
    border: none;
    border-color: transparent;
    height: 44px;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
    width: 50px;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
}
.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: inherit;
    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;
    }
}

@font-face {
    font-family: 'IcoMoon';
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
         url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.icon:before {
    font-family: 'IcoMoon';
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: inherit;
    position: relative;
    font-size: 1em;
    left: -3px;
    top: 2px;
}
li .icon:before {
    position: relative;
    width: 24px;
    height: 100%;
    top: 2px;
    line-height: 0 !important;
    margin-right: 4px;
}
.icon.mini:before {
    font-size: .7em;
}
.icon.big:before {
    font-size: 1.5em;
}
.icon.home:before {
    content: "\5a";
}
.icon.pencil:before {
    content: "\5b";
}
.icon.picture:before {
    content: "\5c";
}
.icon.camera:before {
    content: "\5d";
}
.icon.headset:before {
    content: "\5e";
}
.icon.paper:before {
    content: "\5f";
}
.icon.stack:before {
    content: "\61";
}
.icon.folder:before {
    content: "\60";
}
.icon.tag:before {
    content: "\62";
}
.icon.basket:before {
    content: "\63";
}
.icon.phone:before {
    content: "\64";
}
.icon.mail:before {
    content: "\65";
}
.icon.location:before {
    content: "\66";
}
.icon.clock:before {
    content: "\67";
}
.icon.calendar:before {
    content: "\68";
}
.icon.message:before {
    content: "\69";
}
.icon.chat:before {
    content: "\6a";
}
.icon.user:before {
    content: "\6b";
}
.icon.loading:before {
    content: "\6c";
}
.icon.refresh:before {
    content: "\6d";
}
.icon.magnifier:before {
    content: "\6e";
}
.icon.key:before {
    content: "\6f";
}
.icon.settings:before {
    content: "\70";
}
.icon.graph:before {
    content: "\71";
}
.icon.trash:before {
    content: "\72";
}
.icon.download:before {
    content: "\73";
}
.icon.upload:before {
    content: "\74";
}
.icon.star:before {
    content: "\75";
}
.icon.heart:before {
    content: "\76";
}
.icon.warning:before {
    content: "\77";
}
.icon.add:before {
    content: "\78";
}
.icon.remove:before {
    content: "\79";
}
.icon.question:before {
    content: "\7a";
}
.icon.info:before {
    content: "\7b";
}
.icon.error:before {
    content: "\7c";
}
.icon.check:before {
    content: "\7d";
}
.icon.minimize:before {
    content: "\7e";
}
.icon.close:before {
    content: "\e000";
}
.icon.up:before {
    content: "\e001";
}
.icon.right:before {
    content: "\e002";
}
.icon.down:before {
    content: "\e003";
}
.icon.left:before {
    content: "\e004";
}
.icon.html5:before {
    content: "\e005";
}
.icon.css:before {
    content: "\e006";
}
.icon.js:before {
    content: "\e007";
}
.icon.lamp:before {
    content: "\e008";
}
.icon.tools:before {
    content: "\e009";
}
.icon.new:before {
    content: "\e00a";
}
.icon.wifi:before {
    content: "\e00b";
}
.icon.mic:before {
    content: "\e00c";
}
.icon.database:before {
    content: "\e00d";
}
.icon.bug:before {
    content: "\e00e";
}
.icon.busy:before {
    content: "\e00f";
}
.icon.target:before {
    content: "\e010";
}
.icon.tv:before {
    content: "\e011";
}
.icon.cloud:before {
    content: "\e012";
}
.icon.pin:before {
    content: "\e013";
}

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

.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #fff;
    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;
    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: #0088d1;
    color: #fff;
    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: 6px 0;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
}
.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%;
}
h2 {
    display: block;
    height: 34px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 6px 0;
    margin-bottom: 8px;
}
.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;
}
/* Chevrons */
@font-face {
    font-family: 'chevron';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAQAAA0AAAAABZgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABoAAAAcZ/T02kdERUYAAAFMAAAAHwAAACAAMgAGT1MvMgAAAWwAAABHAAAAVj7i2r5jbWFwAAABtAAAAEMAAAFS8BX0J2dhc3AAAAH4AAAACAAAAAj//wADZ2x5ZgAAAgAAAABsAAAAbMHrMoZoZWFkAAACbAAAADAAAAA2/JaSB2hoZWEAAAKcAAAAHgAAACQDav/GaG10eAAAArwAAAATAAAAFAN1AB1sb2NhAAAC0AAAAAwAAAAMAA4ANm1heHAAAALcAAAAHQAAACAASAAbbmFtZQAAAvwAAADdAAABhigr581wb3N0AAAD3AAAACIAAAA8nFVDO3icY2BgYGQAgjO2i86D6LO3V7LCaABOtwcoAAB4nGNgZGBg4ANiCQYQYGJgZGBmYAGSLGAeAwAEkAA5AHicY2BkVGCcwMDKwMGozGjJwMBgB6WvM4gxFDMwMDGwMjPAgQCCyRCQ5prC4PCB4UMIY8P/AwwajA0MDg0MDIwgOQBg6QqyAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQ8MH0L+/0dmCTDzb4DqAgNGNgY4lxGkh4kBFTAyDHsAAFhbChsAAAAAAf//AAIAAQAA/8ABwAGAAAIAABEBIQHA/kABgP5AAAAAAAEAHf/tARMBcwAXAAAlFA8BBiIvASY1ND8BJyY1ND8BNjIfARYBEwmkCRoJFAkJenoJCRQIHAikCbANCqMJCRMKDQ0JenkKDQ0JEwoKowl4nGNgZGBgAOLcX7xy8fw2Xxm4GQ8ARRjO3l7JiqD/H2A8wNgA5HIwMIFEAUPwC7d4nGNgZGBgbPh/gEGD8QADwz8HIAkUQQGsAIQZBTAAAHicYzzAAAFTIRSjAoMsABVQAZUAAAAAAAAAAAAADgA2eJxjYGRgYGBlkGAA0QwMTEDMCGY7gPkMAAUvAGQAAAB4nHWOTWoCQRBG3+hoCIbgKmTZkE02M3RPwIUHmAO4cC/SjII40P7gSbLKEbL0GB4gR8gx/JzUJgsbin68rqqvgSc+ybidjAfGxj3xu3GfN07Gufy38YARF+Oh/K86s/xR5rmbunFP/Grcp8Yb5/JfxgNeOBsP5X9YsiJyJNGyheUqHlMrmMk2HNiw0Buz2Bw2C0Hd9e27O6kj4qgoleaYqv7v+3NBrwUTVSUKfGhNu93XbWqiq0rvps5yRcEXk6LyQU33/jaXTexYW0bo8pnHtFtrRyj93dkrAWI51wAAAHicY2BiwA9YgZiRgYmRiZGZvTQv083AwABCm5oAACfXBG0AAA==) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWf09NoAAAV8AAAAHEdERUYAMgAGAAAFXAAAACBPUy8yPuLavgAAAVgAAABWY21hcPAV9CcAAAHEAAABUmdhc3D//wADAAAFVAAAAAhnbHlmwesyhgAAAyQAAABsaGVhZPyWkgcAAADcAAAANmhoZWEDav/GAAABFAAAACRobXR4A3UAHQAAAbAAAAAUbG9jYQAOADYAAAMYAAAADG1heHAASAAbAAABOAAAACBuYW1lKCvnzQAAA5AAAAGGcG9zdJxVQzsAAAUYAAAAPAABAAAAAQAAbfoNHl8PPPUACwHAAAAAAM3bqQUAAAAAzdupBQAA/8ABwAGAAAAACAACAAAAAAAAAAEAAAGA/8AAKAHAAAD+QAHAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAFABgAAQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQEgAZAABQAIASMBOQAAAD4BIwE5AAAA1wAWAHMAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA8ADwVAGA/8AAKAGAAECAAAABAAAAAAAAAcAAAAAAAAAAlQAAAAAAAAEgAB0AAAADAAAAAwAAABwAAQAAAAAATAADAAEAAAAcAAQAMAAAAAgACAACAAAAAPAA8FT//wAAAADwAPBU//8AABADD7AAAQAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgA2AAEAAP/AAcABgAACAAARASEBwP5AAYD+QAAAAAABAB3/7QETAXMAFwAAJRQPAQYiLwEmNTQ/AScmNTQ/ATYyHwEWARMJpAkaCRQJCXp6CQkUCBwIpAmwDQqjCQkTCg0NCXp5Cg0NCRMKCqMJAAAADACWAAEAAAAAAAEABwAQAAEAAAAAAAIABwAoAAEAAAAAAAMAIwB4AAEAAAAAAAQABwCsAAEAAAAAAAUACwDMAAEAAAAAAAYABwDoAAMAAQQJAAEADgAAAAMAAQQJAAIADgAYAAMAAQQJAAMARgAwAAMAAQQJAAQADgCcAAMAAQQJAAUAFgC0AAMAAQQJAAYADgDYAGMAaABlAHYAcgBvAG4AAGNoZXZyb24AAFIAZQBnAHUAbABhAHIAAFJlZ3VsYXIAAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAAYwBoAGUAdgByAG8AbgAgADoAIAAxADAALQA2AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IGNoZXZyb24gOiAxMC02LTIwMTMAAGMAaABlAHYAcgBvAG4AAGNoZXZyb24AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAGMAaABlAHYAcgBvAG4AAGNoZXZyb24AAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAQACAQIBAwd1bmlGMDAwB3VuaUYwNTQAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQADAAQAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAM3bqQUAAAAAzdupBQ==) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.chevron {
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.chevron:after {
    content: "\f054";
}
.chevron.left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#afui_mask {
    position: absolute;
    top: 45%;
    z-index: 999999;
    border-radius: 30px;
}
@media print {
    body {
    overflow: visible;
    }
    .panel {
    overflow-x: visible !important;
    overflow-y: visible !important;
    overflow: visible !important;
    }
}

@media handheld, only screen and (min-width: 768px) {
    .splitview > *:not(nav) {
    margin-left: 256px;
    z-index: 9;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    }
    .splitview > nav {
    left: 0px !important;
    width: 256px !important;
    display: block !important;
    z-index: 10;
    -webkit-animation: none !important;
    animation: none !important;
    }
    .splitview header .menuButton {
    display: none !important;
    }
}
header .menuButton {
    position: relative;
    top: 5px;
    right: -8px;
    height: 36px;
    width: 36px;
    z-index: 2;
    float: right;
}
header .menuButton:after {
    border-bottom: 9px double white;
    border-top: 3px solid white;
    top: 9px;
    left: 3px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
}