html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

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
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px
}

td, th {
    padding: 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^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        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 th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@media screen {
    .form-control {
        padding: 6px 12px;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    }
}

@media screen and (max-width:767px) {


    .collapse {
        display: visible
    }
}



@media(min-width:768px) {
    .container {
        width: 100%
    }

    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .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
    }

    blockquote {
        border-left: 5px solid #ccc
    }

    .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.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .form-horizontal .control-label {
        text-align: right
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .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 {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }

}

@media(min-width:992px) {
    .container {
        width: 100%
    }

    .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.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }

    .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.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: WTMannaSans, Roboto, 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

html[lang=zh-hans] body, html[lang=zh-hant] body {
    font-family: 'Segoe UI', Roboto, 'Noto Sans', 'Helvetica Neue', Helvetica, 'Microsoft YaHei', Arial, 'Arial Unicode MS', sans-serif
}

html[lang=ko] body, html[lang=ko] body {
    font-family: sans-serif
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:hover, a:focus {
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -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, h2, h3, h4, h5, h6, .banner, .title {
    font-family: WTMannaSans, Roboto, 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

html[lang=zh-hans] h1, html[lang=zh-hans] h2, html[lang=zh-hans] h3, html[lang=zh-hans] h4, html[lang=zh-hans] h5, html[lang=zh-hans] h6, html[lang=zh-hans] .banner, html[lang=zh-hans] .title, html[lang=zh-hant] h1, html[lang=zh-hant] h2, html[lang=zh-hant] h3, html[lang=zh-hant] h4, html[lang=zh-hant] h5, html[lang=zh-hant] h6, html[lang=zh-hant] .banner, html[lang=zh-hant] .title {
    font-family: 'Segoe UI', Roboto, 'Noto Sans', 'Helvetica Neue', Helvetica, 'Microsoft YaHei', Arial, 'Arial Unicode MS', sans-serif
}

html[lang=ko] h1, html[lang=ko] h2, html[lang=ko] h3, html[lang=ko] h4, html[lang=ko] h5, html[lang=ko] h6, html[lang=ko] .banner, html[lang=ko] .title, html[lang=ko] h1, html[lang=ko] h2, html[lang=ko] h3, html[lang=ko] h4, html[lang=ko] h5, html[lang=ko] h6, html[lang=ko] .banner, html[lang=ko] .title {
    font-family: sans-serif
}

h1, h2, h3 {
    margin-top: 1em;
    margin-bottom: .5em
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 23px
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11px
}

p {
    margin: 0 0 18px
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-success {
    color: #507334
}

.svg-success {
    fill: #507334
}

a.text-success:hover {
    color: #375024
}

.text-info {
    color: #716c92
}

.svg-info {
    fill: #716c92
}

a.text-info:hover {
    color: #5a5675
}

.text-warning {
    color: #8d578e
}

.svg-warning {
    fill: #8d578e
}

a.text-warning:hover {
    color: #6e436f
}

.text-danger {
    color: #ad4942
}

.svg-danger {
    fill: #ad4942
}

a.text-danger:hover {
    color: #883934
}

.bg-default {
    background-color: #eee
}

.svg-default {
    fill: #eee
}

.bg-default-50 {
    background-color: rgba(238, 238, 238, .5)
}

.bg-success {
    background-color: #d1e4c2
}

.bg-success-50 {
    background-color: rgba(209, 228, 194, .4)
}

a.bg-success:hover {
    background-color: #b6d49f
}

.bg-info {
    background-color: #e2e1e9
}

a.bg-info:hover {
    background-color: #c6c4d3
}

.bg-warning {
    background-color: #e2cfe2
}

a.bg-warning:hover {
    background-color: #ceafcf
}

.bg-danger {
    background-color: #f3e2e1
}

.bg-danger-50 {
    background-color: rgba(243, 226, 225, .5)
}

a.bg-danger:hover {
    background-color: #e5bfbc
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}


abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 5px 10px 20px;
    margin: 0 0 20px;
    background-color: #fafafa
}


blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '— '
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: ' —'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Monaco
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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: 0
}

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
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}



table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    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-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #e1ebd9
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th {
    background-color: #c4dcb1
}

.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d5eaf0
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th {
    background-color: #c5dae0
}

.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #feedcd
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {
    background-color: #f7ddac
}

.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2d9d5
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th {
    background-color: #e6c1c0
}

.table-responsive>.table {
    font-size: 13px
}


fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: 1px solid #ccc
}


.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    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;
    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;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label, .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: calc(100% - 25px);
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #507334
}

.has-success .form-control {
    border-color: #507334;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #375024;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #81b459;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #81b459
}

.has-success .input-group-addon {
    color: #507334;
    border-color: #507334;
    background-color: #d1e4c2
}

.has-success .form-control-feedback {
    color: #507334
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: rgba(0, 0, 0, .6)
}

.has-warning .form-control {
    border-color: #fab637;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #fab637;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #bb90bb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #bb90bb
}

.has-warning .input-group-addon {
    color: #fab637;
    border-color: #fab637;
    background-color: rgba(250, 182, 55, .15)
}

.has-warning .form-control-feedback {
    color: #fab637
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ad4942
}

.has-error .form-control {
    border-color: #ad4942;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #883934;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d08985;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d08985
}

.has-error .input-group-addon {
    color: #ad4942;
    border-color: #ad4942;
    background-color: #f3e2e1
}

.has-error .form-control-feedback {
    color: #ad4942
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}


.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}


.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(189, 183, 181, .5);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
    background-color: #b9b9b9
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-success {
    color: #fff;
    background-color: #699c40
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #408240
}

.btn-success:hover {
    color: #fff;
    background-color: #408240
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #408240
}

.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #408240
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #699c40
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #2f96b4
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #257890
}

.btn-info:hover {
    color: #fff;
    background-color: #257890
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #257890
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #257890
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #2f96b4
}

.btn-info .badge {
    color: #2f96b4;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f8a406
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f8a406
}

.btn-warning:hover {
    color: #fff;
    background-color: #d68c00
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #f8a406
}

.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #f8a406
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f8a406
}

.btn-warning .badge {
    color: #f8a406;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #bd422f
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #972b25
}

.btn-danger:hover {
    color: #fff;
    background-color: #972b25
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #972b25
}

.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #972b25
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #bd422f
}

.btn-danger .badge {
    color: #bd422f;
    background-color: #fff
}

.btn-link {
    color: #699c40;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #496d2c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: visible
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-ok:before {
    content: "✅️"
}

.glyphicon-warning:before {
    content: "⚠️"
}

.glyphicon-error:before {
    content: "❌️"
}

.glyphicon-chevron-left:before {
    content: "❮"
}

.glyphicon-chevron-right:before {
    content: "❯"
}

.glyphicon-chevron-up:before {
    content: "︿"
}

.glyphicon-chevron-down:before {
    content: "﹀"
}

.glyphicon-down:before {
    content: "▼"
}

.glyphicon-up:before {
    content: "△"
}

.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;
    padding-bottom: 2px
}

.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: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    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;
    padding: 0
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #699c40
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: var(--city-1-02)
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    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-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 10px;
    line-height: 1.2;
    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
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus, .btn-group-vertical>.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 {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-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>.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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    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>.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: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    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:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-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="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    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 {
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].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: 0
}

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, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].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: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee
}

.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: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    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
}


.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}


.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #699c40
}

.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
}



.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        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
}

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left;
        height: 1px
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    width: 100%
}

@media(min-width:768px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        width: auto
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 1px solid transparent
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: none
}

.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>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        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-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 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;
        -webkit-box-shadow: none;
        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-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:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    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:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    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:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    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:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #699c40;
    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: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #496d2c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #699c40;
    cursor: default
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    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: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.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: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd
}

.pager li>a:hover, .pager li>a:focus {
    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:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover, .label[href]:focus {
    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]:hover, .label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #699c40
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #496d2c
}

.label-success {
    background-color: #699c40
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #489248
}

.label-info {
    background-color: #2f96b4
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #2a87a2
}

.label-warning {
    background-color: #f8a406
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #df8505
}

.label-danger {
    background-color: #bd422f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #aa302a
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    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
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #699c40;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.container .jumbotron {
    border-radius: 0
}

.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: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 15px 15px 15px 5px;
    position: relative
}

.alert .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit
}

.alert .icon:before {
    position: absolute;
    top: calc(50% - 15px);
    left: 8px;
    width: 28px;
    height: inherit;
    opacity: .8
}

.alert .with-arrow:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    right: -4px;
    background: inherit;
    top: calc(50% - 4px)
}

.alert .message-area {
    background-color: rgba(255, 255, 255, .8);
    color: rgba(0, 0, 0, .6);
    padding: 10px 15px;
    margin: -15px -15px -15px 0
}

.icon+.message-area {
    padding: 15px;
    padding-left: 55px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.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: #699c40;
    color: #fff
}

.alert-success hr {
    border-top-color: #e1e1e1
}

.alert-success .alert-link {
    color: #285128
}

.alert-success .icon:before {
    content: url(https://cdn.jwevent.org/graphics/success.svg)
}

.alert-info {
    background-color: #2f96b4;
    color: #fff
}

.alert-info hr {
    border-top-color: #e1e1e1
}

.alert-info .alert-link {
    color: #174b5a
}

.alert-info .icon:before {
    content: url(https://cdn.jwevent.org/graphics/info.svg)
}

.alert-warning {
    background-color: #f8a406;
    color: #fff
}

.alert-warning hr {
    border-top-color: #e1e1e1
}

.alert-warning .alert-link {
    color: #7c4a03
}

.alert-warning .icon:before {
    content: url(https://cdn.jwevent.org/graphics/warning.svg)
}

.alert-danger {
    background-color: #bd422f;
    color: #fff
}

.alert-danger hr {
    border-top-color: #e1e1e1
}

.alert-danger .alert-link {
    color: #5e1b17
}

.alert-danger .icon:before {
    content: url(https://cdn.jwevent.org/graphics/error.svg)
}

_:-ms-lang(x), .alert-warning .icon:before, .alert-danger .icon:before, .alert-info .icon:before, .alert-success .icon:before {
    content: ''
}

_:-ms-lang(x), .alert-warning .with-arrow:after, .alert-danger .with-arrow:after, .alert-info .with-arrow:after, .alert-success .with-arrow:after {
    content: normal
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    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: #699c40;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #699c40
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #2f96b4
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f8a406
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #bd422f
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, 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 #eee
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.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:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f4f4f9
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #699c40
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #fbfafd
}

.list-group-item-success {
    color: #fff;
    background-color: #699c40
}

a.list-group-item-success {
    color: #fff
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #fff;
    background-color: #408240
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #408240
}

.list-group-item-info {
    color: #fff;
    background-color: #2f96b4
}

a.list-group-item-info {
    color: #fff
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #fff;
    background-color: #257890
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #257890
}

.list-group-item-warning {
    color: #fff;
    background-color: #f8a406
}

a.list-group-item-warning {
    color: #fff
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #fff;
    background-color: #f8a406
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f8a406
}

.list-group-item-danger {
    color: #fff;
    background-color: #bd422f
}

a.list-group-item-danger {
    color: #fff
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #fff;
    background-color: #972b25
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #972b25
}

.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 #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a, .panel-title span {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group .list-group-item:first-child {
    border-top: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px
}

.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    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: #f3f3f3
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #f3f3f3
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #f3f3f3
}

@media screen {
    .panel-primary>.panel-heading {
        color: #fff;
        background-color: #699c40
    }

    .panel-primary>.panel-heading+.panel-collapse .panel-body {
        border-top-color: #699c40
    }

    .panel-primary>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: #699c40
    }
}

.panel-success {
    border-color: #e0e0e0
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #699c40;
    border-color: #e0e0e0
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e0e0e0
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e0e0e0
}

.panel-info {
    border-color: #e0e0e0
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #2f96b4;
    border-color: #e0e0e0
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e0e0e0
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e0e0e0
}

.panel-warning {
    border-color: #e0e0e0
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #f8a406;
    border-color: #e0e0e0
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e0e0e0
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e0e0e0
}

.panel-danger {
    border-color: #e0e0e0
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #bd422f;
    border-color: #e0e0e0
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e0e0e0
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e0e0e0
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    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: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    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
}

.svg-icon-button {
    cursor: pointer;
    height: 33px;
    width: 33px;
    fill: #65605e !important;
    border: 1px solid #ccc;
    padding: 7px
}

.svg-icon-button:hover {
    background-color: rgba(0, 0, 0, .1)
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    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: 1040;
    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 .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(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.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-decoration: none;
    background-color: #000;
    border-radius: 0
}

.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 #eee;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    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: normal;
    line-height: 18px;
    background-color: #e6f0df;
    border-bottom: 1px solid #d9e8cd;
    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: #eee;
    border-top-color: #ddd;
    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: #eee;
    border-right-color: #ddd
}

.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: #eee;
    border-bottom-color: #ddd;
    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: #eee;
    border-left-color: #ddd
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    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: .9;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.right {
    left: auto;
    right: 0
}

.carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.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: rgba(0, 0, 0, 0)
}

.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: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.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, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.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
    }

    th.visible-sm, td.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
    }

    th.visible-md, td.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
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.problem {
    color: #ad4942;
    font-weight: normal;
    font-size: small
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid var(--city-07-04);
    font-size: 15px
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--city-07-02)
}

.table>tbody+tbody {
    border-top: 2px solid var(--city-07-04)
}

.table-bordered {
    border: 1px solid var(--city-07-04)
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid var(--city-07-04)
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
    border-top: 1px solid var(--city-07-04)
}

.btn-primary {
    color: #fff;
    background-color: var(--city);
    border-color: #eee
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--city-1-07);
    border-color: #cfcfcf
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: var(--city-1-07);
    border-color: #eee
}

.btn-primary .badge {
    color: var(--city);
    background-color: #fff
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media(min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

div.edi b {
    position: relative;
    height: 0;
    width: 0
}

div.edi b i {
    color: #fff;
    background-color: var(--city);
    text-align: center;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal
}

div.edi>div {
    font-family: monospace;
    white-space: pre-wrap;
    height: auto;
    min-height: 40px;
    padding: 4px 16px;
    border: 1px solid #666;
    margin-bottom: 10px;
    margin-left: 20px;
    background-color: #fff;
    max-height: 300px;
    overflow-y: scroll
}

div.edi span {
    display: block;
    text-alignment: right
}

div.edi span a {
    margin-left: 30px
}

div.edi.locked b i {
    background-color: #aaa
}

div.edi.locked div {
    color: #aaa;
    border: 1px solid #eee
}

div.edi>div.preview, div.edi.done>div {
    border: 1px solid #aaa;
    font-family: sans-serif;
    white-space: normal;
    background-color: #f8f8f8;
    color: #666
}

div.edi.done>div ins, div.edi.done>div del, div.edi.done>div span {
    display: inline;
    color: #666
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media(min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@font-face {
    font-family: 'WTMannaSans';
    src: url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Regular.woff2") format("woff2"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Regular.woff") format("woff"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'WTMannaSans';
    src: url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Italic.woff2") format("woff2"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Italic.woff") format("woff"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'WTMannaSans';
    src: url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Bold.woff2") format("woff2"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Bold.woff") format("woff"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'WTMannaSans';
    src: url("https://cdn.jwevent.org/fonts/Wt-MannaSans-BoldItalic.woff2") format("woff2"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-BoldItalic.woff") format("woff"), url("https://cdn.jwevent.org/fonts/Wt-MannaSans-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "jw-icons";
    src: url("https://cdn.jwevent.org/fonts/jw-icons-4ed4d1a.eot");
    src: url("https://cdn.jwevent.org/fonts/jw-icons-4ed4d1a.eot?#iefix") format("embedded-opentype"), url("https://cdn.jwevent.org/fonts/jw-icons-4ed4d1a.woff") format("woff"), url("https://cdn.jwevent.org/fonts/jw-icons-4ed4d1a.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "jw-event-icons";
    src: url("https://cdn.jwevent.org/fonts/jw-event-300920.eot");
    src: url("https://cdn.jwevent.org/fonts/jw-event-300920.eot?#iefix") format("embedded-opentype"), url("https://cdn.jwevent.org/fonts/jw-event-300920.woff") format("woff"), url("https://cdn.jwevent.org/fonts/jw-event-300920.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@media screen {
    body {
        font-size: 16px;
        color: #333;
        background-color: #eceae7;
        line-height: 1.45;
        padding-top: 50px
    }

    body.fixed-for-overlay {
        overflow: hidden
    }
}

@media print {
    body {
        padding-bottom: 20px;
        font-size: 13px;
        color: #333;
        line-height: 1.45
    }
}

.navbar-inverse .navbar-toggle {
    border: none
}

.navbar-inverse {
    height: 50px
}

.spacer {
    height: 60px;
    width: 100%
}

.footer-spacer {
    border-bottom: 1px dotted #999;
    margin: 15px 0
}

img {
    max-width: 100%
}

a {
    cursor: pointer
}

.carousel-caption {
    display: none
}

.jw-icon:before {
    speak: none;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jw-icon.icon-bolder:before {
    font-weight: 900
}

.jw-icon-in-text {
    line-height: 0 !important;
    vertical-align: middle
}

.jw-icon-in-text::before {
    font-size: 20px
}

.jw-font:before {
    font-family: "jw-icons"
}

.jw-event-font:before {
    font-family: "jw-event-icons"
}

.larger-icon-over-xs:before {
    font-size: 24px
}

.smaller-icon:before {
    font-size: 16px
}

a.jw-icon.button-icon:before {
    border: 1px solid var(--city);
    padding: 3px;
    margin-left: 3px
}

a.jw-icon.button-icon.white-background:before {
    background: #fff
}

a:hover.jw-icon.button-icon {
    text-decoration: none
}

a:hover.jw-icon.button-icon:before, a.jw-icon.active.button-icon:before {
    background-color: var(--city-1-02)
}

.help-icon:before {
    font-family: "jw-icons";
    content: ""
}

.in-text-help-icon:before {
    font-family: "jw-icons";
    content: "";
    font-weight: 600;
    margin: 0 5px
}

.email-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.save-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.restore-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.trash-icon:before {
    font-family: "jw-icons";
    content: ""
}

.trash2-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.hidden-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.sort-az-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.sort-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.add-article-help-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.add-category-help-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.chevron-toright-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.move-out-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.move-in-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.chevron-toup-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.chevron-todown-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.region-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.map-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.logout-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.food-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.transport-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.dot-icon:before {
    font-family: "jw-icons";
    content: ""
}

.dot-white-icon::before {
    font-family: "jw-icons";
    content: "○"
}

.home-icon:before {
    font-family: "jw-icons";
    content: ""
}

.link-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.link2-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.globe-icon:before {
    font-family: "jw-icons";
    content: ""
}

.locations-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.manage-icon:before {
    font-family: "jw-icons";
    content: ""
}

.convention-icon:before {
    font-family: "jw-icons";
    content: ""
}

.campaign-icon:before {
    font-family: "jw-icons";
    content: ""
}

.personal-icon:before {
    font-family: "jw-icons";
    content: ""
}

.calendar-icon:before {
    font-family: "jw-icons";
    content: ""
}

.speaking-icon:before {
    font-family: "jw-icons";
    content: ""
}

.user-icon:before {
    font-family: "jw-icons";
    content: ""
}

.congregation-icon:before {
    font-family: "jw-icons";
    content: ""
}

.branch-icon:before {
    font-family: "jw-icons";
    content: ""
}

.image-icon:before {
    font-family: "jw-icons";
    content: ""
}

.whatsnew-icon:before {
    font-family: "jw-icons";
    content: ""
}

.evening-gathering-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.gallery-icon:before {
    font-family: "jw-icons";
    content: ""
}

.itinerary-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.preview-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.contact-icon:before, .inbox-icon:before {
    font-family: "jw-icons";
    content: ""
}

.hotels-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.transportation-icon:before, .mytrip-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.bus-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.attachments-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.kingdomwork-icon:before {
    font-family: "jw-icons";
    content: ""
}

.ourhistory-icon:before {
    font-family: "jw-icons";
    content: ""
}

.secularhistory-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.landpeople-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.welcome-icon:before {
    font-family: "jw-icons";
    content: ""
}

.areinterested-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.faq-icon:before {
    font-family: "jw-icons";
    content: ""
}

.activities-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.profile-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.sftsinfo-icon:before {
    font-family: "jw-icons";
    content: ""
}

.edit2-icon:before {
    font-family: "jw-icons";
    content: ""
}

.accommodations-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.access-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.specialrooming-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.volunteerapp-icon:before, .documents-icon:before, .edit-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.schedule-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.helperoverview-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.addreport-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.settings1-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.settings2-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.addedreport-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.multiple-activities-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.statistic-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.group-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.infohub-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.planning-icon:before {
    font-family: "jw-icons";
    content: ""
}

.icons-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.city-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.dashboard-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.translation-icon:before {
    font-family: "jw-icons";
    content: ""
}

.translation-update-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.translation-proofread-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.translation-ok-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.fromfield-icon:before {
    font-family: "jw-icons";
    content: ""
}

.delegate-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.volunteer-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.carrentals-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.airlines-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.deadlines-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.close-icon:before {
    font-family: "jw-icons";
    content: ""
}

.caret-down-icon:before {
    font-family: "jw-icons";
    content: ""
}

.search-icon:before {
    font-family: "jw-icons";
    content: ""
}

.title-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.check-in-square-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.check1-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.check2-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.inherited-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.paragraph-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.male-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.female-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.room-type-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.picture-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.delegate-app-summary-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.table-view-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.card-view-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.locationinfo-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.play-icon:before {
    font-family: "jw-icons";
    content: ""
}

.play2-icon:before {
    font-family: "jw-icons";
    content: ""
}

.play3-icon:before {
    font-family: "jw-icons";
    content: ""
}

.pause-icon:before {
    font-family: "jw-icons";
    content: ""
}

.tag-icon:before {
    font-family: "jw-icons";
    content: ""
}

.family-icon:before {
    font-family: "jw-icons";
    content: ""
}

.add-up-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

.add-down-icon:before {
    font-family: "jw-event-icons";
    content: ""
}

table.month {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 4px
}

caption.month-caption {
    border-bottom: 2px solid var(--city-1-07);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

th.month__week-name.ng-star-inserted {
    width: 100%;
    text-align: center
}

.month__week-day {
    background-color: var(--city-1-02);
    text-align: center;
    padding: 5px
}

.month__week-days td {
    position: relative
}

.month__week-day.month__week-day--disabled {
    color: #aaa;
    background-color: #d5d4d2
}

.month__week-day.month__week-day--selected {
    color: #fff;
    background-color: var(--city)
}

.month__week-day.month__week-day--filled {
    background-color: var(--city-1-07)
}

.month__week-days-events {
    height: 35px
}

.text-small {
    font-size: 1em;
    line-height: 1.5
}

.pull-left {
    float: left
}

.month__week-day-event {
    color: #000;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    vertical-align: middle
}

.month__week-day-icon {
    position: absolute;
    bottom: -2px;
    right: 5px
}

.popper {
    position: absolute;
    background: #f8f8f7;
    color: #000;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    padding: 10px;
    z-index: 9999
}

.month__week-days td .popper table {
    text-align: left
}

.popper table {
    word-wrap: break-word;
    white-space: normal;
    width: 23rem
}

.popper table tbody tr td:first-child {
    width: 10%;
    color: #fff
}

.month__week-days td .popper table td {
    padding: 0 8px;
    vertical-align: top
}

.popper-icon:before {
    font-size: 36px;
    height: 100%;
    vertical-align: middle;
    background: var(--city);
    padding: 8px;
    display: inline-flex
}

@media screen and (min-width:768px) {
    .carousel-caption {
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        filter: alpha(opacity=70);
        left: 0 !important;
        right: 0 !important;
        padding: 0 5px 0 20px;
        bottom: 0;
        color: #fff !important;
        font-size: 16px;
        line-height: 40px;
        display: block;
        height: 40px
    }

    .logo-text {
        margin-left: 80px
    }
}

.bannercaption {
    color: #fff !important;
    opacity: 1;
    filter: alpha(opacity=100)
}

.container {
    background-color: #fff
}

.navbar-inverse {
    background-color: #373433;
    border-color: #373433
}

.navbar .container {
    background-color: #373433;
    padding-left: 0;
    padding-right: 0
}

.navbar {
    max-height: 44px !important;
    min-height: 36px;
    font-size: 14px
}

.navbar-fixed-top {
    margin-top: 0
}

.navbar-toggle {
    margin: 0;
    height: 50px
}

.logo-black {
    margin-top: 0;
    height: 37px
}

.logo-black-ie {
    height: 43px;
    padding-top: 3px
}

@media only screen and (min-width:768px) {
    .navbar-fixed-top {
        margin-top: 0px;
        height: 46px
    }

    .navbar .container {
        background-color: #373433;
        padding-left: 15px;
        padding-right: 15px
    }

    .logo-black, .logo-black-ie {
        display: none
    }
}

#chart_div {
    width: 600px;
    height: 600px
}

img.logo {
    display: block;
    width: 61px;
    left: 0
}

@media only screen and (min-width:768px) {
    img.logo {
        position: relative;
        width: 46px;
        height: 46px;
        padding: 0;
        margin-bottom: -36px
    }
}

.top-white {
    height: 0;
    position: fixed;
    top: -2px;
    left: -2px;
    display: flex
}

ul.nav.navbar-nav.pull-right {
    float: none
}

ul.nav.navbar-nav.pull-right>li>a {
    text-align: right
}

@media(min-width:768px) {
    body {
        font-size: 17px
    }

    .top-white {
        background-color: #fff;
        position: absolute;
        margin-top: -58px;
        height: 58px;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%
    }

    .top-white h1 {
        left: 91px
    }

    img.logo {
        left: -18px;
        width: 76px;
        height: 55px;
        top: -40px;
        z-index: 10000
    }

    .body-content {
        margin-top: -57px !important;
        padding-top: 100px
    }

    .nav {
        font-size: 12px
    }

    .navbar-nav {
        padding-top: 0
    }
}

.logo-text {
    position: relative;
    bottom: -11px;
    color: #65605e;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1.15
}

.logo-text hr {
    margin: 2px 0 0 0;
    border-top: .5px solid #65605e
}

.logo-text div:first-child {
    font-size: 15px;
    padding-left: 1px
}

.top-white-line {
    margin-left: 15px;
    width: 1px;
    height: 58px;
    background: linear-gradient(transparent, #373433);
    display: inline-block
}

#readonlyalert {
    position: absolute;
    top: 2px;
    left: 6px;
    right: 0
}

#readonlyalert i {
    display: inline-block;
    background-color: #e5bfbc;
    padding: 0 5px;
    border-radius: 1px;
    text-transform: none;
    font-style: normal;
    font-size: 13px;
    white-space: nowrap;
    color: #000;
    transform: translateY(-3.5px);
    min-width: 100%
}

#regions_div {
    width: 100%
}

.textarea-counter {
    float: right;
    padding-top: 5px;
    color: #bbb;
    font-size: small
}

.highlight-with-city-color-02 {
    background-color: var(--city-07-02)
}

.highlight-with-light-grey {
    background-color: #eee
}

.highlight-with-light-green {
    background-color: #d1e4c2
}

.highlight-with-light-red {
    background-color: #f3d9d5
}

.highlight-with-light-yellow {
    background-color: #fdedd2
}

.highlight-with-light-blue {
    background-color: #d5eaf0
}

.highlight-with-primary-color {
    background-color: var(--city)
}

.small-usage-codes-list {
    padding-inline-start: 0;
    font-size: 11px;
    white-space: nowrap;
    padding-top: 5px
}

.small-subtitle-inside-table {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    display: block
}

table.smaller-text>tbody>tr>td {
    font-size: 13px
}

.changelog-date {
    font-size: small;
    color: #aaa
}

.changelog-table td {
    vertical-align: middle !important
}

.changelog-table td:first-child {
    width: 8%;
    padding-top: 12px
}

.changelog-table td:nth-child(2) {
    width: 15%
}

.changelog-table td.edit-column {
    width: 8%
}

#legend svg {
    width: 20px;
    fill: var(--city)
}

.filter-usagecodes-panel {
    margin-top: 3px;
    position: absolute;
    z-index: 100;
    width: 400px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5)
}

.special-select svg {
    fill: #969696 !important;
    width: 25px;
    bottom: 0;
    vertical-align: middle;
    margin-right: 10px
}

.container.container-full-width {
    margin-left: initial;
    margin-right: initial;
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width:768px) {
    #regions_div {
        width: 100%
    }
}

.body-content {
    position: relative
}

.body-content div.shade {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 2.5em .5em rgba(204, 204, 204, .5);
    -moz-box-shadow: 0 0 2.5em .5em rgba(204, 204, 204, .5);
    box-shadow: 0 0 2.5em .5em rgba(204, 204, 204, .5)
}

.carousel-shade {
    -webkit-box-shadow: inset -2em 0 2em -1em rgba(0, 0, 0, .7) !important;
    -moz-box-shadow: inset -2em 0 2em -1em rgba(0, 0, 0, .7) !important;
    box-shadow: inset -2em 0 2em -1em rgba(0, 0, 0, .7) !important
}

.body-content div.shade.left {
    left: 0
}

.body-content div.shade.right {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.city-badge svg, .card-badge-square svg {
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 15px;
    left: calc(50% - 35px)
}

.city-badge-square svg, .card-badge-square svg {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px)
}

.city-badge-square, .card-badge-square {
    text-align: center;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background: #eee;
    position: relative;
    display: table
}

.card-badge-square-container {
    padding-left: 0;
    padding-right: 0
}

.card-badge-square.transparent-background {
    background-color: transparent
}

.city-badge-square-icon:before, .card-badge-square-icon:before {
    font-size: 40px;
    color: #999;
    height: 100%;
    vertical-align: middle;
    display: table-cell
}

@media(min-width:992px) {
    .card-badge-square-container {
        padding-right: initial
    }

    .city-badge-square, .card-badge-square {
        width: 90px;
        height: 90px
    }

    .city-badge-square-icon:before, .card-badge-square-icon:before {
        font-size: 60px;
        color: #999;
        height: 100%;
        vertical-align: middle;
        display: table-cell
    }

    .city-badge-square svg, .card-badge-square svg {
        height: 70px;
        width: 70px;
        top: calc(50% - 35px);
        left: calc(50% - 35px)
    }
}

.multiple-cards-container {
    display: flex;
    flex-wrap: wrap
}

.card-container {
    padding: 20px;
    display: inline-flex
}

.card {
    border: solid 1px #ccc;
    min-height: 20px;
    padding: 19px
}

.card:not(.not-hover) {
    cursor: pointer
}

.card:not(.not-hover):hover {
    background-color: #eee
}

.card .header-first-header {
    font-size: x-large;
    color: var(--city);
    overflow: hidden;
    text-overflow: ellipsis
}

.card .header-subheader {
    font-size: medium;
    margin-bottom: 10px;
    color: var(--city)
}

.card .header-moreinfoline {
    display: block;
    color: #888
}

.card .card-banner {
    font-size: smaller;
    text-transform: uppercase;
    background-color: var(--city);
    color: #fff;
    padding: 4px;
    margin-top: 15px
}

.card-container .table>tbody>tr>td, .card-container .table>tbody>tr>th {
    vertical-align: middle
}

.card-container .table>tbody>tr>td, .card-container .table>tbody>tr>th {
    vertical-align: middle
}

.card-container .table.select-account>tbody>tr:hover>td, .card-container .table.select-account>tbody>tr:hover>th {
    background-color: #eee;
    cursor: pointer
}

.body-content #main-content {
    padding-left: 2%;
    padding-right: 2%
}

.navbar-nav {
    padding-left: 0;
    margin-left: 11px
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: initial
}

.nav>li>a {
    padding: 5px 14px;
    text-transform: uppercase
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

.navbar-header {
    width: 10px;
    height: 50px
}

.language {
    position: relative;
    width: 0;
    float: right;
    top: -49px;
    text-transform: none
}

.language div {
    height: 38px;
    padding-top: 7px
}

.language .dropdown-toggle, .language .dropdown-toggle:hover, .navbar-inverse .navbar-nav.pull-right>li.language>a:hover {
    border: .5px solid #9e9b9a;
    border-radius: 0;
    float: right;
    margin-right: -27px;
    background-image: url(/Content/languages.svg);
    background-position: 6px 9px;
    background-size: 35px 20px;
    background-repeat: no-repeat;
    padding: 7px 8px 3px 47px;
    color: #699c40 !important;
    text-transform: none;
    background-color: #f8f8f8 !important
}

.language .dropdown-menu {
    position: relative;
    float: right;
    background-color: #fff;
    color: #000 !important;
    border: 0;
    top: 8px
}

.language .dropdown-menu>li>a {
    color: #000;
    white-space: nowrap;
    text-transform: none
}

@media(max-width:767px) {
    .navbar {
        min-height: 28px !important
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        font-size: 100%
    }

    .navbar-inverse .navbar-nav .open li:hover {
        background-color: #000
    }

    .caret-visible-xs {
        display: inline-block !important
    }
}

@media(min-width:768px) {
    .body-content #main-content {
        padding-left: 6%;
        padding-right: 6%
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px !important
    }

    .nav>li>a {
        text-transform: uppercase;
        margin-top: 0
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 115%;
        height: 44px
    }

    .navbar-inverse .navbar-nav.pull-right>li>a {
        color: #fff;
        white-space: nowrap
    }

    .caret-visible-xs {
        display: none !important
    }

    footer .icon-block:not(:last-child) {
        border-right: 1px dotted #999
    }

    .navbar .navbar-nav {
        margin-left: 0;
        z-index: 2;
        position: absolute;
        width: 100%
    }

    .navbar-header {
        height: initial
    }
}

@media(min-width:992px) {
    footer {
        width: 95%
    }

    .body-content {
        padding-top: 100px
    }

    .container {
        width: 95%
    }

    img.logo {
        left: 0px;
        width: 40px;
        height: 40px;
        top: 0px;
        z-index: 10000
    }

    .logo-text {
        margin-left: 120px
    }

    .top-white {
        margin-top: -55px;
        height: 55px
    }

    .top-white-line {
        height: 55px;
        margin-left: 8px
    }

    .navbar .navbar-nav {
        padding-left: 82px
    }

    .navbar-fixed-top {
        margin-top: 0px
    }
}

footer {
    background-color: #f0f0f0;
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-right: auto;
    margin-left: auto
}


@media(min-width:1200px) {
    .container {
        width: 1140px
    }

    .container-wide {
        position: relative;
        width: 95%
    }

    footer {
        width: 1140px
    }
}

footer>div:first-child {
    font-size: 90%;
    text-transform: uppercase;
    padding: 0 15px
}

footer .icon-block img {
    width: 44px;
    padding-top: 2px
}

footer .icon-block a span {
    vertical-align: middle;
    margin-left: 5px
}

footer .icon-block a {
    color: #4a6da7
}

footer.full-width {
    width: 100%
}

.jumbotron p {
    font-size: 13pt
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden
}

.dl-horizontal dt {
    white-space: normal
}

.img-crop {
    overflow: hidden;
    letter-spacing: -.31em;
    letter-spacing: normal;
    word-spacing: -.43em
}

.img-crop:before, .img-crop img {
    display: inline-block;
    vertical-align: middle
}

.img-crop:before {
    content: "";
    padding-top: 75%
}

.img-crop img {
    padding-left: 100%;
    margin: -999em -100%
}

a {
    cursor: pointer
}

pre, code {
    font-family: Consolas, 'Courier New', monospace;
    font-size: 9pt;
    color: #000;
    background-color: #fefefe
}

.article {
    hyphens: auto;
    line-height: 1.65;
    text-align: center;
}

.filter-title th {
    text-align: center;
    padding: 0 4px 0 4px
}

.filter-value td {
    text-align: center;
    padding: 0 6px
}

.filter-name td {
    text-align: center;
    padding: 0 4px 0 4px;
    font-size: smaller;
    white-space: nowrap
}

.filter table {
    border-radius: 3px;
    background-color: #f2f1e8;
    margin-right: 10px
}

.inline input[type=checkbox], .inline input[type=radio] {
    position: relative;
    margin: 0 15px 2px 5px;
    vertical-align: middle
}

.has-error .form-control {
    background-color: rgba(181, 109, 0, .15)
}

.has-feedback textarea+.form-control-feedback {
    top: 35px
}

span.badge {
    background-color: #4998f5
}

.active span.badge {
    background-color: #fff;
    color: #0d70e5
}

#widget_header_text {
    display: none
}

#wwo_widget_main {
    margin-top: -3px;
    margin-bottom: -3px
}

#wwo_widget_main, #wwo_widget_main tr, #wwo_widget_main td {
    border: 0 !important
}

#widget_provider a {
    color: #094c9c;
    font-weight: normal
}

#timeslots {
    border-spacing: 4px;
    border-collapse: separate;
    table-layout: fixed;
    width: 800px
}

#timeslots .red {
    background-color: #cfe5ff
}

tr.even {
    background-color: #f2f1e9
}

.map {
    position: relative
}

.map img {
    z-index: 1;
    position: absolute
}

.tourgroup {
    page-break-after: always
}

.tourgroup td {
    padding-right: 10px
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block
}

.cellspacing10, .cellpadding10 {
    border-spacing: 10px;
    border-collapse: separate;
    margin-left: -10px
}

.table-withpictures img {
    height: 24px
}

.table.fixed-layout {
    table-layout: fixed;
    width: 100%
}

.table.fixed-layout tr td, .table.fixed-layout tr th {
    overflow-x: hidden;
    text-overflow: ellipsis
}

.row.banner {
    position: fixed;
    display: block;
    z-index: 50;
    width: 100%;
    top: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    will-change: opacity
}

.banner .icon {
    padding: 10px 10px 10px 20px;
    float: left
}

.banner .title {
    padding: 8px 10px 8px 20px;
    vertical-align: middle;
    font-size: 120%;
    color: #fff;
    font-weight: normal;
    float: left;
    text-transform: uppercase
}

@media(min-width:768px) {
    .banner .title {
        font-size: 180%
    }
}

@media print {
    .row.banner {
        position: static
    }

    .banner .title {
        font-size: 32px
    }
}

tr.borderless td {
    border-top: 0 !important
}

input.forbidden, select.forbidden {
    border: 0;
    padding: 0;
    margin: 0
}

div.preview {
    border: 1px solid #ddd;
    padding: 16px;
    margin-top: 10px;
    margin-bottom: 10px
}

.nav .dropdown-menu {
    padding: 0;
    font-size: inherit
}

.nav .dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase
}

.nav .dropdown-menu {
    background-color: #080808;
    border: 1px solid transparent
}

.nav .dropdown-menu>li>a:hover {
    background-color: #555
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    background-color: #000 !important
}

.nav .dropdown-menu>li.nohover>a:hover, .open li.nohover:hover, .nav .dropdown-menu>li.nohover>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important
}

.btn, .alert, .form-control {
    border-radius: 0 !important
}

.article-pictures div {
    padding: 10px;
    padding-top: 30px
}

.article-pictures div img {
    width: 310px;
    display: block
}

.article-pictures div span {
    float: left;
    font-size: smaller;
    text-align: left;
    margin-bottom: 20px;
    width: 310px;
    display: block
}

.aboutcountry img {
    max-width: 100%
}

.article h1 {
    font-size: 30px
}

.article h2 {
    font-size: 24px;
    text-align: center;
}

.article h3 {
    font-size: 15px
}

@media(min-width:768px) {
    .article h1 {
        font-size: 40px
    }

    .article h2 {
        font-size: 30px
    }

    .article h3 {
        font-size: 20px
    }
}

.negative>p {
    margin-top: 18px
}

.copyright {
    background-color: #373433;
    font-size: 80%;
    margin: 15px -15px -16px -15px
}

.copyright p {
    color: #fff;
    margin-bottom: 12px
}

.copyright .inside {
    padding: 11px 0 1px 0;
    vertical-align: middle;
    text-align: center
}

.copyright span a {
    text-transform: uppercase
}

.grey-linkbar-container {
    width: 100%;
    position: fixed;
    z-index: 102;
    background-color: #f5f5f5;
    top: 50px
}

.grey-linkbar-container-spacer {
    height: 45px
}

.linkbar {
    margin-top: 30px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 5px;
    margin-bottom: -10px;
    text-align: center
}

.linkbar ul {
    list-style-type: circle;
    margin-right: 30px;
    padding: 0;
    display: inline-block
}

.linkbar li {
    margin-left: 25px;
    float: left;
    padding: 0;
    width: 100%;
    font-weight: bold;
    text-align: left
}

.linkbar li .grey {
    color: #333 !important;
    font-weight: normal !important
}

.linkbar a {
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase
}

.linkbar span {
    margin-right: 5px;
    color: #888
}

@media(min-width:1200px) {
    .linkbar li {
        width: auto
    }

    .linkbar li:first-child {
        list-style-type: none;
        margin-left: 0
    }
}

.city {
    margin-left: -25px;
    margin-right: -25px
}

.city .name {
    display: block;
    padding: 6px 10px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-transform: uppercase
}

.city .svg img {
    display: block;
    max-height: 120px;
    width: auto;
    height: 100%;
    margin: 14px auto 0 auto
}

.city .date {
    font-size: 18px;
    margin-top: 16px
}

.city table {
    display: inline-block;
    width: 100%;
    min-height: 350px
}

.city table td {
    vertical-align: top
}

.city .img {
    width: 100%;
    margin: 0
}

.city div.col-md-6 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px
}

.city .col-md-6:nth-child(n+4) {
    border-top: 1px solid #ddd;
    padding-top: 40px
}

@media(min-width:768px) {
    .city table {
        display: inline-block;
        min-height: 420px
    }

    .grey-linkbar-container {
        top: 99px
    }

    .grey-linkbar-container-spacer {
        height: 41px
    }
}

@media(min-width:992px) {
    .city table {
        display: inline-block;
        min-height: 350px
    }

    .city .col-md-6:nth-child(even) {
        padding-left: 35px
    }

    .city .col-md-6:nth-child(2) {
        border-top: none;
        padding-top: 0
    }

    .city .col-md-6:nth-child(odd) {
        padding-right: 35px
    }

    .city .svg img {
        max-width: 220px
    }
}

@media(min-width:1200px) {
    .city table {
        min-height: 350px
    }
}

.carousel-control {
    width: 44px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    height: 88px;
    width: 44px;
    background-color: rgba(0, 0, 0, .45)
}

.carousel-control .icon-prev img, .carousel-control .icon-next img {
    width: 17px;
    height: 30px;
    margin-top: 28px
}

.carousel-control .icon-next img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.carousel-control .icon-prev {
    margin-left: -42px
}

.carousel-control .icon-next {
    margin-right: -42px
}

@media only screen and (min-width:768px) {
    .carousel-control .icon-prev {
        margin-left: -62px
    }

    .carousel-control .icon-next {
        margin-right: -62px
    }
}

@media only screen and (min-width:992px) {
    .carousel-control .icon-prev {
        margin-left: -68px
    }

    .carousel-control .icon-next {
        margin-right: -67px
    }
}

@media only screen and (min-width:1200px) {
    .carousel-control .icon-prev {
        margin-left: -83px
    }

    .carousel-control .icon-next {
        margin-right: -83px
    }
}

.input-group .form-control {
    max-width: 100%
}

.has-error .btn {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.calendar {
    border-spacing: 0;
    border-collapse: separate
}

.calendar th {
    text-align: center
}

table.table.calendar>tbody>tr>td, table.table.calendar>tbody>tr>th, .calendar td {
    padding: 4px 0;
    text-align: center
}

.calendar>tbody>tr>td {
    width: 14.285%;
    padding-top: 10px;
    height: 45px;
    cursor: default
}

.calendar td:not([class='']) {
    padding-top: 8px
}

.calendar td:not([class='']) .day {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 25px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-align: center;
    padding-left: 1px
}

.calendar-activity-availibility>tbody>tr>td:not(.disabled-day):hover {
    background-color: #ddd
}

.calendar td.disabled-day {
    color: #ccc;
    cursor: not-allowed
}

.control-label span {
    font-weight: normal
}

.feedback-select {
    right: 8px !important
}

#mytrip h2 {
    margin-top: 55px
}

.table-10 {
    border-spacing: 10px;
    border-collapse: separate;
    margin-left: -10px
}

.table-5 {
    border-spacing: 5px;
    border-collapse: separate;
    margin-left: -5px
}

.table-top td, .table-top th {
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .hotels .table-10 th {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 40%
    }
}

.ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

a.btn.white, a.btn.white:visited, a.btn.white:hover, a.btn.white:focus {
    color: #fff !important;
    text-decoration: none !important
}

@media print {
    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 14px
    }

    label, input, select, textarea {
        border-color: transparent !important;
        border: 0 !important;
        border-style: none !important;
        background-color: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
        outline: none !important;
        transition: none !important;
        display: inline !important;
        max-width: 50%
    }

    button {
        display: none !important
    }
}

.panel-primary .panel-title a {
    color: #fff;
    text-decoration: none
}

.panel-title svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 2px
}

.panel-default svg {
    fill: #65605e;
    stroke: #65605e
}

.panel-primary svg {
    fill: white;
    stroke: white
}

.panel-primary .panel-title .badge {
    background-color: #fff
}

#accordion td label {
    font-weight: normal
}

.orange {
    color: #e7981b
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    cursor: pointer
}

h1>.explain, h1>.explain-js {
    position: relative;
    top: -8px
}

h2>.explain, h2>.explain-js {
    position: relative;
    top: -7px
}

h3>.explain, h3>.explain-js {
    position: relative;
    top: -5px
}

.help, .help:hover {
    margin-left: 4px;
    width: 16px;
    height: 16px !important;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #aaa;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 1px 0 0;
    cursor: pointer;
    line-height: 17.4px;
    margin-top: 14px
}

.help.visible-xs {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: -40px
}

.tooltip-inner {
    font-weight: normal;
    font-size: 12px;
    white-space: normal
}

.popover-content textarea {
    font-weight: normal;
    font-size: 12px
}

h4.panel-title {
    position: relative;
    min-height: 32px
}

h4.panel-title a {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 8px
}

h4.panel-title .thumbnail {
    margin: -4px 0 0 0;
    background-color: transparent;
    border: 0;
    padding: 0
}

h4.panel-title .thumbnail img {
    position: absolute;
    height: 36px;
    left: -7px;
    clip: rect(0, 36px, 36px, 0)
}

h4.panel-title .badge {
    margin-top: 7px;
    margin-left: -5px
}

.panel-heading {
    cursor: pointer
}

@media print {
    .collapse {
        display: block !important;
        height: auto !important
    }

    .explain, .explain-js, .linkbar {
        display: none
    }
}

.bulk .badge {
    color: #888
}

.help-found div {
    margin-top: 40px
}

.help-found div a {
    font-size: 18px;
    display: block;
    text-decoration: none
}

.help-found div a:hover {
    text-decoration: underline
}

.help-found div p {
    color: #545454;
    font-size: smaller
}

.help-found em {
    font-style: normal;
    font-weight: bold;
    background-color: #e1fbcd
}

a.btn-primary, a.btn-primary:hover, a.btn-primary:visited {
    color: #fff
}

@media screen {
    .panel-primary .panel-title {
        color: #fff !important
    }
}

@media print {
    .panel-primary .panel-title {
        color: #000 !important;
        font-size: 26px
    }
}

.panel-primary .panel-title .explain {
    margin-top: 0
}

@media(min-width:768px) {
    div.navbar-collapse.collapse {
        position: relative
    }

    ul.navbar.nav {
        position: absolute;
        left: 81px
    }

    ul.nav.navbar-nav.pull-right {
        right: 0;
        height: 40px;
        float: right;
        position: absolute;
        z-index: 1;
        width: 100%
    }

    ul.nav.navbar-nav.pull-right>li>a {
        text-align: initial
    }
}

.timeslots select {
    width: 100px
}

.table-responsive thead {
    background-color: #fff
}

.table-responsive thead tr {
    height: 50px
}

.table-responsive .table.floatThead-table th {
    font-size: 13px
}

.badge.badge-chats {
    background-color: #bd422f;
    position: relative;
    top: -12px;
    right: 1px;
    box-shadow: 0 0 1px #333
}

.badge.badge-newticket {
    background-color: #699c40;
    position: relative;
    top: -12px;
    box-shadow: 0 0 1px #333
}

.top-white>a>.badge.badge-chats {
    background-color: #bd422f;
    position: relative;
    top: -8px;
    right: 10px;
    box-shadow: 0 0 1px #333
}

.top-white>a>.badge.badge-newticket {
    background-color: #699c40;
    position: relative;
    top: -8px;
    right: 5px;
    box-shadow: 0 0 1px #333
}

a.btn.white, a.btn.white:visited, a.btn.white:hover, a.btn.white:focus {
    color: #fff
}

.banner-city-name {
    opacity: .7;
    filter: alpha(opacity=70)
}

.fix-transparent {
    height: 50px;
    position: fixed;
    background-color: #eceae7;
    width: 100%;
    z-index: -1;
    top: 0
}

.fix-overflow {
    width: 100%;
    overflow-x: hidden
}

.fix-space {
    margin-bottom: 20px
}

.fix-space-larger {
    margin-bottom: 100px
}

span.normalized-small {
    color: #aaa;
    font-size: .8em
}

.svg-icon-button.standard-undo {
    margin-top: 29px;
    margin-bottom: 10px
}

.svg-icon-button.active {
    background-color: #d4d4d4;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.svg-icon-button.active:hover {
    background-color: #b9b9b9;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.map-input {
    width: 60%
}

@media(min-width:768px) {
    .map-input {
        width: 78%
    }
}

@media(min-width:992px) {
    .map-input {
        width: 82%
    }
}

@media(min-width:1200px) {
    .map-input {
        width: 85%
    }
}

.jwcarousel {
    background: #000;
    background: rgba(0, 0, 0, .5);
    transform: translate3d(0, 0, 0);
    margin-top: 49px
}

.global {
    margin-top: 0
}

.list-jwcarousel {
    position: relative;
    transform: translate3d(0, 0, 0);
    height: inherit
}

.alpha-white-color {
    position: absolute;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    z-index: 5;
    float: left
}

.alpha-white-color.left {
    left: -100%
}

.alpha-white-color.right {
    left: 100%
}

.list-jwcarousel ul {
    padding: 0;
    margin: 0;
    overflow: visible !important;
    position: relative;
    display: inline-flex;
    -webkit-margin-before: 10px;
    -webkit-margin-after: -6px;
    height: inherit
}

.list-jwcarousel li {
    position: relative;
    margin: 0;
    display: inline;
    float: left;
    line-height: 0;
    height: inherit
}

.list-jwcarousel li img {
    height: inherit
}

.carousel-control {
    z-index: 15;
    height: 100%
}

.carousel-control .icon-prev {
    left: 0 !important;
    margin-left: 0 !important;
    height: 44px;
    top: calc(50% - 22px);
    margin-top: 0
}

.carousel-control .icon-next {
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 44px;
    top: calc(50% - 22px);
    margin-top: 0
}

.carousel-control .icon-next img {
    margin-top: 7px
}

.carousel-control .icon-prev img {
    margin-top: 7px
}

.carousel-addition {
    position: relative;
    background-color: rgba(247, 247, 247, .8);
    padding: 16px;
    width: 90%;
    margin: -20px 5% 0
}

.carousel-addition.less-xs-padding {
    padding: 10px
}

.carousel-addition-table {
    width: 100%;
    display: table;
    table-layout: fixed;
    min-height: 66px
}

.carousel-addition-row {
    width: 100%;
    display: table-row
}

.carousel-addition-cell {
    display: table-cell;
    vertical-align: middle
}

.carousel-addition.standard-article .logo-cell {
    width: 10%
}

.carousel-addition:not(.standard-article) .logo-cell {
    width: 10%
}

.content-cell {
    padding-left: 4%
}

.carousel-addition-title {
    text-shadow: 1px 1px 1px #f7f7f7;
    font-size: 1.452025em
}

.carousel-addition-subtitle {
    margin-bottom: 15px;
    font-size: small;
    text-transform: uppercase
}

.carousel-addition-cell table tr td {
    font-size: 16px
}

.carousel-addition-cell table tr:not(:first-child) td {
    padding: 15px 5px 5px 5px
}

.carousel-addition-cell table tr:first-child td {
    padding: 0 5px
}

.carousel-addition:not(.standard-article) .carousel-addition-cell table {
    margin-top: 15px
}

.carousel-addition-table-xs .logo-xs {
    display: table-cell;
    width: 10%;
    vertical-align: middle
}

.carousel-addition-table-xs .content-cell-xs {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%
}

.carousel-addition-table-xs .content-cell-xs.no-vertical-align {
    vertical-align: top;
    padding-left: 0
}

.xs-icon-cell {
    width: 35px
}

.carousel-addition-cell table tr td.jw-icon {
    vertical-align: middle
}

@media(min-width:577px) {
    .carousel-addition.standard-article .logo-cell {
        width: 6%
    }
}

@media(min-width:768px) {
    .carousel-addition {
        padding: 24px;
        width: 84%;
        margin: -35px 8% 0
    }

    .carousel-addition-cell {
        vertical-align: middle
    }

    .content-cell {
        padding-left: 3%
    }

    .larger-icon-over-xs:before {
        font-size: 30px
    }

    .carousel-addition-title {
        font-size: 26px
    }

    .jwcarousel {
        margin-top: 0
    }

    .list-jwcarousel ul {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0
    }

    .carousel-control .icon-prev {
        height: 88px;
        top: calc(50% - 44px);
        margin-top: 0
    }

    .carousel-control .icon-next {
        height: 88px;
        top: calc(50% - 44px);
        margin-top: 0
    }

    .carousel-control .icon-next img {
        margin-top: 28px
    }

    .carousel-control .icon-prev img {
        margin-top: 28px
    }

    .row.banner {
        position: static;
        width: auto;
        top: auto
    }
}

@media(min-width:992px) {
    .jwcarousel {
        height: auto
    }

    .list-jwcarousel li {
        width: 95%
    }

    .alpha-white-color {
        width: 95%
    }

    .grey-linkbar-container {
        width: 95%;
        top: 94px
    }

    .logo-text {
        margin-left: 120px
    }
}

@media(min-width:1200px) {
    .list-jwcarousel li {
        width: 1140px
    }

    .alpha-white-color {
        width: 1140px
    }

    .jwcarousel {
        height: 368px
    }

    .list-jwcarousel ul {
        left: -1140px
    }

    .grey-linkbar-container {
        width: 1140px;
        top: 94px
    }
}

.nav-tabs-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f5f5f5;
    padding-left: 8px;
    -webkit-overflow-scrolling: touch
}

.nav-tabs-horizontal>li {
    margin-bottom: 0;
    float: none
}

.nav-tabs-horizontal>li.active {
    font-weight: 600;
    border-bottom: 2px solid var(--city)
}

.nav-tabs>li.active>a, .nav-tabs>li.active:hover>a {
    color: var(--city);
    background: none;
    border-color: transparent;
    height: 42px
}

@media(min-width:768px) {
    .nav-tabs>li.active>a, .nav-tabs>li.active:hover>a {
        height: 38px
    }
}

.nav-tabs-horizontal>li>a {
    margin-right: 0;
    margin-top: 0;
    color: #333
}

.nav-tabs-horizontal>li:not(.active):hover, .nav-tabs-horizontal>li:not(.active):active {
    border-bottom: solid 2px #cacaca;
    background-color: #e6e6e6
}

.nav-tabs-horizontal>li.active>a, .nav-tabs-horizontal>li.active>a:hover, .nav-tabs-horizontal>li.active>a:focus {
    background-color: inherit;
    border: none;
    color: var(--city)
}

.nav-tabs-horizontal>li:hover>a, .nav-tabs-horizontal>li>a:hover {
    border-color: transparent;
    background: none;
    height: 38px
}

.nav-tabs-horizontal>li>a {
    padding-top: 11px;
    height: 40px
}

.linkbar-collapse-panel .panel-title {
    font-size: 150%;
    padding-left: 3px
}

.linkbar-collapse-panel .panel-title a:hover {
    color: inherit;
    text-decoration: none
}

.linkbar-collapse-panel ul {
    padding: 0 17px;
    border-bottom: none
}

.linkbar-collapse-panel .panel-body {
    padding: 15px;
    overflow-y: scroll;
    top: 147px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 49;
    background-color: #fff
}

.linkbar-collapse-panel ul li a, .linkbar-collapse-panel .nav-tabs>li>a:hover, .linkbar-collapse-panel .nav-tabs>li>a:focus {
    text-transform: none;
    background-color: inherit;
    border: none
}

.nav-tabs-horizontal {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.linkbar-collapse-panel ul li {
    border-bottom: 1px solid #ddd
}

.linkbar-collapse-panel ul li:last-child {
    border-bottom: none
}

.linkbar-collapse-panel ul li:first-child {
    padding-top: 5px
}

.linkbar-collapse-panel ul li {
    padding: 10px 0
}

.linkbar-collapse-panel {
    border-left: none;
    border-right: none
}

.linkbar-collapse-row {
    z-index: 50;
    display: block;
    position: fixed;
    width: 100%;
    top: 99px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    margin-left: 0;
    margin-right: 0
}

.linkbar-collapse-panel h2.panel-title a {
    display: inline
}

.linkbar-collapse-panel .nav-tabs>li.active>a, .linkbar-collapse-panel .nav-tabs>li.active>a:hover, .linkbar-collapse-panel .nav-tabs>li.active>a:focus {
    font-weight: inherit;
    border: none;
    color: #ddd;
    text-shadow: none
}

.nav-tabs-horizontal li select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 9.5px 10px 10.5px 10px;
    margin-top: 5px
}

.anim-fade-out {
    opacity: 0
}

.anim-fade-in {
    opacity: 1
}

.overlay-light {
    background-color: rgba(0, 0, 0, .3)
}

.chevron-container {
    position: initial !important
}

.chevron__line1, .chevron__line2 {
    stroke-width: 4;
    stroke-linecap: round;
    -webkit-transition: -webkit-transform .4s, stroke .4s;
    transition: transform .4s, stroke .4s;
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px
}

.chevron--down, .chevron--up {
    display: block;
    float: right;
    margin-top: -14px !important
}

.chevron__container {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform: translateY(13px);
    transform: translateY(13px)
}

.chevron--up .chevron__container {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px)
}

.chevron--down .chevron__line1, .chevron--up .chevron__line2 {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.chevron--down .chevron__line2, .chevron--up .chevron__line1 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.panel-title .chevron-container svg {
    width: 24px;
    height: 24px;
    margin-top: 7px
}

.panel-primary .chevron-container {
    stroke: white
}

.panel-default .chevron-container {
    stroke: var(--city)
}

figcaption span {
    display: block;
    font-size: 7.5pt
}

.text-right figcaption {
    text-align: right
}

.carousel-caption span {
    font-size: 7.5pt
}

.information-box {
    top: 0;
    left: 0;
    z-index: 16;
    border: none;
    background-color: var(--city);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    width: 100%;
    font-size: 14px;
    position: relative
}

.carousel.slide .information-box {
    position: absolute
}

.information-box.clickable {
    cursor: pointer
}

.information-box.clickable:hover {
    background-color: var(--city-08-1)
}

.information-box .message-area {
    color: #fff;
    padding: 13px 28px 13px 13px
}

.information-box .chevron-icon {
    position: absolute;
    top: calc(50% - 12px);
    right: 6px;
    display: none
}

.information-box.clickable .chevron-icon .jw-icon:before {
    color: #fff
}

.information-box.clickable .chevron-icon {
    display: initial
}

.carousel-fix {
    margin-bottom: 20px;
    margin-left: 0;
    z-index: 59;
    position: absolute
}

@media(max-width:767px) {
    .information-box .message-area {
        padding: 10px
    }

    .navbar-nav {
        margin-left: -15px
    }

    .logo-text {
        margin-left: 74px;
        margin-top: 10px;
        font-size: 13.5px;
        line-height: 1.45
    }

    .logo-text div:first-child {
        font-size: 13.5px;
        color: rgba(255, 255, 255, .5)
    }

    .logo-text div:not(:first-child) {
        text-transform: uppercase
    }

    .logo-text hr {
        margin: 1.5px 0 0 0
    }

    .logo-text, .top-white-line {
        display: none
    }

    #readonlyalert {
        position: static
    }

    #readonlyalert i {
        min-width: 0
    }
}

.city-top {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 8px;
    line-height: 20px;
    padding-top: 8px;
    margin-left: 63px
}

.right-opening-panel .city-top {
    margin-left: 80px
}

.city-top div:first-child {
    color: rgba(255, 255, 255, .9)
}

.city-top>div:not(:first-child) {
    color: rgba(255, 255, 255, .5)
}

#notifications {
    position: fixed;
    right: 100px;
    top: 16px;
    white-space: nowrap
}

@media(min-width:768px) {
    .city-top {
        padding-top: 9px;
        margin-left: 10px
    }

    .city-top>div:first-child, .city-top>div:not(:first-child) {
        color: var(--city)
    }

    #notifications {
        position: relative;
        display: inline;
        top: 4px;
        left: 0
    }

    .global #notifications {
        top: 10px
    }

    #notifications .badge {
        color: #fff
    }
}

@media(min-width:992px) {
    .city-top div {
        color: var(--city)
    }

    .global .city-top span::before {
        content: ""
    }

    .city-top b {
        display: inline
    }

    #notifications {
        top: 9px
    }

    .city-top {
        font-size: 18px
    }
}

.language li {
    display: inline-block;
    width: 160px;
    max-width: 160px
}

.dmenu-2 {
    width: 490px;
    max-width: 490px
}

.dmenu-3 {
    width: 740px;
    max-width: 740px
}

.dmenu-2 li, .dmenu-3 li {
    display: inline-block;
    width: 240px;
    max-width: 240px
}

#hlpcnt .guidelines-table>thead>tr>th {
    background-color: #888;
    color: #fff
}

#hlpcnt .guidelines-table>thead>tr>th:nth-child(6) {
    border-right: 1px solid #888;
    width: 50px
}

#hlpcnt .guidelines-table>thead>tr>th:nth-child(3), #hlpcnt .guidelines-table>thead>tr>th:nth-child(4) {
    width: 50px
}

#hlpcnt .guidelines-table>thead>tr>th:nth-child(5) {
    width: 75px
}

#hlpcnt .guidelines-table>tbody>tr>th, #hlpcnt .guidelines-table>tbody>tr>td, #hlpcnt .guidelines-table>thead>tr>th {
    padding: 15px
}

.result-table-wrapper {
    overflow-x: auto;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.year-divider {
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 20px
}

small.navbar-subtitle {
    color: #888;
    display: block
}

.navbar-inverse .nav .dropdown-menu>.panel-wrapper>li {
    list-style-type: none
}

.navbar-inverse .nav .dropdown-menu>.panel-wrapper>li>a {
    color: #fff;
    text-transform: uppercase
}

.panel-wrapper>li:not(.year-divider) {
    margin: .7em 0;
    max-height: 24px
}

.td-svg svg {
    fill: #333;
    stroke: #333;
    width: 17px;
    height: 17px
}

.ienote {
    display: none
}

.dropdown-menu ul li a span.text-span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(min-width:768px) {
    .ienote {
        display: block;
        position: fixed;
        top: 8px;
        left: 60%;
        width: 160px;
        padding: 4px 6px;
        background-color: rgba(255, 255, 0, .3);
        line-height: 13px;
        font-size: 12px;
        border: .5px solid silver;
        border-radius: 1px;
        z-index: 10001
    }

    .body .container {
        position: relative
    }

    li.navbar-icon-li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 16px
    }

    li a.navbar-icon-a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 115%;
        padding: 10px;
        color: #fff;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navbar-icon-a:before {
        z-index: 1002;
        margin-right: 8px
    }

    .dropdown-menu ul li a.icon-a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none
    }

    .navbar-inverse .nav .dropdown-menu>.panel-wrapper>li>a.icon-a:hover {
        text-decoration: none;
        color: var(--city)
    }

    .dropdown-menu ul li a.icon-a span.icon-span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #757575;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 24px;
        min-height: 24px;
        margin-right: 8px
    }

    .navbar-inverse .nav .dropdown-menu>.panel-wrapper>li>a.icon-a:hover span.icon-span {
        color: var(--city)
    }

    .dropdown-menu ul li a.icon-a span.text-span:hover {
        text-decoration: underline
    }

    .navbar-inverse .nav>li:not(.language) {
        position: static
    }

    .navbar-inverse .nav .dropdown>a.dropdown-toggle:after {
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-top: 10px solid transparent;
        border-left: 12px inset transparent;
        border-right: 12px inset transparent;
        left: calc(50% - 12px);
        bottom: -10px;
        -webkit-transition: border-top-width .2s, bottom .2s;
        transition: border-top-width .2s, bottom .2s;
        border-top-style: solid;
        border-top-width: 10px;
        z-index: 1001;
        bottom: 0
    }

    .navbar-inverse .nav .dropdown>a:hover:after {
        border-top-color: #000 !important
    }

    .navbar-inverse .nav .dropdown-menu {
        left: -15px;
        right: -15px;
        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .3);
        background-color: #f8f8f8;
        display: block;
        padding: 0;
        overflow-y: hidden;
        -webkit-transition: transform .25s ease-in-out;
        -moz-transition: transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transform-origin: top;
        transform: scaleY(0);
        border: none;
        top: 44px
    }

    .navbar-inverse .nav .dropdown.open .dropdown-menu {
        overflow-x: hidden;
        height: auto;
        max-height: 500px;
        transform: scaleY(1);
        overflow-y: auto
    }

    .navbar-inverse .nav .dropdown.open.over .dropdown-menu {
        overflow-y: auto
    }

    .navbar-inverse .nav .dropdown-menu>li>a:hover {
        background-color: initial;
        color: initial;
        text-decoration: underline
    }

    .navbar-inverse .nav .dropdown-menu>.panel-wrapper>li>a:hover {
        background-color: initial;
        color: initial;
        text-decoration: underline
    }

    .navbar-inverse .nav .dropdown-menu>.panel-wrapper {
        padding: 4em 8%;
        border: 1px solid #f8f8f8
    }

    .navbar-inverse .navbar-nav>li>a:hover:after, .navbar-inverse .navbar-nav>li>a:focus:after {
        border-top-color: #000
    }

    .year-divider {
        font-size: 150%;
        color: #333 !important;
        margin-bottom: 0 !important
    }

    .header-right-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 0
    }

    .header-right-container {
        top: -44px;
        right: -8px;
        position: absolute
    }

    #language-panel, #login-user-panel, #help-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 36px;
        min-height: 36px;
        cursor: pointer;
        text-decoration: none;
        margin-left: 10px;
        border: 1px solid transparent
    }

    #language-panel .buttonIcon, #login-user-panel .buttonIcon, #help-link .buttonIcon {
        color: #777
    }

    .header-right-container .buttonText {
        font-size: 14px;
        line-height: 24px;
        margin: 0 5px
    }

    div:not(.navbar-container-administrators-page)>.navbar-collapse>.nav.navbar-nav.pull-right>li.dropdown-login-user-panel>a {
        color: #d5d3cf
    }

    .nav.navbar-nav.pull-right>.dropdown.open>a {
        color: #fff
    }
}

@media(max-width:767.98px) {
    .article-activities .jwcarousel, .article-hotels .jwcarousel, .article-airlines, .itinerary-partial, #main-content.contact, .article-faq #main-content {
        margin-top: 47px
    }
}

@media(max-width:420px) {
    .panel-title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .hidden-420 {
        display: none !important
    }
}

@media(max-width:360px) {
    .itinerary-calendar, .activity-calendar {
        transform-origin: top left;
        transform: scale(.8)
    }

    .hidden-360 {
        display: none !important
    }
}

.pricetag-currency {
    margin-left: .3em
}

#pricetag-container {
    margin-top: 20px;
    height: 40px;
    padding-right: 0
}

.article-activities #pricetag-container {
    float: right
}

#pricetag-select {
    width: 70px;
    padding: 0 6px;
    float: right
}

@media(min-width:768px) {
    #pricetag-container {
        margin-top: 0;
        height: auto
    }

    .article-activities #pricetag-container {
        transform: translateY(-10px)
    }

    #pricetag-select {
        margin-right: 0;
        transform: translateY(-50px)
    }
}

@media(min-width:992px) {
    .article-activities #pricetag-container {
        transform: translateY(10px)
    }
}

video {
    border: 1px solid #bdbdbd;
    width: 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 25%, 7%;
    background-position: center, 97% 85%;
    background-image: var(--logo), url(movieicon2.svg)
}

#hlpcnt .guidelines-table>tbody>tr:last-child>td, #hlpcnt .guidelines-table>tbody>tr:last-child>th {
    border-bottom: 1px solid var(--city-07-02)
}

#hlpcnt .table>tbody>tr>td.last-td {
    white-space: nowrap;
    vertical-align: middle;
    border-right: 1px solid var(--city-07-02);
    border-left: 1px solid var(--city-07-02)
}

#hlpcnt .table>tbody>tr>th {
    background-color: var(--city-07-04);
    color: #fff;
    vertical-align: middle;
    width: 150px;
    border-color: #fff
}

.calendar-activity-availibility td.selected-day .day {
    background-color: var(--city);
    color: #fff
}

div.month-header {
    padding: 5px 0;
    background-color: var(--city-1-02);
    width: 100%;
    text-align: center
}

.calendar>tbody>tr>th {
    color: var(--city);
    border-top: none
}

.calendar td.convention .day {
    background-color: var(--city);
    color: #fff
}

.calendar td.activity .day {
    background-color: var(--city-1-02)
}

.nav-tabs-horizontal li.active select {
    border-bottom: 3px solid var(--city);
    color: var(--city)
}

@media(min-width:768px) {
    .city-top b {
        color: var(--city)
    }

    .city-top span {
        color: var(--city-1-07)
    }
}

.row.banner {
    background-color: var(--city)
}

.copyright a {
    color: var(--city)
}

.carousel-control .icon-prev:hover, .carousel-control .icon-next:hover {
    background-color: var(--city)
}

h1 {
    margin-bottom: .5em;
    color: var(--city)
}

h2, h3, h4, h5, h6 {
    color: var(--city) !important
}

a, a:hover, a:visited, a:focus, h4.panel-title:after {
    color: var(--city)
}

@media screen {
    .panel-primary>.panel-heading {
        color: #fff;
        background-color: var(--city)
    }

    .panel-primary>.panel-heading+.panel-collapse .panel-body {
        border-top-color: var(--city)
    }

    .panel-primary>.panel-footer+.panel-collapse .panel-body {
        border-bottom-color: var(--city)
    }
}

#from_elders>.table>tbody>tr:first-child>th, #from_elders>.table>tbody>tr:first-child>td {
    border-top: 1px solid var(--city-07-04)
}

.overview .first {
    padding: 0 8px;
    border-bottom: 2px solid var(--city-07-04)
}

.overview .last {
    border-top: 2px solid var(--city-07-04);
    font-weight: 600
}

.svg-bacgkround-70 {
    height: 70px;
    width: 70px;
    padding: 10px;
    background: -moz-linear-gradient(top, var(--city-1-02) 0, var(--city) 100%);
    background: -webkit-linear-gradient(top, var(--city-1-02) 0, var(--city) 100%);
    background: linear-gradient(to bottom, var(--city-1-02) 0, var(--city) 100%);
    margin-bottom: 10px
}

#accordion .nav-tabs {
    margin: -15px -15px 0 -15px;
    background-color: #f5f5f5;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

#accordion .nav-tabs>li>a:hover {
    border-bottom: solid 2px #cacaca;
    background-color: #e6e6e6;
    padding-bottom: 4px
}

#accordion .nav-tabs>li.active>a:hover {
    padding-bottom: 5px
}

#accordion .nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: 0
}

#accordion .nav-tabs>li.active>a, .edit-panel .nav-tabs>li.active>a:hover, .edit-panel .nav-tabs>li.active>a:focus {
    padding-top: 8px;
    border: none;
    border-bottom: 2px solid var(--city);
    font-weight: 600;
    background-color: inherit;
    color: var(--city)
}

#accordion .nav-tabs>li>a {
    color: #333;
    margin-top: 0;
    padding-top: 7px
}

.negative.with-picture {
    background-color: #ebebeb;
    color: #333 !important;
    margin-bottom: 25px
}

.negative>h2, .negative>h3, .negative>h4, .negative>h5, .negative>h6, .negative>h7 {
    color: #fff !important
}

.negative {
    color: #fff !important;
    background-color: var(--city);
    padding: 5px 20px 5px 10px;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .navbar-inverse .nav .dropdown-menu>li>a {
        color: var(--city);
        font-size: 130%;
        text-transform: none
    }

    .navbar-inverse .nav .dropdown-menu>.panel-wrapper>li>a {
        color: var(--city);
        font-size: 130%;
        text-transform: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden
    }

    .navbar-inverse .nav .dropdown.open>a:after {
        bottom: -10px;
        border-top-color: var(--city)
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: var(--city);
        color: #fff
    }

    #language-panel:hover, #login-user-panel:hover, #help-link:hover, #language-panel:focus, #login-user-panel:focus, #help-link:focus, #language-panel:active, #login-user-panel:active, #help-link:active {
        background-color: var(--city-1-02)
    }

    #language-panel:hover .buttonIcon, #login-user-panel:hover .buttonIcon, #help-link:hover .buttonIcon, #language-panel:focus .buttonIcon, #login-user-panel:focus .buttonIcon, #help-link:focus .buttonIcon, #language-panel:active .buttonIcon, #login-user-panel:active .buttonIcon, #help-link:active .buttonIcon {
        color: var(--city)
    }

    #language-panel:focus, #language-panel:active, #login-user-panel:focus, #login-user-panel:active, #help-link:focus, #help-link:active {
        outline: none;
        border: 1px solid var(--city-1-07);
        box-shadow: 0 0 5px 1px var(--city)
    }
}

.explain, .explain-js {
    vertical-align: text-bottom;
    margin-left: 5px
}

.explain svg path, .explain-js svg path {
    fill: var(--city)
}

.explain-missing svg path, .explain-js-missing svg path {
    fill: #ad4942
}

.devdatabase .top-white {
    background: #e1def8 !important
}

.city-badge {
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 15px;
    background: #eee
}

.city-badge:active {
    background-color: #e0e0e0;
    border: 3px solid var(--badge-color)
}

.city-badge-missing:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 2.6em;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    background: var(--badge-color);
    color: #fff;
    cursor: pointer
}

.country-name {
    font-size: 1.1em
}

@media only screen and (min-width:768px) {
    .city-badge {
        text-align: center;
        width: 130px;
        height: 130px;
        margin: 0 auto;
        border-radius: 50%;
        cursor: pointer;
        margin-bottom: 15px;
        background: #eee;
        position: relative
    }

    .city-badge-missing:before {
        content: attr(data-letters);
        display: inline-block;
        font-size: 2.6em;
        width: 130px;
        height: 130px;
        line-height: 130px;
        text-align: center;
        border-radius: 50%;
        vertical-align: middle;
        background: var(--badge-color);
        color: #fff;
        cursor: pointer
    }

    .city-badge svg {
        display: inline-block;
        vertical-align: middle;
        height: 100px;
        width: 100px;
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 50px)
    }

    .country-name {
        font-size: 1.15em
    }
}

.city-badge:after, .city-badge-square:after, .card-badge-square:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.region-name {
    font-size: 1.3em;
    color: #aaa;
    margin-top: 20px
}

.carousel-control .icon-prev:hover, .carousel-control .icon-next:hover {
    background-color: var(--city)
}

textarea {
    resize: vertical
}

.container-administrators-page {
    background-color: #fff !important;
    overflow-x: auto;
    padding: 0 15px
}

.navbar-branding-label a svg {
    display: none
}

.navbar-branding-label>a {
    height: 50px;
    display: inline-block
}

@media(max-width:992px) {
    .navbar-branding-label.right-opening-panel>a {
        left: -18px;
        position: absolute;
        transition: left .25s linear;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 2
    }
}

.navbar-branding-label.right-opening-panel.open>a {
    left: 0
}

.navbar-branding-label a img.navbar-hamburger {
    margin: 0 6px 0 10px;
    display: inline-block
}

.container-administrators-page .flex-container {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.flex-break {
    flex-basis: 100%;
    height: 0;
    margin-top: 35px
}

.flex-container+.flex-break {
    margin-top: 0
}

@media only screen and (min-width:992px) {
    .navbar-branding-label a img.navbar-hamburger {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .navbar-branding-label>a {
        background: var(--city)
    }

    .container-administrators-page {
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
        min-height: 244px;
        padding-right: 5rem !important;
        padding-left: 5rem !important;
        display: block
    }

    .navbar-administrators-page {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: 50px;
        background-color: #373433;
        color: #f0f0ef;
        margin-top: 0
    }

    .navbar-branding-label {
        display: inline-flex;
        cursor: pointer;
        background-color: var(--city);
        height: inherit
    }

    .navbar-branding-label a svg {
        display: inline-block;
        height: inherit;
        vertical-align: middle
    }

    .navbar-container-administrators-page {
        height: inherit;
        width: 100%;
        display: flex
    }

    .navbar-container-administrators-page .navbar-header-admnistrators-page {
        height: inherit;
        width: 100%
    }

    .navbar-administrators-page .navbar-collapse.collapse {
        display: inline-flex !important;
        height: 34px !important;
        align-self: flex-end;
        flex-grow: 100
    }

    .navbar-administrators-page .nav {
        font-size: 11px;
        z-index: 2
    }

    .navbar-administrators-page a.jw-icon:not(.help-icon):not(.user-icon):not(.translation-icon):before {
        display: none
    }

    .navbar-administrators-page .navbar-inverse .nav .dropdown-menu {
        top: 34px;
        left: 0;
        right: 0
    }

    .navbar-container-administrators-page .nav .dropdown-menu {
        left: 0;
        right: 0;
        top: 34px
    }

    .navbar-container-administrators-page .nav>li:not(.language)>a {
        height: 34px
    }

    .navbar-container-administrators-page .top-white {
        margin-top: 0;
        height: 50px;
        position: initial;
        background: none
    }

    .navbar-container-administrators-page .logo-text {
        display: none
    }

    .navbar-container-administrators-page .city-top {
        color: #fff;
        margin-left: 10px;
        margin: auto 0;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar-container-administrators-page div#notifications {
        display: none
    }

    .navbar-container-administrators-page div .inverted {
        color: #fff
    }

    .container-administrators-page .row.grey-linkbar-container {
        width: 100%;
        margin-left: -5rem;
        top: 50px
    }

    .navbar-container-administrators-page .top-white-line {
        height: 50px;
        background: rgba(255, 255, 255, .5);
        margin-left: 0
    }

    .navbar-administrators-page .dropdown-login-user-panel, .navbar-administrators-page .dropdown-language {
        float: right;
        margin-right: 0
    }

    .navbar-administrators-page .dropdown-login-user-panel a:before, .navbar-administrators-page .dropdown-language a:before {
        margin-right: 0
    }

    .navbar-administrators-page .dropdown-login-user-panel a:first-child, .navbar-administrators-page .dropdown-language a:first-child {
        font-size: 0
    }

    .navbar-administrators-page li.navbar-icon-li:not(.dropdown-login-user-panel):not(.dropdown-language) {
        margin-right: 4px
    }

    .navbar-inverse:not(.navbar-administrators-page) .dropdown-login-user-panel>a, .navbar-inverse:not(.navbar-administrators-page) .dropdown-language>a {
        display: none
    }

    .container-administrators-page footer {
        margin-left: -5rem;
        margin-right: -5rem;
        width: calc(100% + 10rem)
    }
}

.navbar-nav>li.help-link {
    float: right
}

.navbar .help-link {
    display: none
}

.navbar-administrators-page #help-link:focus, .navbar-administrators-page #help-link:active {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: initial
}

.navbar-container-administrators-page .header-right-container {
    display: none
}

.navbar-nav>li.help-link>a#help-link {
    min-width: auto;
    min-height: auto;
    margin-left: 0
}

.navbar-nav>li.help-link>a#help-link:before {
    margin-right: 0
}

body.global .navbar-branding-label .top-white {
    display: none
}

.mobilenav.positioning-container {
    bottom: 0;
    width: calc(100% - 50px);
    background-color: #fff;
    display: block;
    position: fixed;
    top: 50px;
    color: #76726f;
    right: calc(-100% + 50px);
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -o-transition: right .5s ease;
    -ms-transition: right .5s ease;
    transition: right .5s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 102
}

.mobilenav.positioning-container.open {
    right: 0
}

.mobilenav .main-container {
    position: relative;
    height: calc(100% - 50px)
}

.mobilenav .footer-container {
    height: 50px;
    background-color: #777;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.mobilenav .footer-container .close-button {
    height: inherit;
    width: 50px;
    background-color: #666;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 50px
}

.mobilenav .footer-container .close-button:hover, .mobilenav .footer-container .close-button:active, .mobilenav .footer-container .close-button:focus {
    height: inherit;
    width: 50px;
    background-color: #666
}

.mobilenav .main-container {
    overflow-x: hidden;
    overflow-y: auto
}

.mobilenav .main-container ul {
    list-style: none;
    padding: 0
}

.mobilenav .main-container ul li:not(.mobile-year-divider) {
    min-height: 50px;
    display: table;
    width: 100%
}

.mobilenav .main-container ul li.section1, .mobilenav .main-container ul li.section2 {
    overflow: hidden;
    transition: height .3s linear;
    height: 0;
    min-height: auto;
    display: block
}

.mobilenav .main-container ul li.open {
    background-color: #f7f7f7
}

.mobilenav .main-container .mobile-submenu-container.active {
    border-left: 5px solid var(--city);
    background-color: #f0f0f0;
    font-weight: 700
}

.mobile-submenu-container.active .mobile-submenu-container:not(.active) {
    font-weight: initial
}

.mobilenav .main-container .mobile-submenu-container>li {
    padding-left: 15px
}

.mobilenav .main-container .mobile-submenu-container.active>li {
    padding-left: 10px
}

.mobilenav .main-container ul a {
    display: table-row;
    text-decoration: none !important;
    height: 100%
}

.mobilenav .main-container ul li.main-li-element:not(:first-child), .mobilenav .main-container .language-mobile-li:not(:first-child) {
    border-top: 1px dotted #555
}

.mobilenav .main-container ul.section1 {
    background-color: #f7f7f7
}

.mobilenav .main-container ul.section2, .mobilenav .main-container li.section2 {
    background-color: #f0f0f0
}

.mobilenav .main-container ul li.section1-opener.open {
    background-color: #f0f0f0
}

.mobilenav .main-container ul li a span.mobile-icon-span, .mobilenav .main-container ul li a span.mobile-text-span {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle
}

.mobilenav .main-container ul li a span.mobile-icon-span {
    width: 24px;
    padding-left: 15px;
    color: #757575
}

.mobilenav .main-container ul li a span.mobile-icon-span.no-icon {
    width: 39px
}

.mobilenav .main-container ul li a span.mobile-text-span {
    padding-left: 12px;
    padding-top: 2px
}

.mobilenav small.navbar-subtitle {
    text-transform: initial;
    font-size: 80%
}

.mobilenav .main-container ul li a span.mobile-chevron-container {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    right: 0;
    position: relative;
    top: 0;
    padding: 5px
}

.mobilenav .main-container ul li a span.mobile-chevron-span {
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 100%;
    width: 100%;
    display: block
}

.mobilenav .main-container ul li.section1 a span.mobile-chevron-span {
    background-color: transparent
}

.mobilenav .main-container ul li a span.mobile-chevron-span .span-chevron {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    transition: all .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.mobilenav .main-container ul li.open a span.mobile-chevron-span .span-chevron {
    transform: rotate(180deg)
}

.mobilenav .mobile-year-divider {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: bottom;
    font-weight: 600;
    position: absolute;
    bottom: 0
}

.mobilenav .mobile-year-divider-parent {
    min-height: 36px !important;
    display: block !important;
    padding-left: 31px;
    position: relative
}

.mobile-year-divider-parent:hover, .mobile-year-divider-parent:active, .mobile-year-divider-parent:focus {
    color: #76726f
}

.mobilenav .mobile-line-divider-container {
    padding: 10px 0 10px 32px
}

.mobilenav .main-container ul div li.mobile-divider {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    min-height: 0
}

.close-button:before {
    height: 24px;
    width: 24px;
    color: #fff
}

.mobile-underlay {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    width: 100vh;
    height: 100vh;
    top: 50px;
    z-index: 100;
    display: none
}

.mobilenav .main-container ul li.section2 a span.mobile-chevron-span {
    background-color: transparent
}

.section2 .mobile-submenu-container {
    margin-left: -15px;
    padding-left: 15px
}

.mobilenav .main-container .mobile-submenu-container.active ul.section2 .mobile-submenu-container.active {
    background-color: #e1e1e1
}

.mobilenav .main-container .mobile-submenu-container.active ul.section2 .mobile-submenu-container {
    background-color: #f0f0f0
}

.spacer-full-page {
    height: 100vh;
    width: 100vh
}

.help-sidebar-container {
    background: #f0f0ef;
    color: #76726f;
    overflow-x: hidden;
    display: block;
    position: fixed;
    height: calc(100vh - 50px);
    z-index: 101;
    top: 50px;
    left: calc(-100% - 50px);
    width: calc(100% - 50px);
    transition: left .25s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

@media only screen and (min-width:768px) {
    .help-sidebar-container {
        width: 45%
    }
}

.help-sidebar-container.open {
    left: 0
}

.help-sidebar-container .grey-link {
    color: #615d5c
}

.help-sidebar-container ul {
    list-style: none;
    padding: 0
}

.help-article-container {
    padding: 0;
    background: #fff;
    flex: 1;
    min-height: 100vh
}

.help-sidebar-container li.main-section {
    text-transform: uppercase;
    padding: 0 5px 0 10px;
    border-bottom: 1px solid #bab7b5;
    height: 46px
}

.help-sidebar-container li:not(.edit-toolbar):hover, .help-sidebar-container li:not(.edit-toolbar):hover .edit-article-button {
    background-color: #e7e6e4
}

.help-sidebar-container li:hover a {
    color: #373433
}

.help-sidebar-container li.main-section a {
    text-transform: uppercase;
    display: table-cell;
    height: inherit;
    vertical-align: middle
}

.help-sidebar-container .help-header {
    text-transform: uppercase;
    display: block;
    height: inherit;
    font-weight: 600;
    padding: 20px 0 10px 10px
}

.help-sidebar-container .help-subheader {
    text-transform: uppercase;
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 14px 5px 0
}

.help-sidebar-container ul[class^="subsection"] li {
    font-size: 13px;
    border-bottom: 1px solid #bab7b5;
    padding: 5px 0;
    position: relative
}

.help-sidebar-container ul[class^="subsection"] li.active, .help-sidebar-container ul[class^="subsection"] li.active>.edit-article-button, .help-sidebar-container ul[class^="subsection"] li.active>.edit-default-article-button {
    background-color: #dededd;
    font-weight: 600
}

.help-sidebar-container ul[class^="subsection"] {
    border-left: 3px solid var(--city);
    position: relative
}

span.close-subheader:after {
    font-family: "jw-icons";
    content: "";
    position: absolute;
    right: 2px;
    height: inherit;
    width: auto;
    cursor: pointer;
    background-color: #f0f0ef
}

.help-sidebar-container span.close-subheader {
    position: absolute;
    right: 0;
    height: 15px;
    width: 14px;
    cursor: pointer;
    z-index: 1
}

.help-sidebar-container .caret-help {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23615d5c' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/svg%3E") -5px 50%/16px 16px no-repeat;
    padding-left: 10px
}

#help-title {
    margin-bottom: 1em
}

.help-sidebar-container .edit-toolbar.category {
    background-color: #76726f;
    color: #fff;
    display: table;
    width: 100%;
    padding: 5px 0
}

.help-sidebar-container .edit-toolbar.article {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    display: table;
    width: 100%;
    margin-top: 5px
}

.help-sidebar-container .edit-toolbar-element-container {
    display: table-cell;
    vertical-align: middle
}

.help-sidebar-container .edit-toolbar-element-button {
    padding: 0 5px;
    border: 1px solid transparent;
    width: fit-content;
    margin: 0 auto
}

.help-sidebar-container .edit-toolbar-element-button.selected {
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5)
}

.help-sidebar-container .edit-toolbar-element-button:hover {
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5)
}

.help-sidebar-container .edit-article-button, .help-sidebar-container .edit-default-article-button {
    position: absolute;
    right: 0;
    height: 22px;
    width: 21px;
    cursor: pointer;
    z-index: 1;
    background-color: #f0f0ef;
    top: 3px
}

.help-sidebar-container .help-sidebar-container ul[class^="subsection"] li.active>.edit-article-button, .help-sidebar-container .help-sidebar-container ul[class^="subsection"] li.active>.edit-default-article-button {
    background-color: #dededd
}

.help-sidebar-container .edit-article-button:after {
    font-family: "jw-event-icons";
    content: "";
    position: absolute;
    right: 3px;
    height: inherit;
    width: auto;
    cursor: pointer;
    font-size: 16px
}

.help-sidebar-container .edit-default-article-button:after {
    font-family: "jw-event-icons";
    content: "";
    position: absolute;
    right: 3px;
    height: inherit;
    width: auto;
    cursor: pointer;
    font-size: 16px
}

.edit-help-row {
    margin-left: -5rem;
    margin-right: -5rem
}

.help-sidebar-container ul[class^="subsection"] .help-subheader:hover, .help-sidebar-container .help-header:hover {
    text-decoration: underline;
    cursor: pointer
}

.help-sidebar-container a.icon-a:hover, .help-sidebar-container a.icon-a:focus {
    text-decoration: none
}

.help-sidebar-container a.icon-a:hover .text-span {
    text-decoration: underline
}

.help-sidebar-container a.icon-a .icon-span {
    padding-right: 10px
}

.help-sidebar-container li.main-section a span {
    vertical-align: middle;
    display: table-cell
}

.help-important-tag span.important-symbol {
    border-left: 5px solid var(--city);
    padding-left: 20px;
    padding-right: 0
}

.help-important-tag span {
    background: #eee;
    padding: 7px 20px 7px 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--city)
}

.help-article-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width:992px) {
    .help-sidebar-container {
        flex: 0 0 300px;
        position: initial;
        margin-left: -5rem;
        width: initial;
        transition: none;
        height: initial
    }

    .help-article-container {
        padding: 20px;
        background: #fff;
        flex: 1;
        min-height: 100vh
    }
}

.accordion-card-container {
    display: flex;
    min-height: 50px;
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.accordion-card-container.nobottomspace {
    margin-bottom: 0
}

.accordion-card-container.nobottomborder {
    border-bottom: none
}

.accordion-card-container.nobottomspace:not(:first-child) {
    border-top: none
}

.accordion-card-badges {
    margin-left: auto
}

.accordion-card-badges .badge {
    margin-right: 5px
}

.accordion-card-badges .badge.city-color {
    background-color: var(--city)
}

.accordion-card-badges .badge.badge-danger {
    background-color: #972b25
}

.accordion-card-badges .badge.badge-success {
    background-color: #699c40
}

.accordion-card-badges .badge.badge-warning {
    background-color: #f8a406
}

.accordion-card-badges .badge.badge-info {
    background-color: #2f96b4
}

.accordion-card-icon {
    padding: 0 10px;
    align-self: center;
    justify-self: flex-start
}

.accordion-card-main-header {
    display: flex;
    flex-direction: row;
    width: 100%
}

.accordion-card-subtitle {
    font-size: smaller;
    color: #888;
    margin-bottom: 3px
}

.accordion-card-subtitle>span {
    color: var(--city-07-04);
    text-transform: uppercase;
    display: block
}

.accordion-card-icon .jw-icon:before {
    color: #888;
    font-size: 30px
}

.accordion-card-icon .jw-icon {
    width: 40px;
    background: #dadada;
    text-align: center;
    align-self: center;
    color: var(--city)
}

.accordion-card-title {
    font-size: larger;
    font-weight: 600;
    color: var(--city)
}

.accordion-card-right-container {
    margin-left: auto;
    justify-self: flex-end;
    align-self: center;
    padding-right: 4px
}

.accordion-card-subtitles-area {
    display: flex;
    flex-wrap: wrap
}

.accordion-card-text {
    flex: 1 1 auto
}

.accordion-card-first-line {
    display: flex
}

.subtitle-container {
    flex: 1 1 50%;
    margin-top: 10px;
    padding-right: 10px
}

.accordion-card-main-header a.chevron-container.chevron--up, .accordion-card-main-header a.chevron-container.chevron--down {
    width: 24px;
    display: block;
    margin-top: 4px !important
}

.accordion-card-main-header a.chevron-container.chevron--up svg, .accordion-card-main-header a.chevron-container.chevron--down svg {
    stroke: #333
}

.accordion-card-addition {
    background-color: #eee;
    flex-basis: 100%;
    transition: height .25s ease-in-out;
    height: 0;
    overflow-y: hidden
}

div.expandable-div {
    overflow-y: hidden;
    transition: height .25s ease-in-out
}

a.expand-panel-trigger {
    margin-bottom: 20px
}

.actions-bar-buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.actions-bar {
    background: #f5f5f5;
    padding: 10px
}

.actions-bar h5 {
    padding-left: 1px
}

.actions-bar-buttons .btn {
    margin: 10px 0
}

.btn-login svg {
    width: 20px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 7px
}

.btn-login span.provider-sign-in {
    vertical-align: middle;
    display: inline-block
}

.btn-login {
    margin: 20px 0;
    color: #333 !important
}

.btn-login.btn-apple svg {
    fill: #333
}

.btn-login.btn-linkedin svg {
    fill: #0077b5;
    position: relative;
    top: -2px
}

.btn-login:hover {
    background-color: #eee
}

.btn-login.btn-other-login svg {
    fill: var(--city)
}

.popover {
    background-color: #eee
}

.popover-title {
    background-color: var(--city);
    border-bottom: 1px solid var(--city-07-04);
    color: #fff !important;
    border-radius: 0
}

.panel-new-style .panel-heading {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    background: #dadada;
    cursor: pointer;
    padding: 0;
    border-bottom: none;
    min-height: 52px;
    position: relative
}

.panel-new-style .panel-heading .collapsable-icon {
    flex-grow: 0;
    background: #615d5c;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    color: #fff;
    flex: 0 0 50px;
    min-height: 52px
}

.panel-new-style .panel-heading .collapsable-header {
    padding: 7px 15px;
    display: flex;
    overflow: hidden
}

.panel-new-style .panel-heading .collapsable-header span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.panel-new-style .panel-body {
    padding: 0
}

.panel-new-style .panel-body {
    background-color: #f5f5f5;
    padding-bottom: 15px
}

.panel-new-style .nav.nav-tabs {
    margin: 0 0 20px;
    background: #eee;
    border-top: 1px solid #ddd
}

.panel-new-style .nav.nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0
}

.panel-new-style .panel-body .panel-heading {
    min-height: 35px;
    padding-left: 10px
}

.panel-new-style .panel-body .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #bbb
}

.panel-new-style .panel-body .table-condensed {
    margin-bottom: 0
}

.panel-new-style .panel-body .panel-default .panel-heading a {
    color: #6f6f6f
}

.panel-new-style .panel-body .panel-primary .panel-heading {
    background-color: var(--city)
}

.panel-new-style .panel-heading .right-chevron-container {
    margin-left: auto;
    flex: 0 0 30px
}

.panel-new-style .panel-heading .right-chevron-container svg {
    height: 24px;
    stroke: #333
}

.panel-new-style .nav>li>a {
    padding: 10px 8px 8px 8px;
    border: none
}

.panel-new-style .nav>li.active>a {
    font-weight: 600;
    border: none;
    border-bottom: 2px solid var(--city);
    height: inherit
}

.panel-new-style .nav>li>a:hover {
    border: none;
    border-bottom: 2px solid #aaa;
    background-color: rgba(255, 255, 255, .5)
}

.panel-new-style .nav>li.active>a:hover {
    border: none;
    border-bottom: 2px solid var(--city);
    background: none
}

.panel-new-style .nav>li>a:hover {
    border: none;
    border-bottom: 2px solid #aaa;
    background-color: rgba(255, 255, 255, .5)
}

.chevron__line1, .chevron__line2 {
    stroke-width: 4;
    stroke-linecap: round;
    -webkit-transition: -webkit-transform .4s, stroke .4s;
    transition: transform .4s, stroke .4s;
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px
}

.panel-new-style .panel-heading .chevron--down, .panel-new-style .panel-heading .chevron--up {
    display: flex;
    margin-top: 0 !important;
    float: initial
}

.chevron--down .chevron__line1, .chevron--up .chevron__line2 {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.chevron--down .chevron__line2, .chevron--up .chevron__line1 {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.panel-new-style .panel-heading .collapsable-icon.thumb {
    padding: 1px
}

.collapsable-icon.thumb img {
    cursor: pointer;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.panel-new-style {
    margin: 15px 0
}

.panel-new-style.add-padding .panel-body {
    padding: 15px
}

.panel-new-style .accordion-card-badges {
    display: none
}

.panel-new-style .panel-heading .stars {
    display: none
}

@media only screen and (min-width:992px) {
    .panel-new-style .accordion-card-badges {
        position: relative;
        display: initial;
        top: -10px
    }

    .panel-new-style .panel-heading .right-chevron-container.with-badges {
        margin-left: 10px
    }

    .panel-new-style .panel-heading .right-chevron-container {
        margin-right: 15px
    }

    .panel-new-style .panel-heading .stars {
        display: initial
    }
}

textarea.form-control {
    min-height: 200px
}

.tablesorter-no-sort>tr>th {
    background-color: var(--city-1-07) !important;
    text-transform: uppercase
}

.icons-in-selector-options {
    font-size: x-large;
    vertical-align: middle;
    margin-right: 10px
}

.glyphicon.form-control-feedback.right-adjusted {
    right: 30px
}

label>small.info {
    background-color: #2f96b4;
    margin-left: 5px;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff
}

label>small.success {
    background-color: #699c40;
    margin-left: 5px;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff
}

.row-no-gutters {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.btn.jw-org-like-button {
    background-color: #4a6da7;
    color: #fff;
    border: none
}

.btn.jw-org-like-button:hover {
    background-color: #345996
}

.hotel-info tbody tr td:last-child {
    overflow-wrap: break-word
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media(min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

#editor {
    border: 1px solid silver;
    background-color: #fff
}

.article .col-md-12, .article .col-xs-12 {
    padding-left: 0;
    padding-right: 0
}

.main-page-container {
    padding-left: 20px;
    padding-right: 20px
}

.statistics-container {
    padding-left: 20px;
    padding-right: 20px
}

.statistics-container div.hidden-md.hidden-lg blockquote {
    padding-top: 20px;
    padding-bottom: 15px
}

.statistics-container div.hidden-md.hidden-lg p {
    margin-bottom: 0
}

.statistics-container div.hidden-md.hidden-lg h4:not(:last-child) {
    margin-bottom: 25px
}

.statistics-container div.hidden-xs.hidden-sm blockquote {
    padding: 10px
}

.art-title {
    padding-left: 20px;
    padding-right: 20px
}

figure {
    margin: 10px 0
}

figcaption {
    color: #858585;
    font-size: 90%;
    padding: 7px 0;
    margin-bottom: 10px;
    text-align: left
}

#focus-status {
    position: absolute
}

.glyphicon-warning-sign:before {
    content: "⚠"
}

.cm-float {
    color: #fd71ff
}

.fix-left, .fix-right {
    padding-left: 0;
    margin-left: 0 !important;
    padding-right: 0;
    margin-right: 0 !important
}

@media(min-width:768px) {
    .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px
    }

    .main-page-container, .statistics-container {
        padding-left: 60px;
        padding-right: 60px
    }

    .art-title {
        padding-left: 60px;
        padding-right: 60px
    }

    .fix-left, .fix-right {
        padding-left: 15px;
        padding-right: 15px
    }

    .article .fix-left {
        padding-left: 0;
        padding-right: 30px;
        margin-left: 0 !important
    }

    .article .fix-right {
        padding-right: 0;
        padding-left: 30px;
        margin-right: 0 !important
    }

    .article figure:not(.fix-right):not(.fix-left):not(.col-md-12) {
        padding-left: 15px;
        padding-right: 15px
    }

    figure {
        margin: 20px 0
    }

    figure.move-upwards {
        margin-top: 9px
    }
}

@media(min-width:1200px) {
    .main-page-container, .statistics-container {
        padding-left: 120px;
        padding-right: 120px
    }

    .art-title {
        padding-left: 120px;
        padding-right: 120px
    }
}

#articleimages table>tbody>tr>td:first-child {
    width: 20%;
    border-right: 1px solid var(--city-07-04);
    text-align: center
}

#carouselimages table>tbody>tr>td:last-child {
    width: 1%;
    white-space: nowrap;
    text-align: center
}

#articleimages table thead, #carouselimages table thead {
    background: none
}

#articleimages .btn.btn-primary.btn-file, #carouselimages .btn.btn-primary.btn-file {
    margin-left: 7px;
    width: 150px
}

#articleimages table img {
    cursor: pointer;
    max-height: 150px
}

#articleimages a.button-icon, #carouselimages a.button-icon {
    margin-right: 5px
}