* {
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.index-page {
    min-height: 132vh;
}

.logo {
    width: 12rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 10px;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .logo {
        width: 6rem;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        padding: 10px;
    }
}

.logo-navbar {
    width: 5rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.room-title {
    font-size: 8rem;
    color: rgba(255, 204, 0, 0.58);
}

.card .card-body {
    padding: 15px;
}

.card.card-banner .card-body .content .value {
    font-size: 3em;
    line-height: 2rem;
}

body .app-container .app-heading .app-title .title .highlight {
    color: #ffd000;
}

a {
    color: #ffab00;
    text-decoration: none;
}

a:hover {
    color: #ffd000;
    text-decoration: none;
}

a:focus {
    color: #ffd000;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

aside.app-sidebar .sidebar-footer ul.menu > li > a {
    color: #ffc400;
}

aside.app-sidebar .sidebar-footer ul.menu > li > a:hover,
aside.app-sidebar .sidebar-footer ul.menu > li > a:focus {
    color: #ffd000;
}

aside.app-sidebar .sidebar-footer ul.menu > li > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.icon-qrcode {
    padding: 1rem;
    color: #FFC93E;
}

.icon-qrcode:hover {
    color: #ffffff;
}

.icon-qrcode:focus {
    color: #d5ab00;
}

.icon-qrcode-bkg {
    width: 80px;
    height: 80px;
    background: #FFEEC3;
    text-align: center;
    padding-top: 14px;
    border-radius: 40px
}

.icon-qrcode:hover > .icon-qrcode-bkg {
    background: #FFC600;
}

.icon-qrcode:focus > .icon-qrcode-bkg {
    background: #ffffff;
}

.qrcode-tooltip {
    font-size: 16px;
    text-align: center;
    display: none;
}

.icon-delete {
    padding: 2rem;
    color: #b8b8b8;
}

.icon-delete:hover {
    color: #ff0000;
}

.icon-delete:focus {
    color: #c60000;
}

.icon-remove {
    color: #7a7a7a;
}

.icon-remove:hover {
    color: #ff0000;
}

.icon-remove:focus {
    color: #c60000;
}

.icon-edit {
    color: #FFC93E;
    background: #FFEEC3;
    border-radius: 19px;
    padding: 5px 7px;
}

.icon-edit:hover {
    color: #FFFFFF;
    background: #FFC600;
}

.icon-edit:focus {
    color: #d5ab00;
    background: #FFFFFF;
}

.icon-pass {
    color: #7a7a7a;
}

.icon-pass:hover {
    color: #00ff00;
}

.icon-remove:focus {
    color: #00bc00;
}

.icon-uninspected {
    color: #7a7a7a;
}

.icon-uninspected:hover {
    color: #ffd000;
}

.icon-uninspected:focus {
    color: #d5ab00;
}

.checkbox label:before, .radio label:before {
    content: '';
    border: 1px solid #c8d1d3;
    border-bottom: 2px solid #c8d1d3;
}

.checkbox label:after, .radio label:after {
    content: '';
    font-family: FontAwesome;
    text-align: center;
    border-radius: 2px;
    color: #ffd000;
    font-size: 0.95em;
    border: 1px solid transparent;
}

.checkbox input:checked + label::after, .radio input:checked + label::after {
    content: '\f00c';
    color: #FFF;
    background-color: #ffd000;
    border: 1px solid #ffd000;
    border-bottom: 2px solid #e4bd00;
}

.checkbox.checkbox-inline, .checkbox.radio-inline, .radio.checkbox-inline, .radio.radio-inline {
    padding-left: 0;
}

.checkbox + .checkbox-inline, .radio + .checkbox-inline {
    margin-top: 10px;
}

.radio label:before, .radio label:after {
    border-radius: 50%;
    border-bottom-width: 1px;
}

.radio label:after {
    width: 12px;
    height: 12px;
    left: 10px;
    transform: translate(-50%, -50%);
}

.radio input:checked + label::after {
    content: '';
    background-color: #ffd000;
    border-bottom-width: 0;
}

.radio + .radio-inline {
    margin-top: 10px;
}

.btn-span {
    margin-bottom: 0;
}

.btn.btn-primary {
    color: #000;
    background-color: #ffc600;
    border-color: #ffab00;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus {
    color: #000;
    background-color: #ffdc00;
    border-color: #ffab00;
    outline: white solid 0px;
}

.btn.btn-primary:hover {
    color: #000;
    background-color: #fff900;
    border-color: #ffe400;
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
    color: #000;
    background-color: #fff900;
    border-color: #ffe400;
}

.btn.btn-primary:active:hover,
.btn.btn-primary.active:hover,
.open > .dropdown-toggle.btn.btn-primary:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus,
.open > .dropdown-toggle.btn.btn-primary:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active.focus,
.open > .dropdown-toggle.btn.btn-primary.focus {
    color: #000;
    background-color: #fff900;
    border-color: #ffe400;
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
    background-image: none;
}

.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
    background-color: #fff900;
    border-color: #ffe400;
}

.btn.btn-primary .badge {
    color: #ffe400;
    background-color: #000000;
}

.font-preview {
    text-align: center;
}

.control-slider {
    height: 45px;
    padding: 12px;
}

.control-slider .noUi-connect {
    background: #ffe400;
    border: #fff900;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-0 {
    display: none;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        display: block;
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-0 {
        display: none;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        display: block;
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
    background-color: #ffd600;
}

.select2 {
    width: 100% !important;
}

.toggle-button {
    width: 4rem;
}

.toggle-button .noUi-connect {
    background: #ffe400;
    border: #fff900;
}

.toggle-label-left {
    padding-left: 10px;
    padding-top: 10px;
}

.toggle-label-right {
    padding-left: 20px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .navbar {
        display: none;
    }
}

.onoffswitch {
    position: relative;
    width: 75px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
    padding: 0;
    line-height: 34px;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
    font-weight: normal;
    text-indent: 12px;
    margin-bottom: 20px;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 36px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 37px;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ffc600;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #ffc600;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0;
}

.fa-1_5x {
    font-size: 1.5em;
}

.gray-background {
    background: grey;
    border-radius: 5px;
}

.transparent-background {
    background: transparent;
}

.popup {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    width: 300px;
    height: 50px;
    background: #bafed1;
    display: none;
    border: 1px solid #9df0b9;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-weight: 400;
    color: #0f7933;
}

.popup-text {
    text-align: center;
}

.notify {
    height: auto;
    background: #fafe99;
    border: 1px solid #f0ef64;
    padding: 15px 20px;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    color: #ffca00;
    font-weight: 400;
}

.notify-text {
    text-align: left;
    margin: 0;
}

.notify-text > a {
    color: #ff9d00;
    text-decoration: underline;
}

.notify .close {
    float: right;
    right: 0;
}

.weixin-tooltip-text {
    font-size: 16px;
}

.connect-status-popup {
    height: 50px;
    width: 300px;
    display: none;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

.modal-body .success {
    background: #bafed1;
    border: 1px solid #9df0b9;
    color: #0f7933;
}

.modal-body .failed {
    background: #fec893;
    border: 1px solid #f08b54;
    color: #dc0000;
}

#baping-connect-status-div {
    height: 42px;
    width: 160px;
    padding-top: 9px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    background: #bafed1;
    border: 1px solid #9df0b9;
    color: #0f7933;
}

.user-avatar {
    width: 50px;
    height: 50px;
    max-height: 50px;
}

footer.app-footer {
    padding-left: 10%;
}

.step .nav-tabs > li > a .icon, .step .nav-tabs > li uib-tab-heading .icon {
    background: #FFC600;
}

.step .nav-tabs > li > a, .step .nav-tabs > li uib-tab-heading {
    color: #FFC600;
}

.step .nav-tabs:after {
    background: #FFC600;
}

.step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:focus, .step .nav-tabs > li.active > a:hover, .step .nav-tabs > li.active uib-tab-heading {
    color: #FFC600;
}

@media (max-width: 767px) {
    body .app-container .app-heading {
        display: block;
    }

    body .app-container .app-heading .app-title {
        text-align: center;
    }
}

.spanHighlight {
    color: #ffc600;
    text-decoration: underline;
    font-weight: 600;
}

.modal-body {
    text-align: center;
}

.flip-switch {
    display: block;
    height: 35px;
    width: 62px;
    background: #DDDDDD;
    position: relative;
    padding: 1.5px 0 0;
    perspective: 50px;
    -webkit-perspective: 50px;
    -moz-perspective: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.flip-switch input {
    display: none;
}

.flip-switch label {
    display: block;
    position: relative;
    height: 32px;
    width: 56px;
    outline: none;
    margin: 0 auto;
    -webkit-appearance: none;
    background: none;
    border: none;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    animation: uncheck 0.6s ease-out;
    -webkit-animation: uncheck 0.6s ease-out;
    -moz-animation: uncheck 0.6s ease-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.flip-switch label:before, .flip-switch label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    text-align: center;
}

.flip-switch label:before {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    background: #CF6E72;
}

.flip-switch label:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    background: #ffbc11;
}

.flip-switch input:checked + label {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    animation: check 0.6s ease-out;
    -webkit-animation: check 0.6s ease-out;
    -moz-animation: check 0.6s ease-out;
}

.flip-switch.flip-switch-icon label:before, .flip-switch.flip-switch-icon label:after {
    font-family: 'FontAwesome';
    color: white;
    font-size: 2rem;
    line-height: 32px;
}

.flip-switch.flip-switch-icon label:before {
    content: '\f00d';
}

.flip-switch.flip-switch-icon label:after {
    content: '\f00c';
}

.flip-switch.flip-switch-text label:before, .flip-switch.flip-switch-text label:after {
    color: white;
    line-height: 32px;
    font-weight: 900;
    font-size: 1.3rem;
}

.flip-switch.flip-switch-text label:before {
    content: 'OFF';
}

.flip-switch.flip-switch-text label:after {
    content: 'ON';
}

@keyframes check {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(195deg);
    }
    75% {
        transform: rotateY(165deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes check {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(195deg);
    }
    75% {
        -webkit-transform: rotateY(165deg);
    }
    100% {
        -webkit-transform: rotateY(180deg);
    }
}

@-moz-keyframes check {
    0% {
        -moz-transform: rotateY(0deg);
    }
    50% {
        -moz-transform: rotateY(195deg);
    }
    75% {
        -moz-transform: rotateY(165deg);
    }
    100% {
        -moz-transform: rotateY(180deg);
    }
}

@keyframes uncheck {
    0% {
        transform: rotateY(180deg);
    }
    50% {
        transform: rotateY(-15deg);
    }
    75% {
        transform: rotateY(15deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes uncheck {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    50% {
        -webkit-transform: rotateY(-15deg);
    }
    75% {
        -webkit-transform: rotateY(15deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes uncheck {
    0% {
        -moz-transform: rotateY(180deg);
    }
    50% {
        -moz-transform: rotateY(-15deg);
    }
    75% {
        -moz-transform: rotateY(15deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}

.tooltip-outside-card {
    text-align: center;
    color: lightslategray;
    padding: 0px 30px 10px 30px;
}

.tooltip-a-outline {
    color: #ffc600;
    text-decoration: underline;
}

.asButton:active {
    background-color: #0BB20C;
    color: #DDDDDD;
}

.paragraph-header-text {
    font-size: 1.2em;
    color: #8d9293;
    font-weight: 200
}

.lottery-zone {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

}

.lottery-box {
    text-align: center;
    padding: 10px;
    min-width: 100px;
}

.pagination > li.active > a, .pagination > li.active > span {
    border-bottom: 2px solid #c49800 !important;
    background: #ffc600 !important;
}

#inspectortable tr td,
#inspectortable tr th {
    padding: 10px 15px;
}

#inspectMsgs td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-hide {
    text-overflow: initial !important;
}

@media (max-width: 1024px) {
    .hide-on-mobile {
        display: none;
    }
}
