@charset "UTF-8";

.ember-bootstrap-popover.popover.bottom .arrow,
.ember-bootstrap-popover.popover.top .arrow,
.ember-bootstrap-tooltip.tooltip.bottom .tooltip-arrow,
.ember-bootstrap-tooltip.tooltip.top .tooltip-arrow {
    margin-left: 0
}

.ember-bootstrap-popover.popover.left .arrow,
.ember-bootstrap-popover.popover.right .arrow,
.ember-bootstrap-tooltip.tooltip.left .tooltip-arrow,
.ember-bootstrap-tooltip.tooltip.right .tooltip-arrow {
    margin-top: 0
}

.ember-light-table,
.ember-light-table .lt-body-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.panel-heading[role=tab] {
    cursor: pointer
}

.ember-bootstrap-popover.popover {
    display: block
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker.show-ranges.rtl .drp-calendar.right,
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left,
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {

    .daterangepicker .drp-calendar,
    .daterangepicker .ranges,
    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker {
        width: auto;
        direction: ltr;
        text-align: left
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 8px
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.content section:after,
.pika-single:after {
    clear: both
}

.vertical-collection-visual-debugger {
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    background: rgba(50, 50, 50, 1);
    width: 125px
}

.vertical-collection-visual-debugger .vc_visualization-container {
    transform: scale(.25);
    left: 0;
    position: relative
}

.vertical-collection-visual-debugger .vc_visualization-screen {
    position: absolute;
    background: 0 0;
    box-sizing: content-box;
    border-top: 2px dashed #ff0;
    border-bottom: 2px dashed #ff0;
    width: 500px
}

.vertical-collection-visual-debugger .vc_visualization-scroll-container {
    position: absolute;
    width: 500px;
    background: rgba(100, 230, 100, .65)
}

.vertical-collection-visual-debugger .vc_visualization-item-container {
    position: absolute;
    width: 500px;
    background: rgba(255, 255, 255, .15)
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component {
    box-sizing: border-box;
    background: rgba(230, 100, 230, .6);
    border: 1px dotted #bbb;
    border-top: 0;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    width: 250px
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component:first-of-type {
    border-top: 1px dotted #bbb
}

.vertical-collection-visual-debugger .vc_visualization-virtual-component.culled {
    background: 0 0
}

.shepherd-element {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    max-width: 400px;
    opacity: 0;
    outline: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.shepherd-enabled.shepherd-element {
    opacity: 1;
    visibility: visible
}

.ember-light-table .lt-scaffolding,
.handsontable .ht_clone_left thead,
.handsontable .ht_master thead,
.handsontable .ht_master tr th,
.handsontable.htAutoSize,
.handsontable.listbox .wtBorder,
.htContextMenu .wtBorder {
    visibility: hidden
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
    box-sizing: border-box
}

.shepherd-arrow,
.shepherd-arrow:before {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: -1
}

.shepherd-arrow:before {
    content: "";
    transform: rotate(45deg);
    background: #fff
}

.shepherd-element[data-popper-placement^=top]>.shepherd-arrow {
    bottom: -8px
}

.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow {
    top: -8px
}

.shepherd-element[data-popper-placement^=left]>.shepherd-arrow {
    right: -8px
}

.shepherd-element[data-popper-placement^=right]>.shepherd-arrow {
    left: -8px
}

.shepherd-element.shepherd-centered>.shepherd-arrow {
    opacity: 0
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before {
    background-color: #e6e6e6
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
    pointer-events: none
}

.shepherd-modal-overlay-container {
    -ms-filter: progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);
    filter: alpha(opacity=50);
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .3s ease-out, height 0s .3s, opacity .3s 0s;
    width: 100vw;
    z-index: 9997
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
    height: 100vh;
    opacity: .5;
    transition: all .3s ease-out, height 0s 0s, opacity .3s 0s
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
    pointer-events: all
}

.shepherd-content {
    border-radius: 5px;
    outline: 0;
    padding: 0
}

.shepherd-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: flex-end;
    padding: 0 .75rem .75rem
}

.shepherd-footer .shepherd-button:last-child {
    margin-right: 0
}

.shepherd-header {
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: flex-end;
    line-height: 2em;
    padding: .75rem .75rem 0
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background: #e6e6e6;
    padding: 1em
}

.shepherd-text {
    color: rgba(0, 0, 0, .75);
    font-size: 1rem;
    line-height: 1.3em;
    padding: .75em
}

.shepherd-text p {
    margin-top: 0
}

.shepherd-text p:last-child {
    margin-bottom: 0
}

.shepherd-button {
    background: #3288e6;
    border: 0;
    border-radius: 3px;
    color: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    margin-right: .5rem;
    padding: .5rem 1.5rem;
    transition: all .5s ease
}

.shepherd-button:not(:disabled):hover {
    background: #196fcc;
    color: hsla(0, 0%, 100%, .75)
}

.shepherd-button.shepherd-button-secondary {
    background: #f1f2f3;
    color: rgba(0, 0, 0, .75)
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
    background: #d6d9db;
    color: rgba(0, 0, 0, .75)
}

.shepherd-button:disabled {
    cursor: not-allowed
}

.shepherd-cancel-icon {
    background: 0 0;
    border: none;
    color: hsla(0, 0%, 50.2%, .75);
    font-size: 2em;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    padding: 0;
    transition: color .5s ease
}

.ui-keyboard,
.ui-keyboard-button {
    border: 1px solid #aaa;
    text-align: center
}

.shepherd-cancel-icon:hover {
    color: rgba(0, 0, 0, .75)
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
    color: hsla(0, 0%, 50.2%, .75)
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover,
.shepherd-title {
    color: rgba(0, 0, 0, .75)
}

.shepherd-title {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    flex: 1 0 auto;
    margin: 0;
    padding: 0
}

.flag-icon,
.flag16,
.flag32 {
    display: inline-block
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.flag16 {
    width: 16px;
    height: 16px;
    background: url(/ember-world-flags/images/flags16-0b8915998d4be63d4e9c88d3d917300f.png) no-repeat
}

.flag16.flag-lk {
    background-position: -192px -112px
}

.flag16.flag-kn {
    background-position: -32px -112px
}

.flag16.flag-gh {
    background-position: -208px -64px
}

.flag16.flag-pe {
    background-position: -128px -160px
}

.flag16.flag-fo {
    background-position: -96px -64px
}

.flag16.flag-ws {
    background-position: -160px -224px
}

.flag16.flag-tj {
    background-position: -32px -208px
}

.flag16.flag-ru {
    background-position: -128px -176px
}

.flag16.flag-sc {
    background-position: -192px -176px
}

.flag16.flag-au {
    background-position: -192px 0
}

.flag16.flag-ua {
    background-position: -208px -208px
}

.flag16.flag-ge {
    background-position: -176px -64px
}

.flag16.flag-dj {
    background-position: -80px -48px
}

.flag16.flag-jp {
    background-position: -192px -96px
}

.flag16.flag-co {
    background-position: -208px -32px
}

.flag16.flag-an {
    background-position: -112px 0
}

.flag16.flag-se {
    background-position: -224px -176px
}

.flag16.flag-mk {
    background-position: -160px -128px
}

.flag16.flag-lr {
    background-position: -208px -112px
}

.flag16.flag-hr {
    background-position: -192px -80px
}

.flag16.flag-ad {
    background-position: 0 0
}

.flag16.flag-by {
    background-position: -16px -32px
}

.flag16.flag-lt {
    background-position: -240px -112px
}

.flag16.flag-ps {
    background-position: 0 -176px
}

.flag16.flag-va {
    background-position: -32px -224px
}

.flag16.flag-be {
    background-position: -48px -16px
}

.flag16.flag-ug {
    background-position: -224px -208px
}

.flag16.flag-bo {
    background-position: -192px -16px
}

.flag16.flag-de {
    background-position: -64px -48px
}

.flag16.flag-la {
    background-position: -128px -112px
}

.flag16.flag-py {
    background-position: -48px -176px
}

.flag16.flag-bn {
    background-position: -176px -16px
}

.flag16.flag-mg {
    background-position: -128px -128px
}

.flag16.flag-so {
    background-position: -96px -192px
}

.flag16.flag-ai {
    background-position: -64px 0
}

.flag16.flag-er {
    background-position: -224px -48px
}

.flag16.flag-uz {
    background-position: -16px -224px
}

.flag16.flag-tc {
    background-position: -208px -192px
}

.flag16.flag-at {
    background-position: -176px 0
}

.flag16.flag-gg {
    background-position: -192px -64px
}

.flag16.flag-tk {
    background-position: -48px -208px
}

.flag16.flag-bt {
    background-position: -240px -16px
}

.flag16.flag-md {
    background-position: -80px -128px
}

.flag16.flag-rs {
    background-position: -112px -176px
}

.flag16.flag-nu {
    background-position: -64px -160px
}

.flag16.flag-tr {
    background-position: -128px -208px
}

.flag16.flag-pk {
    background-position: -192px -160px
}

.flag16.flag-zm {
    background-position: -224px -224px
}

.flag16.flag-is {
    background-position: -112px -96px
}

.flag16.flag-lc {
    background-position: -160px -112px
}

.flag16.flag-cm {
    background-position: -176px -32px
}

.flag16.flag-pt {
    background-position: -16px -176px
}

.flag16.flag-tv {
    background-position: -160px -208px
}

.flag16.flag-bm {
    background-position: -160px -16px
}

.flag16.flag-kw {
    background-position: -80px -112px
}

.flag16.flag-ao {
    background-position: -128px 0
}

.flag16.flag-vu {
    background-position: -128px -224px
}

.flag16.flag-ie {
    background-position: -16px -96px
}

.flag16.flag-ca {
    background-position: -48px -32px
}

.flag16.flag-my {
    background-position: -128px -144px
}

.flag16.flag-ag {
    background-position: -48px 0
}

.flag16.flag-cw {
    background-position: -16px -48px
}

.flag16.flag-tw {
    background-position: -176px -208px
}

.flag16.flag-il {
    background-position: -32px -96px
}

.flag16.flag-hn {
    background-position: -176px -80px
}

.flag16.flag-cv {
    background-position: 0 -48px
}

.flag16.flag-tm {
    background-position: -80px -208px
}

.flag16.flag-fj {
    background-position: -48px -64px
}

.flag16.flag-it {
    background-position: -128px -96px
}

.flag16.flag-us {
    background-position: -240px -208px
}

.flag16.flag-az {
    background-position: -240px 0
}

.flag16.flag-cy {
    background-position: -32px -48px
}

.flag16.flag-ck {
    background-position: -144px -32px
}

.flag16.flag-mx {
    background-position: -112px -144px
}

.flag16.flag-bb {
    background-position: -16px -16px
}

.flag16.flag-om {
    background-position: -96px -160px
}

.flag16.flag-mo {
    background-position: -224px -128px
}

.flag16.flag-gr {
    background-position: -64px -80px
}

.flag16.flag-id {
    background-position: 0 -96px
}

.flag16.flag-pr {
    background-position: -240px -160px
}

.flag16.flag-br {
    background-position: -208px -16px
}

.flag16.flag-dm {
    background-position: -112px -48px
}

.flag16.flag-in {
    background-position: -64px -96px
}

.flag16.flag-th {
    background-position: -16px -208px
}

.flag16.flag-bl {
    background-position: -144px -16px
}

.flag16.flag-tt {
    background-position: -144px -208px
}

.flag16.flag-fk {
    background-position: -64px -64px
}

.flag16.flag-kr {
    background-position: -64px -112px
}

.flag16.flag-bf {
    background-position: -64px -16px
}

.flag16.flag-vg {
    background-position: -80px -224px
}

.flag16.flag-kh {
    background-position: -240px -96px
}

.flag16.flag-ci {
    background-position: -128px -32px
}

.flag16.flag-al {
    background-position: -80px 0
}

.flag16.flag-st {
    background-position: -144px -192px
}

.flag16.flag-mp {
    background-position: -240px -128px
}

.flag16.flag-jm {
    background-position: -160px -96px
}

.flag16.flag-pw {
    background-position: -32px -176px
}

.flag16.flag-bw {
    background-position: 0 -32px
}

.flag16.flag-dz {
    background-position: -144px -48px
}

.flag16.flag-eh {
    background-position: -208px -48px
}

.flag16.flag-gm {
    background-position: 0 -80px
}

.flag16.flag-ls {
    background-position: -224px -112px
}

.flag16.flag-cd {
    background-position: -64px -32px
}

.flag16.flag-ae {
    background-position: -16px 0
}

.flag16.flag-nz {
    background-position: -80px -160px
}

.flag16.flag-hu {
    background-position: -224px -80px
}

.flag16.flag-no {
    background-position: -16px -160px
}

.flag16.flag-es {
    background-position: -240px -48px
}

.flag16.flag-ni {
    background-position: -240px -144px
}

.flag16.flag-gb {
    background-position: -144px -64px
}

.flag16.flag-mr {
    background-position: -16px -144px
}

.flag16.flag-na {
    background-position: -160px -144px
}

.flag16.flag-gw {
    background-position: -128px -80px
}

.flag16.flag-kp {
    background-position: -48px -112px
}

.flag16.flag-bz {
    background-position: -32px -32px
}

.flag16.flag-tz {
    background-position: -192px -208px
}

.flag16.flag-eu {
    background-position: -16px -64px
}

.flag16.flag-uy {
    background-position: 0 -224px
}

.flag16.flag-ba {
    background-position: 0 -16px
}

.flag16.flag-gs {
    background-position: -80px -80px
}

.flag16.flag-nf {
    background-position: -208px -144px
}

.flag16.flag-re {
    background-position: -80px -176px
}

.flag16.flag-ve {
    background-position: -64px -224px
}

.flag16.flag-cu {
    background-position: -240px -32px
}

.flag16.flag-gt {
    background-position: -96px -80px
}

.flag16.flag-ly {
    background-position: -32px -128px
}

.flag16.flag-cz {
    background-position: -48px -48px
}

.flag16.flag-eg {
    background-position: -192px -48px
}

.flag16.flag-ir {
    background-position: -96px -96px
}

.flag16.flag-sv {
    background-position: -160px -192px
}

.flag16.flag-nl {
    background-position: 0 -160px
}

.flag16.flag-ax {
    background-position: -224px 0
}

.flag16.flag-mm {
    background-position: -192px -128px
}

.flag16.flag-ec {
    background-position: -160px -48px
}

.flag16.flag-yt {
    background-position: -192px -224px
}

.flag16.flag-fr {
    background-position: -112px -64px
}

.flag16.flag-vc {
    background-position: -48px -224px
}

.flag16.flag-cn {
    background-position: -192px -32px
}

.flag16.flag-bh {
    background-position: -96px -16px
}

.flag16.flag-rw {
    background-position: -144px -176px
}

.flag16.flag-ee {
    background-position: -176px -48px
}

.flag16.flag-sm {
    background-position: -64px -192px
}

.flag16.flag-je {
    background-position: -144px -96px
}

.flag16.flag-gp {
    background-position: -32px -80px
}

.flag16.flag-ke {
    background-position: -208px -96px
}

.flag16.flag-sa {
    background-position: -160px -176px
}

.flag16.flag-mn {
    background-position: -208px -128px
}

.flag16.flag-kg {
    background-position: -224px -96px
}

.flag16.flag-gn {
    background-position: -16px -80px
}

.flag16.flag-sy {
    background-position: -176px -192px
}

.flag16.flag-gq {
    background-position: -48px -80px
}

.flag16.flag-vn {
    background-position: -112px -224px
}

.flag16.flag-kz {
    background-position: -112px -112px
}

.flag16.flag-ms {
    background-position: -32px -144px
}

.flag16.flag-mv {
    background-position: -80px -144px
}

.flag16.flag-ng {
    background-position: -224px -144px
}

.flag16.flag-mt {
    background-position: -48px -144px
}

.flag16.flag-ph {
    background-position: -176px -160px
}

.flag16.flag-gi {
    background-position: -224px -64px
}

.flag16.flag-aw {
    background-position: -208px 0
}

.flag16.flag-ic {
    background-position: -240px -80px
}

.flag16.flag-lv {
    background-position: -16px -128px
}

.flag16.flag-td {
    background-position: -224px -192px
}

.flag16.flag-ss {
    background-position: -128px -192px
}

.flag16.flag-mh {
    background-position: -144px -128px
}

.flag16.flag-fi {
    background-position: -32px -64px
}

.flag16.flag-ht {
    background-position: -208px -80px
}

.flag16.flag-bj {
    background-position: -128px -16px
}

.flag16.flag-gl {
    background-position: -240px -64px
}

.flag16.flag-cg {
    background-position: -96px -32px
}

.flag16.flag-mq {
    background-position: 0 -144px
}

.flag16.flag-sh {
    background-position: 0 -192px
}

.flag16.flag-ye {
    background-position: -176px -224px
}

.flag16.flag-ga {
    background-position: -128px -64px
}

.flag16.flag-ar {
    background-position: -144px 0
}

.flag16.flag-im {
    background-position: -48px -96px
}

.flag16.flag-mw {
    background-position: -96px -144px
}

.flag16.flag-vi {
    background-position: -96px -224px
}

.flag16.flag-pl {
    background-position: -208px -160px
}

.flag16.flag-fm {
    background-position: -80px -64px
}

.flag16.flag-do {
    background-position: -128px -48px
}

.flag16.flag-lu {
    background-position: 0 -128px
}

.flag16.flag-sd {
    background-position: -208px -176px
}

.flag16.flag-gd {
    background-position: -160px -64px
}

.flag16.flag-ky {
    background-position: -96px -112px
}

.flag16.flag-np {
    background-position: -32px -160px
}

.flag16.flag-am {
    background-position: -96px 0
}

.flag16.flag-as {
    background-position: -160px 0
}

.flag16.flag-ro {
    background-position: -96px -176px
}

.flag16.flag-cl {
    background-position: -160px -32px
}

.flag16.flag-bi {
    background-position: -112px -16px
}

.flag16.flag-to {
    background-position: -112px -208px
}

.flag16.flag-mc {
    background-position: -64px -128px
}

.flag16.flag-hk {
    background-position: -160px -80px
}

.flag16.flag-pg {
    background-position: -160px -160px
}

.flag16.flag-pn {
    background-position: -224px -160px
}

.flag16.flag-jo {
    background-position: -176px -96px
}

.flag16.flag-mz {
    background-position: -144px -144px
}

.flag16.flag-mf {
    background-position: -112px -128px
}

.flag16.flag-lb {
    background-position: -144px -112px
}

.flag16.flag-ne {
    background-position: -192px -144px
}

.flag16.flag-ma {
    background-position: -48px -128px
}

.flag16.flag-nc {
    background-position: -176px -144px
}

.flag16.flag-pf {
    background-position: -144px -160px
}

.flag16.flag-me {
    background-position: -96px -128px
}

.flag16.flag-sn {
    background-position: -80px -192px
}

.flag16.flag-ch {
    background-position: -112px -32px
}

.flag16.flag-ki {
    background-position: 0 -112px
}

.flag16.flag-bg {
    background-position: -80px -16px
}

.flag16.flag-sr {
    background-position: -112px -192px
}

.flag16.flag-tn {
    background-position: -96px -208px
}

.flag16.flag-sg {
    background-position: -240px -176px
}

.flag16.flag-et {
    background-position: 0 -64px
}

.flag16.flag-bs {
    background-position: -224px -16px
}

.flag16.flag-km {
    background-position: -16px -112px
}

.flag16.flag-tg {
    background-position: 0 -208px
}

.flag16.flag-li {
    background-position: -176px -112px
}

.flag16.flag-cf {
    background-position: -80px -32px
}

.flag16.flag-pa {
    background-position: -112px -160px
}

.flag16.flag-wf {
    background-position: -144px -224px
}

.flag16.flag-tf {
    background-position: -240px -192px
}

.flag16.flag-za {
    background-position: -208px -224px
}

.flag16.flag-cr {
    background-position: -224px -32px
}

.flag16.flag-sk {
    background-position: -32px -192px
}

.flag16.flag-si {
    background-position: -16px -192px
}

.flag16.flag-iq {
    background-position: -80px -96px
}

.flag16.flag-ml {
    background-position: -176px -128px
}

.flag16.flag-qa {
    background-position: -64px -176px
}

.flag16.flag-nr {
    background-position: -48px -160px
}

.flag16.flag-mu {
    background-position: -64px -144px
}

.flag16.flag-gu {
    background-position: -112px -80px
}

.flag16.flag-sl {
    background-position: -48px -192px
}

.flag16.flag-sb {
    background-position: -176px -176px
}

.flag16.flag-dk {
    background-position: -96px -48px
}

.flag16.flag-sz {
    background-position: -192px -192px
}

.flag16.flag-tl {
    background-position: -64px -208px
}

.flag16.flag-af {
    background-position: -32px 0
}

.flag16.flag-zw {
    background-position: -240px -224px
}

.flag16.flag-bd {
    background-position: -32px -16px
}

.flag16.flag-gy {
    background-position: -144px -80px
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.flag32 {
    width: 32px;
    height: 32px;
    background: url(/ember-world-flags/images/flags32-d2965bbc5cb069a7380627c4062d4eb7.png) no-repeat
}

.flag32.flag-lk {
    background-position: -352px -224px
}

.flag32.flag-kn {
    background-position: -32px -224px
}

.flag32.flag-gh {
    background-position: -416px -128px
}

.flag32.flag-pe {
    background-position: -224px -320px
}

.flag32.flag-fo {
    background-position: -192px -128px
}

.flag32.flag-ws {
    background-position: -256px -448px
}

.flag32.flag-tj {
    background-position: 0 -416px
}

.flag32.flag-ru {
    background-position: -192px -352px
}

.flag32.flag-sc {
    background-position: -320px -352px
}

.flag32.flag-au {
    background-position: -384px 0
}

.flag32.flag-ua {
    background-position: -352px -416px
}

.flag32.flag-ge {
    background-position: -352px -128px
}

.flag32.flag-dj {
    background-position: -160px -96px
}

.flag32.flag-jp {
    background-position: -352px -192px
}

.flag32.flag-co {
    background-position: -416px -64px
}

.flag32.flag-an {
    background-position: -224px 0
}

.flag32.flag-se {
    background-position: -384px -352px
}

.flag32.flag-mk {
    background-position: -288px -256px
}

.flag32.flag-lr {
    background-position: -384px -224px
}

.flag32.flag-hr {
    background-position: -352px -160px
}

.flag32.flag-ad {
    background-position: 0 0
}

.flag32.flag-by {
    background-position: -32px -64px
}

.flag32.flag-lt {
    background-position: -448px -224px
}

.flag32.flag-ps {
    background-position: -480px -320px
}

.flag32.flag-va {
    background-position: 0 -448px
}

.flag32.flag-be {
    background-position: -96px -32px
}

.flag32.flag-ug {
    background-position: -384px -416px
}

.flag32.flag-bo {
    background-position: -384px -32px
}

.flag32.flag-de {
    background-position: -128px -96px
}

.flag32.flag-la {
    background-position: -224px -224px
}

.flag32.flag-py {
    background-position: -64px -352px
}

.flag32.flag-bn {
    background-position: -352px -32px
}

.flag32.flag-mg {
    background-position: -224px -256px
}

.flag32.flag-so {
    background-position: -128px -384px
}

.flag32.flag-ai {
    background-position: -128px 0
}

.flag32.flag-er {
    background-position: -448px -96px
}

.flag32.flag-uz {
    background-position: -480px -416px
}

.flag32.flag-tc {
    background-position: -352px -384px
}

.flag32.flag-at {
    background-position: -352px 0
}

.flag32.flag-gg {
    background-position: -384px -128px
}

.flag32.flag-tk {
    background-position: -32px -416px
}

.flag32.flag-bt {
    background-position: -480px -32px
}

.flag32.flag-md {
    background-position: -128px -256px
}

.flag32.flag-rs {
    background-position: -160px -352px
}

.flag32.flag-nu {
    background-position: -96px -320px
}

.flag32.flag-tr {
    background-position: -192px -416px
}

.flag32.flag-pk {
    background-position: -352px -320px
}

.flag32.flag-zm {
    background-position: -384px -448px
}

.flag32.flag-is {
    background-position: -192px -192px
}

.flag32.flag-lc {
    background-position: -288px -224px
}

.flag32.flag-cm {
    background-position: -352px -64px
}

.flag32.flag-pt {
    background-position: 0 -352px
}

.flag32.flag-tv {
    background-position: -256px -416px
}

.flag32.flag-bm {
    background-position: -320px -32px
}

.flag32.flag-kw {
    background-position: -128px -224px
}

.flag32.flag-ao {
    background-position: -256px 0
}

.flag32.flag-vu {
    background-position: -192px -448px
}

.flag32.flag-ie {
    background-position: 0 -192px
}

.flag32.flag-ca {
    background-position: -96px -64px
}

.flag32.flag-my {
    background-position: -224px -288px
}

.flag32.flag-ag {
    background-position: -96px 0
}

.flag32.flag-cw {
    background-position: -32px -96px
}

.flag32.flag-tw {
    background-position: -288px -416px
}

.flag32.flag-il {
    background-position: -32px -192px
}

.flag32.flag-hn {
    background-position: -320px -160px
}

.flag32.flag-cv {
    background-position: 0 -96px
}

.flag32.flag-tm {
    background-position: -96px -416px
}

.flag32.flag-fj {
    background-position: -96px -128px
}

.flag32.flag-it {
    background-position: -224px -192px
}

.flag32.flag-us {
    background-position: -416px -416px
}

.flag32.flag-az {
    background-position: -480px 0
}

.flag32.flag-cy {
    background-position: -64px -96px
}

.flag32.flag-ck {
    background-position: -288px -64px
}

.flag32.flag-mx {
    background-position: -192px -288px
}

.flag32.flag-bb {
    background-position: -32px -32px
}

.flag32.flag-om {
    background-position: -160px -320px
}

.flag32.flag-mo {
    background-position: -416px -256px
}

.flag32.flag-gr {
    background-position: -96px -160px
}

.flag32.flag-id {
    background-position: -480px -160px
}

.flag32.flag-pr {
    background-position: -448px -320px
}

.flag32.flag-br {
    background-position: -416px -32px
}

.flag32.flag-dm {
    background-position: -224px -96px
}

.flag32.flag-in {
    background-position: -96px -192px
}

.flag32.flag-th {
    background-position: -480px -384px
}

.flag32.flag-bl {
    background-position: -288px -32px
}

.flag32.flag-tt {
    background-position: -224px -416px
}

.flag32.flag-fk {
    background-position: -128px -128px
}

.flag32.flag-kr {
    background-position: -96px -224px
}

.flag32.flag-bf {
    background-position: -128px -32px
}

.flag32.flag-vg {
    background-position: -96px -448px
}

.flag32.flag-kh {
    background-position: -448px -192px
}

.flag32.flag-ci {
    background-position: -256px -64px
}

.flag32.flag-al {
    background-position: -160px 0
}

.flag32.flag-st {
    background-position: -224px -384px
}

.flag32.flag-mp {
    background-position: -448px -256px
}

.flag32.flag-jm {
    background-position: -288px -192px
}

.flag32.flag-pw {
    background-position: -32px -352px
}

.flag32.flag-bw {
    background-position: 0 -64px
}

.flag32.flag-dz {
    background-position: -288px -96px
}

.flag32.flag-eh {
    background-position: -416px -96px
}

.flag32.flag-gm {
    background-position: 0 -160px
}

.flag32.flag-ls {
    background-position: -416px -224px
}

.flag32.flag-cd {
    background-position: -128px -64px
}

.flag32.flag-ae {
    background-position: -32px 0
}

.flag32.flag-nz {
    background-position: -128px -320px
}

.flag32.flag-hu {
    background-position: -416px -160px
}

.flag32.flag-no {
    background-position: 0 -320px
}

.flag32.flag-es {
    background-position: -480px -96px
}

.flag32.flag-ni {
    background-position: -448px -288px
}

.flag32.flag-gb {
    background-position: -288px -128px
}

.flag32.flag-mr {
    background-position: 0 -288px
}

.flag32.flag-na {
    background-position: -288px -288px
}

.flag32.flag-gw {
    background-position: -224px -160px
}

.flag32.flag-kp {
    background-position: -64px -224px
}

.flag32.flag-bz {
    background-position: -64px -64px
}

.flag32.flag-tz {
    background-position: -320px -416px
}

.flag32.flag-eu {
    background-position: -32px -128px
}

.flag32.flag-uy {
    background-position: -448px -416px
}

.flag32.flag-ba {
    background-position: 0 -32px
}

.flag32.flag-gs {
    background-position: -128px -160px
}

.flag32.flag-nf {
    background-position: -384px -288px
}

.flag32.flag-ve {
    background-position: -64px -448px
}

.flag32.flag-cu {
    background-position: -480px -64px
}

.flag32.flag-gt {
    background-position: -160px -160px
}

.flag32.flag-ly {
    background-position: -32px -256px
}

.flag32.flag-cz {
    background-position: -96px -96px
}

.flag32.flag-eg {
    background-position: -384px -96px
}

.flag32.flag-ir {
    background-position: -160px -192px
}

.flag32.flag-sv {
    background-position: -256px -384px
}

.flag32.flag-nl {
    background-position: -480px -288px
}

.flag32.flag-ax {
    background-position: -448px 0
}

.flag32.flag-mm {
    background-position: -352px -256px
}

.flag32.flag-ec {
    background-position: -320px -96px
}

.flag32.flag-yt {
    background-position: -320px -448px
}

.flag32.flag-fr {
    background-position: -224px -128px
}

.flag32.flag-vc {
    background-position: -32px -448px
}

.flag32.flag-cn {
    background-position: -384px -64px
}

.flag32.flag-bh {
    background-position: -192px -32px
}

.flag32.flag-rw {
    background-position: -224px -352px
}

.flag32.flag-ee {
    background-position: -352px -96px
}

.flag32.flag-sm {
    background-position: -64px -384px
}

.flag32.flag-je {
    background-position: -256px -192px
}

.flag32.flag-lv {
    background-position: 0 -256px
}

.flag32.flag-ke {
    background-position: -384px -192px
}

.flag32.flag-sa {
    background-position: -256px -352px
}

.flag32.flag-mn {
    background-position: -384px -256px
}

.flag32.flag-kg {
    background-position: -416px -192px
}

.flag32.flag-gn {
    background-position: -32px -160px
}

.flag32.flag-sy {
    background-position: -288px -384px
}

.flag32.flag-gq {
    background-position: -64px -160px
}

.flag32.flag-vn {
    background-position: -160px -448px
}

.flag32.flag-kz {
    background-position: -192px -224px
}

.flag32.flag-ms {
    background-position: -32px -288px
}

.flag32.flag-mv {
    background-position: -128px -288px
}

.flag32.flag-ng {
    background-position: -416px -288px
}

.flag32.flag-mt {
    background-position: -64px -288px
}

.flag32.flag-ph {
    background-position: -320px -320px
}

.flag32.flag-gi {
    background-position: -448px -128px
}

.flag32.flag-aw {
    background-position: -416px 0
}

.flag32.flag-ic {
    background-position: -448px -160px
}

.flag32.flag-td {
    background-position: -384px -384px
}

.flag32.flag-ss {
    background-position: -192px -384px
}

.flag32.flag-mh {
    background-position: -256px -256px
}

.flag32.flag-fi {
    background-position: -64px -128px
}

.flag32.flag-ht {
    background-position: -384px -160px
}

.flag32.flag-bj {
    background-position: -256px -32px
}

.flag32.flag-gl {
    background-position: -480px -128px
}

.flag32.flag-cg {
    background-position: -192px -64px
}

.flag32.flag-mq {
    background-position: -480px -256px
}

.flag32.flag-sh {
    background-position: -448px -352px
}

.flag32.flag-ye {
    background-position: -288px -448px
}

.flag32.flag-ga {
    background-position: -256px -128px
}

.flag32.flag-ar {
    background-position: -288px 0
}

.flag32.flag-im {
    background-position: -64px -192px
}

.flag32.flag-mw {
    background-position: -160px -288px
}

.flag32.flag-vi {
    background-position: -128px -448px
}

.flag32.flag-pl {
    background-position: -384px -320px
}

.flag32.flag-fm {
    background-position: -160px -128px
}

.flag32.flag-do {
    background-position: -256px -96px
}

.flag32.flag-lu {
    background-position: -480px -224px
}

.flag32.flag-sd {
    background-position: -352px -352px
}

.flag32.flag-gd {
    background-position: -320px -128px
}

.flag32.flag-ky {
    background-position: -160px -224px
}

.flag32.flag-np {
    background-position: -32px -320px
}

.flag32.flag-am {
    background-position: -192px 0
}

.flag32.flag-as {
    background-position: -320px 0
}

.flag32.flag-ro {
    background-position: -128px -352px
}

.flag32.flag-cl {
    background-position: -320px -64px
}

.flag32.flag-bi {
    background-position: -224px -32px
}

.flag32.flag-to {
    background-position: -160px -416px
}

.flag32.flag-mc {
    background-position: -96px -256px
}

.flag32.flag-hk {
    background-position: -288px -160px
}

.flag32.flag-pg {
    background-position: -288px -320px
}

.flag32.flag-pn {
    background-position: -416px -320px
}

.flag32.flag-jo {
    background-position: -320px -192px
}

.flag32.flag-mz {
    background-position: -256px -288px
}

.flag32.flag-mf {
    background-position: -192px -256px
}

.flag32.flag-lb {
    background-position: -256px -224px
}

.flag32.flag-ne {
    background-position: -352px -288px
}

.flag32.flag-ma {
    background-position: -64px -256px
}

.flag32.flag-nc {
    background-position: -320px -288px
}

.flag32.flag-pf {
    background-position: -256px -320px
}

.flag32.flag-me {
    background-position: -160px -256px
}

.flag32.flag-sn {
    background-position: -96px -384px
}

.flag32.flag-ch {
    background-position: -224px -64px
}

.flag32.flag-ki {
    background-position: -480px -192px
}

.flag32.flag-bg {
    background-position: -160px -32px
}

.flag32.flag-sr {
    background-position: -160px -384px
}

.flag32.flag-tn {
    background-position: -128px -416px
}

.flag32.flag-sg {
    background-position: -416px -352px
}

.flag32.flag-et {
    background-position: 0 -128px
}

.flag32.flag-bs {
    background-position: -448px -32px
}

.flag32.flag-km {
    background-position: 0 -224px
}

.flag32.flag-tg {
    background-position: -448px -384px
}

.flag32.flag-li {
    background-position: -320px -224px
}

.flag32.flag-cf {
    background-position: -160px -64px
}

.flag32.flag-pa {
    background-position: -192px -320px
}

.flag32.flag-wf {
    background-position: -224px -448px
}

.flag32.flag-tf {
    background-position: -416px -384px
}

.flag32.flag-za {
    background-position: -352px -448px
}

.flag32.flag-cr {
    background-position: -448px -64px
}

.flag32.flag-sk {
    background-position: 0 -384px
}

.flag32.flag-si {
    background-position: -480px -352px
}

.flag32.flag-iq {
    background-position: -128px -192px
}

.flag32.flag-ml {
    background-position: -320px -256px
}

.flag32.flag-qa {
    background-position: -96px -352px
}

.flag32.flag-nr {
    background-position: -64px -320px
}

.flag32.flag-mu {
    background-position: -96px -288px
}

.flag32.flag-gu {
    background-position: -192px -160px
}

.flag32.flag-sl {
    background-position: -32px -384px
}

.flag32.flag-sb {
    background-position: -288px -352px
}

.flag32.flag-dk {
    background-position: -192px -96px
}

.flag32.flag-sz {
    background-position: -320px -384px
}

.flag32.flag-tl {
    background-position: -64px -416px
}

.flag32.flag-af {
    background-position: -64px 0
}

.flag32.flag-zw {
    background-position: -416px -448px
}

.flag32.flag-bd {
    background-position: -64px -32px
}

.flag32.flag-gy {
    background-position: -256px -160px
}

.flag-icon,
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    width: 1em;
    line-height: .75em;
    padding: .125em 0
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon-ad {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ad.svg)
}

.flag-icon-ae {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ae.svg)
}

.flag-icon-af {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/af.svg)
}

.flag-icon-ag {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ag.svg)
}

.flag-icon-ai {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ai.svg)
}

.flag-icon-al {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/al.svg)
}

.flag-icon-am {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/am.svg)
}

.flag-icon-ao {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ao.svg)
}

.flag-icon-aq {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/aq.svg)
}

.flag-icon-ar {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ar.svg)
}

.flag-icon-as {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/as.svg)
}

.flag-icon-at {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/at.svg)
}

.flag-icon-au {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/au.svg)
}

.flag-icon-aw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/aw.svg)
}

.flag-icon-ax {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ax.svg)
}

.flag-icon-az {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/az.svg)
}

.flag-icon-ba {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ba.svg)
}

.flag-icon-bb {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bb.svg)
}

.flag-icon-bd {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bd.svg)
}

.flag-icon-be {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/be.svg)
}

.flag-icon-bf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bf.svg)
}

.flag-icon-bg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bg.svg)
}

.flag-icon-bh {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bh.svg)
}

.flag-icon-bi {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bi.svg)
}

.flag-icon-bj {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bj.svg)
}

.flag-icon-bl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bl.svg)
}

.flag-icon-bm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bm.svg)
}

.flag-icon-bn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bn.svg)
}

.flag-icon-bo {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bo.svg)
}

.flag-icon-bq {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bq.svg)
}

.flag-icon-br {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/br.svg)
}

.flag-icon-bs {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bs.svg)
}

.flag-icon-bt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bt.svg)
}

.flag-icon-bv {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bv.svg)
}

.flag-icon-bw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bw.svg)
}

.flag-icon-by {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/by.svg)
}

.flag-icon-bz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/bz.svg)
}

.flag-icon-ca {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ca.svg)
}

.flag-icon-cc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cc.svg)
}

.flag-icon-cd {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cd.svg)
}

.flag-icon-cf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cf.svg)
}

.flag-icon-cg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cg.svg)
}

.flag-icon-ch {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ch.svg)
}

.flag-icon-ci {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ci.svg)
}

.flag-icon-ck {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ck.svg)
}

.flag-icon-cl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cl.svg)
}

.flag-icon-cm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cm.svg)
}

.flag-icon-cn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cn.svg)
}

.flag-icon-co {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/co.svg)
}

.flag-icon-cr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cr.svg)
}

.flag-icon-cu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cu.svg)
}

.flag-icon-cv {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cv.svg)
}

.flag-icon-cw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cw.svg)
}

.flag-icon-cx {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cx.svg)
}

.flag-icon-cy {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cy.svg)
}

.flag-icon-cz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/cz.svg)
}

.flag-icon-de {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/de.svg)
}

.flag-icon-dj {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/dj.svg)
}

.flag-icon-dk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/dk.svg)
}

.flag-icon-dm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/dm.svg)
}

.flag-icon-do {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/do.svg)
}

.flag-icon-dz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/dz.svg)
}

.flag-icon-ec {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ec.svg)
}

.flag-icon-ee {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ee.svg)
}

.flag-icon-eg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/eg.svg)
}

.flag-icon-eh {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/eh.svg)
}

.flag-icon-er {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/er.svg)
}

.flag-icon-es {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/es.svg)
}

.flag-icon-et {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/et.svg)
}

.flag-icon-fi {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/fi.svg)
}

.flag-icon-fj {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/fj.svg)
}

.flag-icon-fk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/fk.svg)
}

.flag-icon-fm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/fm.svg)
}

.flag-icon-fo {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/fo.svg)
}

.flag-icon-fr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/fr.svg)
}

.flag-icon-ga {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ga.svg)
}

.flag-icon-gb {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gb.svg)
}

.flag-icon-gd {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gd.svg)
}

.flag-icon-ge {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ge.svg)
}

.flag-icon-gf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gf.svg)
}

.flag-icon-gg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gg.svg)
}

.flag-icon-gh {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gh.svg)
}

.flag-icon-gi {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gi.svg)
}

.flag-icon-gl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gl.svg)
}

.flag-icon-gm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gm.svg)
}

.flag-icon-gn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gn.svg)
}

.flag-icon-gp {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gp.svg)
}

.flag-icon-gq {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gq.svg)
}

.flag-icon-gr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gr.svg)
}

.flag-icon-gs {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gs.svg)
}

.flag-icon-gt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gt.svg)
}

.flag-icon-gu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gu.svg)
}

.flag-icon-gw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gw.svg)
}

.flag-icon-gy {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gy.svg)
}

.flag-icon-hk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/hk.svg)
}

.flag-icon-hm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/hm.svg)
}

.flag-icon-hn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/hn.svg)
}

.flag-icon-hr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/hr.svg)
}

.flag-icon-ht {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ht.svg)
}

.flag-icon-hu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/hu.svg)
}

.flag-icon-id {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/id.svg)
}

.flag-icon-ie {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ie.svg)
}

.flag-icon-il {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/il.svg)
}

.flag-icon-im {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/im.svg)
}

.flag-icon-in {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/in.svg)
}

.flag-icon-io {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/io.svg)
}

.flag-icon-iq {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/iq.svg)
}

.flag-icon-ir {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ir.svg)
}

.flag-icon-is {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/is.svg)
}

.flag-icon-it {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/it.svg)
}

.flag-icon-je {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/je.svg)
}

.flag-icon-jm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/jm.svg)
}

.flag-icon-jo {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/jo.svg)
}

.flag-icon-jp {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/jp.svg)
}

.flag-icon-ke {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ke.svg)
}

.flag-icon-kg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kg.svg)
}

.flag-icon-kh {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kh.svg)
}

.flag-icon-ki {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ki.svg)
}

.flag-icon-km {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/km.svg)
}

.flag-icon-kn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kn.svg)
}

.flag-icon-kp {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kp.svg)
}

.flag-icon-kr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kr.svg)
}

.flag-icon-kw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kw.svg)
}

.flag-icon-ky {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ky.svg)
}

.flag-icon-kz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/kz.svg)
}

.flag-icon-la {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/la.svg)
}

.flag-icon-lb {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lb.svg)
}

.flag-icon-lc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lc.svg)
}

.flag-icon-li {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/li.svg)
}

.flag-icon-lk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lk.svg)
}

.flag-icon-lr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lr.svg)
}

.flag-icon-ls {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ls.svg)
}

.flag-icon-lt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lt.svg)
}

.flag-icon-lu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lu.svg)
}

.flag-icon-lv {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/lv.svg)
}

.flag-icon-ly {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ly.svg)
}

.flag-icon-ma {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ma.svg)
}

.flag-icon-mc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mc.svg)
}

.flag-icon-md {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/md.svg)
}

.flag-icon-me {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/me.svg)
}

.flag-icon-mf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mf.svg)
}

.flag-icon-mg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mg.svg)
}

.flag-icon-mh {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mh.svg)
}

.flag-icon-mk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mk.svg)
}

.flag-icon-ml {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ml.svg)
}

.flag-icon-mm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mm.svg)
}

.flag-icon-mn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mn.svg)
}

.flag-icon-mo {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mo.svg)
}

.flag-icon-mp {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mp.svg)
}

.flag-icon-mq {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mq.svg)
}

.flag-icon-mr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mr.svg)
}

.flag-icon-ms {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ms.svg)
}

.flag-icon-mt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mt.svg)
}

.flag-icon-mu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mu.svg)
}

.flag-icon-mv {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mv.svg)
}

.flag-icon-mw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mw.svg)
}

.flag-icon-mx {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mx.svg)
}

.flag-icon-my {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/my.svg)
}

.flag-icon-mz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/mz.svg)
}

.flag-icon-na {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/na.svg)
}

.flag-icon-nc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/nc.svg)
}

.flag-icon-ne {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ne.svg)
}

.flag-icon-nf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/nf.svg)
}

.flag-icon-ng {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ng.svg)
}

.flag-icon-ni {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ni.svg)
}

.flag-icon-nl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/nl.svg)
}

.flag-icon-no {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/no.svg)
}

.flag-icon-np {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/np.svg)
}

.flag-icon-nr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/nr.svg)
}

.flag-icon-nu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/nu.svg)
}

.flag-icon-nz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/nz.svg)
}

.flag-icon-om {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/om.svg)
}

.flag-icon-pa {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pa.svg)
}

.flag-icon-pe {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pe.svg)
}

.flag-icon-pf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pf.svg)
}

.flag-icon-pg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pg.svg)
}

.flag-icon-ph {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ph.svg)
}

.flag-icon-pk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pk.svg)
}

.flag-icon-pl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pl.svg)
}

.flag-icon-pm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pm.svg)
}

.flag-icon-pn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pn.svg)
}

.flag-icon-pr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pr.svg)
}

.flag-icon-ps {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ps.svg)
}

.flag-icon-pt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pt.svg)
}

.flag-icon-pw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/pw.svg)
}

.flag-icon-py {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/py.svg)
}

.flag-icon-qa {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/qa.svg)
}

.flag-icon-re {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/re.svg)
}

.flag-icon-ro {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ro.svg)
}

.flag-icon-rs {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/rs.svg)
}

.flag-icon-ru {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ru.svg)
}

.flag-icon-rw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/rw.svg)
}

.flag-icon-sa {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sa.svg)
}

.flag-icon-sb {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sb.svg)
}

.flag-icon-sc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sc.svg)
}

.flag-icon-sd {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sd.svg)
}

.flag-icon-se {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/se.svg)
}

.flag-icon-sg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sg.svg)
}

.flag-icon-sh {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sh.svg)
}

.flag-icon-si {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/si.svg)
}

.flag-icon-sj {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sj.svg)
}

.flag-icon-sk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sk.svg)
}

.flag-icon-sl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sl.svg)
}

.flag-icon-sm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sm.svg)
}

.flag-icon-sn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sn.svg)
}

.flag-icon-so {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/so.svg)
}

.flag-icon-sr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sr.svg)
}

.flag-icon-ss {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ss.svg)
}

.flag-icon-st {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/st.svg)
}

.flag-icon-sv {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sv.svg)
}

.flag-icon-sx {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sx.svg)
}

.flag-icon-sy {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sy.svg)
}

.flag-icon-sz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/sz.svg)
}

.flag-icon-tc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tc.svg)
}

.flag-icon-td {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/td.svg)
}

.flag-icon-tf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tf.svg)
}

.flag-icon-tg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tg.svg)
}

.flag-icon-th {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/th.svg)
}

.flag-icon-tj {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tj.svg)
}

.flag-icon-tk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tk.svg)
}

.flag-icon-tl {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tl.svg)
}

.flag-icon-tm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tm.svg)
}

.flag-icon-tn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tn.svg)
}

.flag-icon-to {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/to.svg)
}

.flag-icon-tr {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tr.svg)
}

.flag-icon-tt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tt.svg)
}

.flag-icon-tv {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tv.svg)
}

.flag-icon-tw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tw.svg)
}

.flag-icon-tz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/tz.svg)
}

.flag-icon-ua {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ua.svg)
}

.flag-icon-ug {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ug.svg)
}

.flag-icon-um {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/um.svg)
}

.flag-icon-us {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/us.svg)
}

.flag-icon-uy {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/uy.svg)
}

.flag-icon-uz {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/uz.svg)
}

.flag-icon-va {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/va.svg)
}

.flag-icon-vc {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/vc.svg)
}

.flag-icon-ve {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ve.svg)
}

.flag-icon-vg {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/vg.svg)
}

.flag-icon-vi {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/vi.svg)
}

.flag-icon-vn {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/vn.svg)
}

.flag-icon-vu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/vu.svg)
}

.flag-icon-wf {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/wf.svg)
}

.flag-icon-ws {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ws.svg)
}

.flag-icon-ye {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/ye.svg)
}

.flag-icon-yt {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/yt.svg)
}

.flag-icon-za {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/za.svg)
}

.flag-icon-zm {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/zm.svg)
}

.flag-icon-zw {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/zw.svg)
}

.flag-icon-es-ca {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/es-ca.svg)
}

.flag-icon-es-ga {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/es-ga.svg)
}

.flag-icon-eu {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/un.svg)
}

.flag-icon-xk {
    background-image: url(/ember-world-flags/images/svg-flags/4x3/xk.svg)
}

.ui-keyboard {
    font-size: 14px;
    background: #fefefe;
    padding: 4px;
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    bottom: 0;
    position: fixed;
    white-space: nowrap;
    overflow-x: auto;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.ui-keyboard-has-focus {
    z-index: 16001
}

.ui-keyboard-button {
    padding: 0 .5em;
    margin: 1px;
    min-width: 3em;
    height: 3em;
    line-height: 3em;
    vertical-align: top;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
    background: #fff;
    background-image: -webkit-linear-gradient(-90deg, #fff 0, #e3e3e3 100%);
    background-image: linear-gradient(-90deg, #fff 0, #e3e3e3 100%);
    cursor: pointer;
    overflow: hidden;
    -moz-user-focus: ignore
}

.ui-keyboard-button:not([disabled]):hover {
    background: #eee;
    background-image: -webkit-linear-gradient(-90deg, #f2f2f2 0, #d3d3d3 100%);
    background-image: linear-gradient(-90deg, #f2f2f2 0, #d3d3d3 100%)
}

.ui-keyboard-button:not([disabled]):active {
    background: #ddd;
    background-image: -webkit-linear-gradient(-90deg, #e5e5e5 0, #d3d3d3 100%);
    background-image: linear-gradient(-90deg, #e5e5e5 0, #d3d3d3 100%)
}

.ui-keyboard-button span {
    display: block;
    width: 100%;
    font-size: 1.2em;
    text-align: center
}

.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) {
    min-width: 6em
}

.ui-keyboard-space {
    width: 15em
}

.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span {
    font-size: .8em;
    position: relative;
    top: -1em;
    left: -1.6em
}

.ui-keyboard-placeholder {
    color: #888
}

.ui-keyboard-nokeyboard {
    color: #888;
    border-color: #888
}

.ui-keyboard-spacer {
    display: inline-block;
    width: 1px;
    height: 0;
    cursor: default
}

.ui-keyboard-LRM span,
.ui-keyboard-NBSP span,
.ui-keyboard-RLM span,
.ui-keyboard-ZWJ span,
.ui-keyboard-ZWNJ span,
.ui-keyboard-ZWSP span {
    font-size: .5em;
    line-height: 1.5em;
    white-space: normal
}

.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(213, 133, 18, .5);
    box-shadow: 1px 1px 3px 0 rgba(213, 133, 18, .5);
    border-color: #d58512
}

.ui-keyboard-button.ui-keyboard-combo.ui-state-active {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(38, 154, 188, .5);
    box-shadow: 1px 1px 3px 0 rgba(38, 154, 188, .5);
    border-color: #269abc
}

button.ui-keyboard-accept.ui-keyboard-valid-input {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(57, 132, 57, .5);
    box-shadow: 1px 1px 3px 0 rgba(57, 132, 57, .5);
    border-color: #398439
}

button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
    border-color: #4cae4c
}

button.ui-keyboard-accept.ui-keyboard-invalid-input {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(172, 41, 37, .5);
    box-shadow: 1px 1px 3px 0 rgba(172, 41, 37, .5);
    border-color: #ac2925
}

button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
    border-color: #d43f3a
}

button.ui-keyboard-toggle span {
    width: .9em;
    height: .9em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==)
}

button.ui-keyboard-toggle.ui-keyboard-disabled span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=)
}

.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle),
.ui-keyboard.ui-keyboard-disabled input {
    opacity: .5
}

.ui-keyboard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(238, 238, 238, .5)
}

.handsontable,
.handsontable .relative {
    position: relative
}

.ui-keyboard-popup {
    display: inline-block;
    max-width: 22em
}

.ui-keyboard.ui-keyboard-popup-open .ui-keyboard-keyset .ui-keyboard-button {
    pointer-events: none
}

.ui-keyboard-caret {
    background: #c00;
    width: 1px;
    margin-top: 3px
}

div.ui-keyboard-extender {
    margin-left: 5px;
    margin-right: 10px
}

button.ui-keyboard-extender span {
    width: .9em;
    height: .9em;
    display: inline-block;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6IzExMSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzExMSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+)
}

/*!
 * (The MIT License)
 * 
 * Copyright (c) 2012-2014 Marcin Warpechowski
 * Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsoncode.net>
 * 
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * 'Software'), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 * 
 * Version: 6.2.2
 * Release date: 19/12/2018 (built at 18/12/2018 14:43:44)
 */
.handsontable .table td,
.handsontable .table th {
    border-top: none
}

.handsontable tr {
    background: #fff
}

.handsontable .table caption+thead tr:first-child td,
.handsontable .table caption+thead tr:first-child th,
.handsontable .table colgroup+thead tr:first-child td,
.handsontable .table colgroup+thead tr:first-child th,
.handsontable .table thead:first-child tr:first-child td,
.handsontable .table thead:first-child tr:first-child th {
    border-top: 1px solid #ccc
}

.handsontable .table-bordered {
    border: 0;
    border-collapse: separate
}

.handsontable .table-bordered td,
.handsontable .table-bordered th {
    border-left: none
}

.handsontable .table-bordered td:first-child,
.handsontable .table-bordered th:first-child {
    border-left: 1px solid #ccc
}

.handsontable .table>tbody>tr>td,
.handsontable .table>tbody>tr>th,
.handsontable .table>tfoot>tr>td,
.handsontable .table>tfoot>tr>th,
.handsontable .table>thead>tr>td,
.handsontable .table>thead>tr>th {
    line-height: 21px;
    padding: 0 4px
}

.col-lg-1.handsontable,
.col-lg-10.handsontable,
.col-lg-11.handsontable,
.col-lg-12.handsontable,
.col-lg-2.handsontable,
.col-lg-3.handsontable,
.col-lg-4.handsontable,
.col-lg-5.handsontable,
.col-lg-6.handsontable,
.col-lg-7.handsontable,
.col-lg-8.handsontable,
.col-lg-9.handsontable,
.col-md-1.handsontable,
.col-md-10.handsontable,
.col-md-11.handsontable,
.col-md-12.handsontable,
.col-md-2.handsontable,
.col-md-3.handsontable,
.col-md-4.handsontable,
.col-md-5.handsontable,
.col-md-6.handsontable,
.col-md-7.handsontable,
.col-md-8.handsontable,
.col-md-9.handsontable .col-sm-1.handsontable,
.col-sm-10.handsontable,
.col-sm-11.handsontable,
.col-sm-12.handsontable,
.col-sm-2.handsontable,
.col-sm-3.handsontable,
.col-sm-4.handsontable,
.col-sm-5.handsontable,
.col-sm-6.handsontable,
.col-sm-7.handsontable,
.col-sm-8.handsontable,
.col-sm-9.handsontable .col-xs-1.handsontable,
.col-xs-10.handsontable,
.col-xs-11.handsontable,
.col-xs-12.handsontable,
.col-xs-2.handsontable,
.col-xs-3.handsontable,
.col-xs-4.handsontable,
.col-xs-5.handsontable,
.col-xs-6.handsontable,
.col-xs-7.handsontable,
.col-xs-8.handsontable,
.col-xs-9.handsontable {
    padding-left: 0;
    padding-right: 0
}

.handsontable .table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #fff
}

.handsontable .hide {
    display: none
}

.handsontable.htAutoSize {
    left: -99000px;
    position: absolute;
    top: -99000px
}

.handsontable .wtHider {
    width: 0
}

.handsontable .wtSpreader {
    position: relative;
    width: 0;
    height: auto
}

.handsontable div,
.handsontable input,
.handsontable table,
.handsontable tbody,
.handsontable td,
.handsontable textarea,
.handsontable th,
.handsontable thead {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

.handsontable input,
.handsontable textarea {
    min-height: 0
}

.handsontable table.htCore {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    border-width: 0;
    table-layout: fixed;
    width: 0;
    outline-width: 0;
    cursor: default;
    max-width: none;
    max-height: none
}

.handsontable td,
.handsontable th,
.handsontable th:last-child {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.handsontable col,
.handsontable col.rowHeader {
    width: 50px
}

.handsontable td,
.handsontable th {
    border-top-width: 0;
    border-left-width: 0;
    height: 22px;
    empty-cells: show;
    line-height: 21px;
    padding: 0 4px;
    background-color: #fff;
    vertical-align: top;
    overflow: hidden;
    outline-width: 0;
    white-space: pre-line;
    background-clip: padding-box
}

.handsontable td.htNoWrap,
.handsontable th {
    white-space: nowrap
}

.handsontable td.htInvalid {
    background-color: #ff4c42 !important
}

.handsontable th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable tr:first-child th.htNoFrame {
    border-left-width: 0;
    background-color: #fff;
    border-color: #fff
}

.handsontable .htNoFrame+td,
.handsontable .htNoFrame+th,
.handsontable td:first-of-type,
.handsontable th:first-child,
.handsontable th:nth-child(2),
.handsontable.htRowHeaders thead tr th:nth-child(2) {
    border-left: 1px solid #ccc
}

.handsontable tr:first-child td,
.handsontable tr:first-child th {
    border-top: 1px solid #ccc
}

.ht_master:not(.innerBorderLeft):not(.emptyColumns)~.handsontable tbody tr th,
.ht_master:not(.innerBorderLeft):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child {
    border-right-width: 0
}

.ht_master:not(.innerBorderTop) thead tr.lastChild th,
.ht_master:not(.innerBorderTop) thead tr:last-child th,
.ht_master:not(.innerBorderTop)~.handsontable thead tr.lastChild th,
.ht_master:not(.innerBorderTop)~.handsontable thead tr:last-child th {
    border-bottom-width: 0
}

.handsontable th {
    background-color: #f0f0f0;
    color: #222;
    text-align: center;
    font-weight: 400
}

.handsontable thead th {
    padding: 0
}

.handsontable th.active {
    background-color: #ccc
}

.handsontable thead th .relative {
    padding: 2px 4px
}

#hot-display-license-info {
    font-size: 10px;
    color: #323232;
    padding: 5px 0 3px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left
}

.handsontable .manualColumnResizer {
    position: fixed;
    top: 0;
    cursor: col-resize;
    z-index: 110;
    width: 5px;
    height: 25px
}

.handsontable .manualRowResizer {
    position: fixed;
    left: 0;
    cursor: row-resize;
    z-index: 110;
    height: 5px;
    width: 50px
}

.handsontable .manualColumnResizer.active,
.handsontable .manualColumnResizer:hover,
.handsontable .manualRowResizer.active,
.handsontable .manualRowResizer:hover {
    background-color: #34a9db
}

.handsontable .manualColumnResizerGuide {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #34a9db;
    display: none;
    width: 0;
    border-right: 1px dashed #777;
    margin-left: 5px
}

.handsontable .manualRowResizerGuide {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #34a9db;
    display: none;
    height: 0;
    border-bottom: 1px dashed #777;
    margin-top: 5px
}

.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
    display: block;
    z-index: 199
}

.handsontable .columnSorting {
    position: relative
}

.handsontable .columnSorting.sortAction:hover {
    text-decoration: underline;
    cursor: pointer
}

.handsontable span.colHeader {
    display: inline-block;
    line-height: 1.1
}

.handsontable span.colHeader.columnSorting:before {
    top: 50%;
    margin-top: -6px;
    padding-left: 8px;
    position: absolute;
    right: -9px;
    content: "";
    height: 10px;
    width: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right
}

.handsontable span.colHeader.columnSorting.ascending:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC)
}

.handsontable span.colHeader.columnSorting.descending:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=)
}

.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):after {
    content: "*";
    display: inline-block;
    position: relative;
    padding-right: 20px
}

.handsontable .wtBorder {
    position: absolute;
    font-size: 0
}

.handsontable .wtBorder.hidden {
    display: none !important
}

.handsontable .wtBorder.current {
    z-index: 10
}

.handsontable .wtBorder.area {
    z-index: 8
}

.handsontable .wtBorder.fill {
    z-index: 6
}

.handsontable td.area,
.handsontable td.area-1,
.handsontable td.area-2,
.handsontable td.area-3,
.handsontable td.area-4,
.handsontable td.area-5,
.handsontable td.area-6,
.handsontable td.area-7 {
    position: relative
}

.handsontable td.area-1:before,
.handsontable td.area-2:before,
.handsontable td.area-3:before,
.handsontable td.area-4:before,
.handsontable td.area-5:before,
.handsontable td.area-6:before,
.handsontable td.area-7:before,
.handsontable td.area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: -100%\9;
    background: #005eff
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .handsontable td.area-1:before,
    .handsontable td.area-2:before,
    .handsontable td.area-3:before,
    .handsontable td.area-4:before,
    .handsontable td.area-5:before,
    .handsontable td.area-6:before,
    .handsontable td.area-7:before,
    .handsontable td.area:before {
        bottom: -100%
    }
}

.handsontable td.area:before {
    opacity: .1
}

.handsontable td.area-1:before {
    opacity: .2
}

.handsontable td.area-2:before {
    opacity: .27
}

.handsontable td.area-3:before {
    opacity: .35
}

.handsontable td.area-4:before {
    opacity: .41
}

.handsontable td.area-5:before {
    opacity: .47
}

.handsontable td.area-6:before {
    opacity: .54
}

.handsontable td.area-7:before {
    opacity: .58
}

.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
    background-color: #dcdcdc
}

.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
    background-color: #8eb0e7;
    color: #000
}

.handsontable .wtBorder.corner {
    font-size: 0;
    cursor: crosshair
}

.handsontable .htBorder.htFillBorder {
    background: red;
    width: 1px;
    height: 1px
}

.handsontableInput {
    border: none;
    outline-width: 0;
    margin: 0;
    padding: 1px 5px 0;
    font-family: inherit;
    line-height: 21px;
    font-size: inherit;
    box-shadow: inset 0 0 0 2px #5292f7;
    resize: none;
    display: block;
    color: #000;
    border-radius: 0;
    background-color: #fff
}

.handsontableInputHolder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 104
}

.htSelectEditor {
    -webkit-appearance: menulist-button !important;
    position: absolute;
    width: auto
}

.handsontable .htDimmed {
    color: #777
}

.handsontable .htSubmenu {
    position: relative
}

.handsontable .htSubmenu :after {
    content: "\25B6";
    color: #777;
    position: absolute;
    right: 5px;
    font-size: 9px
}

.handsontable .htLeft {
    text-align: left
}

.handsontable .htCenter {
    text-align: center
}

.handsontable .htRight {
    text-align: right
}

.handsontable .htJustify {
    text-align: justify
}

.handsontable .htTop {
    vertical-align: top
}

.handsontable .htMiddle {
    vertical-align: middle
}

.handsontable .htBottom {
    vertical-align: bottom
}

.handsontable .htPlaceholder {
    color: #999
}

.handsontable .htAutocompleteArrow {
    float: right;
    font-size: 10px;
    color: #eee;
    cursor: default;
    width: 16px;
    text-align: center
}

.handsontable td .htAutocompleteArrow:hover {
    color: #777
}

.handsontable td.area .htAutocompleteArrow {
    color: #d3d3d3
}

.handsontable .htCheckboxRendererInput {
    display: inline-block;
    vertical-align: middle
}

.handsontable .htCheckboxRendererInput.noValue {
    opacity: .5
}

.handsontable .htCheckboxRendererLabel {
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.handsontable .handsontable.ht_clone_top .wtHider {
    padding: 0 0 5px
}

.handsontable .autocompleteEditor.handsontable {
    padding-right: 17px
}

.handsontable .autocompleteEditor.handsontable.htMacScroll {
    padding-right: 15px
}

.handsontable.listbox {
    margin: 0
}

.handsontable.listbox .ht_master table {
    border: 1px solid #ccc;
    border-collapse: separate;
    background: #fff
}

.handsontable.listbox td,
.handsontable.listbox th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th {
    border-color: transparent
}

.handsontable.listbox td,
.handsontable.listbox th {
    white-space: nowrap;
    text-overflow: ellipsis
}

.handsontable.listbox td.htDimmed {
    cursor: default;
    color: inherit;
    font-style: inherit
}

.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
    background: #eee
}

.ht_clone_top {
    z-index: 101
}

.ht_clone_left {
    z-index: 102
}

.ht_clone_bottom_left_corner,
.ht_clone_debug,
.ht_clone_top_left_corner {
    z-index: 103
}

.handsontable td.htSearchResult {
    background: #fcedd9;
    color: #583707
}

.htBordered {
    border-width: 1px
}

.htBordered.htTopBorderSolid {
    border-top-style: solid;
    border-top-color: #000
}

.htBordered.htRightBorderSolid {
    border-right-style: solid;
    border-right-color: #000
}

.handsontable tbody tr th:nth-last-child(2),
.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
    border-right: 1px solid #ccc
}

.htBordered.htBottomBorderSolid {
    border-bottom-style: solid;
    border-bottom-color: #000
}

.htBordered.htLeftBorderSolid {
    border-left-style: solid;
    border-left-color: #000
}

.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.htCollapseButton {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    cursor: pointer;
    margin-bottom: 3px;
    position: relative
}

.htCollapseButton:after {
    content: "";
    height: 300%;
    width: 1px;
    display: block;
    background: #ccc;
    margin-left: 4px;
    position: absolute;
    bottom: 10px
}

thead .htCollapseButton {
    right: 5px;
    position: absolute;
    top: 5px;
    background: #fff
}

thead .htCollapseButton:after {
    height: 1px;
    width: 700%;
    right: 10px;
    top: 4px
}

.collapsibleIndicator,
.handsontable tr th .htExpandButton {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    line-height: 10px
}

.handsontable tr th .htExpandButton {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    top: 0;
    display: none
}

.handsontable thead tr th .htExpandButton {
    top: 5px
}

.handsontable tr th .htExpandButton.clickable {
    display: block
}

.collapsibleIndicator {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    border: 1px solid #a6a6a6;
    color: #222;
    border-radius: 10px;
    font-size: 10px;
    box-shadow: 0 0 0 6px #eee;
    background: #eee
}

.handsontable col.hidden {
    width: 0 !important
}

.handsontable table tr th.lightRightBorder {
    border-right: 1px solid #e6e6e6
}

.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
    display: none
}

.ht_clone_bottom,
.ht_clone_left,
.ht_clone_top,
.ht_master {
    overflow: hidden
}

.ht_master .wtHolder {
    overflow: auto
}

.ht_clone_bottom .wtHolder,
.ht_clone_left .wtHolder,
.ht_clone_top .wtHolder {
    overflow: hidden
}

.handsontable.mobile,
.handsontable.mobile .wtHolder {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.htMobileEditorContainer {
    display: none;
    position: absolute;
    top: 0;
    width: 70%;
    height: 54pt;
    background: #f8f8f8;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    z-index: 999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none
}

.pika-label,
.pika-single,
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea),
.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle) {
    z-index: 9999
}

.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea,
.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea {
    left: -10000px;
    top: -10000px
}

.htMobileEditorContainer.active {
    display: block
}

.htMobileEditorContainer .inputs {
    position: absolute;
    right: 210pt;
    bottom: 10pt;
    top: 10pt;
    left: 14px;
    height: 34pt
}

.htMobileEditorContainer .inputs textarea {
    font-size: 13pt;
    border: 1px solid #a1a1a1;
    -webkit-appearance: none;
    box-shadow: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    bottom: 0;
    padding: 7pt
}

.htMobileEditorContainer .cellPointer,
.htMobileEditorContainer .cellPointer:before {
    height: 0;
    width: 0;
    border-left: 13pt solid transparent;
    border-right: 13pt solid transparent;
    position: absolute
}

.htMobileEditorContainer .cellPointer {
    top: -13pt;
    left: 30px;
    border-bottom: 13pt solid #ebebeb
}

.htMobileEditorContainer .cellPointer.hidden {
    display: none
}

.htMobileEditorContainer .cellPointer:before {
    content: "";
    display: block;
    top: 2px;
    left: -13pt;
    border-bottom: 13pt solid #f8f8f8
}

.htMobileEditorContainer .moveHandle {
    position: absolute;
    top: 10pt;
    left: 5px;
    width: 30px;
    bottom: 0;
    cursor: move;
    z-index: 9999
}

.htMobileEditorContainer .moveHandle:after {
    content: "..\A..\A..\A..";
    white-space: pre;
    line-height: 10px;
    font-size: 20pt;
    display: inline-block;
    margin-top: -8px;
    color: #ebebeb
}

.htMobileEditorContainer .positionControls {
    width: 205pt;
    position: absolute;
    right: 5pt;
    top: 0;
    bottom: 0
}

.htMobileEditorContainer .positionControls>div {
    width: 50pt;
    height: 100%;
    float: left
}

.htMobileEditorContainer .positionControls>div:after {
    content: " ";
    display: block;
    width: 15pt;
    height: 15pt;
    text-align: center;
    line-height: 50pt
}

.htMobileEditorContainer .downButton:after,
.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after {
    transform-origin: 5pt 5pt;
    -webkit-transform-origin: 5pt 5pt;
    margin: 21pt 0 0 21pt
}

.htMobileEditorContainer .leftButton:after {
    border-top: 2px solid #288ffe;
    border-left: 2px solid #288ffe;
    -webkit-transform: rotate(-45deg)
}

.htMobileEditorContainer .leftButton:active:after {
    border-color: #cfcfcf
}

.htMobileEditorContainer .rightButton:after {
    border-top: 2px solid #288ffe;
    border-left: 2px solid #288ffe;
    -webkit-transform: rotate(135deg)
}

.htMobileEditorContainer .rightButton:active:after {
    border-color: #cfcfcf
}

.htMobileEditorContainer .upButton:after {
    border-top: 2px solid #288ffe;
    border-left: 2px solid #288ffe;
    -webkit-transform: rotate(45deg)
}

.htMobileEditorContainer .upButton:active:after {
    border-color: #cfcfcf
}

.htMobileEditorContainer .downButton:after {
    border-top: 2px solid #288ffe;
    border-left: 2px solid #288ffe;
    -webkit-transform: rotate(225deg)
}

.htMobileEditorContainer .downButton:active:after {
    border-color: #cfcfcf
}

.handsontable.hide-tween {
    animation: opacity-hide .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.handsontable.show-tween {
    animation: opacity-show .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.htCommentCell {
    position: relative
}

.htCommentCell:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #000
}

.htComments {
    display: none;
    z-index: 1059;
    position: absolute
}

.htCommentTextArea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .117647), 0 1px 2px rgba(0, 0, 0, .239216);
    box-sizing: border-box;
    border: none;
    border-left: 3px solid #ccc;
    background-color: #fff;
    width: 215px;
    height: 90px;
    font-size: 12px;
    padding: 5px;
    outline: 0 !important;
    -webkit-appearance: none
}

.htCommentTextArea:focus {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .117647), 0 1px 2px rgba(0, 0, 0, .239216), inset 0 0 0 1px #5292f7;
    border-left: 3px solid #5292f7
}

/*!
 * Handsontable ContextMenu
 */
.htContextMenu:not(.htGhostTable) {
    display: none;
    position: absolute;
    z-index: 1060
}

.htContextMenu .ht_clone_corner,
.htContextMenu .ht_clone_debug,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_top {
    display: none
}

.htContextMenu table.htCore {
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-right-width: 2px
}

.htContextMenu table tbody tr td {
    background: #fff;
    border-width: 0;
    padding: 4px 6px 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.htContextMenu table tbody tr td:first-child {
    border: 0
}

.htContextMenu table tbody tr td.htDimmed {
    font-style: normal;
    color: #323232
}

.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
    background: #f3f3f3
}

.htContextMenu table tbody tr td.htSeparator {
    border-top: 1px solid #e6e6e6;
    height: 0;
    padding: 0;
    cursor: default
}

.htContextMenu table tbody tr td.htDisabled {
    color: #999;
    cursor: default
}

.htContextMenu table tbody tr td.htDisabled:hover {
    background: #fff;
    color: #999;
    cursor: default
}

.htContextMenu table tbody tr.htHidden {
    display: none
}

.htContextMenu table tbody tr td .htItemWrapper {
    margin-left: 10px;
    margin-right: 6px
}

.htContextMenu table tbody tr td div span.selected {
    margin-top: -2px;
    position: absolute;
    left: 4px
}

.htContextMenu .ht_master .wtHolder {
    overflow: hidden
}

textarea#HandsontableCopyPaste {
    position: fixed !important;
    top: 0 !important;
    right: 100% !important;
    overflow: hidden;
    opacity: 0;
    outline: 0 !important
}

.htRowHeaders .ht_master.innerBorderLeft~.ht_clone_left td:first-of-type,
.htRowHeaders .ht_master.innerBorderLeft~.ht_clone_top_left_corner th:nth-child(2) {
    border-left: 0 none
}

.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
    cursor: move;
    cursor: grab
}

.handsontable.ht__manualColumnMove.on-moving--columns,
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
    cursor: move;
    cursor: grabbing
}

.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
    display: none
}

.handsontable .ht__manualColumnMove--backlight,
.handsontable .ht__manualColumnMove--guideline {
    position: absolute;
    height: 100%;
    display: none
}

.handsontable .ht__manualColumnMove--guideline {
    background: #757575;
    width: 2px;
    top: 0;
    margin-left: -1px;
    z-index: 105
}

.handsontable .ht__manualColumnMove--backlight {
    background: #343434;
    background: rgba(52, 52, 52, .25);
    display: none;
    z-index: 105;
    pointer-events: none
}

.handsontable.on-moving--columns .ht__manualColumnMove--backlight,
.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline {
    display: block
}

.handsontable .wtHider {
    position: relative
}

.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
    cursor: move;
    cursor: grab
}

.handsontable.ht__manualRowMove.on-moving--rows,
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
    cursor: move;
    cursor: grabbing
}

.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
    display: none
}

.handsontable .ht__manualRowMove--backlight,
.handsontable .ht__manualRowMove--guideline {
    position: absolute;
    width: 100%;
    display: none
}

.handsontable .ht__manualRowMove--guideline {
    background: #757575;
    height: 2px;
    left: 0;
    margin-top: -1px;
    z-index: 105
}

.handsontable .ht__manualRowMove--backlight {
    background: #343434;
    background: rgba(52, 52, 52, .25);
    display: none;
    z-index: 105;
    pointer-events: none
}

.handsontable.on-moving--rows .ht__manualRowMove--backlight,
.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline {
    display: block
}

.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before {
    opacity: 0
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before,
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before {
    opacity: .1
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
    opacity: .2
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
    opacity: .27
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
    opacity: .35
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
    opacity: .41
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
    opacity: .47
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
    opacity: .54
}

.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
    opacity: .58
}

:root {
    --tab-primary: #47a3da;
    --tab-secondary: #becbd2;
    --tab-hover: #768e9d
}

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300
}

.tabs nav {
    text-align: center
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.tabs nav ul li {
    border: 1px solid var(--tab-secondary);
    border-bottom: none;
    margin: 0 .25em;
    display: block;
    float: left;
    position: relative
}

.tabs nav li.tab-current {
    border: 1px solid var(--tab-primary);
    box-shadow: inset 0 2px var(--tab-primary);
    border-bottom: none;
    z-index: 100
}

.tabs nav li.tab-current:after,
.tabs nav li.tab-current:before {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: var(--tab-primary)
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px
}

.tabs nav a {
    color: var(--tab-secondary);
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none
}

.tabs nav a:hover {
    color: var(--tab-hover)
}

.tabs nav li.tab-current a {
    color: var(--tab-primary)
}

.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: 400;
    font-variant: normal;
    font-family: icomoon;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -.25em .4em 0 0
}

.content section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto
}

.content section:after,
.content section:before {
    content: '';
    display: table
}

.content section.content-current {
    display: block
}

@media screen and (max-width: 52.375em) {
    .tabs nav a span {
        display: none
    }

    .tabs nav a:before {
        margin-right: 0
    }
}

@media screen and (max-width: 32em) {

    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0
    }

    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px
    }

    .tabs nav ul li:last-child {
        border-right: none
    }
}

.file-upload input[hidden] {
    display: none !important
}

.ember-light-table {
    height: inherit;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.ember-light-table table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box
}

.ember-light-table .lt-scaffolding {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ember-light-table .lt-foot-wrap,
.ember-light-table .lt-head-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.ember-light-table .lt-body-wrap {
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.ember-light-table .lt-column {
    position: relative
}

.ember-light-table .lt-scrollable {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.lt-infinity {
    min-height: 1px
}

.ember-light-table .lt-scrollable.vertical-collection {
    overflow-y: auto
}

.ember-light-table vertical-collection {
    width: 100%;
    display: table;
    table-layout: fixed
}

.ember-light-table vertical-collection occluded-content:first-of-type {
    display: table-caption
}

.ember-light-table .align-left {
    text-align: left
}

.ember-light-table .align-right {
    text-align: right
}

.ember-light-table .align-center {
    text-align: center
}

.ember-light-table .lt-column .lt-sort-icon {
    float: right
}

.ember-light-table .lt-column.is-draggable,
.ember-light-table .lt-column.is-sortable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ember-light-table .lt-column.is-resizing {
    pointer-events: none
}

.ember-light-table.is-resizing {
    cursor: col-resize
}

.ember-light-table .lt-column .lt-column-resizer {
    width: 5px;
    cursor: col-resize;
    height: 100%;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0
}

.ember-light-table .lt-row.is-expandable,
.ember-light-table .lt-row.is-selectable {
    cursor: pointer
}

.tse-scrollable {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.tse-scrollable .tse-scroll-content {
    position: absolute
}

.tse-scrollbar {
    position: absolute;
    z-index: 99
}

.tse-scrollbar .drag-handle {
    position: absolute;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #6c6e71;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.tse-scrollbar:hover .drag-handle {
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    transition: opacity 0 linear;
    opacity: .7
}

.tse-scrollbar .drag-handle.visible {
    opacity: .7
}

.tse-scrollbar.vertical {
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px
}

.tse-scrollbar.vertical .tse-scroll-content {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute
}

.tse-scrollbar.vertical .drag-handle {
    right: 2px;
    width: 7px
}

.tse-scrollable.horizontal .tse-scrollbar.horizontal {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: auto;
    height: 11px
}

.tse-scrollable.horizontal .tse-scrollbar.horizontal .drag-handle {
    top: 2px;
    right: auto;
    width: auto;
    min-width: 0;
    height: 7px;
    min-height: 0
}

.tse-scrollable.horizontal .tse-scroll-content {
    overflow-x: scroll;
    overflow-y: hidden
}

.tse-scrollable.vertical .tse-scroll-content {
    overflow-x: hidden;
    overflow-y: scroll
}

.tse-scrollable.horizontal.vertical .tse-scroll-content {
    overflow-x: scroll;
    overflow-y: scroll
}

.ember-tooltip-base {
    display: none;
    height: 0;
    width: 0;
    position: absolute
}

.ember-popover,
.ember-tooltip {
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    font-family: inherit;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: opacity ease-out, margin ease-out;
    transition: opacity ease-out, margin ease-out;
    transition-duration: .2s
}

.ember-tooltip {
    max-width: 200px;
    padding: 6px 10px;
    color: #fff;
    background: #3a3c47;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
    white-space: normal;
    white-space: initial
}

.ember-popover {
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #ccc
}

.ember-popover[aria-hidden=false] {
    pointer-events: auto;
    cursor: initial;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    user-select: auto
}

.ember-popover-arrow,
.ember-tooltip-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin: 5px;
    border: 5px solid transparent
}

.ember-popover.ember-tooltip-effect-none,
.ember-popover.ember-tooltip-show,
.ember-tooltip.ember-tooltip-effect-none,
.ember-tooltip.ember-tooltip-show {
    opacity: 1
}

.ember-popover[x-placement^=top] .ember-popover-arrow,
.ember-tooltip[x-placement^=top] .ember-tooltip-arrow {
    border-bottom-width: 0;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.ember-tooltip[x-placement^=top] .ember-tooltip-arrow {
    border-top-color: #3a3c47
}

.ember-popover[x-placement^=top] .ember-popover-arrow {
    border-top-color: #ccc
}

.ember-popover[x-placement^=right] .ember-popover-arrow,
.ember-tooltip[x-placement^=right] .ember-tooltip-arrow {
    border-left-width: 0;
    left: -5px;
    top: calc(50% - 5px);
    margin-right: 0;
    margin-left: 0
}

.ember-tooltip[x-placement^=right] .ember-tooltip-arrow {
    border-right-color: #3a3c47
}

.ember-popover[x-placement^=right] .ember-popover-arrow {
    border-right-color: #ccc
}

.ember-popover[x-placement^=bottom] .ember-popover-arrow,
.ember-tooltip[x-placement^=bottom] .ember-tooltip-arrow {
    border-top-width: 0;
    top: -5px;
    left: calc(50% - 5px);
    margin-bottom: 0;
    margin-top: 0
}

.ember-tooltip[x-placement^=bottom] .ember-tooltip-arrow {
    border-bottom-color: #3a3c47
}

.ember-popover[x-placement^=bottom] .ember-popover-arrow {
    border-bottom-color: #ccc
}

.ember-popover[x-placement^=left] .ember-popover-arrow,
.ember-tooltip[x-placement^=left] .ember-tooltip-arrow {
    border-right-width: 0;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.ember-tooltip[x-placement^=left] .ember-tooltip-arrow {
    border-left-color: #3a3c47
}

.ember-popover[x-placement^=left] .ember-popover-arrow {
    border-left-color: #ccc
}

.occluded-content {
    display: block;
    position: relative;
    width: 100%;
    min-height: .01px;
    color: transparent
}

,
table .occluded-content,
tbody .occluded-content,
tfoot .occluded-content,
thead .occluded-content {
    display: table-row;
    position: relative;
    width: 100%
}

ol .occluded-content,
ul .occluded-content {
    display: list-item;
    position: relative;
    width: 100%;
    list-style-type: none;
    height: 0
}