.fb-component {
    padding: 10px;
    cursor: move;
}

    .fb-component input, .fb-component label, .fb-component select, .fb-component textarea {
        cursor: move;
    }

.fb-form-object-editable {
    padding: 10px;
}

    .fb-form-object-editable.fb-draggable, .fb-form-object-editable.fb-draggable input {
        cursor: move;
    }

        .fb-form-object-editable.fb-draggable label {
            cursor: pointer;
        }

        .fb-form-object-editable.fb-draggable select, .fb-form-object-editable.fb-draggable textarea {
            cursor: move;
        }

    .fb-form-object-editable.empty {
        cursor: default;
        margin: 6px;
        height: 80px;
        border: 1px dashed #aaa;
        background-color: #eee;
    }

.fb-draggable.dragging {
    background-color: #fff;
    position: absolute;
    z-index: 800;
    box-shadow: 0 0 20px #666;
}

.fb-required:after {
    color: #b94a48;
    content: " *";
}

.fb-builder {
    min-height: 250px;
}

.popover .control-label {
    text-align: left;
}

.popover form {
    width: 240px;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
}

    .bootstrap-tagsinput input {
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .bootstrap-tagsinput input, .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: #fff;
    }

        .bootstrap-tagsinput .tag [data-role=remove] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                content: "x";
                padding: 0 2px;
            }

            .bootstrap-tagsinput .tag [data-role=remove]:hover {
                box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);
            }

                .bootstrap-tagsinput .tag [data-role=remove]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                }
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active, a:hover {
        outline: 0;
    }

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0088d2;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #005685;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #0088d2;
}

    .text-primary:hover {
        color: #00679f;
    }

.text-warning {
    color: #8a6d3b;
}

    .text-warning:hover {
        color: #66512c;
    }

.text-danger {
    color: #a94442;
}

    .text-danger:hover {
        color: #843534;
    }

.text-success {
    color: #3c763d;
}

    .text-success:hover {
        color: #2b542c;
    }

.text-info {
    color: #31708f;
}

    .text-info:hover {
        color: #245269;
    }

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.428571429;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:after, .dl-horizontal dd:before {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote .small, blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999;
    }

        blockquote .small:before, blockquote small:before {
            content: "\2014   \A0";
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right .small, blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right .small:before, blockquote.pull-right small:before {
                content: "";
            }

            blockquote.pull-right .small:after, blockquote.pull-right small:after {
                content: "\A0   \2014";
            }

    blockquote:after, blockquote:before {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    float: none;
    display: table-cell;
}

.table > tbody > .active > td, .table > tbody > .active > th, .table > tbody > tr > .active, .table > tfoot > .active > td, .table > tfoot > .active > th, .table > tfoot > tr > .active, .table > thead > .active > td, .table > thead > .active > th, .table > thead > tr > .active {
    background-color: #f5f5f5;
}

.table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th, .table-hover > tbody > tr > .active:hover {
    background-color: #e8e8e8;
}

.table > tbody > .success > td, .table > tbody > .success > th, .table > tbody > tr > .success, .table > tfoot > .success > td, .table > tfoot > .success > th, .table > tfoot > tr > .success, .table > thead > .success > td, .table > thead > .success > th, .table > thead > tr > .success {
    background-color: #dff0d8;
}

.table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th, .table-hover > tbody > tr > .success:hover {
    background-color: #d0e9c6;
}

.table > tbody > .danger > td, .table > tbody > .danger > th, .table > tbody > tr > .danger, .table > tfoot > .danger > td, .table > tfoot > .danger > th, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > thead > .danger > th, .table > thead > tr > .danger {
    background-color: #f2dede;
}

.table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th, .table-hover > tbody > tr > .danger:hover {
    background-color: #ebcccc;
}

.table > tbody > .warning > td, .table > tbody > .warning > th, .table > tbody > tr > .warning, .table > tfoot > .warning > td, .table > tfoot > .warning > th, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > thead > .warning > th, .table > thead > tr > .warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th, .table-hover > tbody > tr > .warning:hover {
    background-color: #faf2cc;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    margin: 0;
}

fieldset, legend {
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

output {
    padding-top: 7px;
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

    .checkbox label, .radio label {
        display: inline;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        float: left;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #0088d2;
    border-color: #0077b9;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #006ea9;
        border-color: #00507b;
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #0088d2;
        border-color: #0077b9;
    }

    .btn-primary .badge {
        color: #0088d2;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f90;
    border-color: #e68a00;
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #d68100;
        border-color: #a86500;
    }

    .btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f90;
        border-color: #e68a00;
    }

    .btn-warning .badge {
        color: #f90;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: #b30000;
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #a30000;
        border-color: #750000;
    }

    .btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #c00;
        border-color: #b30000;
    }

    .btn-danger .badge {
        color: #c00;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #090;
    border-color: green;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #007000;
        border-color: #004200;
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #090;
        border-color: green;
    }

    .btn-success .badge {
        color: #090;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-link {
    color: #0088d2;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #005685;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0088d2;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #999;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: none;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:after, .btn-toolbar:before {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
}

.btn-group-sm > .btn, .btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 2;
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:after, .nav:before {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li, .nav > li > a {
        position: relative;
        display: block;
    }

        .nav > li > a {
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #0088d2;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #0088d2;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:after, .navbar:before {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:after, .navbar-collapse:before {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            float: none;
            margin-left: 0;
        }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\A0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            background-color: #eee;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #0088d2;
        border-color: #0088d2;
        cursor: default;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:after, .pager:before {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:focus, .label[href]:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: gray;
    }

.label-primary {
    background-color: #0088d2;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #00679f;
    }

.label-success {
    background-color: #090;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #060;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f90;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #cc7a00;
    }

.label-danger {
    background-color: #c00;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #900;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #0088d2;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #0088d2;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0088d2;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #090;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-warning {
    background-color: #f90;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-danger {
    background-color: #c00;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #0088d2;
        border-color: #0088d2;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
            color: #9fddff;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child td, .panel > .table > tbody:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #0088d2;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0088d2;
        border-color: #0088d2;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #0088d2;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #0088d2;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel, .carousel-inner {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: left .6s ease-in-out;
        transition: left .6s ease-in-out;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(128, 0, 0, 0)",endColorstr="rgba(0, 0, 0, 0)",GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0, 0, 0, 0)",endColorstr="rgba(128, 0, 0, 0)",GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: none;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: "\2039";
        }

        .carousel-control .icon-next:before {
            content: "\203A";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important;
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important;
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important;
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

td.hidden-xs, th.hidden-xs {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

td.hidden-md, th.hidden-md {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important;
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important;
    }
}

.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important;
    }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */ .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
    background-image: -webkit-linear-gradient(top,#fdd49a,#fdf59a);
    background-image: -webkit-linear-gradient(bottom,#fdd49a,#fdf59a);
    background-image: linear-gradient(0deg,#fdd49a,#fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
            background-color: #fbf069;\9
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
        background-image: -webkit-linear-gradient(top,#f3c17a,#f3e97a);
        background-image: -webkit-linear-gradient(bottom,#f3c17a,#f3e97a);
        background-image: linear-gradient(0deg,#f3c17a,#f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a",endColorstr="#f3e97a",GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-radius: 0;
    }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
                background-color: #efe24b;\9
            }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(gray));
    background-image: -webkit-linear-gradient(top,#b3b3b3,gray);
    background-image: -webkit-linear-gradient(bottom,#b3b3b3,gray);
    background-image: linear-gradient(0deg,#b3b3b3,gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3",endColorstr="#808080",GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
        background-color: gray;
    }

        .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
            background-color: #666;\9
        }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -webkit-linear-gradient(bottom,#08c,#04c);
    background-image: linear-gradient(0deg,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="#0044cc",GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
        background-color: #04c;
    }

        .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
            background-color: #039;\9
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #006dcc;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
        background-image: -webkit-linear-gradient(top,#08c,#04c);
        background-image: -webkit-linear-gradient(bottom,#08c,#04c);
        background-image: linear-gradient(0deg,#08c,#04c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="#0044cc",GradientType=0);
        border-color: #04c #04c #002a80;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
            background-color: #04c;
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                background-color: #039;\9
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor: pointer;
}

    .datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
}

    .datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
        padding: 4px 5px;
    }

.jcrop-holder {
    direction: ltr;
    text-align: left;
    -ms-touch-action: none;
}

.jcrop-hline, .jcrop-vline {
    background: #fff;
    font-size: 0;
    position: absolute;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

    .jcrop-vline.right {
        right: 0;
    }

.jcrop-hline {
    height: 1px !important;
    width: 100%;
}

    .jcrop-hline.bottom {
        bottom: 0;
    }

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.jcrop-handle {
    background-color: #333;
    border: 1px solid #eee;
    width: 7px;
    height: 7px;
    font-size: 1px;
}

    .jcrop-handle.ord-n {
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        top: 0;
    }

    .jcrop-handle.ord-s {
        bottom: 0;
        left: 50%;
        margin-bottom: -4px;
        margin-left: -4px;
    }

    .jcrop-handle.ord-e {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 50%;
    }

    .jcrop-handle.ord-w {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 50%;
    }

    .jcrop-handle.ord-nw {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 0;
    }

    .jcrop-handle.ord-ne {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 0;
    }

    .jcrop-handle.ord-se {
        bottom: 0;
        margin-bottom: -4px;
        margin-right: -4px;
        right: 0;
    }

    .jcrop-handle.ord-sw {
        bottom: 0;
        left: 0;
        margin-bottom: -4px;
        margin-left: -4px;
    }

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}

.jcrop-light .jcrop-hline, .jcrop-light .jcrop-vline {
    background: #fff;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px;
}

.jcrop-dark .jcrop-hline, .jcrop-dark .jcrop-vline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px;
}

.solid-line .jcrop-hline, .solid-line .jcrop-vline {
    background: #fff;
}

.jcrop-holder img, img.jcrop-preview {
    max-width: none;
}

@font-face {
    font-family: RedactorFont;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: 400;
    font-style: normal;
}

.redactor-box {
    position: relative;
    overflow: visible;
    margin-bottom: 24px;
}

    .redactor-box textarea {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: auto;
        outline: none;
        border: none;
        background-color: #111;
        box-shadow: none;
        color: #ccc;
        font-size: 13px;
        font-family: Menlo,Monaco,monospace,sans-serif;
        resize: none;
    }

        .redactor-box textarea:focus {
            outline: none;
        }

.redactor-box, .redactor-editor {
    background: #fff;
}

    .redactor-box, .redactor-box textarea, .redactor-editor {
        z-index: auto;
    }

.redactor-box-fullscreen {
    z-index: 1051;
}

.redactor-toolbar {
    z-index: 100;
}

.redactor-dropdown {
    z-index: 1052;
}

#redactor-modal, #redactor-modal-box, #redactor-modal-overlay {
    z-index: 1053;
}

.redactor-resize {
    background: #f4f4f4;
    padding: 4px 0 3px;
    cursor: move;
    border: 1px solid #e3e3e3;
    border-top: none;
}

    .redactor-resize div {
        width: 30px;
        margin: auto;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #fff;
    }

body .redactor-box-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.body-redactor-hidden {
    overflow: hidden;
}

.redactor-editor {
    position: relative;
    overflow: auto;
    margin: 0 !important;
    padding: 20px;
    outline: none;
    white-space: normal;
    border: 1px solid #eee;
    font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

    .redactor-editor:focus {
        outline: none;
    }

.toolbar-fixed-box + .redactor-editor {
    padding-top: 32px !important;
}

.redactor-placeholder {
    position: relative;
}

    .redactor-placeholder:after {
        position: absolute;
        top: 20px;
        left: 20px;
        content: attr(placeholder);
        color: #999 !important;
        font-weight: 400 !important;
    }

.redactor-linebreaks.redactor-placeholder:after {
    top: 20px;
    left: 20px;
}

.redactor-toolbar {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    background: #fff;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

    .redactor-toolbar:after {
        content: "";
        display: table;
        clear: both;
    }

    .redactor-toolbar.redactor-toolbar-overflow {
        overflow-y: auto;
        height: 29px;
        white-space: nowrap;
    }

    .redactor-toolbar.redactor-toolbar-external {
        z-index: 999;
        box-shadow: none;
        border: 1px solid rgba(0,0,0,.1);
    }

    .redactor-toolbar li {
        vertical-align: top;
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        outline: none;
        list-style: none !important;
        box-sizing: content-box;
    }

        .redactor-toolbar li a {
            display: block;
            color: #333;
            text-align: center;
            padding: 9px 10px;
            outline: none;
            border: none;
            text-decoration: none;
            cursor: pointer;
            zoom: 1;
            box-sizing: content-box;
        }

            .redactor-toolbar li a:hover {
                outline: none;
                background-color: #1f78d8;
                color: #fff;
            }

                .redactor-toolbar li a:hover i:before {
                    color: #fff;
                }

            .redactor-toolbar li a.redactor-act, .redactor-toolbar li a:active {
                outline: none;
                background-color: #ccc;
                color: #444;
            }

            .redactor-toolbar li a.redactor-btn-image {
                width: 14px;
                height: 14px;
                background-position: 50%;
                background-repeat: no-repeat;
            }

            .redactor-toolbar li a.fa-redactor-btn {
                display: inline-block;
                padding: 9px 10px 8px;
                line-height: 1;
            }

            .redactor-toolbar li a.redactor-button-disabled {
                filter: alpha(opacity=30);
                -moz-opacity: .3;
                opacity: .3;
            }

                .redactor-toolbar li a.redactor-button-disabled:hover {
                    color: #333;
                    outline: none;
                    background-color: transparent !important;
                    cursor: default;
                }

.redactor-box .CodeMirror {
    display: none;
}

.re-icon {
    font-family: RedactorFont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .re-icon i:before {
        position: relative;
        font-size: 14px;
    }

.re-video:before {
    content: "\E600";
}

.re-unorderedlist:before {
    content: "\E601";
}

.re-undo:before {
    content: "\E602";
}

.re-underline:before {
    content: "\E603";
}

.re-textdirection:before {
    content: "\E604";
}

.re-fontcolor:before {
    content: "\E605";
}

.re-table:before {
    content: "\E606";
}

.re-redo:before {
    content: "\E607";
}

.re-quote:before {
    content: "\E608";
}

.re-outdent:before {
    content: "\E609";
}

.re-orderedlist:before {
    content: "\E60A";
}

.re-link:before {
    content: "\E60B";
}

.re-horizontalrule:before {
    content: "\E60C";
}

.re-italic:before {
    content: "\E60D";
}

.re-indent:before {
    content: "\E60E";
}

.re-image:before {
    content: "\E60F";
}

.re-fullscreen:before {
    content: "\E610";
}

.re-normalscreen:before {
    content: "\E611";
}

.re-formatting:before {
    content: "\E612";
}

.re-fontsize:before {
    content: "\E613";
}

.re-fontfamily:before {
    content: "\E614";
}

.re-deleted:before {
    content: "\E615";
}

.re-html:before {
    content: "\E616";
}

.re-clips:before {
    content: "\E617";
}

.re-bold:before {
    content: "\E618";
}

.re-backcolor:before {
    content: "\E619";
}

.re-file:before {
    content: "\E61A";
}

.re-alignright:before {
    content: "\E61B";
}

.re-alignleft:before, .re-alignment:before {
    content: "\E61C";
}

.re-alignjustify:before {
    content: "\E61D";
}

.re-aligncenter:before {
    content: "\E61E";
}

.re-gallery:before {
    content: "\E61F";
}

.redactor-toolbar-tooltip {
    z-index: 1054;
    text-align: center;
    top: 0;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    line-height: 1;
    font-size: 12px;
    border-radius: 2px;
}

.redactor-dropdown, .redactor-toolbar-tooltip {
    position: absolute;
    left: 0;
    font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
}

.redactor-dropdown {
    top: 28px;
    padding: 0;
    min-width: 220px;
    max-height: 254px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 1px 7px rgba(0,0,0,.25);
    font-size: 14px;
    line-height: 1.6em;
}

    .redactor-dropdown a {
        display: block;
        padding: 10px 15px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid rgba(0,0,0,.07);
    }

        .redactor-dropdown a:last-child {
            border-bottom: none;
        }

        .redactor-dropdown a:hover {
            background-color: #1f78d8;
            color: #fff !important;
            text-decoration: none;
        }

#redactor-image-box {
    position: relative;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    outline: 1px dashed rgba(0,0,0,.6);
}

#redactor-image-editter {
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -18px;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    cursor: pointer;
}

#redactor-image-editter, #redactor-image-resizer {
    position: absolute;
    line-height: 1;
    background-color: #000;
}

#redactor-image-resizer {
    z-index: 2;
    cursor: nw-resize;
    bottom: -4px;
    right: -5px;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
}

.redactor-link-tooltip {
    position: absolute;
    z-index: 49999;
    padding: 10px;
    line-height: 1;
    display: inline-block;
    background-color: #000;
    color: #555 !important;
}

    .redactor-link-tooltip, .redactor-link-tooltip a {
        font-size: 12px;
        font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
    }

        .redactor-link-tooltip a {
            color: #ccc;
            margin: 0 5px;
            text-decoration: none;
        }

            .redactor-link-tooltip a:hover {
                color: #fff;
            }

#redactor-droparea {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
    border: 3px dashed rgba(0,0,0,.1);
}

    #redactor-droparea.drag-hover {
        background: rgba(200,222,250,.75);
    }

    #redactor-droparea.drag-drop {
        background: hsla(58,83%,88%,.5);
    }

#redactor-droparea-placeholder {
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,.7);
}

#redactor-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    height: 10px;
}

    #redactor-progress span {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #3d58a8;
        background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
        background-image: linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
        background-size: 40px 40px;
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

#redactor-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
}

#redactor-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#redactor-modal {
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 14px !important;
    font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
    box-shadow: 0 1px 70px rgba(0,0,0,.5);
}

    #redactor-modal header {
        padding: 30px 40px 5px;
        font-size: 18px;
        font-weight: 700;
    }

    #redactor-modal section {
        padding: 30px 40px 50px;
    }

    #redactor-modal label {
        display: block;
        float: none !important;
        margin: 15px 0 3px !important;
        padding: 0;
    }

    #redactor-modal input[type=checkbox], #redactor-modal input[type=radio] {
        position: relative;
        top: -1px;
    }

    #redactor-modal select {
        width: 100%;
    }

    #redactor-modal input[type=email], #redactor-modal input[type=password], #redactor-modal input[type=text], #redactor-modal input[type=url], #redactor-modal textarea {
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 5px 4px;
        height: 28px;
        border: 1px solid #ccc;
        border-radius: 1px;
        background-color: #fff;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        color: #333;
        width: 100%;
        font-size: 14px;
        font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
        -webkit-transition: border .3s ease-in;
        transition: border .3s ease-in;
    }

        #redactor-modal input[type=email]:focus, #redactor-modal input[type=password]:focus, #redactor-modal input[type=text]:focus, #redactor-modal input[type=url]:focus, #redactor-modal textarea:focus {
            outline: none;
            border-color: #5ca9e4;
            box-shadow: 0 0 0 2px rgba(70,161,231,.3),inset 0 1px 2px rgba(0,0,0,.2);
        }

        #redactor-modal input[type=email].redactor-input-error, #redactor-modal input[type=password].redactor-input-error, #redactor-modal input[type=text].redactor-input-error, #redactor-modal input[type=url].redactor-input-error, #redactor-modal textarea.redactor-input-error {
            border-color: #e82f2f;
            box-shadow: 0 0 0 2px rgba(232,47,47,.3),inset 0 1px 2px rgba(0,0,0,.2);
        }

    #redactor-modal textarea {
        display: block;
        margin-top: 4px;
        line-height: 1.4em;
    }

#redactor-modal-tabber {
    margin-bottom: 15px;
    font-size: 12px;
}

    #redactor-modal-tabber a {
        border: 1px solid #ddd;
        line-height: 1;
        padding: 8px 15px;
        margin-right: -1px;
        text-decoration: none;
        color: #000;
    }

        #redactor-modal-tabber a:hover {
            background-color: #1f78d8;
            border-color: #1f78d8;
            color: #fff;
        }

        #redactor-modal-tabber a.active {
            cursor: default;
            background-color: #ddd;
            border-color: #ddd;
            color: rgba(0,0,0,.6);
        }

#redactor-modal #redactor-modal-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    max-height: 250px;
    overflow-x: auto;
}

    #redactor-modal #redactor-modal-list li {
        border-bottom: 1px solid #ddd;
    }

        #redactor-modal #redactor-modal-list li:last-child {
            border-bottom: none;
        }

    #redactor-modal #redactor-modal-list a {
        padding: 10px 5px;
        color: #000;
        text-decoration: none;
        font-size: 13px;
        display: block;
        position: relative;
    }

        #redactor-modal #redactor-modal-list a:hover {
            background-color: #eee;
        }

#redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: right;
    color: #bbb;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
}

    #redactor-modal-close:hover {
        color: #000;
    }

#redactor-modal footer button {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    margin: 0;
    outline: none;
    border: none;
    background-color: #ddd;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
    line-height: 1;
    cursor: pointer;
}

    #redactor-modal footer button:hover {
        color: #777;
        background: none;
        background: #bbb;
        text-decoration: none;
    }

    #redactor-modal footer button.redactor-modal-delete-btn {
        background: none;
        color: #fff;
        background-color: #b52525;
    }

        #redactor-modal footer button.redactor-modal-delete-btn:hover {
            color: hsla(0,0%,100%,.6);
            background-color: #881b1b;
        }

    #redactor-modal footer button.redactor-modal-action-btn {
        background: none;
        color: #fff;
        background-color: #2461b5;
    }

        #redactor-modal footer button.redactor-modal-action-btn:hover {
            color: hsla(0,0%,100%,.6);
            background-color: #1a4580;
        }

.redactor-dropdown .redactor-formatting-blockquote {
    color: rgba(0,0,0,.4);
    font-style: italic;
}

.redactor-dropdown .redactor-formatting-pre {
    font-family: monospace,sans-serif;
}

.redactor-dropdown .redactor-formatting-h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.redactor-dropdown .redactor-formatting-h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.redactor-dropdown .redactor-formatting-h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
}

.redactor-dropdown .redactor-formatting-h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.redactor-dropdown .redactor-formatting-h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.redactor-editor code, .redactor-editor pre {
    font-family: Menlo,Monaco,monospace,sans-serif;
}

.redactor-editor blockquote, .redactor-editor div, .redactor-editor dl, .redactor-editor ol, .redactor-editor p, .redactor-editor pre, .redactor-editor table, .redactor-editor ul {
    font-size: 14px;
    line-height: 1.6em;
}

.redactor-editor a {
    color: #15c;
    text-decoration: underline;
}

.redactor-editor embed, .redactor-editor img, .redactor-editor object, .redactor-editor video {
    max-width: 100%;
    width: auto;
}

.redactor-editor img, .redactor-editor video {
    height: auto;
}

.redactor-editor blockquote, .redactor-editor div, .redactor-editor dl, .redactor-editor figure, .redactor-editor ol, .redactor-editor p, .redactor-editor pre, .redactor-editor table, .redactor-editor ul {
    margin: 0;
    margin-bottom: 15px;
    border: none;
    background: none;
    box-shadow: none;
}

.redactor-editor hr, .redactor-editor iframe, .redactor-editor object {
    margin-bottom: 15px;
}

.redactor-editor blockquote {
    margin-left: 1.6em !important;
    padding-left: 0;
    color: #777;
    font-style: italic;
}

.redactor-editor ol, .redactor-editor ul {
    padding-left: 2em;
}

    .redactor-editor ol ol, .redactor-editor ol ul, .redactor-editor ul ol, .redactor-editor ul ul {
        margin: 2px;
        padding: 0;
        padding-left: 2em;
        border: none;
    }

        .redactor-editor ol ol li {
            list-style-type: lower-alpha;
        }

        .redactor-editor ol ol ol li {
            list-style-type: lower-roman;
        }

.redactor-editor dl dt {
    font-weight: 700;
}

.redactor-editor dd {
    margin-left: 1em;
}

.redactor-editor table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
}

    .redactor-editor table td, .redactor-editor table th {
        padding: 5px;
        border: 1px solid #ddd;
        vertical-align: top;
    }

    .redactor-editor table th, .redactor-editor table thead td {
        font-weight: 700;
        border-bottom-color: #888;
    }

.redactor-editor code {
    background-color: #d8d7d7;
}

.redactor-editor pre {
    overflow: auto;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f8f8;
    white-space: pre;
    font-size: 90%;
}

.redactor-editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

.redactor-editor h1, .redactor-editor h2, .redactor-editor h3, .redactor-editor h4, .redactor-editor h5, .redactor-editor h6 {
    font-weight: 700;
    color: #000;
    padding: 0;
    background: none;
    text-rendering: optimizeLegibility;
    margin: 0 0 .5em;
}

.redactor-editor h1, .redactor-editor h2, .redactor-editor h3, .redactor-editor h4 {
    line-height: 1.3;
}

.redactor-editor h1 {
    font-size: 36px;
}

.redactor-editor h2 {
    font-size: 24px;
    margin-bottom: .7em;
}

.redactor-editor h3 {
    font-size: 21px;
}

.redactor-editor h4 {
    font-size: 18px;
}

.redactor-editor h5 {
    font-size: 16px;
}

.redactor-editor h6 {
    font-size: 12px;
    text-transform: uppercase;
}

.icon-ok-sign.active {
    color: #0088d2;
}

.strike {
    text-decoration: line-through;
}

.red {
    color: red;
}

.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none !important;
}

.bootstrap-tagsinput {
    padding: 4px 6px 8px;
    display: block;
}

.popover .popover-title {
    font-size: 18px;
}

.popover .popover-content a {
    margin: 15px 0 0;
    display: block;
}

.btn-default {
    background: #f8f8f8;
}

.btn-link:focus, .btn-link:hover, a:focus, a:visited {
    text-decoration: none !important;
}

.datepicker td, .datepicker th {
    width: auto !important;
}

.tooltip-inner {
    text-align: left;
}

.bg-info {
    background: #f8f8f8;
    padding: 15px;
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand {
        margin: 0;
    }
}

@media (min-width:992px) {
    .container {
        width: 910px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 910px;
    }
}

.navbar-default {
    border: none;
}

.redactor_toolbar {
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    background: #f8f8f8;
}

.redactor_editor {
    margin: -.5px !important;
}

body .redactor_box_fullscreen {
    top: 60px !important;
    z-index: 549 !important;
}

    body .redactor_box_fullscreen ~ #redactor_modal, body .redactor_box_fullscreen ~ .redactor_dropdown {
        z-index: 550 !important;
    }

@media (max-width:767px) {
    #uvTab {
        display: none;
    }
}

#uvTab {
    z-index: 700 !important;
}

html {
    overflow-y: scroll;
}

body {
    color: #666;
}

a, a:hover {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}

.text-success {
    color: #090;
}

.text-warning {
    color: #fb700d;
}

.text-danger {
    color: #c00;
}

.text-wait {
    color: #909;
}

.bg-deep {
    background: #333;
    color: #fff;
}

.bg-light {
    background: #f8f8f8;
    padding: 10px 15px;
}

.bg-warning td {
    background: #fb700d;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 12px;
    font-size: 18px;
}

table {
    word-wrap: break-word;
}

    table.APCSS_table-detail {
        margin: 0;
    }

        table.APCSS_table-detail thead th {
            text-align: left;
        }

        table.APCSS_table-detail td, table.APCSS_table-detail th {
            background: #f8f8f8;
        }

    table thead.left {
        text-align: left;
    }

    table thead th {
        text-align: center;
    }

        table thead th.left {
            text-align: left;
        }

        table thead th.vhcenter {
            text-align: center;
            vertical-align: middle !important;
        }

    table tfoot.total, table tfoot.total tr {
        border: 1px solid #fff;
    }

        table tfoot.total tr td {
            text-align: center;
            border: 1px solid #fff;
            border-bottom: 1px solid #ccc;
        }

    table td.center {
        text-align: center;
    }

    table td.right {
        text-align: right;
    }

    table td.vhcenter {
        text-align: center;
        vertical-align: middle !important;
    }

    table td .tooltip-inner {
        word-break: break-word;
        word-wrap: break-word;
    }

    table .searchTr {
        background: #f8f8f8;
    }

        table .searchTr th {
            font-size: 18px;
            text-align: left;
        }

h1.accupass .navbar-brand {
    margin: 0;
    padding: 0;
    display: block;
}

.APCSS_wrapper {
    background: #fff;
    background-size: cover;
    width: 100%;
    padding: 60px 0 0;
    position: relative;
}

    .APCSS_wrapper textarea {
        resize: none;
    }

    .APCSS_wrapper .APCSS_error-input {
        border: 1px solid #c00;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
    }

    .APCSS_wrapper .APCSS_error-label {
        font-weight: 700;
        font-size: 14px;
        color: #c00;
    }

    .APCSS_wrapper .APCSS_success-label {
        font-weight: 700;
        color: #3b5998;
    }

@media (max-width:767px) {
    .APCSS_wrapper {
        margin: 0 auto;
        padding: 50px 0 0;
    }
}

.APCSS_loginLinkBox, .APCSS_menuBox li a {
    line-height: 60px;
    height: 60px;
}

.APCSS_header {
    background: #0088d2;
    color: #fff;
    position: fixed;
    z-index: 550;
    height: 50px;
}

    .APCSS_header h1 {
        margin: 15px 35px 0 0;
    }

    .APCSS_header .navbar-collapse .navbar-nav li a {
        color: #fff;
        margin: 10px 0;
    }

        .APCSS_header .navbar-collapse .navbar-nav li a:hover {
            background: hsla(0,0%,100%,.15);
        }

    .APCSS_header .navbar-toggle {
        margin-right: 0;
        border-color: #fff;
    }

        .APCSS_header .navbar-toggle:active, .APCSS_header .navbar-toggle:focus, .APCSS_header .navbar-toggle:hover, .APCSS_header .navbar-toggle:visited {
            background: #fff !important;
        }

            .APCSS_header .navbar-toggle:active .icon-bar, .APCSS_header .navbar-toggle:focus .icon-bar, .APCSS_header .navbar-toggle:hover .icon-bar, .APCSS_header .navbar-toggle:visited .icon-bar {
                background: #0088d2;
            }

        .APCSS_header .navbar-toggle .icon-bar {
            background: #fff;
        }

.APCSS_menuBox {
    margin: 0;
}

    .APCSS_menuBox li {
        margin: 0 -4px 0 0;
    }

        .APCSS_menuBox li a {
            font-size: 16px;
            color: #fff;
            padding: 0 15px;
            display: block;
        }

            .APCSS_menuBox li a:hover {
                background: #00679f;
            }

.APCSS_loginLinkBox a {
    color: #666;
    margin: 0 10px;
}

    .APCSS_loginLinkBox a:hover {
        color: #0088d2;
    }

.APCSS_userFeatureBox {
    position: absolute;
    z-index: 200;
    right: 0;
    top: 0;
}

@media (max-width:767px) {
    .APCSS_menuBox {
        display: none !important;
    }
}

.btn.btn-big {
    padding: 12px 0;
}

.APCSS_btn-ticketGroup {
    background: #f8f8f8;
    color: #333;
    border: 1px solid #ccc;
    width: 120px;
    height: 30px;
    margin: 15px 0;
}

    .APCSS_btn-ticketGroup:hover {
        background: #dfdfdf;
        color: #1a1a1a;
        border: 1px solid #b3b3b3;
    }

    .APCSS_btn-ticketGroup.disable {
        color: #ccc;
        cursor: not-allowed;
    }

        .APCSS_btn-ticketGroup.disable:hover {
            background: #f8f8f8;
            color: #ccc;
            border: 1px solid #ccc;
        }

.APCSS_btn-advancedSubmit {
    line-height: 40px;
    height: 40px;
    background: #0088d2;
    color: #fff;
    text-align: center;
    width: 180px;
}

    .APCSS_btn-advancedSubmit:hover {
        background: #00679f;
        color: #fff;
    }

.APCSS_btn-uploadImg {
    line-height: 45px;
    height: 45px;
    background: rgba(0,0,0,.5);
    background: #000\9;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

    .APCSS_btn-uploadImg:hover {
        background: rgba(0,0,0,.75);
        color: #fff;
    }

.APCSS_fbShareBox .form-control {
    border-color: #3b5998;
}

.APCSS_fbShareBox .btn {
    background: #3b5998;
    color: #fff;
    border: 1px solid #3b5998;
}

.APCSS_btn-fbLogin {
    background: #0088d2;
    background: #3b5998;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
    padding: 15px 0;
    display: block;
}

    .APCSS_btn-fbLogin:hover {
        background: #2d4373;
        color: #fff;
    }

.APCSS_btn-multiLine {
    padding: 5px 0 0;
    line-height: 1.3em;
}

    .APCSS_btn-multiLine span {
        font-size: .875em;
        display: block;
    }

.APCSS_btnBox a, .APCSS_btnBox button, .APCSS_btnBox input[type=submit] {
    padding: 10px 79px;
    border: none;
    cursor: pointer;
}

.APCSS_btnBox .gray {
    background: #f8f8f8;
    color: #333;
}

    .APCSS_btnBox .gray:hover {
        background: #dfdfdf;
        color: #1a1a1a;
    }

.APCSS_btnBox .blue {
    background: #0088d2;
    color: #fff;
}

    .APCSS_btnBox .blue:hover {
        background: #00679f;
        color: #e6e6e6;
    }

.APCSS_btn-app:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: .85;
}

.APCSS_btn-link {
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 0;
    display: block;
}

    .APCSS_btn-link:hover {
        background: #0088d2;
        color: #fff;
        border: 1px solid #0088d2;
    }

.APCSS_bg-line span, .APCSS_btn-advancedSubmit, .APCSS_btnBox a, .APCSS_btnBox button, .APCSS_btnBox input[type=submit], .APCSS_editRegisterBox .leftBox, .APCSS_editRegisterBox .rightBox, .APCSS_headPhotoBox > a, .APCSS_linkBox-event .infoBar a, .APCSS_linkBox-event .infoBar span, .APCSS_list-headPhoto li .txt img, .APCSS_loginLinkBox a, .APCSS_menuBox, .APCSS_menuBox li, .APCSS_nav-eventRegister .fbBox, .APCSS_nav-eventRegister a, .APCSS_recommend, .APCSS_recommend .mask .link, .APCSS_ticketStatus .btn_detail, .APCSS_ticketStatus .btn_ticket, .APCSS_ticketStatus div, h1.accupass {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.APCSS_userInfoBox img, .APCSS_userInfoBox span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

#APCSS_dialog-uploadImg .APCSS_dragBanner .APCSS_btn-pickBanner, .APCSS_btn-fbLogin, .APCSS_upload-container .APCSS_upload-add, .bg-info {
    border-radius: 6px;
}

.APCSS_btn-ticketGroup, .APCSS_btnBox a, .APCSS_btnBox button, .APCSS_btnBox input[type=submit], .APCSS_carouselOrg .carousel-control, .APCSS_icon-bookmark, .APCSS_recommend .mask .link {
    border-radius: 3px;
}

#APCSS_dialog-uploadImg .modal-dialog, .APCSS_editRegisterBox .form-control, .APCSS_editRegisterBox .leftBox, .APCSS_editRegisterBox .rightBox, .APCSS_form-fbShare input[type=text], .popover.fade .form-control {
    box-sizing: border-box;
}

.APCSS_btn-link, .APCSS_recommend, .APCSS_tab-nav li a, .APCSS_wrapper button, .APCSS_wrapper input[type=submit], a, i, span {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

    .APCSS_ad-list p, .APCSS_linkBox-event .org, .APCSS_linkBox-event .tit, .APCSS_linkBox-place .desc, .APCSS_linkBox-place strong, .APCSS_list-headPhoto li .txt, .APCSS_recommend .mask .address, .APCSS_recommend .mask .caption, .APCSS_recommend .tit, .APCSS_ticketBox .address span, .APCSS_upload-container .APCSS_upload-info {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.APCSS_page-verificationDetail .disabled {
    color: #ccc;
}

.APCSS_page-verificationDetail .dl-horizontal {
    padding: 5px 0 0;
}

    .APCSS_page-verificationDetail .dl-horizontal dd {
        margin: 0 0 15px;
    }

    .APCSS_page-verificationDetail .dl-horizontal dt {
        text-align: left;
    }

.APCSS_bg-line {
    background: url("//static.accupass.com/images/bg/dot_ccc.jpg?1449813514") repeat-x 50%;
    text-align: center;
}

    .APCSS_bg-line span {
        background: #fff;
    }

.APCSS_upload-container {
    position: relative;
    display: block;
    min-height: 75px;
}

    .APCSS_upload-container .APCSS_upload-add {
        background: #fff;
        color: #333;
        border: 1px solid #ccc;
        margin: 0 10px;
        text-align: center;
        line-height: 40px;
    }

        .APCSS_upload-container .APCSS_upload-add:hover {
            background: #e6e6e6;
            color: #1a1a1a;
            border: 1px solid #b3b3b3;
        }

    .APCSS_upload-container .progress {
        margin: 5px;
    }

    .APCSS_upload-container .APCSS_upload-info {
        display: block;
        margin: 5px 0 10px 10px;
    }

#APCSS_dialog-uploadImg .modal-dialog {
    width: 900px;
}

#APCSS_dialog-uploadImg .modal-body {
    background: #f8f8f8;
    text-align: center;
    height: 480px;
    position: relative;
    border-radius: 6px 6px 0 0;
}

    #APCSS_dialog-uploadImg .modal-body.dragover {
        background: #ccc;
    }

#APCSS_dialog-uploadImg .modal-footer {
    text-align: right;
    margin: 0;
    position: relative;
}

#APCSS_dialog-uploadImg .btn {
    width: 120px;
}

#APCSS_dialog-uploadImg .prev {
    position: absolute;
    z-index: 100;
    left: 20px;
    bottom: 20px;
}

#APCSS_dialog-uploadImg .progress {
    margin: -10px 0 0;
    position: relative;
    top: 50%;
}

#APCSS_dialog-uploadImg .APCSS_error-label {
    font-weight: 700;
    color: #c00;
}

#APCSS_dialog-uploadImg .APCSS_dragBanner {
    margin: 0;
    display: table-cell;
    width: 898px;
    vertical-align: middle;
    height: 440px;
}

    #APCSS_dialog-uploadImg .APCSS_dragBanner img {
        margin-left: 20px;
    }

    #APCSS_dialog-uploadImg .APCSS_dragBanner p {
        color: #8e8e8e;
    }

    #APCSS_dialog-uploadImg .APCSS_dragBanner .APCSS_btn-pickBanner {
        background: #fff;
        color: #333;
        border: 1px solid #ccc;
        z-index: 100;
        margin: 10px auto;
        display: block;
        width: 160px;
        line-height: 40px;
    }

        #APCSS_dialog-uploadImg .APCSS_dragBanner .APCSS_btn-pickBanner:hover {
            background: #e6e6e6;
            color: #1a1a1a;
            border: 1px solid #b3b3b3;
        }

.APCSS_form-fbShare {
    font-size: .825em;
    margin: 10px 0 20px;
    position: relative;
}

    .APCSS_form-fbShare input[type=text] {
        text-indent: 10px;
        width: 100%;
        height: 30px;
        padding: 0 190px 0 0;
        display: block;
        border: 1px solid #3b5998;
    }

    .APCSS_form-fbShare input[type=submit] {
        background: #3b5998;
        color: #fff;
        line-height: 30px;
        height: 30px;
        width: 180px;
        display: block;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0;
        border: none;
    }

        .APCSS_form-fbShare input[type=submit]:hover {
            background: #2d4373;
        }

.APCSS_recommend {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

    .APCSS_recommend.last {
        margin: 0;
    }

    .APCSS_recommend:hover img {
        -webkit-transform: scale(10);
        transform: scale(10);
    }

    .APCSS_recommend:hover .tit, .APCSS_recommend:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    .APCSS_recommend:hover .mask {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

        .APCSS_recommend:hover .mask .caption, .APCSS_recommend:hover .mask .info, .APCSS_recommend:hover .mask .link {
            -webkit-transform: scale(1);
            transform: scale(1);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
        }

    .APCSS_recommend i {
        margin: 0;
    }

    .APCSS_recommend img {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }

    .APCSS_recommend .tit {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        line-height: 1em;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 5px;
    }

    .APCSS_recommend .mask {
        position: absolute;
        z-index: 150;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        cursor: text;
    }

        .APCSS_recommend .mask, .APCSS_recommend .mask .caption {
            -webkit-transition: all .5s linear;
            transition: all .5s linear;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            display: block;
        }

            .APCSS_recommend .mask .caption {
                -webkit-transform: scale(0);
                transform: scale(0);
                font-size: 1.142em;
                font-weight: 700;
                color: #333;
                margin: 10px 0 0;
                padding: 0 10px;
            }

            .APCSS_recommend .mask .info {
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all .5s linear;
                transition: all .5s linear;
                text-align: center;
                color: #333;
                display: block;
            }

            .APCSS_recommend .mask .address {
                margin: 0 5px;
                display: block;
            }

            .APCSS_recommend .mask .browse {
                color: #999;
                display: block;
            }

            .APCSS_recommend .mask .link {
                background: #333;
                color: #fff;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all .5s linear;
                transition: all .5s linear;
                font-size: .857em;
                line-height: 1em;
                width: auto;
                height: auto;
                margin: 5px auto 0;
                padding: 5px 10px;
                cursor: pointer;
            }

                .APCSS_recommend .mask .link:hover {
                    background: #0088d2;
                }

@media (max-width:400px) {
    .APCSS_recommendBox .fix {
        width: 100%;
    }

    .APCSS_recommendBox .APCSS_recommend .mask .caption {
        font-size: 7vw;
    }

    .APCSS_recommendBox .APCSS_recommend .mask .info {
        font-size: 5vw;
        margin: 5px 0;
    }

    .APCSS_recommendBox .APCSS_recommend .mask .link {
        padding: 10px 15px;
    }
}

@media (max-width:480px) {
    .APCSS_recommend .mask .link {
        padding: 8px 13px;
    }
}

@media (min-width:480px) and (max-width:991px) {
    .APCSS_recommend .mask .caption {
        font-size: 4.5vw;
    }

    .APCSS_recommend .mask .info {
        font-size: 2vw;
    }

    .APCSS_recommend .mask .link {
        padding: 10px 15px;
    }
}

.APCSS_icon-bookmark {
    position: absolute;
    z-index: 160;
    background: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    box-sizing: content-box;
    padding: 5px 8px 2px;
    right: 15px;
    top: 15px;
}

    .APCSS_icon-bookmark.active, .APCSS_icon-bookmark:hover {
        color: #0088d2;
    }

    .APCSS_icon-bookmark i {
        font-size: 18px;
    }

.APCSS_tooltip {
    font-size: 16px;
    color: #333;
}

    .APCSS_tooltip.active, .APCSS_tooltip:hover {
        color: #0088d2;
    }

.APCSS_hint {
    color: hsla(0,0%,66%,.99);
}

.APCSS_spinner {
    position: relative;
    display: none;
    width: 50px;
    height: 29px;
    vertical-align: text-bottom;
    margin: 12px 0 0;
}

    .APCSS_spinner > div {
        margin: 1px;
        line-height: 60px;
        background-color: #fff;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .APCSS_spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .APCSS_spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .APCSS_spinner .rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .APCSS_spinner .rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

.APCSS_spin_cover {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}

    .APCSS_spin_cover .spin_center {
        position: absolute;
        top: 40%;
        top: calc(50% - 50px);
        left: 0;
        right: 0;
    }

    .APCSS_spin_cover .spin_door {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }

    .APCSS_spin_cover .spin_text {
        color: #e1e1e1;
        text-align: center;
    }

@-webkit-keyframes stretchdelay {
    0%,40%,to {
        -webkit-transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,40%,to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.APCSS_paginationBox {
    text-align: center;
    width: 100%;
    margin: 30px 0 0;
    position: relative;
    z-index: 100;
}

    .APCSS_paginationBox .text {
        margin: 0 0 -10px;
    }

@media (max-width:991px) {
    .APCSS_paginationBox {
        width: auto;
    }
}

.APCSS_lineCaption {
    text-align: center;
    overflow: hidden;
    color: #999;
    font-size: 18px;
}

    .APCSS_lineCaption span {
        position: relative;
        display: inline-block;
    }

        .APCSS_lineCaption span:after, .APCSS_lineCaption span:before {
            content: "";
            position: absolute;
            top: 50%;
            border-bottom: 1px solid;
            width: 500px;
            margin: 0 20px;
        }

        .APCSS_lineCaption span:before {
            right: 100%;
        }

        .APCSS_lineCaption span:after {
            left: 100%;
        }

.APCSS_borderPaddingBox {
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    border: 1px solid #ccc;
}

    .APCSS_borderPaddingBox:after, .APCSS_borderPaddingBox:before {
        content: " ";
        display: table;
    }

    .APCSS_borderPaddingBox:after {
        clear: both;
    }

    .APCSS_borderPaddingBox h3 {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }

        .APCSS_borderPaddingBox h3 small {
            color: #0088d2;
        }

.APCSS_borderBox {
    border: 1px solid #ccc;
}

    .APCSS_borderBox .bg-deep {
        text-align: center;
        padding: 10px 0;
    }

    .APCSS_borderBox input {
        margin: 20px auto;
        display: block;
    }

.APCSS_tab-nav {
    margin: 15px 0;
}

    .APCSS_tab-nav.half {
        margin: 15px 0 -1px;
    }

        .APCSS_tab-nav.half li {
            width: 50%;
            margin: 0 0 -1px;
        }

            .APCSS_tab-nav.half li a {
                margin-right: 0;
                text-align: center;
                padding: 10px 0;
            }

    .APCSS_tab-nav li {
        margin: 0 -3px -1px 0;
    }

        .APCSS_tab-nav li a {
            border-radius: 0;
            background: #fff;
            color: #333;
            padding: 10px 35px;
            border: 1px solid #ccc;
            border-top: 3px solid #ccc;
        }

        .APCSS_tab-nav li.active a, .APCSS_tab-nav li:hover a {
            background: #fff;
            color: #333;
            border-top: 3px solid #333;
        }

        .APCSS_tab-nav li.active:hover a, .APCSS_tab-nav li.active a {
            border-top: 3px solid #333;
            border-bottom: 1px solid transparent;
        }

@media (max-width:767px) {
    .APCSS_tab-nav.half > li {
        width: 50%;
        float: left;
    }

    .APCSS_tab-nav > li {
        width: 100%;
        float: none;
    }
}

.APCSS_captchaImg {
    margin: 0 0 15px;
}

.APCSS_payTypeBox .APCSS_borderPaddingBox li {
    display: none;
}

    .APCSS_payTypeBox .APCSS_borderPaddingBox li.active {
        display: block;
    }

.APCSS_notification {
    position: fixed;
    text-align: center;
    top: 60px;
    width: 100%;
    z-index: 10000;
}

@media (max-width:767px) {
    .APCSS_notification {
        top: 60px;
    }
}

.APCSS_headPhotoBox h4 a {
    color: #333;
}

    .APCSS_headPhotoBox h4 a:hover {
        color: #0088d2;
    }

.APCSS_headPhotoBox > a {
    width: 50px;
    height: 50px;
    margin: 0 0 4px;
    overflow: hidden;
    border: 1px solid transparent;
}

    .APCSS_headPhotoBox > a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
        opacity: .85;
        border: 1px solid #0088d2;
    }

.APCSS_list-headPhoto li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .APCSS_list-headPhoto li .txt {
        line-height: 50px;
        height: 50px;
        font-weight: 700;
        margin: 0 90px 0 0;
        display: block;
    }

        .APCSS_list-headPhoto li .txt img {
            margin: 0 5px 0 0;
        }

.APCSS_follow {
    line-height: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #999;
    width: 80px;
    right: 0;
    top: 20px;
    border: 1px solid #ccc;
}

    .APCSS_follow.active, .APCSS_follow:hover {
        background: #0088d2;
        color: #fff;
        border: 1px solid #0088d2;
    }

    .APCSS_follow.follow-block {
        width: 100%;
        display: block;
        position: static;
    }

.APCSS_loginPop .modal-dialog {
    width: 320px;
}

.APCSS_loginPop .modal-header {
    background: url("//static.accupass.com/images/base/accupass_white.png?1449813514") no-repeat 50%;
}

    .APCSS_loginPop .modal-header h4 {
        height: 25px;
    }

        .APCSS_loginPop .modal-header h4 span {
            display: none;
        }

.APCSS_loginPop .modal-content {
    background: #0088d2;
}

.APCSS_loginPop .modal-body {
    border-radius: 0 0 6px 6px;
    background: #fff;
}

.APCSS_loginPop .APCSS_error-input {
    border: 1px solid #c00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
}

.APCSS_loginPop .APCSS_error-label {
    font-weight: 700;
    color: #c00;
}

.APCSS_phoneNumGroup select {
    font-size: 12px;
}

.APCSS_phoneNumGroup input {
    line-height: 32px;
    height: 32px;
    box-sizing: content-box;
    padding: 0 6px;
    position: relative;
    left: -14px;
}

.APCSS_dialog-contact .APCSS_error-input {
    border: 1px solid #c00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
}

.APCSS_dialog-contact .APCSS_error-label {
    font-weight: 700;
    color: #c00;
}

.APCSS_dialog-contact .bg-info .block {
    display: block;
}

.APCSS_mobile-text {
    margin: 2em;
}

.pull-right.eventEdit {
    line-height: 60px;
    height: 60px;
}

    .pull-right.eventEdit .btn-default {
        background: #fff;
    }

        .APCSS_ad-list, .pull-right.eventEdit .btn-default:hover {
            background: #f8f8f8;
        }

.APCSS_ad-list {
    border-radius: 6px;
    height: 54px;
    padding: 3px 5px;
    overflow: hidden;
}

.APCSS_page-editRegisterForm {
    padding: 60px 0 30px;
}

    .APCSS_page-editRegisterForm .APCSS_borderPaddingBox {
        padding: 0 20px;
    }

        .APCSS_page-editRegisterForm .APCSS_borderPaddingBox .col-md-12 {
            padding: 0;
        }

        .APCSS_page-editRegisterForm .APCSS_borderPaddingBox .form-horizontal {
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .APCSS_page-editRegisterForm .APCSS_borderPaddingBox.allowDrag {
            height: 525px;
            background: #efefef;
        }

    .APCSS_page-editRegisterForm .navbar-default {
        position: fixed;
        z-index: 540;
        width: 100%;
        left: 0;
        top: 60px;
    }

    .APCSS_page-editRegisterForm .navbar-nav > li > a {
        line-height: 30px;
    }

.APCSS_page-attendList {
    min-height: 470px;
    padding: 0 0 15px;
    overflow: scroll;
}

    .APCSS_page-attendList .APCSS_serchBar, .APCSS_page-attendList select {
        margin: 0 0 15px;
    }

    .APCSS_page-attendList .table-bordered {
        background: #fff;
        word-wrap: normal;
        word-break: normal;
        white-space: nowrap;
        width: 880px;
        margin: 0 0 -10px;
    }

        .APCSS_page-attendList .table-bordered.search {
            margin: 0 0 15px;
        }

            .APCSS_page-attendList .table-bordered.search tfoot .fill {
                height: 41px;
            }

        .APCSS_page-attendList .table-bordered thead .fillTd {
            border: none;
        }

            .APCSS_page-attendList .table-bordered thead .fillTd .fillBox .fill {
                height: 9999px;
                top: auto;
                bottom: 0;
            }

        .APCSS_page-attendList .table-bordered .fillTd {
            height: 0;
            padding: 0;
        }

        .APCSS_page-attendList .table-bordered .fillBox {
            position: relative;
        }

            .APCSS_page-attendList .table-bordered .fillBox .fill {
                box-sizing: content-box;
                background: #fff;
                width: 100%;
                height: 125px;
                position: absolute;
                left: 0;
                top: -10px;
                z-index: -1;
            }

        .APCSS_page-attendList .table-bordered tbody td:first-of-type {
            text-align: center;
        }

    .APCSS_page-attendList .form-group.fix {
        line-height: 34px;
    }

        .APCSS_page-attendList .form-group.fix input[type=radio] {
            position: relative;
            left: 10px;
        }

        .APCSS_page-attendList .form-group.fix input[type=text] {
            position: relative;
            left: -50px;
        }

    .APCSS_page-attendList .navbar-nav > li > a {
        line-height: 30px;
    }

.APCSS_feature-attendee {
    text-align: right;
}

    .APCSS_feature-attendee .col-md-12 {
        margin: 0 0 15px;
    }

.APCSS_orderWrap {
    margin: -7px;
}

@media (max-width:767px) {
    .APCSS_page-attendList .table-bordered {
        margin: 0;
    }

        .APCSS_page-attendList .table-bordered tfoot {
            display: none;
        }

    .APCSS_page-attendList .form-group.fix input[type=text] {
        left: -20px;
    }
}

.APCSS_page-overview {
    padding: 0 0 30px;
}

    .APCSS_page-overview dt {
        word-wrap: break-word;
        word-break: break-all;
        text-align: left;
    }

    .APCSS_page-overview .myevent-overview-event-box dt {
        width: 100px;
    }

    .APCSS_page-overview .dl-horizontal dt.fix {
        line-height: 34px;
    }

    .APCSS_page-overview .dl-horizontal dd {
        word-wrap: break-word;
        word-break: break-all;
        margin: 0 0 0 120px;
    }

    .APCSS_page-overview .dl-horizontal .form-control {
        margin: 0 0 5px;
    }

    .APCSS_page-overview .button {
        background: #ccc;
        color: #333;
        font-size: 10px;
        padding: 2px 5px;
    }

        .APCSS_page-overview .button:hover {
            background: #0088d2;
            color: #fff;
        }

    .APCSS_page-overview .center {
        font-size: 18px;
        line-height: 45px;
        text-align: center;
        margin: 20px 0 12px;
    }

    .APCSS_page-overview .navbar-nav > li > a {
        line-height: 30px;
    }

    .APCSS_page-overview .APCSS_table-boxOffice {
        word-wrap: break-word;
        word-break: break-word;
    }

@media (max-width:767px) {
    .APCSS_page-overview .dl-horizontal dt {
        float: none;
    }

    .APCSS_page-overview .dl-horizontal dd {
        margin: 0 0 15px;
    }
}

.APCSS_editRegisterBox {
    margin: 70px 0 40px;
}

    .APCSS_editRegisterBox .leftBox, .APCSS_editRegisterBox .rightBox {
        width: 50%;
    }

        .APCSS_editRegisterBox .leftBox > div, .APCSS_editRegisterBox .rightBox > div {
            margin: 20px 0 0;
            padding: 15px 20px;
            border: 1px solid #ccc;
        }

    .APCSS_editRegisterBox .leftBox {
        margin: 0 -4px 0 0;
        padding: 0 20px 0 10px;
    }

    .APCSS_editRegisterBox .rightBox {
        padding: 0 0 0 10px;
    }

    .APCSS_editRegisterBox .control-label {
        text-align: left;
        padding: 0;
    }

    .APCSS_editRegisterBox h4 {
        font-size: 1.875em;
    }

    .APCSS_editRegisterBox .col-md-8 {
        width: 100%;
        padding: 0;
    }

    .APCSS_editRegisterBox .col-md-4 {
        padding: 0;
    }

    .APCSS_editRegisterBox .form-group {
        margin: 0;
    }

    .APCSS_editRegisterBox .fb-component, .APCSS_editRegisterBox .fb-form-object-editable {
        padding: 0;
    }

.popover.fade {
    z-index: 185;
}

.APCSS_page-notice {
    padding: 0 0 15px;
}

    .APCSS_page-notice .navbar {
        height: 50px;
    }

.APCSS_scrollYBox {
    height: 410px;
    margin: 15px 0 0;
    overflow: hidden;
    overflow-y: auto;
}

    .APCSS_scrollYBox table {
        margin: 0;
    }

.APCSS_page-noticeEdit {
    padding: 0 0 30px;
}

    .APCSS_page-noticeEdit.disabled .checkbox, .APCSS_page-noticeEdit.disabled .list-unstyled a, .APCSS_page-noticeEdit.disabled .radio {
        color: #999;
    }

    .APCSS_page-noticeEdit dd {
        text-align: justify;
        margin: 0 0 15px;
    }

    .APCSS_page-noticeEdit .info {
        width: 100%;
    }

        .APCSS_page-noticeEdit .info td, .APCSS_page-noticeEdit .info th {
            padding: 5px 0;
        }

    .APCSS_page-noticeEdit .link:hover {
        text-decoration: underline;
        color: #0088d2;
    }

    .APCSS_page-noticeEdit .APCSS_borderPaddingBox {
        margin: 15px 0;
    }

        .APCSS_page-noticeEdit .APCSS_borderPaddingBox.hasScroll {
            height: 212px;
            padding: 0 15px 15px;
            overflow: hidden;
            overflow-y: auto;
        }

    .APCSS_page-noticeEdit .radio {
        margin: 15px 0;
    }

        .APCSS_page-noticeEdit .radio label {
            font-weight: 700;
        }

        .APCSS_page-noticeEdit .radio span {
            font-weight: 400;
            display: block;
        }

        .APCSS_page-noticeEdit .radio .row {
            padding: 10px 0 0;
        }

            .APCSS_page-noticeEdit .radio .row > div {
                margin: 5px 0;
            }

    .APCSS_page-noticeEdit .checkbox {
        margin: 15px 0;
    }

    .APCSS_page-noticeEdit .list-unstyled {
        margin: 0 -15px;
    }

        .APCSS_page-noticeEdit .list-unstyled li a {
            color: #333;
            padding: 5px 15px;
            display: block;
        }

            .APCSS_page-noticeEdit .list-unstyled li a:hover {
                background: #f8f8f8;
            }

        .APCSS_page-noticeEdit .list-unstyled li.active a {
            background: #0088d2;
            color: #fff;
        }

    .APCSS_page-noticeEdit .navbar {
        height: 50px;
    }

.APCSS_countBox p {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.APCSS_countBox span {
    color: #0088d2;
}

.APCSS_page-compTicket {
    padding: 0 0 30px;
}

    .APCSS_page-compTicket .table-responsive {
        margin: 15px 0 -15px;
    }

        .APCSS_page-compTicket .table-responsive thead th {
            text-align: left;
        }

    .APCSS_page-compTicket .navbar-nav > li > a {
        line-height: 30px;
    }

.APCSS_page-discounts label.fix {
    position: absolute;
    z-index: 100;
    left: 130px;
    top: 0;
}

.APCSS_page-discounts .table-responsive {
    margin: 15px 0 -15px;
}

.APCSS_page-discounts .form-group.fix {
    line-height: 34px;
}

    .APCSS_page-discounts .form-group.fix .form-control {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 60px;
    }

.APCSS_page-discounts .navbar-nav > li > a {
    line-height: 30px;
}

.APCSS_page-discounts {
    padding: 0 0 30px;
}

    .APCSS_page-discounts .form-horizontal .control-label {
        text-align: left;
    }

.APCSS_page-myContact {
    padding: 0 0 30px;
}

    .APCSS_page-myContact .table-responsive {
        margin: 15px 0 0;
    }

.APCSS_page-myContactCreate {
    padding: 0 0 30px;
}

    .APCSS_page-myContactCreate ol {
        margin: 0 0 0 -15px;
    }

        .APCSS_page-myContactCreate ol li {
            margin: 15px 0;
        }

    .APCSS_page-myContactCreate .checkbox + .checkbox, .APCSS_page-myContactCreate .radio + .radio {
        margin: 10px 0;
    }

    .APCSS_page-myContactCreate .checkbox {
        margin: 0 0 15px;
    }

        .APCSS_page-myContactCreate .checkbox input {
            margin: 10px 0 0 -20px;
        }

    .APCSS_page-myContactCreate .APCSS_borderPaddingBox {
        padding: 15px 15px 0;
    }

@media (max-width:767px) {
    .APCSS_page-myContactCreate .collapse.navbar-collapse {
        display: block;
    }
}

.pull-right.myContactEdit {
    line-height: 50px;
}

    .pull-right.myContactEdit .btn-default {
        background: #fff;
    }

        .pull-right.myContactEdit .btn-default:hover {
            background: #f8f8f8;
        }

.APCSS_page-myContactEdit {
    padding: 0 0 30px;
}

    .APCSS_page-myContactEdit .groupName {
        line-height: 60px;
        height: 60px;
        font-size: 36px;
        margin: 15px 0;
    }

    .APCSS_page-myContactEdit .table-responsive {
        margin: 15px 0;
    }

    .APCSS_page-myContactEdit th a {
        display: block;
        color: #000;
    }

.APCSS_page-eventRegister {
    padding: 0 0 30px;
    overflow: hidden;
    border: 1px solid transparent;
}

    .APCSS_page-eventRegister i {
        margin: 0 5px 0 0;
    }

    .APCSS_page-eventRegister .APCSS_eventBannerBox {
        height: auto;
    }

    .APCSS_page-eventRegister .background-gray {
        background-color: #fafafa;
    }

        .APCSS_page-eventRegister .background-gray.APCSS_eventInfo {
            padding: 30px 0;
            margin: -10px 0 0;
        }

        .APCSS_page-eventRegister .background-gray .APCSS_lineCaption span {
            background-color: #fafafa;
        }

    .APCSS_page-eventRegister span.fix_hidden-xs.disabled, .APCSS_page-eventRegister span.fix_hidden-xs.enabled {
        display: none;
    }

.APCSS_eventRegisterForm input[type=submit].fix {
    margin: 15px 0 0;
}

.APCSS_eventRegisterForm .table-responsive {
    margin: 15px 0;
}

    .APCSS_eventRegisterForm .table-responsive table thead th {
        text-align: left;
    }

.APCSS_eventRegisterForm .tooltip-inner {
    max-width: 300px;
}

.APCSS_nav-eventRegister {
    line-height: 50px;
    position: relative;
}

    .APCSS_nav-eventRegister:after, .APCSS_nav-eventRegister:before {
        content: " ";
        display: table;
    }

    .APCSS_nav-eventRegister:after {
        clear: both;
    }

    .APCSS_nav-eventRegister .fbBox, .APCSS_nav-eventRegister a {
        line-height: 50px;
        height: 50px;
        margin: 0 -4px 0 0;
        padding: 0 15px;
    }

    .APCSS_nav-eventRegister .pull-right {
        margin: 0 5px 0 0;
    }

        .APCSS_nav-eventRegister .pull-right > .fbBox > div {
            width: 110px !important;
            height: 30px !important;
        }

            .APCSS_nav-eventRegister .pull-right > .fbBox > div > span {
                width: 78px !important;
                height: 20px !important;
                vertical-align: middle !important;
            }

    .APCSS_nav-eventRegister.fixed {
        background: #f8f8f8;
        width: 100%;
        position: fixed;
        z-index: 195;
        top: 60px;
        left: 0;
        border-bottom: 1px solid #ccc;
    }

        .APCSS_nav-eventRegister.fixed .center {
            width: 880px;
            margin: 0 auto;
        }

.APCSS_info-eventRegister dt {
    text-align: left;
    width: 100px;
}

.APCSS_info-eventRegister dd {
    margin: 0 0 15px 120px;
    word-break: break-all;
}

.APCSS_map {
    height: 190px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.APCSS_popover-guest {
    position: relative;
    cursor: pointer;
}

    .APCSS_popover-guest.xs .tit {
        font-size: 18px;
        text-align: left;
        position: static;
    }

    .APCSS_popover-guest.xs .content a {
        margin: 15px 0 0;
        display: block;
    }

    .APCSS_popover-guest img {
        border-radius: 50%;
    }

    .APCSS_popover-guest .tit {
        position: relative;
        z-index: 100;
        text-align: center;
        color: #666;
        word-wrap: break-word;
        word-break: break-word;
        width: 100%;
        left: 0;
    }

    .APCSS_popover-guest .img-responsive {
        margin: 0 auto 15px;
    }

.APCSS_fbDiscussBox {
    width: 100%;
    overflow: hidden;
}

@media (max-width:767px) {
    .APCSS_page-eventRegister .input-group.xs {
        margin: 15px 0 0;
    }

    .APCSS_page-eventRegister select.fix_hidden-xs.disabled {
        display: none;
    }

    .APCSS_page-eventRegister span.fix_hidden-xs.disabled {
        display: block;
    }

    .APCSS_nav-eventRegister .fbBox {
        line-height: 35px;
    }

    .APCSS_info-eventRegister dt {
        width: 100%;
    }

    .APCSS_info-eventRegister dd {
        margin: 0 0 15px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .APCSS_nav-eventRegister.fixed .center {
        width: 720px;
    }
}

.APCSS_page-purchaseInfo .topBorder {
    border-top: 1px solid #ccc;
}

.APCSS_page-purchaseInfo .fix_col {
    border-right: 1px solid #ccc;
}

.APCSS_page-purchaseInfo .fix_checkbox-same {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.APCSS_page-purchaseInfo .fix_checkbox-agree {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.APCSS_page-purchaseInfo .text-success:hover {
    color: #090;
}

.APCSS_page-purchaseInfo .text-danger:hover {
    color: #c00;
}

.APCSS_page-purchaseInfo .text-primary:hover {
    color: #0088d2;
}

.APCSS_stepBox {
    width: 100%;
    display: table;
}

    .APCSS_stepBox li {
        width: 1%;
        display: table-cell;
    }

        .APCSS_stepBox li, .APCSS_stepBox li:hover {
            background: #f8f8f8;
            border: 1px solid #ccc;
        }

            .APCSS_stepBox li.active {
                background: #0088d2;
                color: #fff;
                border: 1px solid #ccc;
            }

                .APCSS_stepBox li.active .arr {
                    background: url("//static.accupass.com/images/bg/arr03.png?1449813514") no-repeat 0 -33px;
                }

            .APCSS_stepBox li .wrp {
                padding: 6px 0 6px 20px;
                display: block;
                position: relative;
            }

            .APCSS_stepBox li .md {
                display: none;
            }

            .APCSS_stepBox li .arr {
                background: url("//static.accupass.com/images/bg/arr03.png?1449813514") no-repeat 0 0;
                width: 17px;
                height: 34px;
                position: absolute;
                z-index: 100;
                display: block;
                overflow: hidden;
                right: -17px;
                top: -1px;
            }

.APCSS_dl-event dt {
    text-align: left;
    width: 100px;
}

.APCSS_dl-event dd {
    margin: 0 0 0 120px;
}

    .APCSS_dl-event dd span {
        color: #999;
        display: block;
    }

.APCSS_reciprocal {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
    padding: 5px 0;
    border: 1px solid #ccc;
}

@media (max-width:767px) {
    .APCSS_page-purchaseInfo .APCSS_borderPaddingBox .btn-block {
        padding: 6px 12px;
    }

    .APCSS_dl-event dt {
        margin: 15px 0 0;
    }

    .APCSS_dl-event dd {
        margin: 0;
    }
}

@media (max-width:991px) {
    .APCSS_page-purchaseInfo .APCSS_borderPaddingBox .btn-block {
        padding: 3px 12px;
    }

    .APCSS_stepBox li {
        width: 100%;
        display: block;
    }

        .APCSS_stepBox li .md {
            display: inline-block;
        }

        .APCSS_stepBox li .arr {
            display: none;
        }
}

.APCSS_page-eventFeatureUser h2 {
    text-align: center;
    color: #0088d2;
    margin: 30px 0;
    padding: 60px 0 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #0088d2;
}

    .APCSS_page-eventFeatureUser h2.first {
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-top: none;
    }

.APCSS_page-eventFeatureUser .btn-group-justified {
    margin: 30px auto;
}

    .APCSS_page-eventFeatureUser .btn-group-justified .btn-default {
        background: #fff;
        color: #0088d2;
        border: 1px solid #0088d2;
    }

        .APCSS_page-eventFeatureUser .btn-group-justified .btn-default:hover {
            background: #f8f8f8;
        }

        .APCSS_page-eventFeatureUser .btn-group-justified .btn-default.active {
            background: #0088d2;
            color: #fff;
            border: 1px solid #0088d2;
            box-shadow: none;
        }

.APCSS_page-eventFeatureUser .btn.fix {
    margin: 30px 0;
}

.APCSS_verticalCenterBox {
    position: relative;
    overflow: hidden;
}

    .APCSS_verticalCenterBox.right .textBox {
        margin: -65px 0 0 30px;
        left: 50%;
        right: auto;
    }

    .APCSS_verticalCenterBox .textBox {
        position: absolute;
        z-index: 100;
        text-align: justify;
        color: #000;
        width: 420px;
        width: 42rem;
        margin: -65px 30px 0 0;
        right: 50%;
        padding: 30px;
        top: 50%;
    }

        .APCSS_verticalCenterBox .textBox.bg {
            background: rgba(0,136,210,.8);
            color: #fff;
        }

    .APCSS_verticalCenterBox .textBoxSlide3 {
        width: 420px;
        width: 42rem;
        padding: 30px;
    }

        .APCSS_verticalCenterBox .textBoxSlide3.bg {
            background: rgba(0,136,210,.8);
            color: #fff;
        }

    .APCSS_verticalCenterBox .textBoxGroup {
        position: absolute;
        top: 35%;
        z-index: 100;
        margin: -65px 0 0 30px;
        left: 50%;
        right: auto;
    }

    .APCSS_verticalCenterBox .linkBox {
        text-align: center;
        width: 420px;
        width: 42rem;
        right: 50%;
        background: hsla(0,0%,100%,.8);
        font-size: 22px;
        font-weight: 700;
        margin: 15px 0 0;
    }

        .APCSS_verticalCenterBox .linkBox i {
            margin-left: 7px;
            -webkit-transition-delay: -.25s;
            transition-delay: -.25s;
        }

        .APCSS_verticalCenterBox .linkBox a {
            width: 100%;
            display: inline-block;
            padding: 15px;
        }

        .APCSS_verticalCenterBox .linkBox:hover {
            background: hsla(0,0%,100%,.9);
        }

.APCSS_planBox {
    background: #004973;
    margin: 30px 0 0;
    padding: 30px 0;
}

    .APCSS_planBox .col-xs-12 {
        margin: 0 0 15px;
    }

    .APCSS_planBox h2 {
        color: #fff;
        text-align: center;
        margin: 0 0 30px;
        padding: 0;
        border: none;
    }

    .APCSS_planBox p {
        background: #fff;
        font-weight: 700;
        text-align: center;
        margin: 0 0 1px;
        padding: 15px 0;
    }

    .APCSS_planBox .tit {
        background: #333;
        color: #fff;
    }

    .APCSS_planBox .price {
        font-size: 60px;
    }

        .APCSS_planBox .price sup {
            font-size: 18px;
            top: -1.5em;
        }

    .APCSS_planBox .btn {
        font-size: 18px;
    }

@media (max-width:767px) {
    .APCSS_page-eventFeatureUser .slide1 {
        margin-top: -15px;
    }

    .APCSS_verticalCenterBox.right .textBox {
        margin: 0;
        left: auto;
        right: auto;
    }

    .APCSS_verticalCenterBox .textBox {
        color: #fff;
        width: 100%;
        margin: 0;
        position: static;
    }

        .APCSS_verticalCenterBox .textBox.bg {
            background: #33a0db;
        }

    .APCSS_verticalCenterBox .textBoxGroup {
        position: static;
        margin: 0;
        width: 100%;
    }

        .APCSS_verticalCenterBox .textBoxGroup .textBoxSlide3 {
            width: 100%;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .APCSS_verticalCenterBox .linkBox, .APCSS_verticalCenterBox .textBox, .APCSS_verticalCenterBox .textBoxSlide3 {
        width: 300px;
    }
}

@media (min-width:768px) {
    .APCSS_page-eventFeatureUser .slide1 {
        background: url("//static.accupass.com/images/feature/attendee_1_new.jpg?1449813514") 50% no-repeat fixed;
        background-size: cover;
        height: 100vh;
    }

    .APCSS_page-eventFeatureUser .slide2 {
        background: url("//static.accupass.com/images/feature/attendee_2_new.jpg?1449813514") 50% no-repeat fixed;
        background-size: cover;
        height: 100vh;
    }

    .APCSS_page-eventFeatureUser .slide3 {
        background: url("//static.accupass.com/images/feature/attendee_3_new.jpg?1449813514") 50% no-repeat fixed;
        background-size: cover;
        height: 101vh;
    }
}

.APCSS_page-myTicket .pull-right {
    margin: 20px 0 0;
}

    .APCSS_page-myTicket .pull-right strong {
        display: block;
    }

.APCSS_page-myTicket .APCSS_ticketBox {
    overflow: hidden;
}

.APCSS_ticketBox {
    margin: 0 0 15px;
    padding: 12px 12px 12px 22px;
    position: relative;
    border: 1px solid #ccc;
}

    .APCSS_ticketBox.being .categoryTag {
        background: #0088d2;
    }

    .APCSS_ticketBox.being .statusColor {
        background: rgba(0,136,210,.08);
    }

    .APCSS_ticketBox.inProgress .categoryTag {
        background: #090;
    }

    .APCSS_ticketBox.inProgress .statusColor {
        background: rgba(0,153,0,.08);
    }

    .APCSS_ticketBox.check .categoryTag {
        background: #909;
    }

    .APCSS_ticketBox.check .statusColor {
        background: rgba(153,0,153,.08);
    }

    .APCSS_ticketBox.undone .categoryTag {
        background: #c00;
    }

    .APCSS_ticketBox.undone .statusColor {
        background: rgba(204,0,0,.08);
    }

    .APCSS_ticketBox.payment .categoryTag {
        background: #fb700d;
    }

    .APCSS_ticketBox.payment .statusColor {
        background: rgba(251,112,13,.08);
    }

    .APCSS_ticketBox .address {
        margin: 10px 0 0;
    }

        .APCSS_ticketBox .address span {
            display: block;
        }

    .APCSS_ticketBox .ticketid {
        margin: 10px 0 0;
        color: #999;
    }

    .APCSS_ticketBox .date {
        margin: 10px 0 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .APCSS_ticketBox .table-responsive {
        margin: 12px -12px -12px -22px;
        padding: 0 0 0 10px;
        position: relative;
    }

        .APCSS_ticketBox .table-responsive .tag {
            width: 10px;
            height: 100%;
            display: block;
            position: absolute;
            z-index: 100;
            background: #ccc;
            left: 0;
            top: 0;
        }

        .APCSS_ticketBox .table-responsive table {
            font-size: 13px;
            border-top: 1px solid #ddd;
        }

    .APCSS_ticketBox .info {
        position: relative;
    }

    .APCSS_ticketBox .categoryTag {
        box-sizing: content-box;
        background: #ccc;
        width: 10px;
        height: 100%;
        padding: 0 0 25px;
        position: absolute;
        z-index: 0;
        left: -22px;
        top: -12px;
    }

    .APCSS_ticketBox .statusColor {
        background: #f8f8f8;
    }

.APCSS_ticketStatus {
    float: right;
}

    .APCSS_ticketStatus .btn_ticket {
        padding: 22px 4px;
        background-color: #0072e3;
        color: #fff;
        border: 1px solid #005ab5;
    }

    .APCSS_ticketStatus .btn_detail, .APCSS_ticketStatus .btn_ticket, .APCSS_ticketStatus div {
        font-size: 16px;
        text-align: center;
        min-width: 75px;
        height: 70px;
        margin: 0 0 0 10px;
        position: relative;
    }

    .APCSS_ticketStatus .btn_detail, .APCSS_ticketStatus div {
        color: #333;
        padding: 8px;
        border: 1px solid #ccc;
    }

        .APCSS_ticketStatus .btn_detail span, .APCSS_ticketStatus div span {
            position: absolute;
            z-index: 100;
            font-size: 14px;
            text-align: center;
            color: #999;
            width: 100%;
            display: block;
            bottom: 5px;
            left: 0;
        }

        .APCSS_ticketStatus .btn_detail i {
            font-size: 24px;
            margin: 0;
            position: relative;
        }

        .APCSS_ticketStatus .btn_detail .icon-sort-down {
            top: -5px;
        }

        .APCSS_ticketStatus .btn_detail .icon-sort-up {
            top: 5px;
        }

        .APCSS_ticketStatus .btn_detail:hover {
            background: #0088d2;
            color: #fff;
            border: 1px solid #0088d2;
        }

            .APCSS_ticketStatus .btn_detail:hover span {
                color: #fff;
            }

    .APCSS_ticketStatus .time {
        margin: 0 0 0 -5px;
    }

        .APCSS_ticketStatus .time .date {
            font-size: 12px;
            color: #333;
            position: static;
        }

    .APCSS_ticketStatus .option {
        font-size: 14px;
        width: 84px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

        .APCSS_ticketStatus .option a {
            box-sizing: content-box;
            position: absolute;
            z-index: 100;
            padding: 3px 5px;
            display: block;
            left: 8px;
        }

            .APCSS_ticketStatus .option a:hover {
                background: #0088d2;
                color: #fff;
            }

        .APCSS_ticketStatus .option .continue {
            background: #333;
            color: #fff;
            top: 2px;
        }

        .APCSS_ticketStatus .option .abandon {
            background: #f8f8f8;
            color: #333;
            bottom: 2px;
        }

@media (max-width:991px) {
    .APCSS_ticketBox .table-responsive {
        width: auto;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .APCSS_ticketBox .table-responsive table td, .APCSS_ticketBox .table-responsive table th {
            white-space: nowrap;
        }

    .APCSS_ticketStatus {
        float: left;
        margin: 15px 0 0 -10px;
    }

        .APCSS_ticketStatus .btn_detail, .APCSS_ticketStatus div {
            margin: 0 -8px 15px 10px;
        }

        .APCSS_ticketStatus .time {
            margin: 0 0 0 3px;
        }
}

.APCSS_page-org {
    padding: 0 0 15px;
}

    .APCSS_page-org .table-responsive {
        margin: 15px 0 0;
    }

.APCSS_page-profile {
    padding: 0 0 30px;
}

    .APCSS_page-profile .btn.fix {
        margin: 15px 0 0;
    }

    .APCSS_page-profile .form-group {
        position: relative;
    }

    .APCSS_page-profile .APCSS_tooltip {
        position: absolute;
        z-index: 100;
        left: 440px;
        top: 30px;
    }

    .APCSS_page-profile .tooltip-inner {
        width: 200px;
        left: 50%;
        top: -10px;
    }

    .APCSS_page-profile .tooltip-arrow {
        position: relative;
        bottom: -1px;
    }

    .APCSS_page-profile .description {
        position: absolute;
        z-index: 100;
        line-height: 34px;
        height: 34px;
        color: #c00;
        width: 100px;
        left: 380px;
        top: 25px;
    }

        .APCSS_page-profile .description .APCSS_tooltip {
            position: static;
        }

    .APCSS_page-profile .APCSS_borderPaddingBox {
        padding: 15px 15px 0;
    }

@media (max-width:767px) {
    .APCSS_page-profile .APCSS_tooltip, .APCSS_page-profile .description {
        position: static;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .APCSS_page-profile .APCSS_tooltip {
        left: 370px;
    }
}

.APCSS_photoBox {
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

    .APCSS_photoBox.w200 {
        width: 200px;
    }

        .APCSS_photoBox.w200 img {
            width: 200px;
            height: 200px;
        }

    .APCSS_photoBox span {
        font-size: 30px;
        text-align: center;
        line-height: 150px;
        width: 100%;
        height: 200px;
        display: block;
        overflow: hidden;
    }

    .APCSS_photoBox .banner-annotation {
        padding-top: 50px;
        height: 200px;
    }

        .APCSS_photoBox .banner-annotation span {
            line-height: 40px;
            height: 40px;
        }

            .APCSS_photoBox .banner-annotation span + span {
                font-size: 20px;
            }

.APCSS_page-verificationDetail, .APCSS_page-verificationList {
    padding: 0 0 30px;
}

    .APCSS_page-verificationList .table-responsive {
        margin: 15px 0 0;
    }

.APCSS_page-logon, .APCSS_page-recovery, .APCSS_page-register, .APCSS_page-resendactivate, .APCSS_page-resetPassword {
    padding: 0 0 30px;
}

    .APCSS_page-logon h3, .APCSS_page-recovery h3, .APCSS_page-register h3, .APCSS_page-resendactivate h3, .APCSS_page-resetPassword h3 {
        text-align: center;
        line-height: 1.5em;
        color: #f8f8f8;
        text-shadow: rgba(0,0,0,.4) 1px 1px 1px;
    }

.APCSS_page-recovery, .APCSS_page-resendactivate, .APCSS_page-resetPassword {
    height: 630px;
}

.APCSS_page-logon button, .APCSS_page-logon input[type=submit], .APCSS_page-register button, .APCSS_page-register input[type=submit] {
    margin: 0 0 15px;
}

.APCSS_eventInfoLogin {
    position: absolute;
    left: 30px;
    padding-top: 1125px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-shadow: rgba(0,0,0,.4) 1px 1px 1px;
}

    .APCSS_eventInfoLogin:hover {
        color: #0088d2;
    }

.APCSS_accountAdBox {
    padding: 15px 0;
    position: relative;
    left: -15px;
}

    .APCSS_accountAdBox h3 {
        margin: 10px 0;
    }

    .APCSS_accountAdBox div {
        margin: 0 0 30px;
    }

.APCSS_loginBox, .APCSS_registerBox {
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(153, 255, 255, 1), endColorstr=rgba(153, 255, 255, 1))";
    margin: 30px 15px 90px;
    padding: 10px;
    border-radius: 5px;
}

    .APCSS_loginBox .APCSS_login-text, .APCSS_registerBox .APCSS_login-text {
        margin: 0;
        font-size: 14px;
    }

    .APCSS_loginBox .APCSS_tooltip, .APCSS_registerBox .APCSS_tooltip {
        margin: 0 0 0 15px;
    }

#APJS_id-captcha {
    margin: 15px 0 0;
}

.APCSS_slogan {
    text-align: center;
}

    .APCSS_slogan img {
        margin: 30px 0 0;
    }

@media (min-width:768px) and (max-width:991px) {
    .APCSS_accountAdBox h3 {
        font-size: 18px;
    }

    .APSCSS_accountAdBox-text {
        height: 72px;
        vertical-align: middle;
        display: table-cell;
    }
}

@media (min-width:992px) {
    .APSCSS_accountAdBox-text {
        height: 114px;
        vertical-align: middle;
        display: table-cell;
    }
}

.APCSS_searchBar-index {
    margin: 0 0 25px;
    padding: 15px 0;
}

.APCSS_linkBox-event {
    background: #fff;
    margin: 0 0 30px;
    border: 1px solid #ccc;
}

    .APCSS_linkBox-event:hover .APCSS_icon-bookmark {
        background: #fff;
        color: #999;
        border: 1px solid #f8f8f8;
    }

        .APCSS_linkBox-event:hover .APCSS_icon-bookmark .active, .APCSS_linkBox-event:hover .APCSS_icon-bookmark:hover {
            color: #0088d2;
        }

    .APCSS_linkBox-event .APCSS_icon-bookmark {
        background: transparent;
        color: transparent;
        border: 1px solid transparent;
    }

    .APCSS_linkBox-event .img {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .APCSS_linkBox-event .img a {
            display: block;
        }

    .APCSS_linkBox-event .tit {
        color: #333;
        display: block;
        margin: 0 0 15px;
        padding: 5px 10px;
    }

        .APCSS_linkBox-event .tit:hover {
            color: #0088d2;
        }

    .APCSS_linkBox-event .img-org {
        float: left;
        margin: 0 10px;
    }

    .APCSS_linkBox-event .org {
        line-height: 30px;
        display: block;
    }

    .APCSS_linkBox-event .time {
        line-height: 30px;
        float: right;
        position: relative;
        right: 10px;
    }

    .APCSS_linkBox-event .infoBar {
        background: #f8f8f8;
        margin: 15px 0 0;
        padding: 10px;
        border-top: 1px solid #ccc;
    }

        .APCSS_linkBox-event .infoBar a, .APCSS_linkBox-event .infoBar span {
            margin: 0 15px 0 0;
        }

        .APCSS_linkBox-event .infoBar i {
            margin: 0 5px 0 0;
        }

.APCSS_linkBox-article {
    margin: 0 0 25px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
}

    .APCSS_linkBox-article span {
        position: absolute;
        z-index: 100;
        background: rgba(0,0,0,.55);
        color: #fff;
        width: 100%;
        padding: 10px;
        display: block;
        left: 0;
        bottom: 0;
    }

.APCSS_linkBox-place {
    color: #666;
    margin: 0 0 30px;
    padding: 0 0 35px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
}

    .APCSS_linkBox-place:hover {
        color: #0088d2;
    }

        .APCSS_linkBox-place:hover .location {
            color: #666;
        }

    .APCSS_linkBox-place .desc, .APCSS_linkBox-place strong {
        padding: 5px 10px;
        display: block;
    }

    .APCSS_linkBox-place .desc {
        color: #ccc;
    }

    .APCSS_linkBox-place .location {
        position: absolute;
        z-index: 100;
        left: 10px;
        bottom: 10px;
    }

.APCSS_carouselOrg .carousel-control {
    background: #666;
    color: #fff;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: -15px 0 0;
    top: 50%;
}

    .APCSS_carouselOrg .carousel-control.left {
        left: -60px;
    }

    .APCSS_carouselOrg .carousel-control.right {
        right: -60px;
    }

.APCSS_fbLikeBox {
    margin: 45px 0 0;
}

@media (min-width:768px) {
    .APCSS_linkBox-place.lg {
        padding: 0 0 123px;
    }

        .APCSS_linkBox-place.lg strong {
            font-size: 24px;
            padding: 10px;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .APCSS_linkBox-event .img {
        height: 172px;
    }
}

@media (min-width:992px) {
    .APCSS_linkBox-event .img {
        height: 136px;
    }
}

.APCSS_sponsorLogos-mobile img {
    padding-bottom: 30px;
    width: 100%;
}

.APCSS_page-phoneBinding, .APCSS_page-snsBinding {
    padding: 0 0 40px;
}

    .APCSS_page-snsBinding .icon-facebook-sign, .APCSS_page-snsBinding .icon-google-plus-sign {
        line-height: 30px;
        height: 30px;
        font-size: 30px;
        position: relative;
        top: -2px;
    }

        .APCSS_page-snsBinding .icon-facebook-sign.active {
            color: #3b5998;
        }

        .APCSS_page-snsBinding .icon-google-plus-sign.active {
            color: #dd4b39;
        }

    .APCSS_page-snsBinding .icon-unlink {
        color: #999;
    }

    .APCSS_page-snsBinding a {
        padding: 2px 5px;
    }

        .APCSS_page-snsBinding a i {
            font-size: 18px;
            position: relative;
            bottom: -2px;
        }

    .APCSS_page-snsBinding .borderBox {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

        .APCSS_page-snsBinding .borderBox:last-of-type {
            border: none;
        }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:after, .container:before {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width:768px) {
    .container {
        width: 740px;
    }
}

@media (min-width:992px) {
    .container {
        width: 1080px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1080px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:after, .row:before {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.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-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 {
        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-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 {
        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;
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.block {
    display: block;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Lantinghei TC Extralight,Microsoft JhengHei,Arial;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.text-error {
    color: #fb700d;
}

.hidden {
    display: none;
}

.invisible {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    border: none;
}

.text-pre {
    white-space: pre;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.text-pre-line {
    white-space: pre-line;
}

.modal-title {
    font-size: 18px;
}

@media (max-width:991px) {
    .APCSS_wrapper {
        z-index: 1;
        padding-top: 60px;
    }
}

.APCSS_header .logo-xs {
    display: none;
}

@media (max-width:991px) {
    .APCSS_header .logo-xs {
        line-height: 60px;
        position: relative;
        top: 0;
        display: block;
        width: 136px;
        height: 60px;
        margin: 0 auto;
    }

        .APCSS_header .logo-xs img {
            width: 100%;
            height: 100%;
        }

    .APCSS_header .visible-xs li.dropdown-header {
        padding: 3px 15px;
        color: #fff;
    }
}

.APCSS_dialog-contact .apcss-dialog-contact-cancel-btn, .APCSS_dialog-contact .apcss-dialog-contact-submit-btn {
    float: right;
    display: inline-block;
    padding: 10px 20px;
    margin-left: 15px;
    font-size: 14px;
    border: none;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
}

.APCSS_dialog-contact .modal-body {
    margin-top: 15px;
}

.APCSS_dialog-contact .apcss-title-wrapper {
    margin-bottom: 30px;
}

.APCSS_dialog-contact .apcss-title {
    font-size: 24px;
}

.APCSS_dialog-contact .APCSS_error-input {
    border: 1px solid #ff5258;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ff5258;
}

.APCSS_dialog-contact .APCSS_error-label {
    font-weight: 700;
    color: #ff5258;
}

.APCSS_dialog-contact .apcss-dialog-contact-cancel-btn {
    background: #fff;
    color: #757575;
    border: 1px solid #bdbdbd;
}

.APCSS_dialog-contact .modal-footer {
    border-top: none;
}

.APCSS_page-purchaseInfo {
    padding: 30px 0;
}

    .APCSS_page-purchaseInfo i {
        margin: 0 5px 0 0;
    }

    .APCSS_page-purchaseInfo input[type=submit] {
        margin: 15px 0 0;
    }

    .APCSS_page-purchaseInfo button, .APCSS_page-purchaseInfo input[type=submit] {
        margin: 0 0 10px;
    }

    .APCSS_page-purchaseInfo .eventName {
        margin: 0 0 5px;
    }

    .APCSS_page-purchaseInfo .APCSS_btn-link, .APCSS_page-purchaseInfo .bg-light {
        margin: 0 0 30px;
    }

        .APCSS_page-purchaseInfo .bg-light span {
            display: block;
        }

    .APCSS_page-purchaseInfo .topBorder {
        border-top: 1px solid #e0e0e0;
    }

    .APCSS_page-purchaseInfo .fix_col {
        border-right: 1px solid #e0e0e0;
    }

    .APCSS_page-purchaseInfo .fix_checkbox-same {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
    }

    .APCSS_page-purchaseInfo .fix_checkbox-agree {
        margin-top: 30px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
    }

    .APCSS_page-purchaseInfo .APCSS_recommendBox .APCSS_btn-link {
        margin: 15px 0 9px;
    }

    .APCSS_page-purchaseInfo .APCSS_fbShareBox {
        margin: 0 0 5px;
    }

    .APCSS_page-purchaseInfo .APCSS_borderPaddingBox {
        margin: 0 0 30px;
    }

        .APCSS_page-purchaseInfo .APCSS_borderPaddingBox img {
            margin: 0 auto;
            display: block;
        }

        .APCSS_page-purchaseInfo .APCSS_borderPaddingBox p {
            text-align: left;
            margin: 15px 0;
        }

        .APCSS_page-purchaseInfo .APCSS_borderPaddingBox ol {
            font-weight: 700;
            margin: 15px 0 0 -15px;
        }

        .APCSS_page-purchaseInfo .APCSS_borderPaddingBox .h3 {
            text-align: center;
            margin: 0 0 15px;
        }

        .APCSS_page-purchaseInfo .APCSS_borderPaddingBox .btn-block {
            padding: 8px 12px;
        }

    .APCSS_page-purchaseInfo .APCSS_btn-app.first {
        position: relative;
        right: -5px;
    }

    .APCSS_page-purchaseInfo .APCSS_btn-app.last {
        position: relative;
        left: -5px;
    }

    .APCSS_page-purchaseInfo .APCSS_payTypeBox p {
        margin: 0;
    }

    .APCSS_page-purchaseInfo .APCSS_payTypeBox .radio[disabled] {
        color: #bdbdbd;
    }

    .APCSS_page-purchaseInfo .text-success:hover {
        color: #ededed;
    }

    .APCSS_page-purchaseInfo .text-danger:hover {
        color: #ff5258;
    }

    .APCSS_page-purchaseInfo .text-primary:hover {
        color: #bdbdbd;
    }

.APCSS_page-banner {
    width: 100%;
    overflow: hidden;
}

    .APCSS_page-banner .APCSS_searchBar-index {
        margin: 0 0 15px;
    }

.APCSS_carouselBanner .carousel-control i {
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    display: block;
}

.APCSS_carouselBanner .carousel-control.right i {
    right: 15px;
}

.APCSS_carouselBanner .carousel-control.left i {
    left: 15px;
}

@media (max-width:991px) {
    .APCSS_page-banner {
        margin-top: 40px;
    }
}

.apcss-page-event-edit {
    padding: 0 0 100px;
}

    .apcss-page-event-edit .redactor-box {
        padding: 0 90px;
    }

    .apcss-page-event-edit i {
        margin: 0 5px 0 0;
    }

    .apcss-page-event-edit .apcss-event-edit-input {
        margin-bottom: 10px;
    }

    .apcss-page-event-edit .form-control.eventEdit {
        line-height: 60px;
        height: 60px;
        font-size: 36px;
    }

    .apcss-page-event-edit .APCSS_map {
        height: 205px;
    }

    .apcss-page-event-edit .address-other {
        margin: 10px 0;
    }

    .apcss-page-event-edit .form-horizontal .control-label {
        text-align: left;
        padding: 7px 15px 0;
    }

    .apcss-page-event-edit .fix_symbolBox {
        position: relative;
    }

        .apcss-page-event-edit .fix_symbolBox span {
            position: absolute;
            z-index: 100;
            line-height: 36px;
            right: -15px;
            top: 0;
        }

    .apcss-page-event-edit .navbar-default {
        position: fixed;
        z-index: 540;
        width: 100%;
        left: 0;
        top: 60px;
    }

    .apcss-page-event-edit .navbar-nav > li > a {
        line-height: 30px;
    }

    .apcss-page-event-edit .background-gray, .apcss-page-event-edit .background-gray .APCSS_lineCaption span {
        background-color: #f5f5f5;
    }

        .apcss-page-event-edit .background-gray.APCSS_eventInfo {
            padding: 30px 0 0;
            margin: -10px 0 0;
        }

        .apcss-page-event-edit .background-gray.APCSS_eventTicket {
            padding: 0 0 30px;
        }

.apcss_eventBannerBox {
    background: #ededed;
    color: #bdbdbd;
    height: 530px;
    margin: 15px 0 0;
    position: relative;
}

    .apcss_eventBannerBox figcaption {
        font-size: 144px;
        text-align: center;
        line-height: 440px;
    }

    .apcss_eventBannerBox .image-text {
        position: absolute;
        top: 152px;
        left: 8px;
        width: 100%;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 20px;
    }

    .apcss_eventBannerBox .image-text-size {
        font-size: 144px;
        position: relative;
        top: 68px;
    }

    .apcss_eventBannerBox h2 {
        position: absolute;
        z-index: 100;
        background: -webkit-linear-gradient(color-stops(transparent,#000));
        background: linear-gradient(color-stops(transparent,#000));
        color: #fff;
        width: 100%;
        margin: 0;
        padding: 15px 10px;
        bottom: 0;
        left: 0;
    }

.APCSS_ticketTypeBox .pull-right {
    line-height: 45px;
    height: 45px;
}

.APCSS_currencyTypeBox {
    margin: 15px 0;
}

    .APCSS_currencyTypeBox .btn-ntd {
        padding: 6px 28px;
        margin: 0 10px;
    }

    .APCSS_currencyTypeBox .APCSS_tooltip {
        position: relative;
        z-index: 100;
        left: 10px;
        top: 1px;
        margin: 0 10px 0 0;
    }

    .APCSS_currencyTypeBox .form-control.currency {
        display: inline;
        width: auto;
    }

.APCSS_ticketBox {
    overflow-y: hidden;
}

    .APCSS_ticketBox .ticketCountTd, .APCSS_ticketBox .ticketNameTd {
        position: relative;
    }

        .APCSS_ticketBox .ticketCountTd .form-control {
            text-align: right;
        }

        .APCSS_ticketBox .ticketCountTd .currency {
            position: absolute;
            z-index: 10;
            line-height: 34px;
            display: block;
            left: 15px;
            top: 0;
        }

        .APCSS_ticketBox .ticketCountTd .free-ticket {
            padding-top: 7px;
        }

    .APCSS_ticketBox .form-horizontal {
        padding: 15px 0;
    }

        .APCSS_ticketBox .form-horizontal i {
            line-height: 34px;
        }

    .APCSS_ticketBox tbody i.icon-move {
        cursor: all-scroll;
    }

    .APCSS_ticketBox tbody tbody {
        border-top: 0 solid #ddd;
    }

    .APCSS_ticketBox tbody.ui-sortable-helper {
        width: 100% !important;
        border: none;
        margin: 0 0 0 -1px;
    }

    .APCSS_ticketBox tbody.ui-sortable-placeholder {
        background-color: #ddd;
    }

        .APCSS_ticketBox tbody.ui-sortable-placeholder td {
            height: 50px;
        }

.APCSS_ticketSettingBox .col-sm-8 {
    line-height: 34px;
}

.APCSS_ticketSettingBox .APCSS_tooltip {
    position: relative;
    z-index: 100;
    left: 3px;
    top: 2px;
}

.APCSS_guestUploadBox {
    position: absolute;
    z-index: 180;
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 400px;
    padding: 15px;
    right: -400px;
    top: 0;
}

    .APCSS_guestUploadBox .arr {
        position: absolute;
        z-index: 100;
        background-image: url(//static.accupass.com/images/bg/arr01.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 10px;
        height: 19px;
        margin: -9px 0 0;
        left: -10px;
        top: 50%;
    }

    .APCSS_guestUploadBox.right {
        right: auto;
        left: -400px;
    }

        .APCSS_guestUploadBox.right .arr {
            background-image: url(//static.accupass.com/images/bg/arr02.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            left: auto;
            right: -10px;
        }

.APCSS_reimburseBox {
    border-radius: 6px;
    background: #fff;
    margin: 15px 0;
    padding: 10px 15px;
    word-wrap: break-word;
}

    .APCSS_reimburseBox .title, .APCSS_reimburseBox h4 {
        font-weight: 700;
    }

@media (max-width:767px) {
    .pull-right.eventEdit {
        width: 100%;
    }

    .apcss_eventBannerBox {
        height: auto;
    }

        .apcss_eventBannerBox figcaption {
            font-size: 30px;
            line-height: 35px;
            padding: 30px 0 75px;
        }

        .apcss_eventBannerBox h2 {
            font-size: 18px;
        }

    .APCSS_ticketBox .form-horizontal {
        width: 880px;
    }

    .APCSS_guestUploadBox {
        width: 100%;
        position: static;
        border: none;
    }
}

@media (max-width:991px) {
    .apcss_eventBannerBox {
        height: 320px;
    }

        .apcss_eventBannerBox figcaption {
            font-size: 100px;
            line-height: 320px;
        }

            .apcss_eventBannerBox figcaption span {
                font-size: 30px;
                line-height: 30px;
                letter-spacing: 9px;
                left: 8px;
                top: 70px;
            }
}

.APCSS_eventAdvanced textarea.APCSS_precautions {
    height: 80px;
}

.APCSS_eventAdvanced .advanced-label {
    color: #757575;
}

.APCSS_eventAdvanced .checkbox {
    color: #212121;
}

.APCSS_eventAdvanced .input-group, .APCSS_eventAdvanced .input-width {
    width: 500px;
}

.APCSS_eventAdvanced .shorturl-label {
    padding-top: 21px;
}

.APCSS_nav-eventRegisterBox {
    min-height: 60px;
    margin: 0;
}

.apcss-page-edit-register-form {
    padding-bottom: 100px;
}

    .apcss-page-edit-register-form .APCSS_borderPaddingBox {
        padding: 0 20px;
    }

        .apcss-page-edit-register-form .APCSS_borderPaddingBox .col-md-12 {
            padding: 0;
        }

        .apcss-page-edit-register-form .APCSS_borderPaddingBox .form-horizontal {
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .apcss-page-edit-register-form .APCSS_borderPaddingBox.allowDrag {
            height: 525px;
            background: #ededed;
        }

    .apcss-page-edit-register-form .navbar-default {
        position: fixed;
        z-index: 540;
        width: 100%;
        left: 0;
        top: 60px;
    }

    .apcss-page-edit-register-form .navbar-nav > li > a {
        line-height: 30px;
    }

.myevent-overview-service-box {
    padding-bottom: 55px;
}

.fb-builder .form-group label {
    display: block;
    position: relative;
}

    .fb-builder .form-group label:after {
        position: absolute;
        z-index: 100;
        font-family: FontAwesome;
        right: 0;
        content: "\F13E";
        speak: none;
    }

.fb-component, .fb-form-object-editable {
    padding: 10px 30px 15px;
    margin: 0 -15px -15px;
}

    .fb-component .help-block, .fb-form-object-editable .help-block {
        color: #757575;
        font-size: 14px;
        margin-top: 7px;
    }

    .fb-component .checkbox, .fb-component .radio, .fb-form-object-editable .checkbox, .fb-form-object-editable .radio {
        padding-top: 0;
    }

.fb-component {
    height: 40px;
    width: 230px;
    display: inline-block;
    overflow: hidden;
    margin: 4px;
    background-color: #e0e0e0;
}

    .fb-component.fb-draggable.dragging {
        height: 40px !important;
        width: 230px !important;
        background-color: #e0e0e0;
    }

        .fb-component.fb-draggable.dragging .control-label {
            padding-top: 0;
            padding-left: 0;
        }

.fb-form-object-editable.fb-draggable label:after {
    content: "";
}

.fb-form-object-editable.fb-draggable .form-group > label.ng-binding:after, .fb-form-object-editable.fb-draggable label.control-label:after {
    font-family: FontAwesome;
    content: "\F040" "\F047";
    speak: none;
}

.fb-component .form-group > label {
    display: block;
    position: relative;
}

    .fb-component .form-group > label:after {
        position: absolute;
        z-index: 100;
        font-family: FontAwesome;
        display: block;
        right: 0;
        top: 0;
        content: "\F047";
        speak: none;
    }

.APCSS_formBuilder-desc {
    background: #f5f5f5;
    margin: 0 0 20px;
    padding: 30px 15px;
}

    .APCSS_formBuilder-desc img {
        margin: 0 auto;
    }

    .APCSS_formBuilder-desc ol {
        margin: 30px 0 0;
    }

        .APCSS_formBuilder-desc ol li {
            color: #757575;
            margin: 0 0 10px;
        }

.APCSS_ticketsBox {
    position: relative;
}

    .APCSS_ticketsBox img {
        display: block;
        margin: 15px auto;
    }

    .APCSS_ticketsBox h3 {
        padding: 15px 0;
        font-size: 18px;
        border-top: 1px solid #757575;
        border-bottom: 1px solid #757575;
    }

    .APCSS_ticketsBox ul {
        margin: 0 0 30px;
    }

        .APCSS_ticketsBox ul.list-unstyled i {
            font-size: 14px;
        }

    .APCSS_ticketsBox ol {
        margin: 0 0 30px -10px;
    }

    .APCSS_ticketsBox li {
        margin: 0 0 10px;
    }

    .APCSS_ticketsBox button {
        margin: 0 0 15px;
    }

    .APCSS_ticketsBox .icon-ok-sign-wrap {
        position: absolute;
        left: 50%;
        top: 90px;
        width: 58px;
        height: 58px;
        margin: 0 0 0 53px;
        border-radius: 50%;
        background: #fff;
    }

        .APCSS_ticketsBox .icon-ok-sign-wrap .icon-ok-sign {
            position: relative;
            top: -4px;
            font-size: 65px;
            color: #090;
        }

    .APCSS_ticketsBox .content {
        position: relative;
        padding: 30px;
        margin: -15px 0;
        background: #fff;
        color: #000;
    }

    .APCSS_ticketsBox .btn-default {
        background: #bdbdbd;
    }

.APCSS_wrapper input, .APCSS_wrapper select, .APCSS_wrapper textarea, body {
    font-family: Lantinghei TC Extralight,Microsoft JhengHei,Arial;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    color: #757575;
}

* {
    box-sizing: border-box;
}

a {
    color: #1fb0ff;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

    a, a:focus, a:hover {
        text-decoration: none;
    }

        a:focus, a:hover {
            color: #005685;
        }

textarea {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.apcss-activity-card-medium-info-button, .apcss-btn, .apcss-btn-tag, .apcss-event-contact-button, .apcss-event-view-register-now-button, .apcss-homepage-section-more-button, .apcss-homepage-section .apcss-activity-card-large-info-button, .apcss-homepage-subject-more-button, .apcss-module-follow-only-button-wrapper, .apcss-poplogin-login-button, .apcss-primary-button, .apcss-xs-homepage-section-more-button, .apcss-xs-search-location-form-button, .coupon-button, .defulat-button, .event-register-button, .ticket-nav-button {
    display: inline-block;
    margin-bottom: 0;
    padding: 9px 21px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.apcss-btn-tag {
    padding: 5px 21px;
    margin: 4px 2px;
    border-radius: 20px;
}

.apcss-btn-small {
    padding: 4px 12px;
    font-size: 12px;
}

.apcss-btn-large, .apcss-homepage-section .apcss-activity-card-large-info-button {
    padding: 9px 27px;
    font-size: 16px;
}

.apcss-btn-primary {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
}

    .apcss-btn-primary:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-btn-primary:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.apcss-activity-card-medium-info-button, .apcss-btn-block, .apcss-event-contact-button, .apcss-event-view-register-now-button, .apcss-homepage-section .apcss-activity-card-large-info-button, .apcss-homepage-subject-more-button, .apcss-module-follow-only-button-wrapper, .apcss-poplogin-login-button, .apcss-xs-homepage-section-more-button, .apcss-xs-search-location-form-button, .event-register-button {
    display: block;
    white-space: normal;
    width: 100%;
}

.apcss-primary-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
}

    .apcss-primary-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-primary-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.divider {
    margin: 20px 10px;
}

.apcss-drop-down {
    position: relative;
}

    .apcss-drop-down:hover .apcss-drop-down-menu {
        display: block !important;
    }

.apcss-drop-down-menu {
    position: absolute;
    z-index: 3000;
    display: none;
}

.apcss-icon-visa {
    background-image: url(//static.accupass.com/images/base/icon_visa.png);
}

.apcss-icon-master, .apcss-icon-visa {
    width: 32px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.apcss-icon-master {
    background-image: url(//static.accupass.com/images/base/icon_master.png);
}

.apcss-icon-unionpay {
    background-image: url(//static.accupass.com/images/base/icon_unionpay.png);
}

.apcss-icon-jcb, .apcss-icon-unionpay {
    width: 32px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.apcss-icon-jcb {
    background-image: url(//static.accupass.com/images/base/icon_jcb.png);
}

.apcss-icon-atm {
    background-image: url(//static.accupass.com/images/base/icon_atm.png);
}

.apcss-icon-atm, .apcss-icon-family {
    width: 32px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.apcss-icon-family {
    background-image: url(//static.accupass.com/images/base/icon_family.png);
}

.apcss-icon-hilife {
    background-image: url(//static.accupass.com/images/base/icon_hilife.png);
}

.apcss-icon-hilife, .apcss-icon-ok {
    width: 32px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.apcss-icon-ok {
    background-image: url(//static.accupass.com/images/base/icon_ok.png);
}

.apcss-icon-paypal {
    background-image: url(//static.accupass.com/images/base/icon_paypal.png);
}

.apcss-icon-accupass, .apcss-icon-paypal {
    width: 32px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.apcss-icon-accupass {
    background-image: url(//static.accupass.com/images/base/icon_accupass.png);
}

.apcss-icon-linepay {
    width: 65px;
    background: url(//static.accupass.com/payment/icon_linepay.png) no-repeat 0 0;
}

.apcss-icon-ibon, .apcss-icon-linepay {
    height: 20px;
    display: inline-block;
    vertical-align: top;
    text-indent: 72px;
    overflow: hidden;
}

.apcss-icon-ibon {
    margin-right: 15px;
    width: 20px;
    background: url(//static.accupass.com/payment/icon_ibon_s.png) no-repeat 0 0;
}

.icon-bg.icon-bg {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e0e0e0;
    border-radius: 50%;
    color: #fff;
}

.apcss-follow-circle-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
}

    .apcss-follow-circle-icon i {
        -webkit-transition: none;
        transition: none;
    }

    .apcss-follow-circle-icon:focus, .apcss-follow-circle-icon:hover {
        color: #757575;
        border-color: #757575;
    }

::-ms-clear {
    display: none;
}

input:-webkit-autofill {
    background-color: #fff !important;
}

.apcss-input {
    padding: 10px 24px 10px 10px;
    height: 40px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    color: #212121;
}

    .apcss-input placeholder {
        color: #bdbdbd;
    }

    .apcss-input:focus {
        outline: 0;
        box-shadow: none;
        border: 1px solid #1fb0ff;
    }

    .apcss-input:disabled {
        background: #ededed;
        color: #bdbdbd;
    }

.apcss-input-block {
    display: block;
    width: 100%;
}

.apcss-input-error {
    background: url(//static.accupass.com/product/icon-cross-filled.svg) right 10px center/16px 16px #fff no-repeat;
}

    .apcss-input-error, .apcss-input-error:focus {
        border: 1px solid #fb700d;
    }

.apcss-input-check {
    background: url(//static.accupass.com/product/icon-check-filled.svg) right 10px center/16px 16px #fff no-repeat;
}

.apcss-error {
    margin: 5px 0;
    color: #fb700d;
}

.apcss-form-group {
    margin-bottom: 10px;
}

.radio-box {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

    .radio-box input[type=radio] {
        position: absolute;
        margin-left: 10px;
        margin-top: 14px;
    }

    .radio-box label {
        padding: 10px 10px 10px 30px;
        width: 100%;
        font-weight: 400;
    }

.apcss-input ~ .input-loader {
    position: absolute;
    right: -15px;
    margin-top: -80px;
    -webkit-transform: scale(.2);
    transform: scale(.2);
}

.input-loader, .input-loader:after, .input-loader:before {
    border-radius: 50%;
}

    .input-loader:after, .input-loader:before {
        position: absolute;
        top: -.1em;
        content: "";
        width: 5.2em;
        height: 10.2em;
        background: #fff;
    }

    .input-loader:before {
        border-radius: 10.2em 0 0 10.2em;
        left: -.1em;
        -webkit-transform-origin: 5.2em 5.1em;
        transform-origin: 5.2em 5.1em;
        -webkit-animation: inputloader 1.5s infinite ease 1s;
        animation: inputloader 1.5s infinite ease 1s;
    }

.input-loader {
    font-size: 11px;
    text-indent: -99999em;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em #1fb0ff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .input-loader:after {
        border-radius: 0 10.2em 10.2em 0;
        left: 5.1em;
        -webkit-transform-origin: 0 5.1em;
        transform-origin: 0 5.1em;
        -webkit-animation: inputloader 1.5s infinite ease;
        animation: inputloader 1.5s infinite ease;
    }

@-webkit-keyframes inputloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes inputloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.line-caption {
    display: table;
    white-space: nowrap;
    text-align: center;
}

    .line-caption:after, .line-caption:before {
        border-top: 1px solid #757575;
        content: "";
        display: table-cell;
        position: relative;
        top: .5em;
        width: 45%;
    }

    .line-caption:before {
        right: 1.5%;
    }

    .line-caption:after {
        left: 1.5%;
    }

.negative-link, .negative-link:focus, .negative-link:hover {
    color: #757575;
}

.apcss-app-banner {
    background: #fff;
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 600;
    padding: 0 8px;
}

@media (max-width:767px) {
    .apcss-app-banner ~ .APCSS_wrapper {
        padding: 130px 0 0;
        margin: 0 auto;
    }

        .apcss-app-banner ~ .APCSS_wrapper .APCSS_header {
            margin: 70px 0 0;
        }

    .apcss-app-banner ~ .apcss-nav-list-mobile, .apcss-app-banner ~ .apcss-nav-toggle-mobile {
        top: 70px;
    }
}

.apcss-app-banner-icon-remove {
    margin: 28px 0 0;
    float: left;
    font-size: 14px;
    width: 16px;
    height: 40px;
}

.apcss-app-banner-logo {
    position: absolute;
    margin: 5px 0 0;
    width: 60px;
    height: 60px;
}

.apcss-app-banner-text {
    float: left;
    position: relative;
    left: 50%;
    top: 5px;
    margin: 0 0 0 -72px;
    font-size: 14px;
    line-height: 20px;
}

.apcss-app-banner-stars {
    position: absolute;
    margin: 0;
    height: 14px;
    width: 88px;
}

.apcss-app-banner-btn {
    float: right;
    margin: 19px 0 0;
}

.apcss-poplogin .modal-dialog {
    width: 320px;
}

.apcss-poplogin .modal-content {
    background: #fff;
}

.apcss-poplogin .APCSS_error-input {
    border: 1px solid #ff5258;
}

.apcss-poplogin .APCSS_error-label {
    font-weight: 700;
    color: #ff5258;
}

.apcss-poplogin-header {
    padding-top: 20px;
    text-align: center;
    font-weight: 700;
}

    .apcss-poplogin-header:empty:before {
        content: "\A0";
    }

.apcss-poplogin-close {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 32px;
    color: #757575;
}

.apcss-poplogin-slogan {
    margin-bottom: 20px;
    text-align: center;
    font-family: bold;
    color: #757575;
}

.apcss-poplogin-fb {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background: #3b5999;
    color: #fff;
    border-radius: 3px;
}

    .apcss-poplogin-fb:hover {
        color: #fff;
        background: #4f71ba;
    }

    .apcss-poplogin-fb:focus {
        color: #fff;
        background: #476bb8;
    }

    .apcss-poplogin-fb:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.poplogin-plugin-icon {
    position: absolute;
    left: 10px;
    top: 8px;
}

.poplogin-line-caption {
    width: 100%;
}

    .poplogin-line-caption:before {
        right: 0;
    }

    .poplogin-line-caption:after {
        left: 0;
    }

.poplogin-captcha {
    margin-left: -12px;
    margin-bottom: 10px;
    -webkit-transform: scale(.92);
    transform: scale(.92);
}

@media (max-width:991px) {
    .poplogin-captcha {
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.apcss-poplogin-login-button {
    background: #0088d2;
    border-color: #0088d2;
    color: #fff;
}

.poplogin-link {
    margin-bottom: 10px;
}

.poplogin-signup-box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.contact-alert-img {
    width: 150px;
    height: 150px;
    margin: 20px auto;
}

@media (max-width:991px) {
    .apcss-poplogin {
        background: #fff;
    }

        .apcss-poplogin .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .apcss-poplogin .modal-content {
            height: 100%;
            border-radius: 0;
            box-shadow: none;
            border: none;
        }
}

.apcss-module-follow-wrapper {
    display: inline-block;
    padding: 8px;
    border: 1px solid #757575;
    border-radius: 3px;
    color: #757575;
    background: #fff;
}

    .apcss-module-follow-wrapper span {
        -webkit-transition: none;
        transition: none;
    }

.apcss-module-follow-button {
    margin-left: -9px;
    padding: 11px 11px 12px;
    border-right: 1px solid #1fb0ff;
    background: #1fb0ff;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.apcss-module-follow-only-button-wrapper {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
}

    .apcss-module-follow-only-button-wrapper:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-module-follow-only-button-wrapper:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.apcss-module-follow-count {
    display: inline-block;
    margin-left: 5px;
    min-width: 20px;
    text-align: center;
}

.apcss-module-follow-isfollow .apcss-module-follow-button {
    color: #757575;
    border: none;
    background: none;
    padding-bottom: 11px;
    border-right: 1px solid #757575;
}

.apcss-module-follow-isfollow.apcss-module-follow-only-button-wrapper {
    color: #757575;
    border: 1px solid #757575;
    background: none;
}

    .apcss-module-follow-isfollow.apcss-module-follow-only-button-wrapper:focus {
        color: #757575;
    }

.apcss-homepage-section .apcss-activity-address, .apcss-homepage-section .apcss-activity-date, .apcss-homepage-section .apcss-activity-organizer-name, .apcss-homepage-section .apcss-activity-title {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
}

.apcss-activity-card {
    position: relative;
    background: #fff;
    color: #757575;
    word-break: break-all;
}

.apcss-activity-card-header {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
}

.apcss-activity-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .apcss-activity-card-image img {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        margin-top: 25%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.apcss-activity-card-pageview, .apcss-activity-pageview {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border-radius: 3px;
}

    .apcss-activity-card-pageview i, .apcss-activity-pageview i {
        margin-right: 5px;
    }

.apcss-activity-card-body {
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 10px;
    height: 167px;
    text-align: left;
    overflow: hidden;
}

.apcss-activity-card-title {
    margin: 0 0 10px;
    max-height: 48px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #212121;
    overflow: hidden;
}

.apcss-activity-card-date {
    line-height: 20px;
    color: #bdbdbd;
}

.apcss-activity-card-footer {
    padding: 0 20px 20px;
}

.apcss-activity-card-like {
    display: inline-block;
    margin-left: 5px;
    line-height: 40px;
}

.apcss-follow-icon-isfollow {
    color: #ff5258;
    border-color: #ff5258;
}

    .apcss-follow-icon-isfollow:focus, .apcss-follow-icon-isfollow:hover {
        color: #d10007;
        border-color: #d10007;
    }

.activity-card-status-ready {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
}

    .activity-card-status-ready:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .activity-card-status-ready:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.activity-card-status-hot {
    color: #fff;
    background: #ff5258;
    border-color: #ff5258;
}

    .activity-card-status-hot:hover {
        color: #fff;
        background: #d10007;
        border-color: #d10007;
    }

.activity-card-status-end {
    color: #fff;
    background: #bdbdbd;
    border-color: #bdbdbd;
}

    .activity-card-status-end:hover {
        color: #fff;
        background: #999;
        border-color: #999;
    }

.apcss-homepage-section .apcss-follow-icon {
    width: 30px;
    height: 30px;
}

    .apcss-homepage-section .apcss-follow-icon .heart-body {
        fill: block;
        opacity: .4;
    }

        .apcss-homepage-section .apcss-follow-icon .heart-body:hover {
            opacity: .5;
        }

.apcss-homepage-section .apcss-activity-card {
    min-height: 230px;
}

    .apcss-homepage-section .apcss-activity-card .apcss-follow-icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.apcss-homepage-section .apcss-activity-title-header {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apcss-homepage-section .apcss-follow-icon-isfollow.apcss-follow-icon .heart-body {
    opacity: 1;
    fill: #ff5258;
}

.apcss-homepage-section .apcss-activity-image {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

.apcss-homepage-section .apcss-activity-image-img {
    width: 100%;
}

.apcss-homepage-section .apcss-activity-pageview {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border-radius: 3px;
}

.apcss-homepage-section .apcss-activity-pageview-icon {
    margin-right: 5px;
}

.apcss-homepage-section .apcss-activity-content {
    padding: 15px 15px 0;
    overflow: hidden;
}

.apcss-homepage-section .apcss-activity-title {
    font-weight: 700;
}

.apcss-homepage-section .apcss-activity-address, .apcss-homepage-section .apcss-activity-address a, .apcss-homepage-section .apcss-activity-date, .apcss-homepage-section .apcss-activity-date a {
    color: #757575;
}

    .apcss-homepage-section .apcss-activity-address .icon-map-marker, .apcss-homepage-section .apcss-activity-date .icon-map-marker {
        position: relative;
        left: -1px;
    }

.apcss-homepage-section .apcss-activity-organizer-name {
    text-align: right;
    color: #757575;
}

    .apcss-homepage-section .apcss-activity-organizer-name a {
        color: #757575;
    }

.apcss-homepage-section .apcss-following-mask {
    position: relative;
    background: #fff;
}

    .apcss-homepage-section .apcss-following-mask:hover .apcss-following-mask-wrapper {
        display: block;
    }

.apcss-homepage-section .apcss-activity-card-large .apcss-activity-address, .apcss-homepage-section .apcss-activity-card-large .apcss-activity-date, .apcss-homepage-section .apcss-activity-card-large .apcss-activity-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.apcss-homepage-section .apcss-activity-card-large .apcss-activity-title {
    font-size: 18px;
}

.apcss-homepage-section .apcss-activity-card-large-info-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 10px;
}

    .apcss-homepage-section .apcss-activity-card-large-info-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-homepage-section .apcss-activity-card-large-info-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.apcss-activity-card-medium {
    width: 100%;
    height: 200px;
}

    .apcss-activity-card-medium .apcss-follow-icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .apcss-activity-card-medium .apcss-activity-title-header {
        margin: 0;
        font-size: inherit;
        font-weight: 700;
        text-overflow: ellipsis;
    }

    .apcss-activity-card-medium:before {
        content: " ";
        display: table;
    }

    .apcss-activity-card-medium:after {
        content: " ";
        display: table;
        clear: both;
    }

    .apcss-activity-card-medium:hover .apcss-following-mask-wrapper {
        display: block;
    }

.apcss-activity-card-medium-image-wrapper {
    width: 55%;
    float: left;
}

.apcss-activity-card-medium-info-wrapper {
    display: block;
    width: 45%;
    height: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    float: left;
    padding: 10px 15px;
}

    .apcss-activity-card-medium-info-wrapper .apcss-activity-title {
        font-size: 18px;
    }

.apcss-activity-card-medium-info-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    width: 100%;
    margin-top: 52px;
}

    .apcss-activity-card-medium-info-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-activity-card-medium-info-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.apcss-alert {
    margin-bottom: 20px;
    padding: 15px;
    color: #fb700d;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.apcss-border-padding-box {
    margin: 0 0 10px;
    padding: 0 20px 60px;
    position: relative;
    border: 1px solid #e0e0e0;
}

    .apcss-border-padding-box:after, .apcss-border-padding-box:before {
        content: " ";
        display: table;
    }

    .apcss-border-padding-box:after {
        clear: both;
    }

.apcss-border-padding-box-title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e0e0e0;
}

    .apcss-border-padding-box-title small {
        color: #0088d2;
    }

.apcss-border-box {
    border: 1px solid #e0e0e0;
}

    .apcss-border-box .bg-deep {
        padding: 10px 0;
        text-align: center;
    }

    .apcss-border-box input {
        margin: 20px auto;
        display: block;
    }

.apcss-modal {
    text-align: center;
}

    .apcss-modal .modal-content {
        padding: 40px 10px;
        margin-bottom: 80px;
    }

@media (max-width:991px) {
    .apcss-modal {
        background: #fff;
        color: #999;
    }

        .apcss-modal .modal-content {
            height: 100%;
            padding: 40px 0 0;
            margin-top: -10px;
            border-radius: 0;
            box-shadow: none;
            border: none;
        }
}

.modal-lg {
    width: 1080px;
    height: 600px;
}

@media (max-width:991px) {
    .modal-lg {
        width: auto;
        height: auto;
        padding: 0 10px;
    }
}

.modal-close {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 40px;
    line-height: 20px;
    color: #999;
}

.modal-content-title {
    font-size: 24px;
    line-height: 36px;
    color: #212121;
}

.modal-content-subtitle {
    font-size: 14px;
    line-height: 20px;
}

.modal-link-btn {
    margin-bottom: 20px;
}

.modal-passive-link {
    display: inline-block;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
    color: #999;
}

    .modal-passive-link:hover {
        color: #999;
    }

.apcss-xs-modal .modal-dialog {
    width: 320px;
}

.apcss-xs-modal .modal-content {
    background: #fff;
}

.apcss-xs-modal .modal-body {
    border-radius: 0 0 6px 6px;
}

.apcss-xs-modal .APCSS_error-input {
    border: 1px solid #ff5258;
}

.apcss-xs-modal .APCSS_error-label {
    font-weight: 700;
    color: #ff5258;
}

@media (max-width:991px) {
    .apcss-xs-modal {
        background: #fff;
    }

        .apcss-xs-modal .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .apcss-xs-modal .modal-content {
            height: 100%;
            border-radius: 0;
            box-shadow: none;
            border: none;
        }
}

.apcss-xs-modal-header {
    padding-top: 20px;
    text-align: center;
}

    .apcss-xs-modal-header h4 {
        color: #212121;
    }

.apcss-xs-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    color: #757575;
}

.apcss-notice-box {
    position: fixed;
    background-color: #ff5258;
    z-index: 200;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: rleative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -170px;
    margin-top: 170px;
    max-height: 200px;
    box-shadow: -2px 5px 10px -5px #000;
    -webkit-transition-property: right;
    transition-property: right;
    border-bottom-left-radius: 3px;
}

    .apcss-notice-box .header {
        font-size: 16px;
        text-align: center;
        color: #fff;
    }

    .apcss-notice-box .inside-icon {
        color: #ff5258;
    }

    .apcss-notice-box .inside {
        background-color: #fff;
        border-bottom: 10px solid #ff5258;
        border-right: 10px solid #ff5258;
        padding: 15px;
    }

        .apcss-notice-box .inside a, .apcss-notice-box .inside a:hover {
            text-decoration: underline;
            color: #000;
        }

        .apcss-notice-box .inside .notice-title, .apcss-notice-box .inside .time-title {
            min-height: 22px;
            font-weight: 700;
            font-size: 16px;
            color: #000;
        }

        .apcss-notice-box .inside .notice-title {
            margin: 0;
        }

    .apcss-notice-box .header {
        width: 30px;
        padding: 10px 0;
        float: left;
    }

    .apcss-notice-box .content {
        white-space: nowrap;
        text-overflow: ellipsis;
        white-space: inherit;
        overflow: hidden;
        max-height: 90px;
    }

    .apcss-notice-box .title {
        padding: 0 0 5px;
    }

    .apcss-notice-box .title-icon {
        border-top: 1px solid #ff5258;
        padding: 10px 0 0;
    }

    .apcss-notice-box .inside {
        width: 170px;
        float: left;
        border-top: 1px solid #ff5258;
    }

    .apcss-notice-box:hover {
        right: 0;
    }

.apcss-notice-box-mobile {
    position: fixed;
    background-color: #ff5258;
    z-index: 200;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%;
    bottom: -175px;
    -webkit-transition-property: bottom;
    transition-property: bottom;
}

    .apcss-notice-box-mobile .header {
        font-size: 16px;
        text-align: center;
        color: #fff;
    }

    .apcss-notice-box-mobile .inside-icon {
        color: #ff5258;
    }

    .apcss-notice-box-mobile .inside {
        background-color: #fff;
        border-bottom: 10px solid #ff5258;
        border-right: 10px solid #ff5258;
        padding: 15px;
    }

        .apcss-notice-box-mobile .inside a, .apcss-notice-box-mobile .inside a:hover {
            text-decoration: underline;
            color: #000;
        }

        .apcss-notice-box-mobile .inside .notice-title, .apcss-notice-box-mobile .inside .time-title {
            min-height: 22px;
            font-weight: 700;
            font-size: 16px;
            color: #000;
        }

        .apcss-notice-box-mobile .inside .notice-title {
            margin: 0;
        }

    .apcss-notice-box-mobile .header {
        padding: 5px 0 0;
        cursor: pointer;
    }

    .apcss-notice-box-mobile .content {
        min-height: 80px;
    }

    .apcss-notice-box-mobile .title-icon {
        border-left: 1px solid #ff5258;
        padding: 0 0 0 10px;
        margin: 0 0 0 10px;
    }

    .apcss-notice-box-mobile .inside {
        border-left: 10px solid #ff5258;
    }

    .apcss-notice-box-mobile .title {
        margin: 0 0 5px;
    }

    .apcss-notice-box-mobile .notice-close {
        margin-right: 5px;
        float: right;
        font-size: 20px;
    }

    .apcss-notice-box-mobile.opened {
        bottom: 0;
    }

@media (min-width:768px) {
    .apcss-notice-box-mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .apcss-notice-box {
        display: none;
    }
}

.apcss-reimburse-info {
    margin: 40px 0;
    padding: 20px;
    word-wrap: break-word;
    word-break: break-all;
    background: #f5f5f5;
    border-radius: 3px;
}

.apcss-reimburse-info-title {
    font-weight: 700;
    font-size: 18px;
    color: #757575;
}

.apcss-search-date {
    display: inline-block;
    height: 26px;
}

    .apcss-search-date form {
        display: inline-block;
        margin: 0 0 0 -5px;
    }

    .apcss-search-date input {
        height: 24px;
        width: 120px;
        border-radius: 0;
    }

    .apcss-search-date .btn {
        height: 24px;
        padding: 2px 5px;
        border-radius: 0 4px 4px 0;
        margin: 0 0 0 -4px;
    }

    .apcss-search-date .time_Available {
        border-radius: 4px 0 0 4px;
    }

.apcss-search-boder {
    border-radius: 5px;
}

.apcss-powered {
    margin: 10px 0 0;
}

    .apcss-powered a {
        -webkit-transition: all 0 ease 0;
        transition: all 0 ease 0;
    }

.apcss-powered-logo {
    width: 108px;
    height: 12px;
    display: inline-block;
    background: url(//static.accupass.com/images/base/icon_gray_blue.png) 0 0/108px 24px no-repeat;
    overflow: hidden;
    text-indent: 226px;
}

    .apcss-powered-logo:hover {
        background: url(//static.accupass.com/images/base/icon_gray_blue.png) 0 -12px/108px 24px no-repeat;
    }

.apcss-step-box {
    display: table;
    width: 100%;
}

.apcss-step-box-wrapper {
    display: block;
    padding: 6px 0 6px 20px;
    position: relative;
}

.apcss-step-box-md {
    display: none;
}

.apcss-step-box-arrow {
    display: block;
    width: 17px;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -1px;
    background: url("//static.accupass.com/myticket/arr04.png") no-repeat 0 0;
}

@media (max-width:991px) {
    .apcss-step-box-arrow .apcss-step-box-state {
        display: block;
        width: 100%;
    }

    .apcss-step-box-arrow .apcss-step-box-md {
        display: inline-block;
    }

    .apcss-step-box-arrow .apcss-step-box-arrow {
        display: none;
    }
}

.apcss-step-box-state {
    display: table-cell;
    width: 1%;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
}

    .apcss-step-box-state.active {
        background: #0088d2;
        color: #fff;
    }

        .apcss-step-box-state.active .apcss-step-box-arrow {
            background: url("//static.accupass.com/myticket/arr04.png") no-repeat 0 -33px;
        }

.apcss-ticket-payment {
    min-height: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f5f5f5;
}

@media (max-width:991px) {
    .apcss-ticket-payment {
        text-align: center;
    }
}

@media (max-width:991px) {
    .apcss-ticket-payment-icon {
        width: 270px;
        margin: 0 auto;
        text-align: left;
    }
}

.apcss-payment-atm, .apcss-payment-familymart, .apcss-payment-ibon, .apcss-payment-jcb, .apcss-payment-linepay, .apcss-payment-mastercard, .apcss-payment-paypal, .apcss-payment-unionpay, .apcss-payment-visa {
    width: 60px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background: url(//static.accupass.com/payment/payment_sprite_2x.png?v=1) no-repeat 0 0/630px 30px;
    text-indent: 70px;
    overflow: hidden;
}

.apcss-payment-linepay {
    background-position: -70px 0;
}

.apcss-payment-familymart {
    background-position: -140px 0;
}

.apcss-payment-paypal {
    background-position: -210px 0;
    margin: auto;
}

.apcss-payment-visa {
    background-position: -280px 0;
}

.apcss-payment-jcb {
    background-position: -350px 0;
}

.apcss-payment-mastercard {
    background-position: -420px 0;
}

.apcss-payment-unionpay {
    background-position: -490px 0;
    margin: auto;
}

.apcss-payment-ibon {
    background-position: -555px 0;
    margin: auto;
}

.apcss-footer-divider {
    width: 100%;
    height: 6px;
    margin-bottom: 5px;
    background-image: url(//static.accupass.com/images/footer/footer_dot.svg);
    background-repeat: repeat-x;
}

.apcss-footer-activity {
    margin-top: 70px;
    border-top: 1px dotted #f5f5f5;
}

.apcss-footer-activity-2 {
    background: #333;
}

@media (max-width:991px) {
    .apcss-footer-activity-2 {
        padding-bottom: 60px;
    }
}

.apcss-footer-activity-container1 {
    background-image: url(//static.accupass.com/images/mobile/header/pattern_b.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.apcss-footer-activity-section2 {
    position: relative;
}

.apcss-footer-links-wrapper {
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 12px;
}

@media (max-width:767px) {
    .apcss-footer-links-wrapper {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.apcss-footer-link {
    color: #bdbdbd;
}

    .apcss-footer-link + .apcss-footer-link {
        margin-left: 20px;
    }

    .apcss-footer-link:hover {
        color: #fff;
    }

@media (max-width:767px) {
    .apcss-footer-link {
        text-align: center;
    }

        .apcss-footer-link + .apcss-footer-link {
            margin-left: 0;
            border-left: 1px solid #757575;
        }
}

.apcss-footer-link-mobile {
    margin-top: 14px;
    text-align: center;
    color: #bdbdbd;
}

    .apcss-footer-link-mobile:hover {
        color: #fff;
    }

.apcss-logo-section-activity {
    line-height: 12px;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .apcss-logo-section-activity {
        text-align: center;
    }
}

.apcss-logo-activity {
    line-height: 14px;
    display: inline-block;
    color: #757575;
}

    .apcss-logo-activity h1 {
        font-size: 12px;
        margin: 0;
        display: inline-block;
    }

    .apcss-logo-activity:hover {
        color: #fff;
    }

.apcss-footer-buttons-wrapper {
    position: absolute;
    right: 20px;
}

@media (max-width:767px) {
    .apcss-footer-buttons-wrapper {
        position: relative;
        right: 0;
    }
}

.apcss-footer-customer-help-activity {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background: #0088d2;
    border-radius: 3px;
}

    .apcss-footer-customer-help-activity i {
        font-size: 20px;
        vertical-align: middle;
    }

    .apcss-footer-customer-help-activity span {
        margin-left: 5px;
    }

    .apcss-footer-customer-help-activity:focus, .apcss-footer-customer-help-activity:hover {
        color: #fff;
        background: #005685;
    }

@media (max-width:767px) {
    .apcss-footer-customer-help-activity {
        width: 100%;
        display: block;
    }
}

.apcss-language-select-activity {
    display: inline-block;
    width: 164px;
    margin: 20px 0 0 10px;
}

@media (max-width:991px) {
    .apcss-language-select-activity {
        width: 100px;
    }
}

@media (max-width:767px) {
    .apcss-language-select-activity {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}

.apcss-footer-activity-section1-right-wrapper {
    float: right;
    padding: 10px 10px 15px;
}

.apcss-footer-activity-section1-right {
    display: inline-block;
}

@media (max-width:767px) {
    .apcss-footer-activity-section1-right {
        text-align: center;
    }

        .apcss-footer-activity-section1-right p:first-child {
            color: #757575;
        }

        .apcss-footer-activity-section1-right p:last-child {
            color: #0088d2;
        }
}

.apcss-footer-activity-section1-right-img {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

    .apcss-footer-activity-section1-right-img img {
        position: relative;
        top: 10px;
        width: 50%;
        height: auto;
    }

.apcss-footer {
    background: #333;
}

    .apcss-footer:before {
        content: "";
        display: block;
        height: 4px;
        background: #0088d2;
        margin-bottom: 40px;
    }

.apcss-footer-first-section {
    margin-bottom: 50px;
}

@media (max-width:767px) {
    .apcss-footer-first-section {
        padding: 0;
        margin: 0;
    }
}

.apcss-footer-second-section {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}

@media (max-width:767px) {
    .apcss-footer-second-section {
        border: 0;
        padding: 0;
        margin: 0;
    }
}

.apcss-footer-title {
    color: #757575;
    font-size: 18px;
}

.apcss-footer-content {
    font-size: 14px;
    display: block;
    margin: 0;
    color: #bdbdbd;
}

    .apcss-footer-content .phone-position {
        white-space: pre;
    }

    .apcss-footer-content .phone-group, .apcss-footer-content .phone-position {
        display: inline-block;
        margin-bottom: 0;
        float: left;
    }

        .apcss-footer-content .phone-group span {
            display: block;
        }

    .apcss-footer-content + .apcss-footer-content {
        margin: 5px 0 0;
    }

    .apcss-footer-content:before {
        content: " ";
        display: table;
    }

    .apcss-footer-content:after {
        content: " ";
        display: table;
        clear: both;
    }

    .apcss-footer-content:hover {
        color: #fff;
    }

.apcss-footer-content-small {
    color: #757575;
    font-size: 12px;
}

.apcss-footer-customer-help {
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 15px 0 0;
    text-align: center;
    color: #fff;
    background: #0088d2;
    border-radius: 3px;
}

    .apcss-footer-customer-help i {
        font-size: 20px;
        vertical-align: middle;
    }

    .apcss-footer-customer-help span {
        margin-left: 5px;
    }

    .apcss-footer-customer-help:focus, .apcss-footer-customer-help:hover {
        color: #fff;
        background: #005685;
    }

@media (max-width:991px) {
    .apcss-logo-section {
        text-align: center;
    }
}

.apcss-logo {
    color: #757575;
    display: inline-block;
    background: url(//static.accupass.com/images/base/accuvally.png) no-repeat left 5px;
}

    .apcss-logo h1 {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 0 30px 120px;
        margin: 0;
    }

@media (max-width:991px) {
    .apcss-logo {
        background: url(//static.accupass.com/images/base/accuvally.png) no-repeat left 15px;
    }

        .apcss-logo h1 {
            padding-top: 20px;
        }
}

@media (max-width:767px) {
    .apcss-logo {
        background: url(//static.accupass.com/images/base/accuvally.png) no-repeat center 15px;
    }

        .apcss-logo h1 {
            padding: 25px 0 30px;
            margin-top: 15px;
        }
}

.apcss-footer-right {
    float: right;
    padding-top: 10px;
    line-height: 12px;
}

@media (max-width:991px) {
    .apcss-footer-right {
        display: none;
    }
}

.apcss-circular-button {
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    background: #e0e0e0;
    border-radius: 50%;
}

    .apcss-circular-button + .apcss-circular-button {
        margin-left: 10px;
    }

    .apcss-circular-button:hover {
        color: #fff;
    }

@media (max-width:991px) {
    .apcss-circular-button + .apcss-circular-button {
        margin-left: 10px;
    }
}

.apcss-mobile-download-button + .apcss-mobile-download-button {
    margin-left: 14px;
}

.apcss-language-select {
    width: 100%;
    height: 40px;
    color: #e0e0e0;
    border: 0;
    background: #757575;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    border-radius: 3px;
}

@media (max-width:767px) {
    .apcss-footer-phone-section1 {
        border-bottom: 1px solid #757575;
        padding: 30px 0;
        padding-top: 0;
    }
}

@media (max-width:767px) {
    .apcss-footer-phone-section1 .col-xs-6 {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .apcss-footer-phone-section2 {
        border-bottom: 1px solid #757575;
        padding: 30px 0;
    }
}

@media (max-width:767px) {
    .apcss-footer-phone-section2 address {
        margin: 0;
    }
}

@media (max-width:767px) {
    .apcss-footer-phone-section3, .apcss-footer-phone-section4 {
        border-bottom: 1px solid #757575;
        padding: 30px 0;
        text-align: center;
    }
}

.accupass {
    display: inline-block;
    vertical-align: middle;
}

.navbar-header {
    height: 50px;
    margin-top: -5px;
    z-index: 1;
}

@media (max-width:991px) {
    .navbar-header {
        float: none;
    }
}

.navbar > .container .navbar-brand {
    width: 114px;
    margin: 0 15px;
    padding: 0;
}

.apcss-nav-list-mobile {
    font-size: 16px;
    z-index: 10;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 285px;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    list-style: none;
    background: #333;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.apcss-nav-list-mobile, .apcss-nav-toggle-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    color: #fff;
}

.apcss-nav-toggle-mobile {
    font-size: 1.5em;
    line-height: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #0088d2;
    text-decoration: none;
}

@media (max-width:991px) {
    .apcss-nav-toggle-mobile {
        display: block;
    }
}

.close-menu {
    display: none;
}

#apjs-leftmenu:target {
    display: block;
}

    #apjs-leftmenu:target + .APCSS_wrapper {
        left: 285px;
        position: fixed;
    }

        #apjs-leftmenu:target + .APCSS_wrapper .open-menu {
            display: none;
        }

        #apjs-leftmenu:target + .APCSS_wrapper .close-menu {
            display: block;
        }

        #apjs-leftmenu:target + .APCSS_wrapper .APCSS_footer, #apjs-leftmenu:target + .APCSS_wrapper .APCSS_header, #apjs-leftmenu:target + .APCSS_wrapper .navbar-header {
            left: 285px;
        }

        #apjs-leftmenu:target + .APCSS_wrapper .apcss-event-share-sm, #apjs-leftmenu:target + .APCSS_wrapper .apcss-search-mobile, #apjs-leftmenu:target + .APCSS_wrapper .logo-xs {
            display: none;
        }

        #apjs-leftmenu:target + .APCSS_wrapper .apcss-nav-list-mobile {
            display: block;
        }

.apcss-lmenu-is-logout {
    padding-top: 64px;
    text-align: center;
    background: url(//static.accupass.com/images/mobile/header/pattern_w.png) repeat 0 0/cover;
}

.apcss-lmenu-login-button-area {
    display: inline-block;
    margin: 23px;
}

.apcss-lmenu-login-button {
    line-height: 40px;
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    border: 0;
    background: #1fb0ff;
    border-radius: 3px;
}

    .apcss-lmenu-login-button:hover {
        color: #fff;
        background: #005685;
    }

.apcss-lmenu-fb-button {
    display: inline-block;
    width: 32%;
    height: 80px;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0;
    background: #333;
}

    .apcss-lmenu-fb-button img {
        width: 23px;
        height: 23px;
        margin-bottom: 13px;
    }

    .apcss-lmenu-fb-button + .apcss-lmenu-fb-button {
        border-left: 1px solid #333;
    }

.apcss-lmenu-fb-section {
    padding: 20px;
    background: url(//static.accupass.com/images/mobile/header/pattern_w.png) repeat 0 0/cover;
}

.apcss-lmenu-fb-avatar {
    display: inline-block;
    overflow: hidden;
    width: 62px;
    height: 62px;
    margin-right: 20px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .apcss-lmenu-fb-avatar img {
        width: 58px;
        height: 58px;
        vertical-align: top;
    }

.apcss-lmenu-signup-button {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    background: #1fb0ff;
    border-radius: 3px;
}

    .apcss-lmenu-signup-button:hover {
        color: #fff;
        background: #005685;
    }

.apcss-lmenu-header {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding-left: 20px;
    color: #757575;
    background: #333;
}

.apcss-lmenu-item {
    line-height: 20px;
    padding: 20px;
    padding-left: 20px;
    cursor: pointer;
    vertical-align: middle;
    word-wrap: break-word;
}

    .apcss-lmenu-item a {
        color: #fff;
    }

    .apcss-lmenu-item + .apcss-lmenu-item {
        border-top: 1px solid #333;
    }

.apcss-search-mobile {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 0;
    background: #0088d2;
}

    .apcss-search-mobile .icon-remove {
        display: none;
    }

@media (max-width:991px) {
    .apcss-search-mobile {
        display: block;
    }
}

@media (max-width:991px) {
    .apcss-search-mobile-activated {
        background: #005685;
    }

        .apcss-search-mobile-activated .icon-search {
            display: none;
        }

        .apcss-search-mobile-activated .icon-remove {
            display: block;
        }
}

.apcss-search-form-mobile {
    display: none;
    position: absolute;
    z-index: 2;
    top: 60px;
    width: 100%;
    height: 80px;
    background: #005685;
}

@media (max-width:991px) {
    .apcss-search-form-mobile {
        display: block;
    }
}

.apcss-search-form-wrapper-mobile {
    line-height: 40px;
    min-width: 170px;
    height: 40px;
    margin: 20px 110px 20px 20px;
}

.apcss-search-form-input-mobile {
    width: 100%;
    height: 100%;
    margin-right: 10px;
    padding-left: 20px;
    border: 0;
    border-radius: 3px;
}

.apcss-search-form-button-mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 80px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
}

.apcss-search-form {
    line-height: 60px;
    height: 60px;
    display: inline-block;
}

@media (max-width:991px) {
    .apcss-search-form {
        display: none;
    }
}

.apcss-search-form-wrapper {
    line-height: 40px;
    position: relative;
    height: 40px;
    margin: 10px 0;
    color: #fff;
}

.apcss-search-form-input {
    width: 220px;
    height: 80%;
    margin-left: 20px;
    padding-left: 16px;
    padding-right: 45px;
    border: 1px solid hsla(0,0%,100%,.5);
    background: #0088d2;
    color: #fff;
    border-radius: 3px;
}

    .apcss-search-form-input::-webkit-input-placeholder {
        color: #fff;
    }

    .apcss-search-form-input::-moz-placeholder {
        color: #fff;
    }

    .apcss-search-form-input:-ms-input-placeholder {
        color: #fff;
    }

    .apcss-search-form-input::placeholder {
        color: #fff;
    }

    .apcss-search-form-input:hover {
        background: #1fb0ff;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .apcss-search-form-input:focus {
        color: #757575;
        outline: 0;
        background: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        box-shadow: none;
    }

        .apcss-search-form-input:focus + .apcss-search-form-button {
            color: #0088d2;
            border-left: 1px solid #0088d2;
        }

.apcss-search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-top: 5px;
    padding-left: 10px;
    cursor: pointer;
    color: #fff;
    border-left: 1px solid hsla(0,0%,100%,.5)
}

    .apcss-search-form-button .icon-search {
        display: block;
        margin-top: 8px;
    }

.apcss-dropdown-explore-activity {
    display: inline-block;
}

@media (max-width:991px) {
    .apcss-dropdown-explore-activity {
        display: none;
    }
}

.apcss-dropdown-explore-activity-button {
    line-height: 40px;
    display: inline-block;
    width: 106px;
    height: 40px;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #0088d2;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 0;
}

    .apcss-dropdown-explore-activity-button:focus, .apcss-dropdown-explore-activity-button:hover {
        color: #fff;
        background: #005685;
    }

.apcss-dropdown-explore-activity-menu {
    width: 430px;
    margin: 0 0 0 15px;
    border-radius: 0;
}

    .apcss-dropdown-explore-activity-menu .dropdown-header {
        color: #0088d2;
        font-size: 14px;
    }

    .apcss-dropdown-explore-activity-menu .row {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .apcss-dropdown-explore-activity-menu .menuitem {
        line-height: 30px;
        height: 30px;
        cursor: pointer;
        text-align: center;
        color: #000;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

        .apcss-dropdown-explore-activity-menu .menuitem:hover {
            color: #0088d2;
        }

    .apcss-dropdown-explore-activity-menu .col-md-4 {
        text-align: left;
    }

    .apcss-dropdown-explore-activity-menu img {
        width: 100%;
    }

    .apcss-dropdown-explore-activity-menu:hover {
        display: block;
    }

.apcss-userinfo-box, .apcss-userinfo-box .dropdown {
    line-height: 50px;
    display: inline-block;
    height: 50px;
}

    .apcss-userinfo-box .dropdown-menu {
        margin: 0;
        border-radius: 0;
    }

    .apcss-userinfo-box .icon-caret-down {
        margin-left: 2px;
        color: #fff;
    }

.apcss-userinfo-box-anonymous {
    display: inline-block;
}

    .apcss-userinfo-box-anonymous a {
        color: #fff;
    }

        .apcss-userinfo-box-anonymous a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .apcss-userinfo-box-anonymous a + a {
            margin-left: 10px;
        }

.apcss-avatar, .apcss-dropdown-user-button {
    display: inline-block;
}

.apcss-avatar {
    overflow: hidden;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .apcss-avatar img {
        width: 28px;
        height: 28px;
        vertical-align: top;
    }

.apcss-create-activity-button {
    line-height: 30px;
    display: inline-block;
    width: auto;
    height: 30px;
    margin-left: 20px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
}

    .apcss-create-activity-button:hover {
        color: #fff;
        background: #005685;
    }

.apcss-search-dropdown-icon-down {
    position: absolute;
    top: 0;
    left: 90px;
}

    .apcss-search-dropdown-icon-down i {
        padding: 12px 0;
    }

.apcss-search-dropdown-menu {
    margin-top: 0;
    width: 325px;
    padding: 10px;
    text-align: center;
}

    .apcss-search-dropdown-menu .dropdown-header {
        color: #0088d2;
        font-size: 14px;
    }

    .apcss-search-dropdown-menu .menuitem {
        line-height: 30px;
        height: 30px;
        cursor: pointer;
        text-align: center;
        color: #000;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

        .apcss-search-dropdown-menu .menuitem:hover {
            color: #0088d2;
        }

.apcss-search-with-location .apcss-search-form-input {
    margin-left: 105px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.apcss-search-location-wrapper {
    position: absolute;
    top: 10px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
}

.apcss-search-location-input {
    width: 105px;
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;
    background: #0088d2;
    color: #fff;
    cursor: pointer;
    border: 1px solid hsla(0,0%,100%,.5);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}

    .apcss-search-location-input:focus, .apcss-search-location-input:hover {
        color: #fff;
    }

.apcss-search-hack-submit {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    opacity: 0;
}

.apcss-xs-search-location-form {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #757575;
    background: #fff;
}

.apcss-xs-search-location-title {
    padding: 20px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    background: #f5f5f5;
}

    .apcss-xs-search-location-title a {
        position: absolute;
        top: 20px;
        right: 10px;
    }

.apcss-xs-search-city-wrapper {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.apcss-xs-search-city-title {
    margin: 20px 0;
}

.apcss-sm-search-city-list {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.apcss-sm-search-city-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 90px;
}

    .apcss-sm-search-city-item + .apcss-sm-search-city-item {
        margin-left: 10px;
    }

    .apcss-sm-search-city-item a {
        display: block;
        padding: 5px 10px;
        width: 100%;
    }

.apcss-sm-search-city-is-select a, .apcss-xs-search-city-is-select {
    color: #757575;
    background: #f5f5f5;
    border-radius: 36px;
}

.apcss-xs-search-city-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.apcss-xs-search-location-wrapper {
    margin: 20px 10px 40px;
}

.apcss-xs-search-loction-input {
    width: 100%;
    height: 40px;
    margin-right: 10px;
    padding-left: 20px;
    border: 1px solid #bdbdbd;
    background: #fff;
    border-radius: 3px;
}

    .apcss-xs-search-loction-input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

    .apcss-xs-search-loction-input::-moz-placeholder {
        color: #bdbdbd;
    }

    .apcss-xs-search-loction-input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .apcss-xs-search-loction-input::placeholder {
        color: #bdbdbd;
    }

    .apcss-xs-search-loction-input:focus {
        outline: 0;
        height: 39px;
        border: 1px solid #1fb0ff;
        background: #fff;
        box-shadow: none;
    }

.apcss-xs-search-location-form-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    border: none;
}

    .apcss-xs-search-location-form-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-xs-search-location-form-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

@media (max-width:767px) {
    .apcss-xs-search-location-form-button {
        margin-top: 60px;
    }
}

.apcss-xs-location {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #fff;
}

.ticket-nav-button {
    margin: 7.5px;
    width: 100%;
    color: #1fb0ff;
    border: 1px solid #bdbdbd;
}

    .ticket-nav-button.active {
        background: #1fb0ff;
        color: #fff;
        border: 1px solid #1fb0ff;
    }

.ticket-list {
    margin: 25px 0;
}

.ticket-list-table {
    width: 100%;
}

    .ticket-list-table td {
        height: 60px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

.ticket-list-title {
    color: #bdbdbd;
}

.ticket-more-info, .ticket-name, .ticket-price, .ticket-remain, .ticket-status, .ticket-verify-icon {
    font-size: 14px;
}

.ticket-name {
    width: 40%;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-more-info {
    color: #1fb0ff;
    width: 10%;
    cursor: pointer;
}

    .ticket-more-info:hover a {
        color: #005685;
    }

.ticket-remain {
    width: 15%;
}

.ticket-price {
    width: 20%;
    font-size: 18px;
    color: #fb700d;
}

.ticket-old-price {
    display: block;
    font-size: 14px;
    color: #bdbdbd;
    text-decoration: line-through;
}

.ticket-verify-icon {
    width: 5%;
}

.ticket-status {
    width: 10%;
}

.verify-icon, .verify-icon-xs {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url(//static.accupass.com/event/verify_icon.svg) no-repeat;
}

.ticket-status-wording {
    margin: 0;
    color: #bdbdbd;
}

@media (max-width:991px) {
    .ticket-status-wording {
        margin-top: 10px;
    }
}

.ticket-description {
    display: none;
    margin: 40px 0;
    padding: 20px;
    word-wrap: break-word;
    color: #757575;
    background: #f5f5f5;
}

@media (max-width:991px) {
    .ticket-description {
        margin-top: 0;
        margin-bottom: 10px;
        padding: 10px;
    }
}

.ticket-description-activated {
    display: table-cell;
}

@media (max-width:991px) {
    .ticket-description-activated {
        display: block;
    }
}

.ticket-amount-option {
    display: inline-block;
    height: 40px;
    width: 80px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.coupon-section {
    margin: 20px 0;
}

.coupon-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    display: inline-block;
    padding: 9px 21px;
}

    .coupon-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .coupon-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

@media (max-width:991px) {
    .coupon-button {
        width: 100%;
    }
}

.coupon-input-area {
    padding: 10px 24px 10px 10px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    color: #212121;
    height: 40px;
    width: 100%;
}

    .coupon-input-area placeholder {
        color: #bdbdbd;
    }

    .coupon-input-area:focus {
        outline: 0;
        box-shadow: none;
        border: 1px solid #1fb0ff;
    }

    .coupon-input-area:disabled {
        background: #ededed;
        color: #bdbdbd;
    }

.event-register-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    border: none;
}

    .event-register-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .event-register-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.ticket-nav-xs {
    margin: 20px 0;
}

.ticket-list-xs {
    padding: 10px 0;
    margin: 20px 0;
    border: 2px solid #e0e0e0;
}

.verify-icon-xs {
    margin-right: 10px;
    margin-top: 4px;
}

.ticket-more-info-xs {
    display: inline-block;
    width: 100%;
    text-align: right;
}

@media (max-width:767px) {
    .ticket-more-info-xs {
        text-align: left;
        margin-bottom: 10px;
    }
}

.ios-iframe-hack {
    width: 10px;
    min-width: 100%;
    *width: 100%;
}

.dropdown-export {
    display: inline-block;
    margin-right: 5px;
    text-align: left;
}

.apcss-event-detail {
    min-height: 700px;
    padding-top: 60px;
    padding-bottom: 100px;
    background: #ededed;
}

.apcss-event-create-select-org-background {
    padding-top: 20px;
    background: #fff;
}

.apcss-event-create-title {
    margin-bottom: 40px;
    color: #757575;
    font-size: 24px;
}

.apcss-event-create-select-org {
    height: 40px;
    margin-bottom: 60px;
}

.apcss-event-create-new-organizer-title {
    padding-bottom: 10px;
    color: #757575;
    font-size: 18px;
    border-bottom: 2px solid #ededed;
}

.apcss-event-detail-organizer-form {
    padding: 30px 30px 40px;
}

    .apcss-event-detail-organizer-form .label-name {
        padding-top: 20px;
        font-size: 14px;
        color: #757575;
    }

    .apcss-event-detail-organizer-form .notice-label {
        padding-left: 6px;
        color: #fb700d;
    }

    .apcss-event-detail-organizer-form .select-currency {
        height: 40px;
    }

    .apcss-event-detail-organizer-form .APCSS_error-label {
        float: left;
    }

.apcss-event-create-btn-section {
    background: #ededed;
    padding-top: 40px;
}

.apcss-event-detail-cancel-button {
    width: 200px;
    margin-right: 40px;
    color: #757575;
}

.apcss-event-detail-next-button {
    width: 200px;
}

.apcss-myevent-edit-nav {
    margin-bottom: 40px;
    width: 100%;
    height: 60px;
    background: #f5f5f5;
}

    .apcss-myevent-edit-nav.fixed {
        position: fixed;
        top: 60px;
        z-index: 500;
    }

.apcss-myevent-edit-nav-fixed-fallback {
    margin-top: 105px;
}

.apcss-myevent-edit-nav-organizer-name-title {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    color: #757575;
}

.apcss-myevent-edit-nav-organizer-name-select {
    display: inline-block;
    width: 300px;
    height: 40px;
}

.apcss-myevent-edit-nav-notice-text {
    margin-left: 10px;
    color: #fb700d;
}

.apcss-event-detail-draft-button {
    margin-top: 10px;
    margin-right: 20px;
    color: #757575;
}

.apcss-event-detail-publish-button {
    margin-top: 10px;
}

.apcss-event-register-form-publish-button {
    margin: 10px 0;
}

.myevent-manager-pass-wrapper {
    margin: 10px 0 4px;
}

.myevent-manager-app-qrcode {
    margin-left: 10px;
    width: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.apcss-create-event-nav-wrapper {
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
}

    .apcss-create-event-nav-wrapper.edit-background {
        background: #f5f5f5;
    }

.apcss-create-event-nav {
    display: table;
    height: 60px;
    margin-left: -20px;
}

.apcss-create-event-nav-step {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #bdbdbd;
}

    .apcss-create-event-nav-step .step {
        margin: auto 20px;
    }

    .apcss-create-event-nav-step .active {
        color: #212121;
        font-weight: 700;
    }

    .apcss-create-event-nav-step .passed {
        color: #212121;
    }

    .apcss-create-event-nav-step .icon-angle-right {
        vertical-align: sub;
        font-size: 25px;
    }

.eflow-end-page {
    padding-top: 40px;
    text-align: center;
}

.eflow-success-text {
    font-weight: 700;
    font-size: 24px;
    color: #78b738;
}

@media (max-width:991px) {
    .eflow-success-email {
        display: block;
    }
}

.eflow-border-box {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.eflow-border-box-title {
    color: #212121;
}

.eflow-border-box-header {
    padding: 10px;
    font-size: 14px;
    color: #212121;
    border-bottom: 1px solid #e0e0e0;
}

.eflow-border-box-content {
    padding: 20px;
    margin: 0;
    text-align: left;
}

    .eflow-border-box-content dd + dt {
        margin-top: 10px;
    }

.eflow-border-box-ticket {
    color: #212121;
}

    .eflow-border-box-ticket .ticket-type {
        color: #757575;
    }

.eflow-border-box-ticket-account {
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
}

    .eflow-border-box-ticket-account .ticket-account {
        text-align: right;
        color: #fb700d;
    }

.eflow-border-box-ticket + .eflow-border-box-ticket {
    border-top: 1px solid #e0e0e0;
}

.eflow-promote-image {
    display: block;
    margin-bottom: 10px;
}

.eflow-download-app-box {
    margin-top: 10px;
    padding: 0 20px 20px;
}

.eflow-download-ticket-wrapper {
    background-image: url(//static.accupass.com/images/eflow/thank-tree.png);
    background-image: -webkit-image-set(url(//static.accupass.com/images/eflow/thank-tree.png) 1x,url(//static.accupass.com/images/eflow/thank-tree@2x.png) 2x);
    background-image: -moz-image-set(url(//static.accupass.com/images/eflow/thank-tree.png) 1x,url(//static.accupass.com/images/eflow/thank-tree@2x.png) 2x);
    background-image: -o-image-set(url(//static.accupass.com/images/eflow/thank-tree.png) 1x,url(//static.accupass.com/images/eflow/thank-tree@2x.png) 2x);
    background-image: -ms-image-set(url(//static.accupass.com/images/eflow/thank-tree.png) 1x,url(//static.accupass.com/images/eflow/thank-tree@2x.png) 2x);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 43px;
}

@media (max-width:991px) {
    .eflow-download-ticket-wrapper {
        background: none;
    }
}

.eflow-download-ticket-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #212121;
}

.eflow-end-more-btn {
    display: none;
    position: relative;
}

.eflow-end-more-text {
    margin-bottom: 10px;
    line-height: 30px;
    color: #757575;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: 2px 5px 12px -2px rgba(51,51,102,.5);
}

    .eflow-end-more-text .arrow {
        position: absolute;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
    }

    .eflow-end-more-text .strength-text {
        color: #1fb0ff;
    }

@media (max-height:768px) {
    .eflow-end-more-btn {
        display: block;
        float: right;
        width: 150px;
        margin-top: -100px;
    }
}

@media (max-width:991px) {
    .eflow-end-more-btn {
        display: none;
    }
}

.eflow-end-purchase-info-wrapper {
    margin: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.eflow-end-purchase-content {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    opacity: 1;
    max-height: 100%;
}

    .eflow-end-purchase-content.ng-hide {
        display: block !important;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

.eflow-end-purchase-title {
    display: block;
    width: 100%;
    padding: 20px;
    color: #212121;
}

    .eflow-end-purchase-title .icon-show {
        background: #1fb0ff;
    }

.apcss-editor-choice .apcss-activity-card {
    margin: 0 -5px 20px;
    border: 1px solid #bdbdbd;
}

.apcss-editor-choice.handmade .apcss-editor-choice-orgs {
    background-color: #f0f9ec;
}

.apcss-editor-choice.feminism .apcss-editor-choice-orgs, .apcss-editor-choice.startup .apcss-editor-choice-orgs {
    background-color: #ffe4e5;
}

.apcss-editor-choice.game .apcss-editor-choice-orgs {
    background-color: #f5f5f5;
}

.apcss-editor-choice-fb {
    position: relative;
    margin: 36px 0;
    overflow: hidden;
}

.apcss-editor-choice-fb-img {
    position: relative;
    margin: 0 auto;
}

.apcss-editor-choice-fb-text-wrap {
    position: absolute;
    top: 30px;
    left: 34%;
}

@media (max-width:767px) {
    .apcss-editor-choice-fb-text-wrap {
        top: 50%;
        margin-top: -10px;
    }
}

@media (max-width:991px) {
    .apcss-editor-choice-fb-text {
        display: block;
        margin-left: -18px;
    }
}

@media (max-width:767px) {
    .apcss-editor-choice-fb-text {
        display: none;
    }
}

.apcss-editor-choice-fb-like {
    margin-left: -4px;
}

.apcss-editor-choice-orgs {
    margin: 30px 0 0;
    padding: 45px 0;
}

.apcss-editor-choice-orgs-item {
    display: block;
    padding: 0 0 30px;
}

.apcss-editor-choice-orgs-header {
    margin: 0 0 45px;
    overflow: hidden;
    color: #757575;
    font-size: 18px;
    text-align: center;
}

.apcss-editor-choice-orgs-header-text {
    position: relative;
    display: inline-block;
}

    .apcss-editor-choice-orgs-header-text:after, .apcss-editor-choice-orgs-header-text:before {
        position: absolute;
        top: 50%;
        width: 500px;
        margin: 0 20px;
        border-bottom: 1px solid;
        content: "";
    }

    .apcss-editor-choice-orgs-header-text:before {
        right: 100%;
    }

    .apcss-editor-choice-orgs-header-text:after {
        left: 100%;
    }

.APCSS_page-error h2 {
    margin: 0 0 15px;
}

.APCSS_page-error ol {
    margin: 0 0 30px -15px;
}

.APCSS_page-error a {
    margin: 10px 0 0;
}

.APCSS_page-error b {
    color: #000;
    font-weight: 700;
}

.APCSS_page-error .text-primary {
    line-height: 1em;
    height: 1em;
    font-size: 190px;
    font-weight: bold;
    margin-top: 20px
}

    .APCSS_page-error .text-primary.fix_500 {
        margin: 70px 0 0;
    }

    .APCSS_page-error .text-primary:hover {
        color: #0088d2;
    }

.APCSS_page-error .fix_img {
    margin: 0 0 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .APCSS_page-error h2 {
        font-size: 24px;
    }

    .APCSS_page-error ol {
        margin: 0 0 15px -15px;
    }

    .APCSS_page-error .text-primary {
        font-size: 100px;
    }
}

@media (max-width:767px) {
    .APCSS_page-error {
        padding: 0 0 30px;
    }

        .APCSS_page-error .text-primary {
            font-size: 170px;
        }

            .APCSS_page-error .text-primary.fix_500 {
                margin: 0;
            }
}

.apcss-event-view-wrapper {
    background: #f5f5f5;
}

    .apcss-event-view-wrapper .radio-box + .radio-box {
        margin-top: 10px;
    }

    .apcss-event-view-wrapper .event-adv-title {
        font-size: 18px;
    }

.apcss-event-view-header-blur {
    position: absolute;
    width: 110%;
    height: 620px;
    margin: -30px -5% 0;
    text-align: center;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.apcss-event-view-header {
    margin-top: 20px;
}

    .apcss-event-view-header img {
        width: 100%;
        height: 530px;
    }

@media (max-width:991px) {
    .apcss-event-view-header img {
        height: auto;
    }
}

.apcss-event-view-follow {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    padding: 16px 18px;
    font-size: 24px;
    background: rgba(0,0,0,.3);
    border: none;
    color: #fff;
}

    .apcss-event-view-follow.apcss-follow-icon-isfollow, .apcss-event-view-follow:hover {
        color: #ff5258;
    }

@media (max-width:991px) {
    .apcss-event-view-follow {
        top: 10px;
        right: 20px;
        width: 40px;
        height: 40px;
        padding: 10px 11px;
        font-size: 18px;
    }
}

.apcss-event-view-title {
    position: relative;
    text-align: center;
}

    .apcss-event-view-title h2 {
        margin: 0;
        padding: 10px 0;
        min-height: 48px;
        font-size: 28px;
        line-height: 28px;
    }

@media (max-width:991px) {
    .apcss-event-view-title h2 {
        height: auto;
    }
}

.event-end-section {
    padding: 0;
    height: 0;
    overflow: hidden;
    color: #fff;
    background: #1fb0ff;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

    .event-end-section .apcss-activity-card {
        float: left;
        width: 340px;
        height: 408px;
    }

        .event-end-section .apcss-activity-card + .apcss-activity-card {
            margin-left: 20px;
        }

.event-end-section-show {
    padding: 20px 0;
    height: auto;
}

.event-end-container {
    overflow: hidden;
}

.event-end-title {
    margin-bottom: 20px;
}

    .event-end-title span {
        display: inline;
    }

.event-end-card-wrapper {
    width: 1060px;
}

@media (max-width:991px) {
    .event-end-container {
        overflow-x: scroll;
    }

    .event-end-title span {
        display: block;
    }

    .event-end-card-wrapper {
        width: 1100px;
    }
}

.event-adv-section {
    position: relative;
}

    .event-adv-section .carousel-control {
        top: auto;
        bottom: 19px;
        height: 393px;
    }

        .event-adv-section .carousel-control i {
            position: absolute;
            top: 50%;
            margin: -10px 0 0;
            display: block;
        }

        .event-adv-section .carousel-control.right i {
            right: 15px;
        }

        .event-adv-section .carousel-control.left i {
            left: 15px;
        }

    .event-adv-section .event-adv-container {
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .event-adv-section .event-adv-item {
        width: 340px;
        height: 377px;
        float: left;
        margin: 10px;
        background-color: #fff;
    }

        .event-adv-section .event-adv-item img {
            width: 340px;
            height: 170px;
        }

        .event-adv-section .event-adv-item .event-adv-content {
            height: 207px;
            overflow: hidden;
            padding: 20px 20px 0;
            text-align: left;
            word-wrap: break-word;
        }

.apcss-event-view-organizer-section {
    margin: 2px 0;
    padding: 10px 20px;
    background: #fff;
}

    .apcss-event-view-organizer-section .icon-ok {
        margin-left: 10px;
        border-radius: 50%;
        background: #1fb0ff;
        color: #fff;
    }

.apcss-event-contact-button {
    padding: 9px;
}

@media (max-width:767px) {
    .apcss-event-contact-button {
        margin-top: 20px;
    }
}

.apcss-event-view-introduction-section.apcss-event-view-introduction-section {
    position: relative;
    padding: 10px;
    margin: 2px 0;
    background: #fff;
}

    .apcss-event-view-introduction-section.apcss-event-view-introduction-section i {
        width: 15px;
        text-align: center;
    }

.event-intro-item {
    padding-left: 10px;
    list-style: none;
}

    .event-intro-item li {
        display: inline-block;
    }

@media (max-width:991px) {
    .event-intro-item .event-intro-item {
        margin-bottom: 20px;
    }

        .event-intro-item .event-intro-item li {
            display: block;
        }
}

@media (max-width:991px) {
    .item-title {
        margin-bottom: 10px;
    }
}

.apcss-event-view-nav-section {
    margin-bottom: 2px;
    padding: 0 10px;
    height: 60px;
    background: #fff;
}

.nav-fixed {
    position: fixed;
    width: 1060px;
    top: 60px;
    z-index: 500;
    border-bottom: 1px solid #e0e0e0;
}

.nav-fixed-fallback {
    margin-top: 64px !important;
}

.apcss-event-view-nav-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -10px;
    list-style-type: none;
}

.apcss-event-view-nav-item, .apcss-event-view-nav-more-wrapper {
    float: left;
    max-width: 120px;
    text-align: center;
}

    .apcss-event-view-nav-item a, .apcss-event-view-nav-more-wrapper a {
        display: block;
        padding: 20px 10px;
        color: #757575;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .apcss-event-view-nav-item a:hover, .apcss-event-view-nav-more-wrapper a:hover {
            color: #757575;
        }

    .apcss-event-view-nav-item i, .apcss-event-view-nav-more-wrapper i {
        margin-left: 5px;
    }

    .apcss-event-view-nav-item:hover, .apcss-event-view-nav-more-wrapper:hover {
        background: #ededed;
    }

    .apcss-event-view-nav-item:active, .apcss-event-view-nav-more-wrapper:active {
        background: #1fb0ff;
    }

.apcss-event-view-nav-more-wrapper {
    float: none;
    display: inline-block;
}

.apcss-event-view-nav-more-nav {
    right: 0;
    width: 140px;
    padding-left: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.4);
}

.apcss-event-view-nav-more-item a {
    display: block;
    padding: 15px 0;
}

.apcss-event-view-nav-more-item:hover {
    background: #ededed;
}

.apcss-event-view-share-button {
    float: right;
    margin: 10px 0;
}

.apcss-event-view-share-info {
    position: absolute;
    top: 54px;
    left: -40px;
    z-index: 1;
    width: 200px;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.4);
}

    .apcss-event-view-share-info a {
        display: block;
        margin: 10px 0 20px;
    }

    .apcss-event-view-share-info span {
        -webkit-transition: none;
        transition: none;
    }

.apcss-event-view-share-description {
    font-weight: 700;
    font-size: 18px;
}

.apcss-event-share-sm {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: #fff;
}

    .apcss-event-share-sm a {
        display: block;
        width: 100%;
    }

.apcss-event-share-dialog .qrcode {
    margin-top: 40px;
    margin-bottom: 10px;
}

.apcss-event-share-dialog .download-link {
    display: block;
    padding: 10px;
}

.apcss-event-share-dialog .modal-dialog {
    width: 290px;
}

.apcss-event-share-dialog .modal-body {
    text-align: center;
}

@media (max-width:767px) {
    .apcss-event-share-dialog .modal-dialog {
        margin: 30px auto;
    }
}

.apcss-event-share-social {
    display: inline-block;
    width: 150px;
    margin-top: 10px;
}

    .apcss-event-share-social .facebook {
        float: left;
    }

    .apcss-event-share-social .line-share {
        display: inline-block;
        margin-left: 48px;
    }

        .apcss-event-share-social .line-share img {
            width: 51px;
            height: 85px;
        }

.event-facebook {
    padding: 20px 0;
}

@media (max-width:991px) {
    .event-facebook {
        padding: 0;
    }
}

.apcss-event-view-register-now-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    margin: 10px 0;
}

    .apcss-event-view-register-now-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-event-view-register-now-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.event-caption {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.event-gmap-container {
    height: 0;
    margin-top: 10px;
    margin-bottom: -10px;
    overflow: hidden;
    -webkit-transition: all .2s cubic-bezier(0,1,.5,1);
    transition: all .2s cubic-bezier(0,1,.5,1);
}

    .event-gmap-container.event-gmap-show {
        height: 300px;
    }

.event-gmap-card {
    width: 150px;
    height: 93px;
    background: url(//static.accupass.com/event/map_btn.png) no-repeat 0 0/100% 100%;
}

.event-gmap-btn {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.event-gmap-show-container {
    display: table;
    height: 100%;
    width: 100%;
}

.event-gmap-show-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.apcss-event-view-information-wrapper {
    padding: 25px 90px;
}

.event-section, .event-section2, .event-section2-inverted {
    background: #fff;
    padding: 10px 20px;
}

    .event-section2 + .event-section, .event-section2-inverted + .event-section, .event-section + .event-section {
        margin: 2px 0;
    }

.event-section2-inverted, .event-section-inverted {
    background: transparent;
}

.event-section2, .event-section2-inverted {
    padding: 25px 90px;
}

@media (max-width:991px) {
    .event-section2, .event-section2-inverted {
        padding: 25px 20px;
    }
}

.event-line-caption {
    width: 100%;
    font-size: 18px;
    color: #757575;
    margin-bottom: 10px;
}

.guest-info-card {
    margin-top: 20px;
    height: 266px;
    border: 2px solid transparent;
}

    .guest-info-card:hover {
        border: 2px solid #f5f5f5;
    }

        .guest-info-card:hover .guest-default-info {
            -webkit-transition: all .1s ease-out;
            transition: all .1s ease-out;
        }

        .guest-default-info, .guest-info-card:hover .guest-detail-info {
            background-color: #fff;
            visibility: visible;
            opacity: 1;
            -webkit-transition: all .1s ease-in .1s;
            transition: all .1s ease-in .1s;
        }

.guest-detail-info {
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.guest-avatar {
    margin: 10px auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.guest-name {
    margin: 10px auto;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guest-title {
    margin: 10px auto 0;
}

.guest-job {
    margin: 0 auto 10px;
}

.guest-description {
    height: 180px;
    overflow-y: auto;
}

.guest-description, .related-link {
    margin: 10px;
}

.related-link {
    position: absolute;
    bottom: 20px;
    left: 33%;
}

    .related-link, .related-link i {
        -webkit-transition: none;
        transition: none;
    }

@media (max-width:991px) {
    .guest-info-card {
        height: auto;
    }

        .guest-info-card :hover {
            border: 2px solid transparent;
        }

            .guest-detail-info, .guest-info-card :hover .guest-default-info, .guest-info-card :hover .guest-detail-info {
                visibility: visible;
                opacity: 1;
            }

    .guest-detail-info {
        position: relative;
        top: 0;
        margin-top: 0;
    }

        .guest-detail-info .guest-name {
            display: none;
        }

    .guest-avatar {
        width: 100px;
        height: 100px;
    }

    .guest-description {
        margin: 0;
        height: auto;
    }

    .related-link {
        position: relative;
        margin: 0;
        bottom: 0;
        left: 0;
    }
}

.apcss-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.event-organizer {
    display: inline-block;
}

.organizer-avatar {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.event-follower {
    position: relative;
    display: inline-block;
    margin: 20px 10px;
    height: 60px;
    width: 60px;
}

.default-image {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(//static.accupass.com/images/base/default_user.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.default-image, .follower-avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.event-adv img {
    width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .event-adv + .event-adv {
        padding-top: 10px;
    }
}

.event-report-subtitle {
    margin: 20px 0;
}

.evnet-report-advance {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
}

.event-report-thanks-wording {
    margin: 20px 0;
}

.apcss-page-index {
    position: relative;
    background: #f5f5f5;
}

    .apcss-page-index .apcss-activity-card-medium {
        margin-bottom: 20px;
    }

    .apcss-page-index .apcss-module-follow-wrapper {
        width: 100%;
    }

.apcss-promote-subactivity-card {
    top: -20px;
    margin-top: 20px;
}

.apcss-homepage-section, .apcss-homepage-section-white {
    padding: 60px 0;
}

.apcss-homepage-section-white {
    background: #fff;
}

.apcss-homepage-section-title {
    margin-bottom: 20px;
    font-size: 24px;
}

@media (max-width:991px) {
    .apcss-homepage-section-title {
        text-align: center;
    }
}

.apcss-homepage-section-article {
    margin-top: 60px;
}

.apcss-homepage-section-adbanner {
    width: 100%;
}

.apcss-homepage-section-more-button {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #757575;
    background: transparent;
    border: 1px solid #757575;
}

    .apcss-homepage-section-more-button .icon-chevron-right {
        margin-left: 5px;
    }

.apcss-xs-homepage-section-more-button {
    color: #fff;
    background: #1fb0ff;
    border-color: #1fb0ff;
    text-align: center;
}

    .apcss-xs-homepage-section-more-button:hover {
        color: #fff;
        background: #005685;
        border-color: #005685;
    }

    .apcss-xs-homepage-section-more-button:disabled {
        color: #fff;
        background: #bdbdbd;
        border-color: #bdbdbd;
    }

.apcss-homepage-subject-wrapper {
    padding: 40px 0;
    background: #e0e0e0;
    background-size: 50%;
}

    .apcss-homepage-subject-wrapper .apcss-activity-card {
        margin-bottom: 20px;
    }

.apcss-homepage-subject-title {
    color: #fff;
    font-size: 24px;
}

@media (max-width:991px) {
    .apcss-homepage-subject-title {
        text-align: center;
        margin-bottom: 40px;
    }
}

.apcss-homepage-subject-title-wrapper-sm {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.apcss-homepage-subject-title-wrapper-sm-title {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

.apcss-homepage-subject-select {
    display: inline-block;
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
}

    .apcss-homepage-subject-select select {
        width: 140px;
        padding-right: 15px;
        color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: hsla(0,0%,100%,0);
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }

    .apcss-homepage-subject-select i {
        margin-left: -20px;
        pointer-events: none;
    }

.apcss-homepage-subject-menu {
    padding-left: 0;
    margin-left: -10px;
    list-style: none;
}

.apcss-homepage-subject-menu-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

    .apcss-homepage-subject-menu-item a {
        padding: 10px;
        font-size: 18px;
        color: hsla(0,0%,100%,.5);
    }

        .apcss-homepage-subject-menu-item.active a, .apcss-homepage-subject-menu-item a:focus, .apcss-homepage-subject-menu-item a:hover {
            color: #fff;
        }

.apcss-homepage-subject-more-button {
    margin-top: 40px;
    padding: 18px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-size: 18px;
}

    .apcss-homepage-subject-more-button:hover {
        color: #fff;
    }

.apcss-homepage-organizer-box {
    overflow: hidden;
}

@media (max-width:991px) {
    .apcss-homepage-organizer-box {
        overflow-x: scroll;
    }
}

.apcss-homepage-organizer-wrapper {
    width: 1060px;
}

.apcss-homepage-organizer-card {
    padding: 20px 10px;
    width: 160px;
    float: left;
    background: #fff;
}

    .apcss-homepage-organizer-card + .apcss-homepage-organizer-card {
        margin-left: 20px;
    }

.apcss-homepage-organizer-image {
    height: 100px;
    display: block;
    margin-bottom: 20px;
}

    .apcss-homepage-organizer-image img {
        position: absolute;
        margin-left: 20px;
        border-radius: 50%;
    }

.apcss-homepage-organizer-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.apcss-homepage-organizer-title-header {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: inherit;
}

.apcss-homepage-blog-card {
    display: block;
    padding-bottom: 10px;
    background: #fff;
}

    .apcss-homepage-blog-card .card-image {
        width: 100%;
    }

    .apcss-homepage-blog-card .card-title {
        margin: 10px;
        min-height: 40px;
        font-size: 14px;
        color: #212121;
    }

    .apcss-homepage-blog-card .card-description {
        margin: 10px;
        color: #757575;
    }

    .apcss-homepage-blog-card .card-link {
        margin: 10px;
    }

.apcss-homepage-place-card {
    display: block;
    padding-bottom: 10px;
    background: #fff;
}

    .apcss-homepage-place-card .card-image {
        width: 100%;
    }

    .apcss-homepage-place-card .card-title {
        margin: 10px;
        min-height: 40px;
        font-size: 14px;
        color: #212121;
    }

    .apcss-homepage-place-card .card-description {
        margin: 10px;
        color: #757575;
    }

    .apcss-homepage-place-card .card-link {
        margin: 10px;
    }

    .apcss-homepage-place-card .card-location {
        margin: 10px;
        color: #333;
    }

.apcss-homepage-sponsor-logo + .apcss-homepage-sponsor-logo {
    margin-left: 25px;
}

.apcss-homepage-sponsor-logo img {
    width: 80px;
    border-radius: 50%;
}

.apcss-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .2;
}

.apcss-ie-page {
    margin-top: 60px;
    margin-bottom: 200px;
}

.apcss-ie-main-img {
    width: 430px;
    height: auto;
}

.apcss-ie-main-container {
    text-align: center;
}

.apcss-ie-main-wording {
    margin-top: 30px;
    color: #212121;
    font-size: 16px;
}

    .apcss-ie-main-wording + .apcss-ie-main-wording {
        margin-top: 5px;
    }

.apcss-ie-button-wrapper {
    margin-top: 30px;
}

.apcss-ie-button {
    border: 2px solid #1fb0ff;
    border-radius: 5px;
    padding: 22px 10px 22px 60px;
    color: #1fb0ff;
    font-size: 16px;
    background: url(//static.accupass.com/images/ie/ie8_ie.png) no-repeat 0 0;
}

    .apcss-ie-button:hover {
        border: 2px solid #005685;
        color: #005685;
    }

.apcss-chrome-button {
    border: 2px solid #1fb0ff;
    border-radius: 5px;
    padding: 22px 10px 22px 60px;
    color: #1fb0ff;
    font-size: 16px;
    background: url(//static.accupass.com/images/ie/ie8_chrome.png) no-repeat 0 0;
}

    .apcss-chrome-button:hover {
        border: 2px solid #005685;
        color: #005685;
    }

.apcss-ff-button {
    border: 2px solid #1fb0ff;
    border-radius: 5px;
    padding: 22px 10px 22px 60px;
    color: #1fb0ff;
    font-size: 16px;
    background: url(//static.accupass.com/images/ie/ie8_firefox.png) no-repeat 0 0;
}

    .apcss-ff-button:hover {
        border: 2px solid #005685;
        color: #005685;
    }

.apcss-page-myticket {
    padding: 0 0 15px;
}

    .apcss-page-myticket .APCSS_ticketBox {
        overflow-x: hidden;
    }

.apcss-ticket-dialog-confirm-description {
    padding-left: 10px;
}

.apcss-download-app-title {
    margin-bottom: 5px;
}

.apcss-myticket-ticket-table td {
    text-align: center;
}

.apcss-myticket-ticket-table .apcss-myticket-ticket-table-count td {
    border-top: none;
}

.apcss-myticket-cancel-btn-group {
    padding-bottom: 30px;
}

.apcss-myticket-alert-text {
    color: #ff5258;
}

.apcss-tax-description {
    margin: 40px 0;
    padding: 20px;
    word-wrap: break-word;
    word-break: break-word;
    color: #bdbdbd;
    background: #f5f5f5;
    border-radius: 3px;
}

.tickets-message-page {
    padding: 40px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #000;
}

.ticket-message-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.ticket-message-box-border {
    width: 100%;
}

.ticket-message-download-box {
    color: #fff;
}

.ticket-message-negative-link {
    color: #fff;
    text-decoration: underline;
}

    .ticket-message-negative-link:hover {
        color: #fff;
    }

.ticket-message-next, .ticket-message-prev {
    position: absolute;
    top: 210px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
}

.ticket-message-icon {
    position: absolute;
    top: 0;
    line-height: 100px;
    font-size: 40px;
}

.ticket-message-icon-background {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.ticket-message-prev {
    left: -50px;
}

    .ticket-message-prev .ticket-message-icon {
        left: 50px;
    }

.ticket-message-next {
    right: -50px;
}

    .ticket-message-next .ticket-message-icon {
        left: 20px;
    }

.apcss-organizer-edit-photobox-banner {
    width: 100%;
}

    .apcss-organizer-edit-photobox-banner img {
        width: 1080px;
        height: 280px;
    }

.apcss-tooltip {
    font-size: 16px;
    color: #333;
}

    .apcss-tooltip.active, .apcss-tooltip:hover {
        color: #0088d2;
    }

.apcss-organizer-edit-guideline-textarea {
    width: 100%;
    min-height: 150px;
}

.apcss-page-verify-input-info {
    margin: 10px 0;
    word-wrap: break-word;
}

    .apcss-page-verify-input-info .error {
        color: #fb700d;
        -webkit-transition: none;
        transition: none;
    }

.verify-title {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 20px;
    color: #999;
}

.apcss-page-verify {
    padding: 10px 0 60px;
    background: #f5f5f5;
}

.verify-line-caption {
    margin: 20px;
}

.apcss-page-verify-section {
    padding-bottom: 10px;
    background: #fff;
}

.apcss-page-verify-alert {
    padding: 10px 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
    color: #212121;
}

    .apcss-page-verify-alert .note {
        color: #bdbdbd;
    }

    .apcss-page-verify-alert .error {
        color: #ff5258;
    }

.apcss-organizer-wrapper {
    background: #f5f5f5;
}

    .apcss-organizer-wrapper .apcss-activity-card {
        margin-bottom: 20px;
    }

.apcss-organizer-header-blur {
    position: absolute;
    width: 110%;
    height: 370px;
    margin: -30px -30px 0;
    text-align: center;
    background: url('https://static.accupass.com/org/default/default_cover01.jpg') no-repeat 0 0/120% 120%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.apcss-organizer-cover-photo {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.apcss-organizer-header {
    position: relative;
    width: 100%;
    background: #fff;
}

.apcss-organizer-title {
    display: inline-block;
    margin: 0 0 0 120px;
    max-width: 500px;
    font-size: 24px;
    line-height: 70px;
}

    .apcss-organizer-title .icon-ok {
        margin-left: 10px;
        padding: 2px;
        border: 1px solid #1fb0ff;
        border-radius: 50%;
    }

    .apcss-organizer-contact-btn, .apcss-organizer-title .icon-ok {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        background: #1fb0ff;
    }

.apcss-organizer-contact-btn {
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin: 15px 0;
}

    .apcss-organizer-contact-btn .icon-envelope {
        vertical-align: middle;
    }

    .apcss-organizer-contact-btn:hover {
        color: #fff;
        background: #005685;
    }

.apcss-organizer-following {
    float: right;
    display: inline-block;
    margin: 15px 10px;
    border: 1px solid #757575;
    border-radius: 3px;
    color: #757575;
    background: #fff;
}

    .apcss-organizer-following span {
        display: inline-block;
        padding: 9px;
    }

    .apcss-organizer-following .apcss-organizer-following-btn {
        margin: -1px;
        border: 1px solid #1fb0ff;
        background: #1fb0ff;
        color: #fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.apcss-organizer-is-following .apcss-organizer-following-btn {
    color: #757575;
    border-color: #757575;
    background: #fff;
}

.apcss-organizer-tab-section {
    position: relative;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 15px;
    background: #fff;
    color: #757575;
}

@media (max-width:767px) {
    .apcss-organizer-tab-xs-hide {
        display: none;
    }
}

.apcss-organizer-recent-activity-section {
    min-height: 700px;
}

@media (max-width:767px) {
    min-height:100px
}

.apcss-organizer-tab-item {
    display: inline-block;
    float: left;
    padding: 15px 0;
    text-align: center;
}

    .apcss-organizer-tab-item a {
        padding: 15px 10px 11px;
        margin-top: -15px;
        display: block;
        width: 100%;
        border-bottom: 4px solid hsla(0,0%,100%,0);
    }

        .apcss-organizer-tab-item a:hover {
            background: #ededed;
            color: #212121;
        }

    .apcss-organizer-tab-item.active a {
        background-color: #fff;
        color: #212121;
        border-bottom: 4px solid #1fb0ff;
    }

@media (max-width:767px) {
    .apcss-organizer-tab-nav {
        display: block;
        width: 100%;
    }

    .apcss-organizer-tab-item {
        float: none;
        display: table-cell;
        padding: 15px 0;
        width: 1%;
    }

        .apcss-organizer-tab-item + .apcss-organizer-tab-item {
            border-left: 1px solid #f5f5f5;
        }

        .apcss-organizer-tab-item a {
            margin: -15px 0;
            width: auto;
        }

            .apcss-organizer-tab-item a span {
                margin-left: 5px;
            }
}

.apcss-organizer-content-left {
    min-height: 700px;
    margin-bottom: 100px;
}

.apcss-organizer-content-right {
    margin-top: -10px;
    margin-bottom: 100px;
}

.apcss-organizer-about-section {
    padding: 20px;
    min-height: 700px;
    background: #fff;
}

.apcss-organizer-pageview {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #757575;
}

.apcss-organizer-pageview-value {
    float: right;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 24px;
    line-height: 50px;
    color: #fb700d;
}

.apcss-organizer-tab-nav {
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    color: #757575;
    list-style: none;
}

    .apcss-organizer-tab-nav a {
        color: #757575;
    }

        .apcss-organizer-tab-nav a span {
            color: #1fb0ff;
        }

.apcss-organizer-header-wrapper {
    position: relative;
}

.apcss-organizer-large-avatar {
    display: inline-block;
    overflow: hidden;
    z-index: 100;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

    .apcss-organizer-large-avatar img {
        width: 98px;
        vertical-align: top;
    }

.apcss-organizer-no-activity-image {
    display: inline-block;
    margin: 150px auto 33px;
    width: 67px;
    height: 125px;
}

.apcss-organizer-inform-btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 50px;
    float: none;
}

    .apcss-organizer-inform-btn:hover {
        color: #fff;
        background: #005685;
    }

@media (max-width:991px) {
    .apcss-organizer-inform-btn {
        width: 100%;
    }
}

.apcss-organizer-recent-activity-wrapper {
    width: 100%;
    height: 200px;
}

    .apcss-organizer-recent-activity-wrapper + .apcss-organizer-recent-activity-wrapper {
        margin-top: 15px;
    }

    .apcss-organizer-recent-activity-wrapper:before {
        content: " ";
        display: table;
    }

    .apcss-organizer-recent-activity-wrapper:after {
        content: " ";
        display: table;
        clear: both;
    }

.apcss-organizer-recent-activity-image {
    float: left;
    z-index: 100;
    display: block;
    width: 55%;
    height: 100%;
}

    .apcss-organizer-recent-activity-image img {
        width: 100%;
        height: 100%;
    }

    .apcss-organizer-recent-activity-image .apcss-follow-icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.apcss-organizer-recent-activity {
    display: block;
    width: 45%;
    height: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    float: left;
    padding: 10px 15px;
}

.apcss-organizer-recent-activity-title {
    font-size: 18px;
    margin: 0 0 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apcss-organizer-details-btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
    width: 100%;
    height: 40px;
}

    .apcss-organizer-details-btn:hover {
        color: #fff;
        background: #005685;
    }

.apcss-organizer-badge-avatar {
    overflow: hidden;
    z-index: 100;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

    .apcss-organizer-badge-avatar img {
        width: 18px;
        vertical-align: top;
    }

.apcss-organizer-keyword {
    display: inline-block;
    padding: 8px;
    margin: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #757575;
}

.apcss-organizer-recent-activity-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #757575;
}

    .apcss-organizer-recent-activity-content a {
        margin-left: 10px;
        color: #757575;
    }

        .apcss-organizer-recent-activity-content a:hover {
            color: #757575;
        }

    .apcss-organizer-recent-activity-content span:last-child {
        margin-left: 10px;
    }

    .apcss-organizer-recent-activity-content .icon-map-marker {
        position: relative;
        left: -1px;
    }

.apcss-organizer-side-box {
    margin-top: 10px;
    font-size: 14px;
    background: #fff;
}

.apcss-organizer-side-ads {
    width: 100%;
}

.apcss-organizer-side-box-header {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
    color: #757575;
}

    .apcss-organizer-side-box-header:hover {
        color: #757575;
    }

.apcss-organizer-side-box-header-title {
    margin: 0;
    font-size: inherit;
}

.apcss-organizer-side-box-content {
    padding: 15px 10px;
    text-align: left;
    word-wrap: break-word;
}

.apcss-organizer-follower-avatar {
    overflow: hidden;
    z-index: 100;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e0e0e0;
    margin: 7.5px;
}

    .apcss-organizer-follower-avatar img {
        width: 38px;
        vertical-align: top;
    }

.apcss-sm-organizer-profile-background-mask {
    position: absolute;
    display: inline-block;
    height: 135px;
    overflow: hidden;
}

    .apcss-sm-organizer-profile-background-mask:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.7));
        background-image: linear-gradient(transparent,rgba(0,0,0,.7));
    }

.apcss-sm-organizer-profile-background {
    width: 768px;
}

.apcss-sm-organizer-profile-header {
    height: 135px;
    margin-bottom: 15px;
}

.apcss-sm-organizer-profile-logo {
    display: inline-block;
    overflow: hidden;
    z-index: 100;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 40px;
}

    .apcss-sm-organizer-profile-logo img {
        width: 78px;
        vertical-align: top;
    }

.apcss-sm-organizer-profile-title-wrapper {
    margin-left: 95px;
    height: 120px;
}

.apcss-sm-organizer-profile-title {
    position: absolute;
    bottom: 40px;
    font-size: 16px;
    color: #fff;
}

.apcss-sm-organizer-profile-follow {
    position: absolute;
    top: 80px;
    padding-top: 5px;
}

.acpss-sm-organizer-profile-follow-btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px 10px;
}

    .acpss-sm-organizer-profile-follow-btn:hover {
        color: #fff;
        background: #005685;
    }

    .acpss-sm-organizer-profile-follow-btn.active {
        background: hsla(0,0%,100%,0);
        color: #fff;
        border: 1px solid #fff;
    }

.apcss-sm-organizer-profile-contact {
    padding: 0 15px;
    margin-top: 10px;
    background: #fff;
}

.apcss-sm-organizer-profile-contact-btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
    margin: 10px 0;
    float: none;
    width: 100%;
    text-align: center;
}

    .apcss-sm-organizer-profile-contact-btn:hover {
        color: #fff;
        background: #005685;
    }

.apcss-sm-organizer-profile-event-wrapper {
    margin-top: 10px;
    text-align: center;
    background: #fff;
}

.apcss-sm-organizer-profile-event-nav {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

.apcss-sm-organizer-profile-event-nav-list {
    display: table-cell;
    padding: 10px 15px;
    width: 1%;
    color: #757575;
}

    .apcss-sm-organizer-profile-event-nav-list + .apcss-sm-organizer-profile-event-nav-list {
        border-left: 1px solid #f5f5f5;
    }

    .apcss-sm-organizer-profile-event-nav-list a {
        display: block;
        margin: -10px -15px;
        padding: 10px;
        color: #757575;
    }

        .apcss-sm-organizer-profile-event-nav-list a span {
            margin-left: 5px;
            color: #1fb0ff;
        }

    .apcss-sm-organizer-profile-event-nav-list.active a {
        border-bottom: 4px solid #1fb0ff;
    }

.apcss-sm-profile-review-description {
    margin: 15px 0 0;
}

.apcss-sm-organizer-profile-review-value {
    color: #fb700d;
}

.apcss-organizer-modal-user-wrapper {
    display: inline-block;
    overflow: hidden;
    z-index: 100;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .apcss-organizer-modal-user-wrapper img {
        width: 58px;
        vertical-align: top;
    }

.apcss-organizer-modal-user-name {
    display: block;
    margin: -40px 100px 15px 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apcss-organizer-modal-follow-btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #1fb0ff;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 120px;
    text-align: center;
}

    .apcss-organizer-modal-follow-btn:hover {
        color: #fff;
        background: #005685;
    }

    .apcss-organizer-modal-follow-btn:focus {
        color: #fff;
    }

.apcss-organizer-modal-is-follow {
    background: #fff;
    color: #757575;
    border: 1px solid #757575;
}

    .apcss-organizer-modal-is-follow:focus {
        color: #757575;
    }

.apcss-page-payment-failed {
    background: #ededed;
    padding-bottom: 30px;
    color: #212121;
}

    .apcss-page-payment-failed .apcss-img-failed {
        width: 200px;
        height: 200px;
        margin: 30px auto 0;
        border-radius: 50%;
        border: 2px solid #fff;
        background-color: #fff;
        padding: 5px;
    }

    .apcss-page-payment-failed .error-message-title {
        margin: 0;
    }

    .apcss-page-payment-failed .error-message-content {
        margin: 30px auto 0;
        text-align: left;
    }

.apcss-error-message-wrapper {
    display: inline-block;
    margin: 0 auto;
}

.apcss-icon-alert {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    background: url("//static.accupass.com/error/alert_icon.svg") no-repeat;
}

.apcss-btn-re-payment {
    display: block;
    width: 290px;
    height: 48px;
    margin: 30px auto 160px;
    color: #fff;
    line-height: 48px;
    border-radius: 3px;
    background: #1fb0ff;
}

@media (max-width:767px) {
    .apcss-btn-re-payment {
        margin-bottom: 70px;
    }
}

.apcss-btn-re-payment:focus, .apcss-btn-re-payment:hover {
    color: #fff;
}

.apcss-search-wrapper {
    padding-bottom: 10px;
    overflow: hidden;
}

    .apcss-search-wrapper .panel {
        border-radius: 0;
        border: none;
    }

        .apcss-search-wrapper .panel-body, .apcss-search-wrapper .panel .active {
            background-color: #f5f5f5;
        }

            .apcss-search-wrapper .panel-body .navbar-nav {
                margin: -15px;
            }

    .apcss-search-wrapper .apcss-search-panel-item {
        color: #757575;
    }

    .apcss-search-wrapper .apcss-activity-card {
        margin: 0 -5px 20px;
        border: 1px solid #bdbdbd;
    }

.apcss-search-panel-heading {
    padding: 0 15px;
    text-align: center;
    background-color: #f5f5f5;
}

    .apcss-search-panel-heading .panel-heading-tab {
        border-left: 1px solid;
        border-left: #e0e0e0;
    }

    .apcss-search-panel-heading .panel-heading-tab-item {
        display: block;
        width: 100%;
        height: 100%;
        margin-left: -15px;
        padding: 15px;
        box-sizing: content-box;
        color: #757575;
    }

        .apcss-search-panel-heading .panel-heading-tab-item:hover {
            background-color: #ededed;
        }

.apcss-search-filterbox {
    padding: 15px 0 15px;
}

    .apcss-search-filterbox .apcss-search-btn {
        color: #fff;
        background-color: #0088d2;
        border: 1px solid #0088d2;
    }

    .apcss-search-filterbox .dl-horizontal {
        margin: 10px 0;
    }

    .apcss-search-filterbox .dl-horizontal-dt {
        text-align: left;
        width: 110px;
    }

    .apcss-search-filterbox .dl-horizontal-dd {
        margin-left: 120px;
    }

@media (max-width:767px) ) {
    .apcss-search-filterbox {
        padding-top: 0;
    }
}

.apcss-search-filterbox-item {
    display: inline-block;
    margin: 0 0 5px;
    padding: 2px 5px;
    vertical-align: top;
    color: #757575;
}

    .apcss-search-filterbox-item.active, .apcss-search-filterbox-item:hover {
        color: #fff;
        background-color: #0088d2;
    }

.apcss-search-group-btn {
    background-color: #fff;
}

    .apcss-search-group-btn.active, .apcss-search-group-btn:hover {
        color: #fff;
        background-color: #0088d2;
        border: 1px solid #0088d2;
    }

.apcss-hot-tagbox {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
}

    .apcss-hot-tagbox .apcss-hot-tagbox-item {
        margin: 0 5px;
    }

        .apcss-hot-tagbox .apcss-hot-tagbox-item:hover {
            text-decoration: underline;
        }

.apcss-search-nofound {
    position: relative;
    padding: 30px 0 0;
}

@media (max-width:767px) {
    .apcss-search-nofound {
        padding-top: 10px;
    }
}

.apcss-search-nofound-img {
    margin: 0 auto;
}

.apcss-search-nofound-info {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
}

    .apcss-search-nofound-info .h2 {
        color: #0088d2;
    }

.APCSS_page-paymentList {
    padding: 0 0 15px;
}

    .APCSS_page-paymentList span.fix {
        position: absolute;
        z-index: 100;
        line-height: 34px;
        display: block;
        right: 5px;
        top: 0;
    }

.APCSS_page-paymentCheckout, .APCSS_page-paymentDetail {
    padding: 0 0 30px;
}

    .APCSS_page-paymentCheckout .disabled, .APCSS_page-paymentDetail .disabled {
        color: nth($webColor,4);
    }

    .APCSS_page-paymentCheckout .dl-horizontal, .APCSS_page-paymentDetail .dl-horizontal {
        padding: 5px 0 0;
    }

        .APCSS_page-paymentCheckout .dl-horizontal dd, .APCSS_page-paymentDetail .dl-horizontal dd {
            margin: 0 0 15px;
        }

        .APCSS_page-paymentCheckout .dl-horizontal dt, .APCSS_page-paymentDetail .dl-horizontal dt {
            text-align: left;
        }

        .APCSS_page-paymentCheckout .dl-horizontal .border, .APCSS_page-paymentDetail .dl-horizontal .border {
            padding: 20px 0 0;
        }

        .APCSS_page-paymentCheckout .dl-horizontal dd.border, .APCSS_page-paymentDetail .dl-horizontal dd.border {
            border-top: 1px solid #e0e0e0;
        }

.apcss-user-detail {
    padding: 30px 0 15px;
}

    .apcss-user-detail .h1 {
        color: #333;
        margin: 0;
    }

    .apcss-user-detail .h2 {
        text-align: center;
        color: #bdbdbd;
        padding: 50px 0;
    }

        .apcss-user-detail .h2 span {
            font-size: 14px;
            font-weight: 400;
            color: #757575;
            margin: 15px 0;
            display: block;
        }

    .apcss-user-detail .apcss-activity-card {
        margin: 0 -5px 20px;
        border: 1px solid #bdbdbd;
    }

    .apcss-user-detail .apcss-module-follow-wrapper {
        margin: 10px 0;
    }

.apcss-user-detail-hostphoto {
    margin: 0 0 15px;
}

.apcss-user-detail-org .apcss-module-follow-wrapper {
    margin-left: -15px;
}

.apcss-user-detail-org-item {
    margin: 15px 0;
    border: 1px solid #bdbdbd;
}

.apcss-user-detail-org-item-title {
    position: relative;
    left: -15px;
    display: block;
    height: 4.3em;
    margin: 15px 15px 0 0;
    font-size: 18px;
    color: #0088d2;
    overflow: hidden;
}

    .apcss-user-detail-org-item-title:hover {
        text-decoration: underline;
    }

.apcss-user-detail-org-item-title-header {
    margin: 0;
    font-size: inherit;
}

.apcss-user-detail-org-item-event-number {
    position: relative;
    left: -15px;
    height: 16px;
    margin: 15px 0 0;
}

.apcss-user-detail-org-item-event {
    position: relative;
    left: -14px;
    display: block;
    margin: 0 -15px;
    margin-left: -16px;
    color: #757575;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

    .apcss-user-detail-org-item-event.last {
        border-right: 0;
    }

    .apcss-user-detail-org-item-event:hover {
        color: #0088d2;
    }

        .apcss-user-detail-org-item-event:hover .apcss-user-detail-org-item-event-img {
            opacity: 1;
        }

@media (max-width:767px) {
    .apcss-user-detail-org-item-event {
        box-sizing: content-box;
        margin-right: -11px;
        margin-left: -10px;
        left: 0;
    }

        .apcss-user-detail-org-item-event.first {
            left: 10px;
        }

        .apcss-user-detail-org-item-event.last {
            left: -10px;
            margin-right: -10px;
        }
}

.apcss-user-detail-org-item-event-img {
    max-height: 75px;
    opacity: .8;
}

@media (max-width:767px) {
    .apcss-user-detail-org-item-event-img {
        max-height: 122px;
    }
}

.apcss-user-detail-org-item-event-text {
    display: block;
    height: 107px;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
}

@media (max-width:991px) {
    .apcss-user-detail-org-item-event-text {
        height: 120px;
    }
}

.apcss-user-detail-org-item-event-text-header {
    margin: 0;
    font-size: inherit;
}

@media (max-width:767px) {
    .apcss-user-detail-org-item-img {
        margin-bottom: 15px;
    }
}

.user-profile-memo {
    margin: 10px 0;
}

.APCSS_page-terms .tab-pane > ol > li, .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li, .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li > ol.list-unstyled > li {
    padding: 0 0 0 10px;
    position: relative;
}

    .APCSS_page-terms .tab-pane > ol > li:before, .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li:before, .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li > ol.list-unstyled > li:before {
        position: absolute;
        z-index: 100;
        right: 100%;
    }

.APCSS_page-terms {
    text-align: justify;
    padding: 30px 0;
    overflow: hidden;
}

    .APCSS_page-terms p {
        margin: 15px 0 15px 10px;
    }

    .APCSS_page-terms h5 {
        font-weight: 700;
    }

    .APCSS_page-terms a {
        word-wrap: break-word;
        word-break: break-all;
    }

    .APCSS_page-terms .APCSS_tab-nav li {
        height: 44px;
    }

        .APCSS_page-terms .APCSS_tab-nav li a {
            padding: 10px 20px;
        }

    .APCSS_page-terms .tab-pane li {
        margin: 0 0 10px;
    }

    .APCSS_page-terms .date {
        margin: 30px 0 30px 10px;
    }

    .APCSS_page-terms .tab-pane h5 {
        display: inline;
    }

    .APCSS_page-terms .tab-pane > ol {
        counter-reset: section;
        margin: 0 0 0 25px;
    }

        .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled {
            counter-reset: secondsection;
            margin: 10px 0 30px 30px;
        }

            .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li > ol.list-unstyled {
                counter-reset: thirdsection;
                margin: 10px 0 30px 40px;
            }

                .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li > ol.list-unstyled > li:before {
                    counter-increment: thirdsection;
                    content: counter(section)"."counter(secondsection)"."counter(thirdsection)" ";
                }

            .APCSS_page-terms .tab-pane > ol > li > ol.list-unstyled > li:before {
                counter-increment: secondsection;
                content: counter(section)"."counter(secondsection)" ";
            }

        .APCSS_page-terms .tab-pane > ol > li:before {
            counter-increment: section;
            content: counter(section) ". ";
        }

.datepicker.dropdown-menu {
    width: 250px;
    height: 270px;
    z-index: 1041;
}

    .datepicker.dropdown-menu tbody {
        height: 180px;
    }

    .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
        padding: 0;
    }

    .datepicker.dropdown-menu button {
        margin: 0;
        padding: 0 6px;
        height: 33px;
        outline: 0;
        border: 0;
    }

        .datepicker.dropdown-menu button, .datepicker.dropdown-menu button:hover, .datepicker.dropdown-menu span {
            -webkit-transition: all 0s ease 0s;
            transition: all 0s ease 0s;
        }

    .datepicker.dropdown-menu span {
        height: auto !important;
        width: 100%;
        margin: 0 auto;
        line-height: normal !important;
    }

        .datepicker.dropdown-menu span:hover {
            background: transparent;
        }

    .datepicker.dropdown-menu .btn-primary {
        background: #0088d2;
    }

    .datepicker.dropdown-menu .btn-today {
        background: #f8f8f8;
        color: #333;
    }

        .datepicker.dropdown-menu .btn-today:hover {
            background: #ebebeb;
        }

    .datepicker.dropdown-menu.datepicker-mode-1 tbody button, .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
        height: 65px;
    }

.timepicker.dropdown-menu {
    padding: 0 4px;
}

    .timepicker.dropdown-menu button {
        outline: 0;
        border: 0;
        height: 33px;
    }

    .timepicker.dropdown-menu tbody button {
        padding: 6px;
    }

    .timepicker.dropdown-menu i {
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .timepicker.dropdown-menu span {
        position: static;
        line-height: normal;
    }

    .timepicker.dropdown-menu .btn-default {
        color: #333;
    }

    .timepicker.dropdown-menu .btn-primary {
        background: #0088d2;
        color: #fff;
    }

.select.dropdown-menu.select-multiple li {
    position: relative;
}

    .select.dropdown-menu.select-multiple li > i {
        color: #fff;
        display: none;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .select.dropdown-menu.select-multiple li.active > i {
        display: block;
    }

.jcrop-keymgr {
    opacity: 0;
}

.jcrop-holder {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.jcarousel-wrapper {
    position: relative;
}

.jcarousel-mask-left, .jcarousel-mask-right {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.8);
}

.jcarousel-mask-left {
    right: 2120px;
}

.jcarousel-mask-right {
    left: 2120px;
}

.jcarousel {
    position: relative;
    left: 50%;
    width: 3180px;
    margin-left: -1590px;
    overflow: hidden;
}

    .jcarousel ul {
        position: relative;
        width: 20000em;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jcarousel li {
        width: 1060px;
        float: left;
    }

    .jcarousel img {
        display: block;
        max-width: 100%;
        height: auto !important;
    }

.jcarousel-control-next, .jcarousel-control-prev {
    position: absolute;
    top: 50%;
    padding: 20px 15px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(0,0,0,.1);
    color: #fff;
}

    .jcarousel-control-next:hover, .jcarousel-control-prev:hover {
        color: #fff;
    }

.jcarousel-control-prev {
    left: 50%;
    margin: -30px 0 0 -530px;
}

.jcarousel-control-next {
    right: 50%;
    margin: -30px -530px 0 0;
}

.advcarousel-control-next, .advcarousel-control-prev {
    position: absolute;
    top: 40.5%;
    padding: 20px 15px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(0,0,0,.1);
    color: #fff;
}

    .advcarousel-control-next:hover, .advcarousel-control-prev:hover {
        color: #fff;
    }

.advcarousel-control-prev {
    margin: 0 0 0 -549.5px;
}

.advcarousel-control-next {
    margin: 0 0 0 526px;
}

.apcss-redactor-box {
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}

    .apcss-redactor-box img {
        max-width: 100%;
        height: auto !important;
    }

    .apcss-redactor-box td, .apcss-redactor-box th {
        padding: 5px;
        border: 1px solid #e0e0e0;
        vertical-align: top;
    }

    .apcss-redactor-box table {
        width: 100%;
    }

    .apcss-redactor-box iframe {
        max-width: 100%;
    }

@media (max-width:991px) {
    .apcss-redactor-box img {
        display: block;
    }
}

;.mobile-section {
    position: relative;
}

.mobile-heading-content {
    position: relative;
    overflow: hidden;
}

.mobile-heading-video-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: .4;
}

.mobile-heading-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1530px;
}

@media (max-width:767px) {
    .mobile-heading-video {
        display: none;
    }
}

.mobile-download-wrap {
    margin: 0 auto;
    width: 410px;
    overflow: hidden;
}

.mobile-download-logo {
    display: block;
    float: left;
    margin: 0 10px;
}

.mobile-side-tag {
    display: block;
    height: 80px;
    width: 300px;
    margin-top: -82px;
    margin-bottom: 37px;
    color: #fff;
}

    .mobile-side-tag:hover .mobile-side-tag-cube {
        width: 40px;
    }

    .mobile-side-tag.left .mobile-side-tag-content {
        float: left;
        background: url(//static.accupass.com/mobile/sider_bg_l.png) 100% no-repeat;
    }

    .mobile-side-tag.left .mobile-side-tag-content-wrap {
        padding-left: 40px;
        text-align: left;
    }

    .mobile-side-tag.left .mobile-side-tag-cube {
        float: left;
    }

    .mobile-side-tag.right {
        float: right;
    }

        .mobile-side-tag.right .mobile-side-tag-content {
            float: right;
            background: url(//static.accupass.com/mobile/sider_bg_r.png) 0 no-repeat;
        }

        .mobile-side-tag.right .mobile-side-tag-content-wrap {
            padding-right: 40px;
            text-align: right;
        }

        .mobile-side-tag.right .mobile-side-tag-cube {
            float: right;
        }

.mobile-side-tag-content {
    height: 100%;
    width: 250px;
    text-align: left;
}

.mobile-side-tag-content-wrap {
    padding-top: 15px;
}

.mobile-side-tag-cube {
    height: 100%;
    width: 0;
    background-color: #26aef8;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.mobile-side-tag-content-title {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.mobile-side-tag-content-subtitle {
    margin: 4px 0 0;
    font-size: 14px;
    color: #fff;
}

.mobile-side-tag-triangle {
    width: 0;
    height: 0;
    border-style: solid;
}

.mobile-heading-video-content {
    position: relative;
    z-index: 10;
    padding-top: 80px;
    text-align: center;
}

    .mobile-heading-video-content .mobile-download-wrap {
        width: 281px;
    }

.mobile-heading-video-content-logo {
    display: block;
    margin: 0 auto;
}

.mobile-heading-video-content-title {
    font-size: 72px;
    color: #fff;
}

.mobile-heading-video-content-subtitle {
    font-size: 32px;
    color: #fff;
}

.mobile-heading-video-content-download-text {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

.mobile-heading-video-content-more {
    display: inline-block;
    margin-top: 60px;
    font-size: 14px;
    color: #fff;
}

    .mobile-heading-video-content-more:active, .mobile-heading-video-content-more:focus, .mobile-heading-video-content-more:hover {
        color: #fff;
    }

.mobile-main-content-wrap {
    position: relative;
    right: 60px;
    margin: 0 auto;
    width: 890px;
}

.mobile-main-content-video-wrap {
    display: none;
}

    .mobile-main-content-video-wrap.active {
        display: block;
    }

.mobile-main-content-dashboard {
    position: relative;
    left: 25px;
    float: right;
    width: 385px;
    margin-top: 230px;
}

.mobile-main-content-dashboard-btn-next-arrow {
    margin-left: 5px;
    vertical-align: sub;
}

.mobile-main-content-dashboard-titles {
    display: none;
    width: 400px;
}

    .mobile-main-content-dashboard-titles.active {
        display: block;
    }

.mobile-main-content-dashboard-title {
    font-size: 36px;
    color: #212121;
}

.mobile-main-content-dashboard-subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    color: #757575;
}

.mobile-main-content-video {
    position: relative;
    top: 162px;
    left: 245px;
}

.mobile-footer-content {
    background-color: #f5f5f5;
}

.mobile-footer-content-wrap {
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
}

    .mobile-footer-content-wrap .mobile-side-tag {
        margin: 80px 0 100px;
    }

.mobile-footer-content-title {
    margin: 0;
    color: #212121;
    line-height: 1.5em;
}

.mobile-footer-content-qrcode {
    margin-top: 30px;
    margin-bottom: 41px;
}

.mobile-footer-content-subtitle {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #757575;
}

.mobile-attendee .mobile-heading-video-content-title {
    margin: 0;
    font-size: 32px;
}

.mobile-attendee .mobile-heading-video-content-download-text {
    margin-top: 32px;
}

.mobile-attendee .mobile-main-content {
    height: 765px;
}

.mobile-attendee .mobile-main-content-backgroud {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

    .mobile-attendee .mobile-main-content-backgroud.active {
        display: block;
    }

    .mobile-attendee .mobile-main-content-backgroud.step1 {
        background: #0088d2 url(//static.accupass.com/mobile/attendee/step1_bg.jpg) top/cover no-repeat;
    }

    .mobile-attendee .mobile-main-content-backgroud.step2 {
        background: #0088d2 url(//static.accupass.com/mobile/attendee/step2_bg.jpg) top/cover no-repeat;
    }

    .mobile-attendee .mobile-main-content-backgroud.step3 {
        background: #0088d2 url(//static.accupass.com/mobile/attendee/step3_bg.jpg) top/cover no-repeat;
    }

    .mobile-attendee .mobile-main-content-backgroud.step4 {
        background: #0088d2 url(//static.accupass.com/mobile/attendee/step4_bg.jpg) top/cover no-repeat;
    }

.mobile-attendee .mobile-main-content-wrap {
    position: relative;
    right: 155px;
    padding-top: 160px;
}

.mobile-attendee .mobile-main-content-video-wrap {
    height: 551px;
    background: url(//static.accupass.com/mobile/attendee/steps_bg_phone.png) 50% no-repeat;
}

.mobile-attendee .mobile-main-content-video {
    top: 74px;
    left: 338px;
}

.mobile-attendee .mobile-main-content-dashboard {
    position: relative;
    left: 100px;
    width: 400px;
    margin-top: 105px;
}

.mobile-attendee .mobile-main-content-dashboard-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #005685 transparent transparent;
}

.mobile-attendee .mobile-main-content-dashboard-num {
    position: relative;
    margin: -115px 0 -5px 25px;
    color: #fff;
    font-size: 70px;
}

.mobile-attendee .mobile-main-content-dashboard-titles {
    height: 220px;
}

.mobile-attendee .mobile-main-content-dashboard-title {
    color: #fff;
}

.mobile-attendee .mobile-main-content-dashboard-subtitle {
    font-size: 14px;
    color: #fff;
}

.mobile-attendee .mobile-main-content-dashboard-btn-next {
    display: inline-block;
    width: 174px;
    height: 40px;
    margin-top: 20px;
    margin-left: 0;
    padding: 10px 0;
    color: #26aef8;
    text-align: center;
    background: #fff url(//static.accupass.com/mobile/arrow_right_small.png) 155px no-repeat;
}

.mobile-attendee .mobile-footer-content {
    background: #0088d2 url(//static.accupass.com/mobile/attendee/footer_bg.jpg) top/cover no-repeat;
}

.mobile-attendee .mobile-footer-content-wrap {
    padding-top: 104px;
}

.mobile-attendee .mobile-footer-content-title {
    font-size: 36px;
    color: #fff;
}

.mobile-attendee .mobile-footer-content-qrcode {
    margin-top: 40px;
    margin-bottom: 45px;
}

@media (max-width:767px) {
    .mobile-attendee .mobile-heading-content {
        background: #26aef8 url(//static.accupass.com/mobile/attendee/attendee.jpg) top/cover no-repeat;
    }
}

.mobile-manager .mobile-main-content {
    background: -webkit-linear-gradient(#fff 40%,#f5f5f5);
    background: linear-gradient(#fff 40%,#f5f5f5);
}

.mobile-manager .mobile-main-content-video-wrap {
    height: 684px;
    width: 684px;
}

    .mobile-manager .mobile-main-content-video-wrap.step1 {
        background: url(//static.accupass.com/mobile/manager/step_bg01.png) 50% no-repeat;
    }

    .mobile-manager .mobile-main-content-video-wrap.step2 {
        background: url(//static.accupass.com/mobile/manager/step_bg02.png) 50% no-repeat;
    }

    .mobile-manager .mobile-main-content-video-wrap.step3 {
        background: url(//static.accupass.com/mobile/manager/step_bg03.png) 50% no-repeat;
    }

    .mobile-manager .mobile-main-content-video-wrap.step4 {
        background: url(//static.accupass.com/mobile/manager/step_bg04.png) 50% no-repeat;
    }

    .mobile-manager .mobile-main-content-video-wrap.step5 {
        background: url(//static.accupass.com/mobile/manager/step_bg05.png) 50% no-repeat;
    }

.mobile-manager .mobile-main-content-wrap {
    padding-top: 50px;
}

.mobile-manager .mobile-main-content-dashboard-titles {
    height: 170px;
}

.mobile-manager .mobile-main-content-dashboard-btn-download {
    display: inline-block;
    padding: 12px 33px;
    font-size: 14px;
    color: #fff;
    background-color: #26aef8;
    border-radius: 3px;
}

    .mobile-manager .mobile-main-content-dashboard-btn-download:active, .mobile-manager .mobile-main-content-dashboard-btn-download:focus, .mobile-manager .mobile-main-content-dashboard-btn-download:hover {
        color: #fff;
    }

.mobile-manager .mobile-main-content-dashboard-btn-next {
    margin-left: 18px;
    color: #26aef8;
}

    .mobile-manager .mobile-main-content-dashboard-btn-next:active, .mobile-manager .mobile-main-content-dashboard-btn-next:focus, .mobile-manager .mobile-main-content-dashboard-btn-next:hover {
        color: #26aef8;
    }

.mobile-manager .mobile-footer-content-org-group {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.mobile-manager .mobile-footer-content-org {
    float: left;
    width: 12.5%;
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .mobile-manager .mobile-heading-content {
        background: #26aef8 url(//static.accupass.com/mobile/manager/manager.jpg) top/cover no-repeat;
    }
}

@media (max-width:991px) {
    .mobile-manager .mobile-footer-content-org {
        width: 25%;
    }
}

@media (max-width:767px) {
    .mobile-manager .mobile-footer-content-org {
        width: 50%;
    }
}

.simple-loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

    .simple-loading .wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .simple-loading .wrapper .content {
            position: relative;
            top: 50%;
            margin: -22px 20px 0;
            padding: 0;
        }

    .simple-loading .backdrop {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: .5;
    }

    .simple-loading .spinner {
        top: 30%;
        position: relative;
    }

.spinner {
    margin: 72px auto 100px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

    .spinner .loading-text {
        margin-top: 10px;
        font-size: 16px;
        color: #fff;
    }

    .spinner .spinner-rect {
        background-color: #fff;
        height: 100%;
        width: 10px;
        display: inline-block;
        margin: 0 1px;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

@include keyframes(stretchdelay) {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.template-hongkong {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

    .template-hongkong .fb-like {
        float: right;
        margin-top: -30px;
    }

    .template-hongkong .banner {
        position: relative;
        color: #fff;
    }

    .template-hongkong .banner-title {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-align: center;
    }

    .template-hongkong .banner-title-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .template-hongkong .banner-title-wrap:before {
            display: inline-block;
            height: 100%;
            text-align: left;
            content: " ";
            vertical-align: middle;
        }

    .template-hongkong .section-title {
        margin: 70px 0 40px;
        font-size: 30px;
        text-align: center;
        color: #000;
    }

    .template-hongkong .section1 {
        background-color: #fff;
    }

    .template-hongkong .section1-row {
        background-color: hsla(0,0%,100%,0);
    }

    .template-hongkong .section1-blog-titie {
        height: 38px;
    }

    .template-hongkong .section1-blog-description {
        height: 140px;
        overflow: hidden;
    }

    .template-hongkong .section1-blog-link {
        color: #666;
    }

    .template-hongkong .section1-readmore {
        display: block;
        margin: 20px auto 70px;
        width: 135px;
        height: 35px;
        font-size: 18px;
        line-height: 18px;
        border: 2px solid #000;
        background-color: hsla(0,0%,100%,0);
        color: #000;
    }

        .template-hongkong .section1-readmore:hover {
            background-color: #000;
            color: #fff;
        }

    .template-hongkong .section2-linkbox {
        margin-bottom: 30px;
        background: #fff;
        border: 0;
        color: #666;
    }

    .template-hongkong .section2-linkbox-title {
        margin: 0;
        font-size: 14px;
    }

    .template-hongkong .section2-linkbox-title-link {
        display: block;
        margin-bottom: 15px;
        padding: 10px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #333;
    }

    .template-hongkong .section2-linkbox-img-org {
        float: left;
        margin: 0 10px;
    }

    .template-hongkong .section2-linkbox-org {
        display: block;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .template-hongkong .section2-linkbox-time {
        position: relative;
        right: 10px;
        float: right;
        line-height: 30px;
    }

    .template-hongkong .section2-linkbox-sharebar {
        display: block;
        margin-top: 15px;
        padding: 10px;
        font-weight: 700;
        text-align: center;
        background: #fff;
        border-top: 1px solid #f8f8f8;
    }

        .template-hongkong .section2-linkbox-sharebar:hover {
            background-color: #fff;
            color: #000;
        }

    .template-hongkong .section2-btn-more {
        display: none;
        background: #fff;
        border: 1px solid #fff;
        color: #000;
        margin: 0 0 70px;
        opacity: .7;
    }

        .template-hongkong .section2-btn-more:hover {
            opacity: 1;
        }

    .template-hongkong .section3 {
        height: 300px;
    }

    .template-hongkong .section3-iphone {
        position: absolute;
        top: 68px;
        left: -10px;
    }

    .template-hongkong .section3-wrap {
        position: relative;
        left: 230px;
        color: #fff;
    }

    .template-hongkong .section3-wrap-text {
        width: 350px;
        text-align: left;
        font-size: 16px;
    }

    .template-hongkong .section3-wrap-title {
        margin: 115px 0 20px;
        font-size: 33px;
    }

    .template-hongkong .section3-wrap-qrcode {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -80px;
    }

    .template-hongkong .section3-wrap-appstore {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: 48px;
    }

    .template-hongkong .section3-wrap-googleplay {
        position: absolute;
        left: 50%;
        top: 0;
        margin: 63px 0 0 48px;
    }

@media (max-width:991px) {
    .template-hongkong.template-hongkong .section3-iphone {
        left: -10px;
    }

    .template-hongkong.template-hongkong .section3-wrap {
        left: 165px;
    }
}

@media (max-width:767px) {
    .template-hongkong.template-hongkong .section3 {
        height: 350px;
    }

    .template-hongkong.template-hongkong .section3-iphone {
        top: 87%;
        left: 50%;
        margin-left: -90px;
    }

    .template-hongkong.template-hongkong .section3-wrap {
        left: 0;
        width: 100%;
    }

    .template-hongkong.template-hongkong .section3-wrap-text {
        position: relative;
        top: -92px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .template-hongkong.template-hongkong .section3-wrap-appstore {
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -165px;
    }

    .template-hongkong.template-hongkong .section3-wrap-googleplay {
        position: absolute;
        left: 50%;
        top: 30px;
        margin: 0 0 0 5px;
    }
}

.APCSS_page-hongkong {
    overflow: hidden;
}

    .APCSS_page-hongkong h2 {
        color: #0088d2;
        font-size: 30px;
        text-align: center;
        margin: 70px 0 40px;
    }

    .APCSS_page-hongkong .APCSS_linkBox-event {
        background: #fff;
        margin: 0 0 30px;
        border: 0;
        color: #333;
    }

    .APCSS_page-hongkong .fb-like {
        float: right;
        margin: -30px 0 0;
    }

.APCSS_hkBanner {
    position: relative;
}

    .APCSS_hkBanner .title {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -450px;
    }

        .APCSS_hkBanner .title h2 {
            display: inline;
            font-size: 50px;
            margin: -22px 0 0;
        }

        .APCSS_hkBanner .title i {
            font-size: 50px;
            margin: 0 5px;
        }

        .APCSS_hkBanner .title .describe {
            font-size: 18px;
            float: right;
            width: 544px;
        }

    .APCSS_hkBanner .title-xs {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -80px 0 0 -150px;
    }

        .APCSS_hkBanner .title-xs h2 {
            font-size: 50px;
        }

        .APCSS_hkBanner .title-xs i {
            font-size: 50px;
            margin: 0 0 0 125px;
        }

.APCSS_hkCampaignBlog h4 {
    font-size: 20px;
    height: 38px;
    margin: 20px 0 0;
}

.APCSS_hkCampaignBlog p {
    height: 140px;
    margin: 10px 0 0;
}

.APCSS_hkCampaignBlog a {
    color: #333;
}

.APCSS_hkCampaignBlog .readMore {
    font-size: 16px;
    height: 30px;
    width: 115px;
    background: #fff;
    border: 1px solid #333;
    color: #bdbdbd;
    display: block;
    line-height: 1.1em;
    margin: 20px auto 70px;
    opacity: .7;
}

    .APCSS_hkCampaignBlog .readMore:hover {
        background: #0088d2;
        border: 1px solid #fff;
        color: #fff;
        opacity: 1;
    }

    .APCSS_hkCampaignBlog .readMore:focus {
        color: #fff;
    }

.APCSS_hkCampaignEvents {
    background: #f5f5f5;
    width: 100%;
}

.hkShareBar {
    display: block;
    background: #fff;
    margin: 15px 0 0;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #bdbdbd;
    cursor: pointer;
}

    .hkShareBar:hover {
        background: #fed631;
        color: #0088d2;
    }

.APCSS_hkCampaignBtn-lg {
    background: #0088d2;
    border: 1px solid #fff;
    color: #fff;
    margin: 70px 0;
    opacity: .7;
}

    .APCSS_hkCampaignBtn-lg:hover {
        color: #fff;
        opacity: 1;
    }

    .APCSS_hkCampaignBtn-lg:focus {
        color: #fff;
    }

.APCSS_hkCampaignJoin h3 {
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -115px 0 0 -198px;
}

.APCSS_hkCampaignJoin p {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -159px;
    text-align: center;
}

.APCSS_hkCampaignJoin .APCSS_hkCampaignBtn-lg {
    width: 273px;
    margin: 45px 0 0 -136px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.APCSS_hkCampaignApp {
    background: url(//static.accupass.com/images/campaigns/hk/bluebg.jpg) repeat-x;
    height: 300px;
}

    .APCSS_hkCampaignApp .iconBg {
        background: url(//static.accupass.com/images/campaigns/hk/icons_bg.gif);
        height: 300px;
        opacity: .1;
    }

    .APCSS_hkCampaignApp .iphone {
        position: absolute;
        bottom: -100px;
        left: 50%;
        margin: 0 0 0 -440px;
    }

    .APCSS_hkCampaignApp h3 {
        margin: -55px 0 0 -180px;
    }

    .APCSS_hkCampaignApp h3, .APCSS_hkCampaignApp p {
        color: #757575;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .APCSS_hkCampaignApp p {
        margin: 35px 0 0 -180px;
        font-size: 16px;
    }

    .APCSS_hkCampaignApp .qrcode {
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -52px -265px 0 0;
    }

    .APCSS_hkCampaignApp .appStore {
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -52px -440px 0 0;
    }

    .APCSS_hkCampaignApp .googlePlay {
        position: absolute;
        top: 50%;
        right: 50%;
        margin: 11px -440px 0 0;
    }

@media (max-width:992px) {
    .APCSS_hkCampaignJoin h3 {
        font-size: 35px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -90px 0 0 -198px;
    }

    .APCSS_hkCampaignJoin p {
        font-size: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -45px 0 0 -143px;
        text-align: center;
    }

    .APCSS_hkCampaignJoin .APCSS_hkCampaignBtn-lg {
        bottom: 5px;
        margin: 40px 0 0 -110px;
        height: 40px;
        width: 220px;
    }

    .APCSS_hkCampaignApp .iphone {
        margin: 0 0 0 -370px;
    }

    .APCSS_hkCampaignApp h3 {
        margin: -55px 0 0 -165px;
    }

    .APCSS_hkCampaignApp p {
        margin: 35px 0 0 -165px;
    }

    .APCSS_hkCampaignApp .qrcode {
        margin: -52px -190px 0 0;
    }

    .APCSS_hkCampaignApp .appStore {
        margin: -52px -360px 0 0;
    }

    .APCSS_hkCampaignApp .googlePlay {
        margin: 11px -360px 0 0;
    }
}

@media (max-width:768px) {
    .APCSS_hkCampaignBlog .readMore {
        margin: -20px auto 70px;
    }

    .APCSS_hkCampaignJoin h3 {
        font-size: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -105px 0 0 -140px;
    }

    .APCSS_hkCampaignJoin p {
        font-size: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -60px 0 0 -143px;
        text-align: center;
    }

    .APCSS_hkCampaignJoin .APCSS_hkCampaignBtn-lg {
        margin: 145px 0 0 -185px;
        top: auto;
        bottom: 15px;
        height: 45px;
        width: 370px;
    }

    .APCSS_hkCampaignApp, .APCSS_hkCampaignApp .iconBg {
        height: 350px;
    }

        .APCSS_hkCampaignApp .iphone {
            margin: 0 0 0 -90px;
            top: 55%;
            left: 50%;
        }

        .APCSS_hkCampaignApp h3 {
            margin: -150px 0 0 -120px;
        }

        .APCSS_hkCampaignApp p {
            margin: -75px 0 0 -120px;
        }

        .APCSS_hkCampaignApp .appStore {
            margin: -40px 0 0 -150px;
            left: 50%;
            width: 140px;
        }

        .APCSS_hkCampaignApp .googlePlay {
            margin: -40px 0 0 10px;
            left: 50%;
            width: 140px;
        }
}

.mothersday2015 .apcss-activity-card {
    margin: 0 -5px 20px;
    border: 1px solid #bdbdbd;
}

.mothersday2015 .fb-like {
    margin: 0;
    top: 40px;
}

.mothersday2015 .banner-title-wrap .slogan-lg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mothersday2015 .banner-title-wrap .slogan-description {
    position: relative;
    top: 30px;
    display: inline-block;
    text-align: left;
}

.mothersday2015 .section-title {
    color: #1fb0ff;
}

.mothersday2015 .section1 {
    background-color: #f9f3f3;
}

.mothersday2015 .section1-readmore {
    border: 2px solid #ebb6b4;
    color: #ebb6b4;
    border-radius: 7px;
}

    .mothersday2015 .section1-readmore:hover {
        background-color: #ebb6b4;
        color: #fff;
    }

.mothersday2015 .section2 {
    background: url("//static.accupass.com/fest/mothersday2015/pattern1.png") 0 0 repeat;
}

.mothersday2015 .section2-linkbox-sharebar {
    color: #e58181;
}

    .mothersday2015 .section2-linkbox-sharebar:hover {
        background-color: #e58181;
        color: #fff;
    }

.mothersday2015 .section2-btn-more {
    background-color: #1fb0ff;
    margin: 20px 0 0;
    color: #fff;
}

    .mothersday2015 .section2-btn-more:hover {
        background-color: #d65454;
    }

.mothersday2015 .section3 {
    background: url("//static.accupass.com/fest/mothersday2015/pattern2.png") 0 0/350px 350px repeat;
}

@media screen and (max-width:1111px) {
    .mothersday2015 .banner-title-wrap .slogan-description {
        display: none;
    }
}

@media (max-width:991px) {
    .mothersday2015 .banner-title-wrap .slogan-lg {
        width: 97%;
    }

    .mothersday2015 .section3-wrap-text-hide {
        display: none;
    }
}

.apcss-nav-mobile:checked ~ .APCSS_wrapper .mrt .nav-mrt {
    position: absolute;
}

.mrt :focus {
    outline: none !important;
}

.mrt a:focus, .mrt a:hover {
    text-decoration: none;
    outline: none !important;
}

.mrt select:-moz-focusring {
    text-shadow: 0 0 0 #fff;
    color: transparent;
}

.mrt .seo {
    display: none;
}

.mrt .container-fluid {
    margin: 0;
    padding: 0;
}

.mrt .root-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}

.mrt .nav-mrt {
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #262626;
    z-index: 10;
}

.mrt .mrt-line-ul {
    margin: 0;
    line-height: 40px;
}

.mrt .mrt-line {
    display: inline-block;
    height: 38px;
    margin: 2px 10px 0 0;
}

    .mrt .mrt-line.active, .mrt .mrt-line:hover {
        border-bottom: 5px solid #0072c6;
        cursor: pointer;
    }

    .mrt .mrt-line.red {
        border-bottom-color: #e3002d;
    }

    .mrt .mrt-line.blue {
        border-bottom-color: #0072c6;
    }

    .mrt .mrt-line.yellow {
        border-bottom-color: #fca311;
    }

    .mrt .mrt-line.brown {
        border-bottom-color: #aa753f;
    }

    .mrt .mrt-line.green {
        border-bottom-color: #05752b;
    }

.mrt .mrt-line-link {
    color: #fff;
}

    .mrt .mrt-line-link.active, .mrt .mrt-line-link:focus, .mrt .mrt-line-link:hover {
        text-decoration: none;
        color: #fff;
    }

.mrt .mrt-line-select-wrapper {
    width: 140px;
    height: 24px;
    margin: 9px auto 0;
    font-size: 18px;
    background-color: hsla(0,0%,100%,0);
    border-bottom: 1px solid #fff;
    background: url("//static.accupass.com/fest/mrt/casestudy_arrow.png") no-repeat 100%;
    background-size: 11%;
    overflow: hidden;
}

.mrt .mrt-line-select {
    width: 160px;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.mrt .map {
    padding: 70px 0 30px;
}

.mrt #mapCanvas {
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.mrt .linkbox {
    margin-bottom: 30px;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
}

.mrt .linkbox-title {
    margin: 0;
    font-size: 14px;
}

.mrt .linkbox-title-link {
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333 !important;
    overflow: hidden;
}

.mrt .linkbox-img-org {
    float: left;
    margin: 0 10px;
}

.mrt .linkbox-org {
    display: block;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mrt .linkbox-time {
    position: relative;
    right: 10px;
    float: right;
    line-height: 30px;
}

.mrt .linkbox-time-icon {
    margin-right: 5px;
}

.mrt .linkbox-infobar {
    margin: 15px 0 0;
    padding: 10px;
    border-top: 1px solid #ccc;
    background-color: #f8f8f8;
}

.mrt .linkbox-infobar-span {
    margin-right: 15px;
}

.mrt .linkbox-infobar-icon {
    margin-right: 5px;
}

.mrt #linkboxTemplate {
    display: none;
}

.mrt .no-data {
    font-size: 30px;
    text-align: center;
}

.mrt .btn-more, .mrt .no-data {
    display: none;
    margin-bottom: 30px;
}

.mrt .btn-more {
    line-height: 30px;
    color: #fff;
    background-color: #0088d2;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .mrt .btn-more:hover {
        color: #fff;
        background-color: #006ea9;
    }

@include breakpoint(var(--phone)) {
    .mrt .map {
        padding: 45px 0 15px;
    }

    .mrt #mapCanvas {
        height: 300px;
    }

    .mrt .no-data {
        font-size: 18px;
    }
}

@-moz-document url-prefix() {
    .mrt body, .mrt html {
        font-family: Arial,\\5FAE\8EDF\6B63\9ED1\9AD4,\\860B\679C\5137\4E2D\9ED1,sans-serif;
    }

    .mrt .mrt-line-select-wrapper {
        margin-top: 6px;
        height: 28px;
    }

    .mrt .mrt-line-select {
        color: #fff;
    }
}

#premiumOrg {
    text-align: right;
    float: right;
    max-height: 52px;
    line-height: 82px;
}

    #premiumOrg a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
        color: #FFBB00;
    }

.newTag {
    width: 40px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    background-color: #e02020;
    padding: 0 5px;
    margin-left: 10px;
}

/*防疫專區*/
.style-c39139df-part {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    min-height: 100px;
    padding: 30px 16px 20px 45px;
    background-color: hsla(0, 0%, 95%, 0.45);
    border: 1px solid hsla(0, 0%, 95%, 0.45);
    font-family: Noto Sans,Apple Casual,Corbel,Microsoft JhengHei,sans-serif;
}

.style-33b75462-notice-block {
    display: block;
    background-color: rgba(255, 58, 68, 0.05);
    border: 1px solid rgba(255, 58, 68, 0.2);
}

.style-90d0f54d-part-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.44;
    color: #50555f;
}

.style-13c64cf2-part-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: .8;
    flex: .8;
    line-height: 32px;
    font-size: 16px;
}

.style-3ec2979e-part-progress {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: .2;
    flex: .2;
}

.style-33b75462-notice-block a {
    color: #0088d2;
    text-decoration: underline;
}

.style-41f73182-notice-cta {
    border-radius: 4px;
    background-color: #0088d2;
    color: #fff !important;
    padding: 3px 15px;
    text-decoration: none !important;
    -webkit-transition: .5s;
    transition: .5s;
}

#precaution {
    padding: 0px 16px 20px 35px;
    border: 0px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
}

#MyEventOverviewTitle {
    float: none;
}
/*防疫專區END*/
