<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error-container {
    padding: 15px;
    box-sizing: border-box;
    min-height: 350px;
    text-align: center;
    width: 80%;
    margin: 250px auto 80px
}

.error-container__image {
    margin-bottom: 60px
}

.error-container__guide-link {
    color: orange
}

.error-container__guide {
    font-weight: 500;
    margin-top: 0
}

.error-container__description {
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 30px
}

.error-container__title {
    color: #000
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: orange;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

.nuxt-progress-failed {
    background-color: #e63200
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}


mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-size: 14px
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #4990e2
}

    a:focus, a:hover {
        color: #64b5f6
    }

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 3px;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #f0f0f0
}

[role=button] {
    cursor: pointer
}





.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #d2d2d2
}

.text-primary {
    color: #4990e2
}

a.text-primary:focus, a.text-primary:hover {
    color: #2276d6
}

.text-success {
    color: #64aa00
}

a.text-success:focus, a.text-success:hover {
    color: #486f11
}

.text-info {
    color: #4990e2
}

a.text-info:focus, a.text-info:hover {
    color: #2276d6
}

.text-warning {
    color: #ff8200
}

a.text-warning:focus, a.text-warning:hover {
    color: #cc6800
}

.text-danger {
    color: #e63200
}

a.text-danger:focus, a.text-danger:hover {
    color: #b32700
}

.bg-primary {
    color: #fff;
    background-color: #4990e2
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #2276d6
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #f0f0f0
}

ol, ul {
    margin-top: 0;
    margin-bottom: 12.5px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline, .list-unstyled {
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline &gt; li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 25px
}

dd, dt {
    line-height: 1.8
}

dt {
    font-weight: 700
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #d2d2d2
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.8
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #d2d2d2
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}

    .table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
        padding: 8px;
        line-height: 1.8;
        vertical-align: top;
        border-top: 1px solid #d2d2d2
    }

    .table &gt; thead &gt; tr &gt; th {
        vertical-align: bottom;
        border-bottom: 2px solid #d2d2d2
    }

    .table &gt; caption + thead &gt; tr:first-child &gt; td, .table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; th {
        border-top: 0
    }

    .table &gt; tbody + tbody {
        border-top: 2px solid #d2d2d2
    }

    .table .table {
        background-color: #fff
    }

.table-condensed &gt; tbody &gt; tr &gt; td, .table-condensed &gt; tbody &gt; tr &gt; th, .table-condensed &gt; tfoot &gt; tr &gt; td, .table-condensed &gt; tfoot &gt; tr &gt; th, .table-condensed &gt; thead &gt; tr &gt; td, .table-condensed &gt; thead &gt; tr &gt; th {
    padding: 5px
}

.table-bordered, .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
    border: 1px solid #d2d2d2
}

    .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
        border-bottom-width: 2px
    }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover &gt; tbody &gt; tr:hover {
    background-color: #f0f0f0
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table &gt; tbody &gt; tr.active &gt; td, .table &gt; tbody &gt; tr.active &gt; th, .table &gt; tbody &gt; tr &gt; td.active, .table &gt; tbody &gt; tr &gt; th.active, .table &gt; tfoot &gt; tr.active &gt; td, .table &gt; tfoot &gt; tr.active &gt; th, .table &gt; tfoot &gt; tr &gt; td.active, .table &gt; tfoot &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th, .table &gt; thead &gt; tr &gt; td.active, .table &gt; thead &gt; tr &gt; th.active {
    background-color: #f0f0f0
}

.table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr.active:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr &gt; td.active:hover, .table-hover &gt; tbody &gt; tr &gt; th.active:hover {
    background-color: #e3e3e3
}

.table &gt; tbody &gt; tr.success &gt; td, .table &gt; tbody &gt; tr.success &gt; th, .table &gt; tbody &gt; tr &gt; td.success, .table &gt; tbody &gt; tr &gt; th.success, .table &gt; tfoot &gt; tr.success &gt; td, .table &gt; tfoot &gt; tr.success &gt; th, .table &gt; tfoot &gt; tr &gt; td.success, .table &gt; tfoot &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th, .table &gt; thead &gt; tr &gt; td.success, .table &gt; thead &gt; tr &gt; th.success {
    background-color: #dff0d8
}

.table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr.success:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr &gt; td.success:hover, .table-hover &gt; tbody &gt; tr &gt; th.success:hover {
    background-color: #d0e9c6
}

.table &gt; tbody &gt; tr.info &gt; td, .table &gt; tbody &gt; tr.info &gt; th, .table &gt; tbody &gt; tr &gt; td.info, .table &gt; tbody &gt; tr &gt; th.info, .table &gt; tfoot &gt; tr.info &gt; td, .table &gt; tfoot &gt; tr.info &gt; th, .table &gt; tfoot &gt; tr &gt; td.info, .table &gt; tfoot &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th, .table &gt; thead &gt; tr &gt; td.info, .table &gt; thead &gt; tr &gt; th.info {
    background-color: #d9edf7
}

.table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr.info:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr &gt; td.info:hover, .table-hover &gt; tbody &gt; tr &gt; th.info:hover {
    background-color: #c4e3f3
}

.table &gt; tbody &gt; tr.warning &gt; td, .table &gt; tbody &gt; tr.warning &gt; th, .table &gt; tbody &gt; tr &gt; td.warning, .table &gt; tbody &gt; tr &gt; th.warning, .table &gt; tfoot &gt; tr.warning &gt; td, .table &gt; tfoot &gt; tr.warning &gt; th, .table &gt; tfoot &gt; tr &gt; td.warning, .table &gt; tfoot &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th, .table &gt; thead &gt; tr &gt; td.warning, .table &gt; thead &gt; tr &gt; th.warning {
    background-color: #fcf8e3
}

.table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr &gt; td.warning:hover, .table-hover &gt; tbody &gt; tr &gt; th.warning:hover {
    background-color: #faf2cc
}

.table &gt; tbody &gt; tr.danger &gt; td, .table &gt; tbody &gt; tr.danger &gt; th, .table &gt; tbody &gt; tr &gt; td.danger, .table &gt; tbody &gt; tr &gt; th.danger, .table &gt; tfoot &gt; tr.danger &gt; td, .table &gt; tfoot &gt; tr.danger &gt; th, .table &gt; tfoot &gt; tr &gt; td.danger, .table &gt; tfoot &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th, .table &gt; thead &gt; tr &gt; td.danger, .table &gt; thead &gt; tr &gt; th.danger {
    background-color: #f2dede
}

.table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr &gt; td.danger:hover, .table-hover &gt; tbody &gt; tr &gt; th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d2d2d2
    }

        .table-responsive &gt; .table {
            margin-bottom: 0
        }

            .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
                white-space: nowrap
            }

        .table-responsive &gt; .table-bordered {
            border: 0
        }

            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
                border-left: 0
            }

            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
                border-right: 0
            }

            .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
                border-bottom: 0
            }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #d2d2d2;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #d2d2d2
    }

    .form-control::-webkit-input-placeholder {
        color: #d2d2d2
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #f0f0f0;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 39px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 25px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

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

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 39px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 43px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 48.75px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #649b18
}

.has-success .form-control {
    border-color: #649b18;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #486f11;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #9ae039
    }

.has-success .input-group-addon {
    color: #649b18;
    border-color: #649b18;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #649b18
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #ff8200
}

.has-warning .form-control {
    border-color: #ff8200;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #cc6800;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffb466
    }

.has-warning .input-group-addon {
    color: #ff8200;
    border-color: #ff8200;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #ff8200
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #e63200
}

.has-error .form-control {
    border-color: #e63200;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #b32700;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ff744d
    }

.has-error .input-group-addon {
    color: #e63200;
    border-color: #e63200;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #e63200
}

.has-feedback label ~ .form-control-feedback {
    top: 30px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4a4a4
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group &gt; .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

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

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #646464;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #646464;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #646464;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open &gt; .dropdown-toggle.btn-default {
        color: #646464;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open &gt; .dropdown-toggle.btn-default.focus, .open &gt; .dropdown-toggle.btn-default:focus, .open &gt; .dropdown-toggle.btn-default:hover {
            color: #646464;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active, .btn-default:active, .open &gt; .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #646464
    }

.btn-primary {
    color: #fff;
    background-color: #4990e2;
    border-color: #3383de
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #2276d6;
        border-color: #14457e
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open &gt; .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #2276d6;
        border-color: #1d65b7
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open &gt; .dropdown-toggle.btn-primary.focus, .open &gt; .dropdown-toggle.btn-primary:focus, .open &gt; .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #1d65b7;
            border-color: #14457e
        }

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

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #4990e2;
        border-color: #3383de
    }

    .btn-primary .badge {
        color: #4990e2;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #649b18;
    border-color: #568515
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #486f11;
        border-color: #0f1703
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open &gt; .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #486f11;
        border-color: #34500c
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open &gt; .dropdown-toggle.btn-success.focus, .open &gt; .dropdown-toggle.btn-success:focus, .open &gt; .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #34500c;
            border-color: #0f1703
        }

    .btn-success.active, .btn-success:active, .open &gt; .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #649b18;
        border-color: #568515
    }

    .btn-success .badge {
        color: #649b18;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #64b5f6;
    border-color: #4ca9f5
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #349ef3;
        border-color: #0b6ab6
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open &gt; .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #349ef3;
        border-color: #128ef1
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open &gt; .dropdown-toggle.btn-info.focus, .open &gt; .dropdown-toggle.btn-info:focus, .open &gt; .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #128ef1;
            border-color: #0b6ab6
        }

    .btn-info.active, .btn-info:active, .open &gt; .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #64b5f6;
        border-color: #4ca9f5
    }

    .btn-info .badge {
        color: #64b5f6;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #ff8200;
    border-color: #e67500
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #cc6800;
        border-color: #663400
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open &gt; .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #cc6800;
        border-color: #a85600
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open &gt; .dropdown-toggle.btn-warning.focus, .open &gt; .dropdown-toggle.btn-warning:focus, .open &gt; .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #a85600;
            border-color: #663400
        }

    .btn-warning.active, .btn-warning:active, .open &gt; .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #ff8200;
        border-color: #e67500
    }

    .btn-warning .badge {
        color: #ff8200;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #e63200;
    border-color: #cd2c00
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #b32700;
        border-color: #4d1100
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open &gt; .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #b32700;
        border-color: #8f1f00
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open &gt; .dropdown-toggle.btn-danger.focus, .open &gt; .dropdown-toggle.btn-danger:focus, .open &gt; .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #8f1f00;
            border-color: #4d1100
        }

    .btn-danger.active, .btn-danger:active, .open &gt; .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #e63200;
        border-color: #cd2c00
    }

    .btn-danger .badge {
        color: #e63200;
        background-color: #fff
    }

.btn-link {
    color: #4990e2;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled] {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #64b5f6;
                text-decoration: none;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #d2d2d2;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu &gt; li &gt; a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.8;
        color: #646464;
        white-space: nowrap
    }

        .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
            text-decoration: none;
            color: #575757;
            background-color: #f5f5f5
        }

    .dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #4990e2
    }

    .dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
        color: #d2d2d2
    }

        .dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open &gt; .dropdown-menu {
    display: block
}

.open &gt; a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.8;
    color: #d2d2d2;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right &gt; .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg &gt; .form-control, .input-group-lg &gt; .input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

select.input-group-lg &gt; .form-control, select.input-group-lg &gt; .input-group-addon, select.input-group-lg &gt; .input-group-btn &gt; .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg &gt; .form-control, select[multiple].input-group-lg &gt; .input-group-addon, select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn, textarea.input-group-lg &gt; .form-control, textarea.input-group-lg &gt; .input-group-addon, textarea.input-group-lg &gt; .input-group-btn &gt; .btn {
    height: auto
}

.input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm &gt; .form-control, select.input-group-sm &gt; .input-group-addon, select.input-group-sm &gt; .input-group-btn &gt; .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm &gt; .form-control, select[multiple].input-group-sm &gt; .input-group-addon, select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn, textarea.input-group-sm &gt; .form-control, textarea.input-group-sm &gt; .input-group-addon, textarea.input-group-sm &gt; .input-group-btn &gt; .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #aaa;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 5px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn &gt; .btn {
        position: relative
    }

        .input-group-btn &gt; .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn &gt; .btn:active, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
            z-index: 2;
            margin-left: -1px
        }

.nav {
    margin-bottom: 0;
    list-style: none
}

    .nav &gt; li, .nav &gt; li &gt; a {
        position: relative;
        display: block
    }

        .nav &gt; li &gt; a {
            padding: 10px 15px
        }

            .nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
                text-decoration: none;
                background-color: #f0f0f0
            }

        .nav &gt; li.disabled &gt; a {
            color: #d2d2d2
        }

            .nav &gt; li.disabled &gt; a:focus, .nav &gt; li.disabled &gt; a:hover {
                color: #d2d2d2;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
        background-color: #f0f0f0;
        border-color: #4990e2
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav &gt; li &gt; a &gt; img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #d2d2d2
}

    .nav-tabs &gt; li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs &gt; li &gt; a {
            margin-right: 2px;
            line-height: 1.8;
            border: 1px solid transparent;
            border-radius: 3px 3px 0 0
        }

            .nav-tabs &gt; li &gt; a:hover {
                border-color: #f0f0f0 #f0f0f0 #d2d2d2
            }

        .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
            color: #aaa;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified &gt; li {
            float: none
        }

            .nav-tabs.nav-justified &gt; li &gt; a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified &gt; li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified &gt; li &gt; a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:hover {
    border: 1px solid #d2d2d2
}

@media (min-width:768px) {
    .nav-tabs.nav-justified &gt; li &gt; a {
        border-bottom: 1px solid #d2d2d2;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills &gt; li {
    float: left
}

    .nav-pills &gt; li &gt; a {
        border-radius: 3px
    }

    .nav-pills &gt; li + li {
        margin-left: 2px
    }

    .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:focus, .nav-pills &gt; li.active &gt; a:hover {
        color: #fff;
        background-color: #4990e2
    }

.nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

    .nav-justified &gt; li {
        float: none
    }

        .nav-justified &gt; li &gt; a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified &gt; .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified &gt; li {
        display: table-cell;
        width: 1%
    }

        .nav-justified &gt; li &gt; a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified &gt; li &gt; a {
        margin-right: 0;
        border-radius: 3px
    }

    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs-justified &gt; .active &gt; a:hover {
        border: 1px solid #d2d2d2
    }

@media (min-width:768px) {
    .nav-tabs-justified &gt; li &gt; a {
        border-bottom: 1px solid #d2d2d2;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs-justified &gt; .active &gt; a:hover {
        border-bottom-color: #fff
    }
}

.tab-content &gt; .tab-pane {
    display: none
}

.tab-content &gt; .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
    border-radius: 3px
}

    .pagination &gt; li {
        display: inline
    }

        .pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.8;
            text-decoration: none;
            color: #4990e2;
            background-color: #fff;
            border: 1px solid #d2d2d2;
            margin-left: -1px
        }

        .pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }

        .pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px
        }

        .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
            z-index: 2;
            color: #64b5f6;
            background-color: #f0f0f0;
            border-color: #d2d2d2
        }

    .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
        z-index: 3;
        color: #fff;
        background-color: #4990e2;
        border-color: #4990e2;
        cursor: default
    }

    .pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:focus, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; span:hover {
        color: #d2d2d2;
        background-color: #fff;
        border-color: #d2d2d2;
        cursor: not-allowed
    }

.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #d2d2d2
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #b9b9b9
    }

.label-primary {
    background-color: #4990e2
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #2276d6
    }

.label-success {
    background-color: #649b18
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #486f11
    }

.label-info {
    background-color: #64b5f6
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #349ef3
    }

.label-warning {
    background-color: #ff8200
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #cc6800
    }

.label-danger {
    background-color: #e63200
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #b32700
    }

.badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #d2d2d2;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs &gt; .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active &gt; .badge, .nav-pills &gt; .active &gt; a &gt; .badge {
    color: #4990e2;
    background-color: #fff
}

.list-group-item &gt; .badge {
    float: right
}

    .list-group-item &gt; .badge + .badge {
        margin-right: 5px
    }

.nav-pills &gt; li &gt; a &gt; .badge {
    margin-left: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 3px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert &gt; p, .alert &gt; ul {
        margin-bottom: 0
    }

        .alert &gt; p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #f5ffe6;
    border-color: #a5da5a;
    color: #427000
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #486f11
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #4990e2
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #2276d6
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #ff8200
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #cc6800
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #e63200
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #b32700
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 25px;
    margin-bottom: 25px;
    background-color: #f0f0f0;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #4990e2;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #649b18
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #64b5f6
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
    background-color: #ff8200
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
    background-color: #e63200
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.list-group {
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d2d2d2
}

    .list-group-item:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

a.list-group-item, button.list-group-item {
    color: #646464
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #424242
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #646464;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #f0f0f0;
    color: #d2d2d2;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #d2d2d2
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #4990e2;
    border-color: #4990e2
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active .list-group-item-heading &gt; small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading &gt; small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading &gt; small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #f9fbfe
    }

.list-group-item-success {
    color: #649b18;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #649b18
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #649b18;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #649b18;
        border-color: #649b18
    }

.list-group-item-info {
    color: #4990e2;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #4990e2
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #4990e2;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #4990e2;
        border-color: #4990e2
    }

.list-group-item-warning {
    color: #ff8200;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #ff8200
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #ff8200;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #ff8200;
        border-color: #ff8200
    }

.list-group-item-danger {
    color: #e63200;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #e63200
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #e63200;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #e63200;
        border-color: #e63200
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

    .panel-heading &gt; .dropdown .dropdown-toggle, .panel-title {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

    .panel-title &gt; .small, .panel-title &gt; .small &gt; a, .panel-title &gt; a, .panel-title &gt; small, .panel-title &gt; small &gt; a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-top: 1px solid #d2d2d2;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel &gt; .list-group, .panel &gt; .panel-collapse &gt; .list-group {
    margin-bottom: 0
}

    .panel &gt; .list-group .list-group-item, .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel &gt; .list-group:first-child .list-group-item:first-child, .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px
    }

    .panel &gt; .list-group:last-child .list-group-item:last-child, .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px
    }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel &gt; .panel-collapse &gt; .table, .panel &gt; .table, .panel &gt; .table-responsive &gt; .table {
    margin-bottom: 0
}

    .panel &gt; .panel-collapse &gt; .table caption, .panel &gt; .table-responsive &gt; .table caption, .panel &gt; .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel &gt; .table-responsive:first-child &gt; .table:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px
    }

        .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child {
            border-top-left-radius: 2px
        }

        .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child {
            border-top-right-radius: 2px
        }

    .panel &gt; .table-responsive:last-child &gt; .table:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child, .panel &gt; .table:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px
    }

        .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
            border-bottom-left-radius: 2px
        }

        .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
            border-bottom-right-radius: 2px
        }

    .panel &gt; .panel-body + .table, .panel &gt; .panel-body + .table-responsive, .panel &gt; .table + .panel-body, .panel &gt; .table-responsive + .panel-body {
        border-top: 1px solid #d2d2d2
    }

    .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td, .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th {
        border-top: 0
    }

.panel &gt; .table-bordered, .panel &gt; .table-responsive &gt; .table-bordered {
    border: 0
}

    .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
        border-left: 0
    }

    .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
        border-right: 0
    }

    .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th {
        border-bottom: 0
    }

.panel &gt; .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 25px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 3px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse &gt; .list-group, .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
            border-top: 1px solid #d2d2d2
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #d2d2d2
        }

.panel-default {
    border-color: #d2d2d2
}

    .panel-default &gt; .panel-heading {
        color: #646464;
        background-color: #f0f0f0;
        border-color: #d2d2d2
    }

        .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #d2d2d2
        }

        .panel-default &gt; .panel-heading .badge {
            color: #f0f0f0;
            background-color: #646464
        }

    .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #d2d2d2
    }

.panel-primary {
    border-color: #4990e2
}

    .panel-primary &gt; .panel-heading {
        color: #fff;
        background-color: #4990e2;
        border-color: #4990e2
    }

        .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #4990e2
        }

        .panel-primary &gt; .panel-heading .badge {
            color: #4990e2;
            background-color: #fff
        }

    .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #4990e2
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success &gt; .panel-heading {
        color: #649b18;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success &gt; .panel-heading .badge {
            color: #dff0d8;
            background-color: #649b18
        }

    .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info &gt; .panel-heading {
        color: #4990e2;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info &gt; .panel-heading .badge {
            color: #d9edf7;
            background-color: #4990e2
        }

    .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning &gt; .panel-heading {
        color: #ff8200;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning &gt; .panel-heading .badge {
            color: #fcf8e3;
            background-color: #ff8200
        }

    .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger &gt; .panel-heading {
        color: #e63200;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger &gt; .panel-heading .badge {
            color: #f2dede;
            background-color: #e63200
        }

    .panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #ebccd1
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        transform: translateY(-25%);
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #d2d2d2
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.8
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #d2d2d2
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1070;
    font-family: IranSans,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.8;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 3px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 3px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 3px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-width: 3px 3px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 3px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -3px;
    border-width: 3px 3px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 3px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -3px;
    border-width: 3px 3px 3px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -3px;
    border-width: 3px 0 3px 3px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -3px;
    border-width: 0 3px 3px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 3px;
    margin-top: -3px;
    border-width: 0 3px 3px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 3px;
    margin-top: -3px;
    border-width: 0 3px 3px;
    border-bottom-color: #000
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

html {
    direction: rtl
}

.flip.text-left {
    text-align: right
}

.flip.text-right {
    text-align: left
}

.list-inline, .list-unstyled {
    padding-right: 0;
    padding-left: 0
}

.list-inline {
    margin-right: -5px;
    margin-left: 0
}

dd {
    margin-right: 0;
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }

    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }
}

blockquote {
    border-right: 5px solid #eee;
    border-left: 0
}

    .blockquote-reverse, blockquote.pull-left {
        padding-left: 15px;
        padding-right: 0;
        border-left: 5px solid #eee;
        border-right: 0;
        text-align: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption, th {
    text-align: right
}

@media screen and (max-width:767px) {
    .table-responsive &gt; .table-bordered {
        border: 0
    }

        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
            border-right: 0;
            border-left: initial
        }

        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
            border-left: 0;
            border-right: initial
        }
}

.checkbox label, .radio label {
    padding-right: 20px;
    padding-left: 0
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    margin-right: -20px;
    margin-left: auto
}

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

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-right: 10px;
        margin-left: 0
    }

.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px
}

.form-control-feedback {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    .form-inline label {
        padding-right: 0;
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

.caret {
    margin-right: 2px;
    margin-left: 0
}

.dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right
}

    .dropdown-menu.pull-right {
        left: 0;
        right: auto;
        float: right
    }

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group-vertical &gt; .btn, .btn-group &gt; .btn {
    float: right
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-right: -1px;
    margin-left: 0
}

.btn-toolbar {
    margin-right: -5px;
    margin-left: 0
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: right
    }

    .btn-toolbar &gt; .btn, .btn-toolbar &gt; .btn-group, .btn-toolbar &gt; .input-group {
        margin-right: 5px;
        margin-left: 0
    }

.btn-group &gt; .btn:first-child {
    margin-right: 0
}

    .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group &gt; .btn:last-child:not(:first-child), .btn-group &gt; .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group &gt; .btn-group {
    float: right
}

.btn-group.btn-group-justified &gt; .btn, .btn-group.btn-group-justified &gt; .btn-group {
    float: none
}

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
    border-radius: 0
}

.btn-group &gt; .btn-group:first-child &gt; .btn:last-child, .btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group &gt; .btn-group:last-child &gt; .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn .caret {
    margin-right: 0
}

.btn-group-vertical &gt; .btn + .btn, .btn-group-vertical &gt; .btn + .btn-group, .btn-group-vertical &gt; .btn-group + .btn, .btn-group-vertical &gt; .btn-group + .btn-group {
    margin-top: -1px;
    margin-right: 0
}

.input-group .form-control {
    float: right
}

    .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid
}

.input-group-addon:last-child, .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group .form-control:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0
}

.input-group-btn &gt; .btn + .btn {
    margin-right: -1px;
    margin-left: auto
}

.input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group {
    margin-left: -1px;
    margin-right: auto
}

.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
    margin-right: -1px;
    margin-left: auto
}

.nav {
    padding-right: 0;
    padding-left: 0
}

.nav-tabs &gt; li {
    float: right
}

    .nav-tabs &gt; li &gt; a {
        margin-left: auto;
        margin-right: -2px;
        border-radius: 4px 4px 0 0
    }

.nav-pills &gt; li {
    float: right
}

    .nav-pills &gt; li &gt; a {
        border-radius: 4px
    }

    .nav-pills &gt; li + li {
        margin-right: 2px;
        margin-left: auto
    }

.nav-stacked &gt; li {
    float: none
}

    .nav-stacked &gt; li + li {
        margin-right: 0;
        margin-left: auto
    }

.nav-justified &gt; .dropdown .dropdown-menu {
    right: auto
}

.nav-tabs-justified &gt; li &gt; a {
    margin-left: 0;
    margin-right: auto
}

@media (min-width:768px) {
    .nav-tabs-justified &gt; li &gt; a {
        border-radius: 4px 4px 0 0
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

.navbar-brand {
    float: right
}

@media (min-width:768px) {
    .navbar &gt; .container-fluid .navbar-brand, .navbar &gt; .container .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        padding: 5px 25px 5px 15px
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: right
    }

    .navbar-right {
        float: left !important
    }
}

@media (min-width:768px) {
    .navbar-left, .navbar-left.flip, .navbar-nav &gt; li {
        float: right !important
    }

    .navbar-right.flip, .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto
    }

    .navbar-right.flip {
        float: left !important
    }

    .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }
}

@media (min-width:768px) {
    .navbar-text {
        float: right
    }

        .navbar-text.navbar-right:last-child {
            margin-left: 0;
            margin-right: auto
        }
}

.pagination {
    padding-right: 0
}

    .pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
        float: right;
        margin-right: -1px;
        margin-left: 0
    }

    .pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
        margin-left: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
        margin-right: -1px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.pager {
    padding-right: 0;
    padding-left: 0
}

    .pager .next &gt; a, .pager .next &gt; span {
        float: left
    }

    .pager .previous &gt; a, .pager .previous &gt; span {
        float: right
    }

.nav-pills &gt; li &gt; a &gt; .badge {
    margin-left: 0;
    margin-right: 3px
}

.list-group-item &gt; .badge {
    float: left
}

    .list-group-item &gt; .badge + .badge {
        margin-left: 5px;
        margin-right: auto
    }

.alert-dismissable, .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px
}

    .alert-dismissable .close, .alert-dismissible .close {
        right: auto;
        left: -21px
    }

.progress-bar {
    float: right
}

.media &gt; .pull-left {
    margin-right: 10px
}

    .media &gt; .pull-left.flip {
        margin-right: 0;
        margin-left: 10px
    }

.media &gt; .pull-right {
    margin-left: 10px
}

    .media &gt; .pull-right.flip {
        margin-left: 0;
        margin-right: 10px
    }

.media-right, .media &gt; .pull-right {
    padding-right: 10px;
    padding-left: 0
}

.media-left, .media &gt; .pull-left {
    padding-left: 10px;
    padding-right: 0
}

.media-list {
    list-style: none
}

.list-group, .media-list {
    padding-right: 0;
    padding-left: 0
}

.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0
}

.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0
}

.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
    border-right: 0;
    border-left: none
}

.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
    border-right: none;
    border-left: 0
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
    right: 0;
    left: auto
}

.close {
    float: left
}

.modal-footer {
    text-align: left
}

    .modal-footer.flip {
        text-align: right
    }

    .modal-footer .btn + .btn {
        margin-left: auto;
        margin-right: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-right: -1px;
        margin-left: auto
    }

    .modal-footer .btn-block + .btn-block {
        margin-right: 0;
        margin-left: auto
    }

.popover {
    left: auto;
    text-align: right
}

    .popover.top &gt; .arrow {
        right: 50%;
        left: auto;
        margin-right: -11px;
        margin-left: auto
    }

        .popover.top &gt; .arrow:after {
            margin-right: -10px;
            margin-left: auto
        }

    .popover.bottom &gt; .arrow {
        right: 50%;
        left: auto;
        margin-right: -11px;
        margin-left: auto
    }

        .popover.bottom &gt; .arrow:after {
            margin-right: -10px;
            margin-left: auto
        }

.carousel-control {
    right: 0;
    bottom: 0
}

    .carousel-control.left {
        right: auto;
        left: 0;
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.0001));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001),rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        right: auto;
        margin-right: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        left: auto;
        margin-left: -10px
    }

.carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

.pull-right.flip {
    float: left !important
}

.pull-left.flip {
    float: right !important
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 900;
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Black.0cbe440.eot);
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Black.0cbe440.eot#iefix) format("embedded-opentype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Black.3d58553.woff2) format("woff2"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Black.6e6d05b.woff) format("woff"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Black.879c6f0.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 700;
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Bold.cacb945.eot);
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Bold.cacb945.eot#iefix) format("embedded-opentype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Bold.924be0f.woff2) format("woff2"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Bold.6ed6ddf.woff) format("woff"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Bold.cf91637.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Medium.5a25001.eot);
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Medium.5a25001.eot#iefix) format("embedded-opentype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Medium.8451859.woff2) format("woff2"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Medium.32cc237.woff) format("woff"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Medium.caa93b1.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 300;
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Light.fe61680.eot);
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Light.fe61680.eot#iefix) format("embedded-opentype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Light.d11c490.woff2) format("woff2"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Light.74955f1.woff) format("woff"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa_Light.1604933.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa.07e13ce.eot);
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa.07e13ce.eot#iefix) format("embedded-opentype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa.38d4b5f.woff2) format("woff2"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa.d4bb655.woff) format("woff"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/IRANSansWebFa.a5080d9.ttf) format("truetype");
    font-display: swap
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

input[type=email], input[type=password], input[type=text], textarea {
    -webkit-appearance: none
}

.btn {
    border-radius: 5px;
    transition: all .25s
}

    .btn:focus {
        outline: 0
    }

    .btn.btn-outline {
        background-color: transparent
    }

    .btn[disabled], .btn[disabled]:hover {
        background-color: #aaa;
        border-color: #aaa
    }

.btn-primary.btn-outline {
    color: #4990e2
}

    .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
        color: #3383de;
        border-color: #3383de
    }

    .btn-primary.btn-outline[disabled] {
        background-color: transparent;
        border-color: #aaa;
        color: #aaa
    }

        .btn-primary.btn-outline[disabled]:hover {
            border-color: #aaa;
            color: #aaa
        }

.btn-info.btn-outline {
    color: #64b5f6
}

    .btn-info.btn-outline:focus, .btn-info.btn-outline:hover {
        background-color: #64b5f6;
        color: #fff
    }

    .btn-info.btn-outline[disabled] {
        background-color: transparent;
        border-color: #aaa;
        color: #aaa
    }

        .btn-info.btn-outline[disabled]:hover {
            border-color: #aaa;
            color: #aaa
        }

.btn-success.btn-outline {
    color: #8bc34a
}

    .btn-success.btn-outline:focus, .btn-success.btn-outline:hover {
        background-color: #8bc34a;
        color: #fff
    }

    .btn-success.btn-outline[disabled] {
        background-color: transparent;
        border-color: #aaa;
        color: #aaa
    }

        .btn-success.btn-outline[disabled]:hover {
            border-color: #aaa;
            color: #aaa
        }

.btn-danger.btn-outline {
    color: #e63200
}

    .btn-danger.btn-outline:focus, .btn-danger.btn-outline:hover {
        background-color: #e63200;
        color: #fff
    }

    .btn-danger.btn-outline[disabled] {
        background-color: transparent;
        border-color: #aaa;
        color: #aaa
    }

        .btn-danger.btn-outline[disabled]:hover {
            border-color: #aaa;
            color: #aaa
        }

.btn-warning.btn-outline {
    color: #ff8200
}

    .btn-warning.btn-outline:focus, .btn-warning.btn-outline:hover {
        background-color: #ff8200;
        color: #fff
    }

    .btn-warning.btn-outline[disabled] {
        background-color: transparent;
        border-color: #aaa;
        color: #aaa
    }

        .btn-warning.btn-outline[disabled]:hover {
            border-color: #aaa;
            color: #aaa
        }

.btn-orange {
    border: none !important;
    box-shadow: none !important;
    background-size: 140%;
    background-position: 100%;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out 0s
}

    .btn-orange[disabled] {
        cursor: not-allowed
    }

    .btn-orange:not(disabled) {
        cursor: pointer
    }

        .btn-orange:not(disabled).focus, .btn-orange:not(disabled).hover, .btn-orange:not(disabled):active:hover, .btn-orange:not(disabled):focus, .btn-orange:not(disabled):hover {
            border: none !important;
            box-shadow: none !important;
            background-color: #ff8200;
            color: #fff
        }

    .btn-orange.btn-outline {
        border: 1px solid orange !important;
        color: orange
    }

        .btn-orange.btn-outline.focus, .btn-orange.btn-outline.hover, .btn-orange.btn-outline:active:hover, .btn-orange.btn-outline:focus, .btn-orange.btn-outline:hover {
            border: 1px solid orange !important;
            background: none !important;
            color: orange
        }

.btn-raw {
    background-color: transparent;
    border: 0
}

.form-group {
    position: relative
}

.form-control {
    border-radius: 3px;
    border-color: #d2d2d2;
    box-shadow: none;
    color: #646464
}

    .form-control.focus, .form-control:focus {
        outline: 0;
        box-shadow: none;
        border-color: inherit
    }

.has-error &gt; label {
    color: #646464
}

.has-error .form-control:focus {
    border-color: #e63200;
    box-shadow: none
}

.help-block {
    font-size: 85%;
    position: absolute;
    bottom: -30px;
    right: 0
}

.no-label .help-block {
    top: 35px
}

.validated-form .form-group {
    margin-bottom: 30px
}

.validated-form .help-checkbox {
    display: block;
    color: #e63200;
    font-size: 85%
}

.input-group-btn {
    vertical-align: bottom
}

    .input-group-btn .btn {
        border-radius: 5px 0 0 5px
    }

table tr:first-child td {
    border-top-width: 0
}

table th {
    text-align: inherit
}

.text-muted {
    color: #aaa
}

.available:not(.selected-availables-row) .available-columns-promoted:not(.best-flight) .footer-price-action .btn-primary:not([disabled]), .available:not(.selected-availables-row) .available-columns:not(.best-flight) .footer-price-action .btn-primary:not([disabled]) {
    background-color: #0078dc;
    border-color: #009afe
}

.international-available__columns:not(.selected-availables-row) .is-charter {
    background-color: #64aa00;
    color: #fff
}

.input-group .form-control {
    z-index: 0
}

.p-1 {
    padding: 5px !important
}

.m-1 {
    margin: 5px !important
}

.p-2 {
    padding: 10px !important
}

.m-2 {
    margin: 10px !important
}

.p-3 {
    padding: 20px !important
}

.m-3 {
    margin: 20px !important
}

.p-4 {
    padding: 40px !important
}

.m-4 {
    margin: 40px !important
}

.p-5 {
    padding: 60px !important
}

.m-5 {
    margin: 60px !important
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.pl-1 {
    padding-left: 5px !important
}

.ml-1 {
    margin-left: 5px !important
}

.pl-2 {
    padding-left: 10px !important
}

.ml-2 {
    margin-left: 10px !important
}

.pl-3 {
    padding-left: 20px !important
}

.ml-3 {
    margin-left: 20px !important
}

.pl-4 {
    padding-left: 40px !important
}

.ml-4 {
    margin-left: 40px !important
}

.pl-5 {
    padding-left: 60px !important
}

.ml-5 {
    margin-left: 60px !important
}

.ml-auto {
    margin-left: auto !important
}

.pl-0 {
    padding-left: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.pr-1 {
    padding-right: 5px !important
}

.mr-1 {
    margin-right: 5px !important
}

.pr-2 {
    padding-right: 10px !important
}

.mr-2 {
    margin-right: 10px !important
}

.pr-3 {
    padding-right: 20px !important
}

.mr-3 {
    margin-right: 20px !important
}

.pr-4 {
    padding-right: 40px !important
}

.mr-4 {
    margin-right: 40px !important
}

.pr-5 {
    padding-right: 60px !important
}

.mr-5 {
    margin-right: 60px !important
}

.mr-auto {
    margin-right: auto !important
}

.pr-0 {
    padding-right: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.pt-1 {
    padding-top: 5px !important
}

.mt-1 {
    margin-top: 5px !important
}

.pt-2 {
    padding-top: 10px !important
}

.mt-2 {
    margin-top: 10px !important
}

.pt-3 {
    padding-top: 20px !important
}

.mt-3 {
    margin-top: 20px !important
}

.pt-4 {
    padding-top: 40px !important
}

.mt-4 {
    margin-top: 40px !important
}

.pt-5 {
    padding-top: 60px !important
}

.mt-5 {
    margin-top: 60px !important
}

.pt-0 {
    padding-top: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.pb-1 {
    padding-bottom: 5px !important
}

.mb-1 {
    margin-bottom: 5px !important
}

.pb-2 {
    padding-bottom: 10px !important
}

.mb-2 {
    margin-bottom: 10px !important
}

.pb-3 {
    padding-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 20px !important
}

.pb-4 {
    padding-bottom: 40px !important
}

.mb-4 {
    margin-bottom: 40px !important
}

.pb-5 {
    padding-bottom: 60px !important
}

.mb-5 {
    margin-bottom: 60px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.py-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.my-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.py-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.my-5 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.px-3 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.mx-3 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.mx-4 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.px-5 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.mx-5 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (min-width:768px) {
    .p-1-sm {
        padding: 5px !important
    }

    .m-1-sm {
        margin: 5px !important
    }
}

@media (min-width:768px) {
    .p-2-sm {
        padding: 10px !important
    }

    .m-2-sm {
        margin: 10px !important
    }
}

@media (min-width:768px) {
    .p-3-sm {
        padding: 20px !important
    }

    .m-3-sm {
        margin: 20px !important
    }
}

@media (min-width:768px) {
    .p-4-sm {
        padding: 40px !important
    }

    .m-4-sm {
        margin: 40px !important
    }
}

@media (min-width:768px) {
    .p-5-sm {
        padding: 60px !important
    }

    .m-5-sm {
        margin: 60px !important
    }
}

@media (min-width:768px) {
    .p-0-sm {
        padding: 0 !important
    }

    .m-0-sm {
        margin: 0 !important
    }
}

@media (min-width:768px) {
    .pl-1-sm {
        padding-left: 5px !important
    }

    .ml-1-sm {
        margin-left: 5px !important
    }
}

@media (min-width:768px) {
    .pl-2-sm {
        padding-left: 10px !important
    }

    .ml-2-sm {
        margin-left: 10px !important
    }
}

@media (min-width:768px) {
    .pl-3-sm {
        padding-left: 20px !important
    }

    .ml-3-sm {
        margin-left: 20px !important
    }
}

@media (min-width:768px) {
    .pl-4-sm {
        padding-left: 40px !important
    }

    .ml-4-sm {
        margin-left: 40px !important
    }
}

@media (min-width:768px) {
    .pl-5-sm {
        padding-left: 60px !important
    }

    .ml-5-sm {
        margin-left: 60px !important
    }
}

@media (min-width:768px) {
    .ml-auto-sm {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .pl-0-sm {
        padding-left: 0 !important
    }

    .ml-0-sm {
        margin-left: 0 !important
    }
}

@media (min-width:768px) {
    .pr-1-sm {
        padding-right: 5px !important
    }

    .mr-1-sm {
        margin-right: 5px !important
    }
}

@media (min-width:768px) {
    .pr-2-sm {
        padding-right: 10px !important
    }

    .mr-2-sm {
        margin-right: 10px !important
    }
}

@media (min-width:768px) {
    .pr-3-sm {
        padding-right: 20px !important
    }

    .mr-3-sm {
        margin-right: 20px !important
    }
}

@media (min-width:768px) {
    .pr-4-sm {
        padding-right: 40px !important
    }

    .mr-4-sm {
        margin-right: 40px !important
    }
}

@media (min-width:768px) {
    .pr-5-sm {
        padding-right: 60px !important
    }

    .mr-5-sm {
        margin-right: 60px !important
    }
}

@media (min-width:768px) {
    .mr-auto-sm {
        margin-right: auto !important
    }
}

@media (min-width:768px) {
    .pr-0-sm {
        padding-right: 0 !important
    }

    .mr-0-sm {
        margin-right: 0 !important
    }
}

@media (min-width:768px) {
    .pt-1-sm {
        padding-top: 5px !important
    }

    .mt-1-sm {
        margin-top: 5px !important
    }
}

@media (min-width:768px) {
    .pt-2-sm {
        padding-top: 10px !important
    }

    .mt-2-sm {
        margin-top: 10px !important
    }
}

@media (min-width:768px) {
    .pt-3-sm {
        padding-top: 20px !important
    }

    .mt-3-sm {
        margin-top: 20px !important
    }
}

@media (min-width:768px) {
    .pt-4-sm {
        padding-top: 40px !important
    }

    .mt-4-sm {
        margin-top: 40px !important
    }
}

@media (min-width:768px) {
    .pt-5-sm {
        padding-top: 60px !important
    }

    .mt-5-sm {
        margin-top: 60px !important
    }
}

@media (min-width:768px) {
    .pt-0-sm {
        padding-top: 0 !important
    }

    .mt-0-sm {
        margin-top: 0 !important
    }
}

@media (min-width:768px) {
    .pb-1-sm {
        padding-bottom: 5px !important
    }

    .mb-1-sm {
        margin-bottom: 5px !important
    }
}

@media (min-width:768px) {
    .pb-2-sm {
        padding-bottom: 10px !important
    }

    .mb-2-sm {
        margin-bottom: 10px !important
    }
}

@media (min-width:768px) {
    .pb-3-sm {
        padding-bottom: 20px !important
    }

    .mb-3-sm {
        margin-bottom: 20px !important
    }
}

@media (min-width:768px) {
    .pb-4-sm {
        padding-bottom: 40px !important
    }

    .mb-4-sm {
        margin-bottom: 40px !important
    }
}

@media (min-width:768px) {
    .pb-5-sm {
        padding-bottom: 60px !important
    }

    .mb-5-sm {
        margin-bottom: 60px !important
    }
}

@media (min-width:768px) {
    .pb-0-sm {
        padding-bottom: 0 !important
    }

    .mb-0-sm {
        margin-bottom: 0 !important
    }
}

@media (min-width:768px) {
    .py-1-sm {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .my-1-sm {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media (min-width:768px) {
    .py-2-sm {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .my-2-sm {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media (min-width:768px) {
    .py-3-sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .my-3-sm {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media (min-width:768px) {
    .py-4-sm {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .my-4-sm {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width:768px) {
    .py-5-sm {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .my-5-sm {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

@media (min-width:768px) {
    .py-0-sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .my-0-sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:768px) {
    .px-1-sm {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .mx-1-sm {
        margin-left: 5px !important;
        margin-right: 5px !important
    }
}

@media (min-width:768px) {
    .px-2-sm {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .mx-2-sm {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
}

@media (min-width:768px) {
    .px-3-sm {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .mx-3-sm {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

@media (min-width:768px) {
    .px-4-sm {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .mx-4-sm {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
}

@media (min-width:768px) {
    .px-5-sm {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .mx-5-sm {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
}

@media (min-width:768px) {
    .mx-auto-sm {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (min-width:768px) {
    .px-0-sm {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .mx-0-sm {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width:992px) {
    .p-1-md {
        padding: 5px !important
    }

    .m-1-md {
        margin: 5px !important
    }
}

@media (min-width:992px) {
    .p-2-md {
        padding: 10px !important
    }

    .m-2-md {
        margin: 10px !important
    }
}

@media (min-width:992px) {
    .p-3-md {
        padding: 20px !important
    }

    .m-3-md {
        margin: 20px !important
    }
}

@media (min-width:992px) {
    .p-4-md {
        padding: 40px !important
    }

    .m-4-md {
        margin: 40px !important
    }
}

@media (min-width:992px) {
    .p-5-md {
        padding: 60px !important
    }

    .m-5-md {
        margin: 60px !important
    }
}

@media (min-width:992px) {
    .p-0-md {
        padding: 0 !important
    }

    .m-0-md {
        margin: 0 !important
    }
}

@media (min-width:992px) {
    .pl-1-md {
        padding-left: 5px !important
    }

    .ml-1-md {
        margin-left: 5px !important
    }
}

@media (min-width:992px) {
    .pl-2-md {
        padding-left: 10px !important
    }

    .ml-2-md {
        margin-left: 10px !important
    }
}

@media (min-width:992px) {
    .pl-3-md {
        padding-left: 20px !important
    }

    .ml-3-md {
        margin-left: 20px !important
    }
}

@media (min-width:992px) {
    .pl-4-md {
        padding-left: 40px !important
    }

    .ml-4-md {
        margin-left: 40px !important
    }
}

@media (min-width:992px) {
    .pl-5-md {
        padding-left: 60px !important
    }

    .ml-5-md {
        margin-left: 60px !important
    }
}

@media (min-width:992px) {
    .ml-auto-md {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .pl-0-md {
        padding-left: 0 !important
    }

    .ml-0-md {
        margin-left: 0 !important
    }
}

@media (min-width:992px) {
    .pr-1-md {
        padding-right: 5px !important
    }

    .mr-1-md {
        margin-right: 5px !important
    }
}

@media (min-width:992px) {
    .pr-2-md {
        padding-right: 10px !important
    }

    .mr-2-md {
        margin-right: 10px !important
    }
}

@media (min-width:992px) {
    .pr-3-md {
        padding-right: 20px !important
    }

    .mr-3-md {
        margin-right: 20px !important
    }
}

@media (min-width:992px) {
    .pr-4-md {
        padding-right: 40px !important
    }

    .mr-4-md {
        margin-right: 40px !important
    }
}

@media (min-width:992px) {
    .pr-5-md {
        padding-right: 60px !important
    }

    .mr-5-md {
        margin-right: 60px !important
    }
}

@media (min-width:992px) {
    .mr-auto-md {
        margin-right: auto !important
    }
}

@media (min-width:992px) {
    .pr-0-md {
        padding-right: 0 !important
    }

    .mr-0-md {
        margin-right: 0 !important
    }
}

@media (min-width:992px) {
    .pt-1-md {
        padding-top: 5px !important
    }

    .mt-1-md {
        margin-top: 5px !important
    }
}

@media (min-width:992px) {
    .pt-2-md {
        padding-top: 10px !important
    }

    .mt-2-md {
        margin-top: 10px !important
    }
}

@media (min-width:992px) {
    .pt-3-md {
        padding-top: 20px !important
    }

    .mt-3-md {
        margin-top: 20px !important
    }
}

@media (min-width:992px) {
    .pt-4-md {
        padding-top: 40px !important
    }

    .mt-4-md {
        margin-top: 40px !important
    }
}

@media (min-width:992px) {
    .pt-5-md {
        padding-top: 60px !important
    }

    .mt-5-md {
        margin-top: 60px !important
    }
}

@media (min-width:992px) {
    .pt-0-md {
        padding-top: 0 !important
    }

    .mt-0-md {
        margin-top: 0 !important
    }
}

@media (min-width:992px) {
    .pb-1-md {
        padding-bottom: 5px !important
    }

    .mb-1-md {
        margin-bottom: 5px !important
    }
}

@media (min-width:992px) {
    .pb-2-md {
        padding-bottom: 10px !important
    }

    .mb-2-md {
        margin-bottom: 10px !important
    }
}

@media (min-width:992px) {
    .pb-3-md {
        padding-bottom: 20px !important
    }

    .mb-3-md {
        margin-bottom: 20px !important
    }
}

@media (min-width:992px) {
    .pb-4-md {
        padding-bottom: 40px !important
    }

    .mb-4-md {
        margin-bottom: 40px !important
    }
}

@media (min-width:992px) {
    .pb-5-md {
        padding-bottom: 60px !important
    }

    .mb-5-md {
        margin-bottom: 60px !important
    }
}

@media (min-width:992px) {
    .pb-0-md {
        padding-bottom: 0 !important
    }

    .mb-0-md {
        margin-bottom: 0 !important
    }
}

@media (min-width:992px) {
    .py-1-md {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .my-1-md {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media (min-width:992px) {
    .py-2-md {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .my-2-md {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media (min-width:992px) {
    .py-3-md {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .my-3-md {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media (min-width:992px) {
    .py-4-md {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .my-4-md {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width:992px) {
    .py-5-md {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .my-5-md {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

@media (min-width:992px) {
    .py-0-md {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .my-0-md {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:992px) {
    .px-1-md {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .mx-1-md {
        margin-left: 5px !important;
        margin-right: 5px !important
    }
}

@media (min-width:992px) {
    .px-2-md {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .mx-2-md {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
}

@media (min-width:992px) {
    .px-3-md {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .mx-3-md {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

@media (min-width:992px) {
    .px-4-md {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .mx-4-md {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
}

@media (min-width:992px) {
    .px-5-md {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .mx-5-md {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
}

@media (min-width:992px) {
    .mx-auto-md {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (min-width:992px) {
    .px-0-md {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .mx-0-md {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width:1200px) {
    .p-1-lg {
        padding: 5px !important
    }

    .m-1-lg {
        margin: 5px !important
    }
}

@media (min-width:1200px) {
    .p-2-lg {
        padding: 10px !important
    }

    .m-2-lg {
        margin: 10px !important
    }
}

@media (min-width:1200px) {
    .p-3-lg {
        padding: 20px !important
    }

    .m-3-lg {
        margin: 20px !important
    }
}

@media (min-width:1200px) {
    .p-4-lg {
        padding: 40px !important
    }

    .m-4-lg {
        margin: 40px !important
    }
}

@media (min-width:1200px) {
    .p-5-lg {
        padding: 60px !important
    }

    .m-5-lg {
        margin: 60px !important
    }
}

@media (min-width:1200px) {
    .p-0-lg {
        padding: 0 !important
    }

    .m-0-lg {
        margin: 0 !important
    }
}

@media (min-width:1200px) {
    .pl-1-lg {
        padding-left: 5px !important
    }

    .ml-1-lg {
        margin-left: 5px !important
    }
}

@media (min-width:1200px) {
    .pl-2-lg {
        padding-left: 10px !important
    }

    .ml-2-lg {
        margin-left: 10px !important
    }
}

@media (min-width:1200px) {
    .pl-3-lg {
        padding-left: 20px !important
    }

    .ml-3-lg {
        margin-left: 20px !important
    }
}

@media (min-width:1200px) {
    .pl-4-lg {
        padding-left: 40px !important
    }

    .ml-4-lg {
        margin-left: 40px !important
    }
}

@media (min-width:1200px) {
    .pl-5-lg {
        padding-left: 60px !important
    }

    .ml-5-lg {
        margin-left: 60px !important
    }
}

@media (min-width:1200px) {
    .ml-auto-lg {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .pl-0-lg {
        padding-left: 0 !important
    }

    .ml-0-lg {
        margin-left: 0 !important
    }
}

@media (min-width:1200px) {
    .pr-1-lg {
        padding-right: 5px !important
    }

    .mr-1-lg {
        margin-right: 5px !important
    }
}

@media (min-width:1200px) {
    .pr-2-lg {
        padding-right: 10px !important
    }

    .mr-2-lg {
        margin-right: 10px !important
    }
}

@media (min-width:1200px) {
    .pr-3-lg {
        padding-right: 20px !important
    }

    .mr-3-lg {
        margin-right: 20px !important
    }
}

@media (min-width:1200px) {
    .pr-4-lg {
        padding-right: 40px !important
    }

    .mr-4-lg {
        margin-right: 40px !important
    }
}

@media (min-width:1200px) {
    .pr-5-lg {
        padding-right: 60px !important
    }

    .mr-5-lg {
        margin-right: 60px !important
    }
}

@media (min-width:1200px) {
    .mr-auto-lg {
        margin-right: auto !important
    }
}

@media (min-width:1200px) {
    .pr-0-lg {
        padding-right: 0 !important
    }

    .mr-0-lg {
        margin-right: 0 !important
    }
}

@media (min-width:1200px) {
    .pt-1-lg {
        padding-top: 5px !important
    }

    .mt-1-lg {
        margin-top: 5px !important
    }
}

@media (min-width:1200px) {
    .pt-2-lg {
        padding-top: 10px !important
    }

    .mt-2-lg {
        margin-top: 10px !important
    }
}

@media (min-width:1200px) {
    .pt-3-lg {
        padding-top: 20px !important
    }

    .mt-3-lg {
        margin-top: 20px !important
    }
}

@media (min-width:1200px) {
    .pt-4-lg {
        padding-top: 40px !important
    }

    .mt-4-lg {
        margin-top: 40px !important
    }
}

@media (min-width:1200px) {
    .pt-5-lg {
        padding-top: 60px !important
    }

    .mt-5-lg {
        margin-top: 60px !important
    }
}

@media (min-width:1200px) {
    .pt-0-lg {
        padding-top: 0 !important
    }

    .mt-0-lg {
        margin-top: 0 !important
    }
}

@media (min-width:1200px) {
    .pb-1-lg {
        padding-bottom: 5px !important
    }

    .mb-1-lg {
        margin-bottom: 5px !important
    }
}

@media (min-width:1200px) {
    .pb-2-lg {
        padding-bottom: 10px !important
    }

    .mb-2-lg {
        margin-bottom: 10px !important
    }
}

@media (min-width:1200px) {
    .pb-3-lg {
        padding-bottom: 20px !important
    }

    .mb-3-lg {
        margin-bottom: 20px !important
    }
}

@media (min-width:1200px) {
    .pb-4-lg {
        padding-bottom: 40px !important
    }

    .mb-4-lg {
        margin-bottom: 40px !important
    }
}

@media (min-width:1200px) {
    .pb-5-lg {
        padding-bottom: 60px !important
    }

    .mb-5-lg {
        margin-bottom: 60px !important
    }
}

@media (min-width:1200px) {
    .pb-0-lg {
        padding-bottom: 0 !important
    }

    .mb-0-lg {
        margin-bottom: 0 !important
    }
}

@media (min-width:1200px) {
    .py-1-lg {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .my-1-lg {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media (min-width:1200px) {
    .py-2-lg {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .my-2-lg {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }
}

@media (min-width:1200px) {
    .py-3-lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .my-3-lg {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media (min-width:1200px) {
    .py-4-lg {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .my-4-lg {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

@media (min-width:1200px) {
    .py-5-lg {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .my-5-lg {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }
}

@media (min-width:1200px) {
    .py-0-lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .my-0-lg {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:1200px) {
    .px-1-lg {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .mx-1-lg {
        margin-left: 5px !important;
        margin-right: 5px !important
    }
}

@media (min-width:1200px) {
    .px-2-lg {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .mx-2-lg {
        margin-left: 10px !important;
        margin-right: 10px !important
    }
}

@media (min-width:1200px) {
    .px-3-lg {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .mx-3-lg {
        margin-left: 20px !important;
        margin-right: 20px !important
    }
}

@media (min-width:1200px) {
    .px-4-lg {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .mx-4-lg {
        margin-left: 40px !important;
        margin-right: 40px !important
    }
}

@media (min-width:1200px) {
    .px-5-lg {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .mx-5-lg {
        margin-left: 60px !important;
        margin-right: 60px !important
    }
}

@media (min-width:1200px) {
    .mx-auto-lg {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (min-width:1200px) {
    .px-0-lg {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .mx-0-lg {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fade-enter-active, .fade-leave-active {
    transition: all .5s
}

.fade-up-enter-active {
    transition: all .2s
}

.fade-up-enter {
    opacity: 0;
    transform: translateY(5%)
}

.en {
    font-family: sans-serif !important
}

.font-22 {
    font-size: 22px !important
}

.font-20 {
    font-size: 20px !important
}

.font-18 {
    font-size: 18px !important
}

.font-16 {
    font-size: 16px !important
}

.font-14 {
    font-size: 14px !important
}

.font-13 {
    font-size: 13px !important
}

.font-12 {
    font-size: 12px !important
}

.font-11 {
    font-size: 11px !important
}

.font-10 {
    font-size: 10px !important
}

@font-face {
    font-family: alibaba;
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/alibaba.bd5535f.eot);
    src: url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/alibaba.bd5535f.eot#iefix) format("embedded-opentype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/alibaba.9e83f78.woff2) format("woff2"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/alibaba.6b31c2b.ttf) format("truetype"),url(https://cdn.alibaba.ir/dist/4fccf83b/fonts/alibaba.d9b38c8.woff) format("woff"),url(https://cdn.alibaba.ir/dist/4fccf83b/img/alibaba.e3be4b7.svg#alibaba) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=icon-], [class^=icon-] {
    font-family: alibaba !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Agency:before {
    content: "\e900"
}

.icon-Facilitating-leadership:before {
    content: "\e902"
}

.icon-Sympathy:before {
    content: "\e901"
}

.icon-creation-of-a-solution:before {
    content: "\e903"
}

.icon-Empowerment:before {
    content: "\e904"
}

.icon-Friendly-organization:before {
    content: "\e905"
}

.icon-professional-committment:before {
    content: "\e906"
}

.icon-Progressive-spirit:before {
    content: "\e907"
}

.icon-responsiveness-to-the-needs-of-customers:before {
    content: "\e992"
}

.icon-working-together:before {
    content: "\e908"
}

.icon-Development-and-excellence:before {
    content: "\e909"
}

.icon-Network-relationships-Network-relationships-Network-relationships:before {
    content: "\e90a"
}

.icon-Saying-Neutral-and-Effective-Listening:before {
    content: "\e90b"
}

.icon-team-building:before {
    content: "\e90c"
}

.icon-The-reverence-of-the-word:before {
    content: "\e90d"
}

.icon-Coaching:before {
    content: "\e90e"
}

.icon-contact-us:before {
    content: "\e975"
}

.icon-address-pin:before {
    content: "\e976"
}

.icon-email:before {
    content: "\e977"
}

.icon-call-center:before {
    content: "\e978"
}

.icon-contact-form:before {
    content: "\e979"
}

.icon-about-us-info:before {
    content: "\e97a"
}

.icon-popular-law:before {
    content: "\e97b"
}

.icon-charter-law:before {
    content: "\e97c"
}

.icon-domestic-flight-law:before {
    content: "\e97d"
}

.icon-train-law:before {
    content: "\e97e"
}

.icon-hotel-law:before {
    content: "\e97f"
}

.icon-cip-law:before {
    content: "\e980"
}

.icon-bell:before {
    content: "\e981"
}

.icon-question-mark:before {
    content: "\e982"
}

.icon-passenger-list:before {
    content: "\e965"
}

.icon-status-ok:before {
    content: "\e966"
}

.icon-status-not-ok:before {
    content: "\e967"
}

.icon-copy:before {
    content: "\e968"
}

.icon-magnifier:before {
    content: "\e969"
}

.icon-print:before {
    content: "\e96a"
}

.icon-exel:before {
    content: "\e96b"
}

.icon-finder:before {
    content: "\e96c"
}

.icon-other-nationalty:before {
    content: "\e96d"
}

.icon-iranian:before {
    content: "\e96e"
}

.icon-refund:before {
    content: "\e96f"
}

.icon-edit-passenger:before {
    content: "\e970"
}

.icon-upload:before {
    content: "\e971"
}

.icon-image-ok:before {
    content: "\e972"
}

.icon-air-conditioner:before {
    content: "\e973"
}

.icon-chang-password:before {
    content: "\e974"
}

.icon-landing-airplane:before {
    content: "\e951"
}

.icon-landing-train:before {
    content: "\e952"
}

.icon-cip-flight-card:before {
    content: "\e953"
}

.icon-cip-cargo:before {
    content: "\e954"
}

.icon-cip-catering:before {
    content: "\e955"
}

.icon-cip-gate:before {
    content: "\e956"
}

.icon-cip-car:before {
    content: "\e957"
}

.icon-bus-36:before {
    content: "\e958"
}

.icon-bus-48:before {
    content: "\e959"
}

.icon-bus-60:before {
    content: "\e95a"
}

.icon-open-search:before {
    content: "\e95b"
}

.icon-close-search:before {
    content: "\e95c"
}

.icon-train-step:before {
    content: "\e95d"
}

.icon-bus-step:before {
    content: "\e95e"
}

.icon-hotel:before {
    content: "\e95f"
}

.icon-bus:before {
    content: "\e960"
}

.icon-multi-media:before {
    content: "\e961"
}

.icon-train-outline:before {
    content: "\e962"
}

.icon-bus-outline:before {
    content: "\e963"
}

.icon-enter-user:before {
    content: "\e964"
}

.icon-requester:before {
    content: "\e90f"
}

.icon-register:before {
    content: "\e910"
}

.icon-recover-pass:before {
    content: "\e911"
}

.icon-register-tick:before {
    content: "\e912"
}

.icon-key:before {
    content: "\e913"
}

.icon-info-16:before {
    content: "\e914"
}

.icon-Duration:before {
    content: "\e915"
}

.icon-google-logo:before {
    content: "\e916"
}

.icon-refresh:before {
    content: "\e917"
}

.icon-ticket-info:before {
    content: "\e918"
}

.icon-pasenger-site:before {
    content: "\e919"
}

.icon-arrow-up-12:before {
    content: "\e91a"
}

.icon-airplane-step:before {
    content: "\e91b"
}

.icon-arrow-down-12:before {
    content: "\e91c"
}

.icon-moon:before {
    content: "\e91d"
}

.icon-sun:before {
    content: "\e91e"
}

.icon-twilight:before {
    content: "\e91f"
}

.icon-arrow-left:before {
    content: "\e920"
}

.icon-arrow-right:before {
    content: "\e921"
}

.icon-done-step:before {
    content: "\e922"
}

.icon-add-passenger:before {
    content: "\e923"
}

.icon-plus:before {
    content: "\e924"
}

.icon-airplane-line:before {
    content: "\e925"
}

.icon-pin-compare:before {
    content: "\e926"
}

.icon-price-track:before {
    content: "\e927"
}

.icon-share:before {
    content: "\e928"
}

.icon-star-rate:before {
    content: "\e929"
}

.icon-info:before {
    content: "\e92a"
}

.icon-filter:before {
    content: "\e92b"
}

.icon-sort:before {
    content: "\e92c"
}

.icon-airplane:before {
    content: "\e92d"
}

.icon-close-details:before {
    content: "\e92e"
}

.icon-done-tick-filter-sort:before {
    content: "\e92f"
}

.icon-serch:before {
    content: "\e930"
}

.icon-train:before {
    content: "\e931"
}

.icon-register-30:before {
    content: "\e932"
}

.icon-register-24:before {
    content: "\e933"
}

.icon-location:before {
    content: "\e934"
}

.icon-exit:before {
    content: "\e935"
}

.icon-transactions:before {
    content: "\e936"
}

.icon-orders:before {
    content: "\e937"
}

.icon-charge:before {
    content: "\e938"
}

.icon-arrow-up-16:before {
    content: "\e939"
}

.icon-arrow-down-16:before {
    content: "\e93a"
}

.icon-rating:before {
    content: "\e93b"
}

.icon-international-flight-60:before {
    content: "\e93c"
}

.icon-hotel-60:before {
    content: "\e93d"
}

.icon-minus:before {
    content: "\e93e"
}

.icon-plus2:before {
    content: "\e93f"
}

.icon-calendar:before {
    content: "\e940"
}

.icon-close:before {
    content: "\e941"
}

.icon-circle-close:before {
    content: "\e942"
}

.icon-user-account:before {
    content: "\e943"
}

.icon-passenger:before {
    content: "\e944"
}

.icon-train-60:before {
    content: "\e945"
}

.icon-domestic-flight-60:before {
    content: "\e946"
}

.icon-domestic-flight-48:before {
    content: "\e947"
}

.icon-domestic-flight-36:before {
    content: "\e948"
}

.icon-switch:before {
    content: "\e949"
}

.icon-star:before {
    content: "\e94a"
}

.icon-search:before {
    content: "\e94b"
}

.icon-pinterest:before {
    content: "\e94c"
}

.icon-check-mark:before {
    content: "\e94d"
}

.icon-international-flight-36:before {
    content: "\e94e"
}

.icon-international-flight-48:before {
    content: "\e94f"
}

.icon-hotel-36:before {
    content: "\e950"
}

.icon-tour-36:before {
    content: "\e983"
}

.icon-train-36:before {
    content: "\e984"
}

.icon-tour-48:before {
    content: "\e985"
}

.icon-hotel-48:before {
    content: "\e986"
}

.icon-train-48:before {
    content: "\e987"
}

.icon-tour-60:before {
    content: "\e988"
}

.icon-call-center-24:before {
    content: "\e989"
}

.icon-call-center-30:before {
    content: "\e98a"
}

.icon-aparat:before {
    content: "\e98b"
}

.icon-facebook:before {
    content: "\e98c"
}

.icon-google-plus:before {
    content: "\e98d"
}

.icon-instagram:before {
    content: "\e98e"
}

.icon-linkedin:before {
    content: "\e98f"
}

.icon-twitter:before {
    content: "\e990"
}

.icon-youtube:before {
    content: "\e991"
}

.seo-only {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.flex {
    display: flex !important
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-align-center {
    align-items: center
}

.flex-align-start {
    align-items: flex-start
}

.flex-align-end {
    align-items: flex-end
}

.flex-justify-center {
    justify-content: center
}

.flex-justify-space-between {
    justify-content: space-between
}

.flex-justify-space-around {
    justify-content: space-around
}

.flex-justify-end {
    justify-content: flex-end
}

.flex-justify-space-evenly {
    justify-content: space-evenly
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-fill {
    flex-basis: 100%
}

.flex-shrink {
    flex-basis: 0;
    flex-shrink: 1
}

.flex-separator-line {
    flex-basis: 1px;
    align-self: stretch;
    background-color: #fff
}

.flex-align-self-end {
    align-self: flex-end
}

.flex-align-self-center {
    align-self: center
}

.flex-align-self-stretch {
    align-self: stretch
}

.flex-align-content-center {
    align-content: center
}

.flex-1 {
    flex: 1
}

.flex-2 {
    flex: 2
}

.flex-3 {
    flex: 3
}

.flex-4 {
    flex: 4
}

.flex-5 {
    flex: 5
}

.flex-6 {
    flex: 6
}

.flex-7 {
    flex: 7
}

.flex-8 {
    flex: 8
}

.flex-9 {
    flex: 9
}

.flex-10 {
    flex: 10
}

.flex-11 {
    flex: 11
}

.flex-12 {
    flex: 12
}


p {
    font-size: 1em;
    margin: 0 0 1.5em
}

a {
    color: #2979ff;
    transition: all .25s
}

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

.text-price &gt; strong {
    font-size: 1.4em;
    color: #619419
}

.text-price &gt; small {
    font-size: .7em;
    color: #6b6b6b
}

.text-red {
    color: #e63200
}

.text-gray {
    color: #aaa
}

.text-dark {
    color: #646464
}

.text-darker {
    color: #424242
}

.text-black {
    color: #212121
}

.text-manatee {
    color: #9e9e9e
}

.text-green {
    color: #8bc34a
}

.text-orange {
    color: orange
}

.text-blue {
    color: #2979ff
}

.text-white {
    color: #fff
}

.text-brown {
    color: #b56c00
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-6xl {
    font-size: 4rem
}

.text-dark-green {
    color: #43a047
}

.w-bold {
    font-weight: 700
}

.w-normal {
    font-weight: 400
}

.w-900 {
    font-weight: 900
}

.w-600 {
    font-weight: 600
}

.w-500 {
    font-weight: 500
}

.w-400 {
    font-weight: 400
}

.w-300 {
    font-weight: 300
}

.w-200 {
    font-weight: 200
}

.w-100 {
    font-weight: 100
}

.font-en {
    font-family: sans-serif
}

.lh-lg {
    line-height: 2.1em
}

.table-responsive .table {
    max-width: none
}

table.spaced td {
    padding: 8px
}

table.no-border &gt; tbody &gt; tr &gt; td, table.no-border &gt; tbody &gt; tr &gt; th {
    border: none
}

table.mirrored td:nth-child(2n) {
    text-align: left
}

.adjacent-days {
    background-color: #fff;
    display: flex;
    height: 40px;
    margin: 0 20px 10px;
    padding: 8px 0;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    z-index: 2;
    position: relative;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

    .adjacent-days &gt; button, .adjacent-days &gt; span {
        background-color: transparent;
        border: 0;
        padding: 0 15px;
        cursor: pointer;
        flex-grow: 1;
        white-space: nowrap
    }

        .adjacent-days &gt; button[disabled], .adjacent-days &gt; span[disabled] {
            color: #d2d2d2;
            cursor: not-allowed
        }

        .adjacent-days &gt; button i, .adjacent-days &gt; span i {
            vertical-align: sub
        }

        .adjacent-days &gt; button:first-child, .adjacent-days &gt; span:first-child {
            border-left: 1px solid #e1e1e1
        }

            .adjacent-days &gt; button:first-child:after, .adjacent-days &gt; button:first-child:before, .adjacent-days &gt; span:first-child:after, .adjacent-days &gt; span:first-child:before {
                content: " ";
                width: 0;
                height: 0;
                position: absolute;
                top: 0;
                right: -39px;
                border: 20px solid transparent;
                border-left-color: #fff
            }

            .adjacent-days &gt; button:first-child:before, .adjacent-days &gt; span:first-child:before {
                border-width: 21px;
                border-left-color: #e1e1e1;
                right: -42px
            }

@media (min-width:992px) {
    .adjacent-days &gt; button:first-child:after, .adjacent-days &gt; button:first-child:before, .adjacent-days &gt; span:first-child:after, .adjacent-days &gt; span:first-child:before {
        border-width: 25px;
        right: -49px
    }

    .adjacent-days &gt; button:first-child:before, .adjacent-days &gt; span:first-child:before {
        border-width: 26px;
        right: -52px
    }
}

.adjacent-days &gt; button:last-child, .adjacent-days &gt; span:last-child {
    border-right: 1px solid #e1e1e1
}

    .adjacent-days &gt; button:last-child:after, .adjacent-days &gt; button:last-child:before, .adjacent-days &gt; span:last-child:after, .adjacent-days &gt; span:last-child:before {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -39px;
        border: 20px solid transparent;
        border-right-color: #fff
    }

    .adjacent-days &gt; button:last-child:before, .adjacent-days &gt; span:last-child:before {
        border-width: 21px;
        border-right-color: #e1e1e1;
        left: -42px
    }

@media (min-width:992px) {
    .adjacent-days &gt; button:last-child:after, .adjacent-days &gt; button:last-child:before, .adjacent-days &gt; span:last-child:after, .adjacent-days &gt; span:last-child:before {
        border-width: 25px;
        left: -49px
    }

    .adjacent-days &gt; button:last-child:before, .adjacent-days &gt; span:last-child:before {
        border-width: 26px;
        left: -52px
    }
}

@media (min-width:992px) {
    .adjacent-days {
        padding: 10px 0;
        height: 50px;
        font-size: 100%;
        margin: 0 25px;
        border-radius: 0
    }
}

@media (min-width:992px) {
    .search-utilities .adjacent-days {
        position: absolute;
        left: 0;
        top: 0
    }
}

.alibaba-alert {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    perspective: 500px;
    cursor: pointer
}

@media (min-width:992px) {
    .alibaba-alert {
        padding: 15px
    }
}

@media (max-width:991px) {
    .alibaba-alert {
        left: 0
    }
}

.alibaba-alert__content {
    padding: 10px;
    color: #fff;
    background-color: rgba(33,33,33,.9);
    position: relative;
    transition: transform .2s
}

    .alibaba-alert__content:active {
        transform: scale(.9) scaleZ(1) rotateX(15deg) translateX(12px) translateY(15px);
        transform-origin: 0 0;
        perspective: 500;
        perspective-origin: 20% 20%
    }

@media (min-width:992px) {
    .alibaba-alert__content {
        width: 350px;
        min-height: 82px
    }
}

@media (max-width:991px) {
    .alibaba-alert__content {
        min-height: 70px
    }
}

.alibaba-alert__icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #e63200;
    text-align: center
}

@media (min-width:992px) {
    .alibaba-alert__icon {
        width: 62px;
        height: 62px
    }

        .alibaba-alert__icon i {
            font-size: 3em;
            line-height: 62px
        }
}

@media (max-width:991px) {
    .alibaba-alert__icon {
        width: 50px;
        height: 50px
    }

        .alibaba-alert__icon i {
            font-size: 1.8em;
            line-height: 50px
        }
}

.alibaba-alert__close {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 8px
}

.alibaba-alert__text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:992px) {
    .alibaba-alert__text {
        margin: 0 77px 0 30px
    }
}

@media (max-width:991px) {
    .alibaba-alert__text {
        margin: 0 65px 0 15px;
        font-size: 12px
    }
}

@media (min-width:992px) {
    .alert-slide-enter {
        transform: translate(100%)
    }
}

@media (max-width:991px) {
    .alert-slide-enter {
        transform: translateY(100%)
    }
}

.alert-slide-enter-active {
    transition: .4s cubic-bezier(.215,.61,.355,1)
}

.card {
    position: relative
}

.card-body {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1),0 -1px 1px rgba(0,0,0,.05);
    padding: 20px
}

    .card-body.sm {
        padding: 13px
    }

.pretty-scroll::-webkit-scrollbar, .v-dropdown::-webkit-scrollbar {
    width: 5px
}

.pretty-scroll::-webkit-scrollbar-track, .v-dropdown::-webkit-scrollbar-track {
    background: transparent
}

.pretty-scroll::-webkit-scrollbar-thumb, .v-dropdown::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 4px
}

.v-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    display: none;
    z-index: 500;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0,0,0,.15)
}

    .v-dropdown.open {
        display: block !important
    }

    .v-dropdown.up {
        top: auto;
        bottom: 100%
    }

    .v-dropdown.fade {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

@media (max-width:767px) {
    .v-dropdown.full {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2000;
        margin: 0;
        width: auto;
        max-width: none
    }
}

.auth-login {
    padding: 0;
    max-width: 600px;
    margin: 3em auto;
    align-items: stretch
}

.auth-login__main {
    flex-grow: 1;
    padding: 30px;
    min-height: 400px
}

.auth-login__sidebar {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
    border-right: 2px dashed #f5f5f5
}

.auth-login.has-sidebar {
    max-width: 1000px
}

    .auth-login.has-sidebar .auth-login__sidebar {
        display: flex
    }

.available {
    padding: 0;
    margin: 0 0 30px
}

    .available.isCompleted:not(.empty) {
        margin-top: 10px
    }

.available--overflow {
    overflow: hidden
}

.available--discount .available-columns__type {
    margin-top: 30px
}

.available-columns {
    background: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 2.5px;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    transition: all .5s ease-in-out
}

body:not(.mobile) .available-columns:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05),0 3px 5px 0 rgba(0,0,0,.2)
}

@media (min-width:768px) {
    .available-columns {
        padding-bottom: 10px;
        min-height: 120px
    }
}

@media (max-width:767px) {
    .available-columns {
        margin-bottom: 8px
    }
}

.available-columns:last-child {
    margin-bottom: 0
}

.available-columns.completed {
    opacity: .9;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background: #e1e1e1;
    box-shadow: none !important;
    min-height: auto
}

    .available-columns.completed .available-columns__info {
        padding-bottom: 7px
    }

    .available-columns.completed .available-btn-action {
        background: none;
        color: #aaa;
        border-color: #bdbdbd
    }

    .available-columns.completed .info-airline {
        background: #e9e9e9
    }

    .available-columns.completed .panel-heading {
        background: #e1e1e1
    }

.available-columns__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

    .available-columns__overlay.completed {
        display: block
    }

.available-columns__type {
    position: absolute;
    top: 30px;
    left: 100%;
    margin-left: -9px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    vertical-align: top;
    background: transparent;
    border: solid hsla(0,0%,82.4%,.6);
    border-width: 1px 1px 0;
    color: #aaa;
    width: 70px;
    height: 18px;
    transform: translateX(-50%) translateY(50%) rotate(-90deg);
    font-size: 10px;
    text-align: center;
    line-height: 16px
}

    .available-columns__type.is-charter {
        color: #fff;
        background-color: #64aa00;
        border: 1px solid transparent
    }

@media (max-width:767px) {
    .available-columns__type {
        width: 61px;
        top: 20px
    }
}

.available-columns__airlines {
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px
}

    .available-columns__airlines .airlines-columns {
        text-align: center;
        display: grid;
        margin-right: 10px
    }

        .available-columns__airlines .airlines-columns &gt; img {
            width: 48px;
            height: 48px;
            margin: 0 auto;
            display: block;
            border: 3px solid #fff;
            background: #fff;
            box-shadow: -.5px 0 0 0 #e1e1e1,-.5px 0 0 1px #e1e1e1
        }

        .available-columns__airlines .airlines-columns &gt; span {
            margin-top: 5px;
            color: #646464;
            font-size: .8em
        }

        .available-columns__airlines .airlines-columns &gt; ul {
            text-align: center;
            padding: 0;
            margin: 0;
            direction: ltr;
            line-height: 1em
        }

            .available-columns__airlines .airlines-columns &gt; ul &gt; li {
                padding: 1px
            }

                .available-columns__airlines .airlines-columns &gt; ul &gt; li.active [class=icon-] {
                    color: #ffc800
                }

                .available-columns__airlines .airlines-columns &gt; ul &gt; li [class=icon-] {
                    font-size: .5em;
                    color: #d2d2d2
                }

.available-columns__destination {
    position: relative;
    margin-top: 20px;
    padding-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:968px) {
    .available-columns__destination {
        padding-right: 15px
    }
}

.available-columns__destination .destination-aircraft {
    height: 20px;
    font-size: .8em;
    color: #646464
}

@media (max-width:767px) {
    .available-columns__destination .destination-aircraft {
        height: auto
    }
}

.available-columns__destination .destination-map {
    margin-top: 10px
}

@media (max-width:767px) {
    .available-columns__destination .destination-map {
        float: left;
        width: 100%
    }
}

.available-columns__destination .destination-map__from, .available-columns__destination .destination-map__to {
    font-size: 1em;
    font-weight: 500;
    color: #000;
    padding-left: 0
}

    .available-columns__destination .destination-map__from strong, .available-columns__destination .destination-map__to strong {
        font-weight: 500
    }

    .available-columns__destination .destination-map__from .time, .available-columns__destination .destination-map__to .time {
        color: #000;
        padding-right: 5px;
        font-size: 1.3em
    }

.completed .available-columns__destination .destination-map__from .time, .completed .available-columns__destination .destination-map__to .time {
    color: #aaa
}

@media (max-width:767px) {
    .available-columns__destination .destination-map__from, .available-columns__destination .destination-map__to {
        font-size: .9em;
        padding-right: 0;
        text-align: center
    }

        .available-columns__destination .destination-map__from .time, .available-columns__destination .destination-map__to .time {
            font-size: 1em
        }
}

@media (max-width:767px) {
    .available-columns__destination .destination-map__from {
        margin-right: -2px
    }
}

.available-columns__destination .destination-map__airicon {
    font-size: 1.2em;
    color: #bdbdbd;
    position: relative;
    padding: 4px 0 0;
    text-align: center
}

    .available-columns__destination .destination-map__airicon .airline-time {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -8px;
        font-weight: 300;
        font-size: .7em;
        color: #aaa;
        opacity: 1;
        transition: all .2s ease-in-out
    }

.available-columns:not(.completed):hover .available-columns__destination .destination-map__airicon .airline-time {
    opacity: 1
}

.available-columns__destination .destination-map__airicon .flight-connection {
    flex: 1 1 auto;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    position: absolute;
    right: calc(50% - 5px);
    top: 16px
}

    .available-columns__destination .destination-map__airicon .flight-connection span {
        vertical-align: top;
        display: inline-block;
        margin-top: -3px;
        font-size: .65em !important;
        color: #9b9b9b
    }

@media (max-width:767px) {
    .available-columns__destination .destination-map__airicon .flight-connection span {
        margin-top: -42px
    }
}

.available-columns__destination .destination-map__airicon .flight-connection:before {
    content: " ";
    position: absolute;
    right: calc(50% - 5px);
    top: -5px;
    width: 8px;
    height: 8px;
    background: orange;
    border: 1px solid orange;
    border-radius: 50%
}

@media (max-width:991px) {
    .available-columns__destination .destination-map__airicon .flight-connection {
        right: calc(90% - 5px)
    }
}

@media (min-width:992px) {
    .available-columns__destination .destination-map__airicon {
        text-align: right;
        padding-top: 0
    }

        .available-columns__destination .destination-map__airicon .icon {
            vertical-align: top;
            display: inline-block;
            margin-top: 6px
        }

        .available-columns__destination .destination-map__airicon .icon--small {
            font-size: .7em;
            padding-left: 5px
        }

        .available-columns__destination .destination-map__airicon:before {
            content: " ";
            position: absolute;
            bottom: 15px;
            right: 0;
            width: 100%;
            height: 1px;
            border-top: 1px dashed #d2d2d2
        }

        .available-columns__destination .destination-map__airicon:after {
            content: " ";
            position: absolute;
            bottom: 10px;
            left: -10px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid orange
        }

    .completed .available-columns__destination .destination-map__airicon:after {
        background: #e9e9e9
    }
}

@media (max-width:767px) {
    .available-columns__destination .destination-map__airicon {
        text-align: center;
        padding-top: 0
    }
}

.available-columns__destination .destination-map__to .time {
    color: #000;
    padding-left: 5px;
    padding-right: 0
}

@media (max-width:767px) {
    .available-columns__destination .destination-map.train-map .destination-map {
        position: relative
    }

    .available-columns__destination .destination-map.train-map .destination-map__from .from {
        position: absolute;
        top: 10px;
        right: 10px;
        padding-right: 5px;
        color: #aaa !important;
        font-size: 1em;
        font-weight: 500
    }

    .available-columns__destination .destination-map.train-map .destination-map__from .time {
        position: absolute;
        top: -10px;
        right: 10px
    }

    .available-columns__destination .destination-map.train-map .destination-map__to {
        position: relative
    }

        .available-columns__destination .destination-map.train-map .destination-map__to .to {
            position: absolute;
            top: 10px;
            left: 13px;
            padding-left: 5px;
            color: #aaa !important;
            font-size: 1em;
            font-weight: 500
        }

        .available-columns__destination .destination-map.train-map .destination-map__to .time {
            position: absolute;
            top: -10px;
            left: 13px;
            color: #000
        }
}

.available-columns__destination .available-pin {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 1.2em;
    color: #aaa;
    display: none
}

.available-columns__destination .nonrefundable-label {
    height: 20px;
    font-size: .8em;
    text-align: left;
    color: #ff8200
}

.available-columns__footer {
    position: relative;
    margin-top: 10px;
    padding: 0
}

@media (max-width:767px) {
    .available-columns__footer {
        margin-top: 0
    }
}

.available-columns__footer .footer-pricing {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 3px
}

    .available-columns__footer .footer-pricing &gt; span {
        display: block
    }

        .available-columns__footer .footer-pricing &gt; span[class=pricing-value] {
            font-size: .8em;
            color: #aaa;
            line-height: 1
        }

            .available-columns__footer .footer-pricing &gt; span[class=pricing-value] span {
                color: #8bc34a;
                font-size: 1.5rem;
                padding-left: 3px
            }

        .available-columns__footer .footer-pricing &gt; span[class=pricing-notifier] {
            font-size: .7em;
            color: #e63200
        }

.available-columns__footer .footer-price-action {
    padding-top: 3px
}

@media (min-width:768px) {
    .available-columns__footer .footer-price-action {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
}

.available-columns__footer .footer-price-action &gt; .btn {
    margin-top: 5px;
    padding: 5px 0;
    width: 150px;
    border-width: 0
}

    .available-columns__footer .footer-price-action &gt; .btn:disabled {
        border-width: 1px
    }

@media (max-width:767px) {
    .available-columns__footer .footer-price-action &gt; .btn {
        max-width: 100px;
        font-size: 12px;
        margin: 5px 0
    }
}

.available-columns__agencyName {
    text-align: center
}

.pricing-detail {
    overflow: hidden;
    margin-top: 8px;
    padding: 5px 10px 0
}

.pricing-detail__view {
    margin-bottom: 5px;
    text-align: right;
    font-size: .8em
}

    .pricing-detail__view.total-price {
        color: #43a047;
        font-size: .85em
    }

    .pricing-detail__view .label-view {
        display: inline-block;
        text-align: right
    }

        .pricing-detail__view .label-view span {
            font-size: 1pxem;
            margin-right: 5px
        }

    .pricing-detail__view .price {
        display: inline-block;
        text-align: left
    }

.pricing-detail p {
    margin: 18px 0 0;
    font-size: .8em
}

@media (max-width:767px) {
    .available-columns__info {
        padding-bottom: 10px
    }

        .available-columns__info:before {
            right: -5px;
            border-left: 1px solid rgba(0,0,0,.1);
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px
        }

        .available-columns__info:after, .available-columns__info:before {
            content: " ";
            position: absolute;
            bottom: 0;
            margin-bottom: -9px;
            z-index: 1;
            width: 12px;
            display: inline-block;
            background: #f5f5f5;
            height: 20px;
            width: 10px
        }

        .available-columns__info:after {
            left: -5px;
            border-right: 1px solid rgba(0,0,0,.1);
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px
        }

        .available-columns__info &gt; .hr.dashed {
            position: absolute;
            right: 0;
            bottom: 0
        }
}

@media (min-width:768px) {
    .available-columns__info {
        cursor: pointer
    }

        .available-columns__info:before {
            top: -9px;
            box-shadow: inset 0 -1px 0 0 rgba(29,27,27,.11)
        }

        .available-columns__info:after, .available-columns__info:before {
            content: " ";
            position: absolute;
            left: -3px;
            z-index: 1;
            background: #f5f5f5;
            width: 22px;
            display: block;
            height: 22px;
            border: 1px solid #f5f5f5;
            border-radius: 100%
        }

        .available-columns__info:after {
            top: 100%;
            margin-top: 1px;
            box-shadow: inset 0 1px 0 0 rgba(25,25,25,.1)
        }

        .available-columns__info &gt; .hr.dashed {
            position: absolute;
            left: 6.5px;
            top: 0;
            height: 100%;
            width: 1px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAOCAYAAADuQ3ZcAAAAFUlEQVR4AWO4dOnSf6KJ////M2AjAIZfLg8t7xshAAAAAElFTkSuQmCC)
        }
}

.pricing-notifier {
    margin-top: 5px;
    font-size: .75em
}

.available-columns__info .info-airline {
    overflow: hidden;
    width: calc(100% + 21px);
    margin-top: 15px;
    margin-right: -14px;
    margin-bottom: -10px;
    position: relative;
    color: #76787a;
    background-color: #f9fafe
}

.available-columns__info .info-airline__container {
    padding: 30px 20px;
    font-size: .8em
}

    .available-columns__info .info-airline__container .info-airline__time {
        font-size: 1.2em
    }

.available-columns__info .info-airline__action {
    display: block;
    height: 24px;
    text-align: center;
    font-size: .8em;
    line-height: 26px;
    color: #76787a;
    margin-top: 1px
}

    .available-columns__info .info-airline__action .icon {
        padding-right: 5px;
        color: #aaa;
        vertical-align: top;
        display: inline-block;
        margin-top: 7px
    }

.available-columns__info .info-airline__baggage {
    font-size: 1.14em;
    font-weight: 500
}

.available-columns__info .available-detail .departing-time {
    font-size: 1.3em;
    font-weight: 500;
    margin: .4em 0;
    display: block
}

.available-notify {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px
}

    .available-notify i.icon {
        font-weight: 400;
        font-size: 1.5em;
        color: #4990e2;
        margin-left: 10px;
        vertical-align: top;
        display: inline-block;
        margin-top: 0
    }

.not-found-hero {
    margin-top: 50px;
    color: orange;
    font-weight: 500;
    font-size: 1.1em
}

.not-found-hero, .not-found-title {
    text-align: center
}

.center-element {
    float: none;
    margin: auto
}

.trans-fade-in {
    -webkit-animation: slideFadeIn 1s ease-out;
    animation: slideFadeIn 1s ease-out
}

.trans-fade-out {
    -webkit-animation: slideFadeOut 1s ease-out;
    animation: slideFadeOut 1s ease-out
}

@-webkit-keyframes slideFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes slideFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.available-modal {
    overflow-y: auto;
    height: 100%;
    z-index: 999999999999;
    direction: rtl;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

    .available-modal, .available-modal .header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff
    }

        .available-modal .header {
            padding: 15px 2.5px;
            border-bottom: 1px solid orange;
            margin-bottom: 15px;
            z-index: 9999999999;
            zoom: 1
        }

            .available-modal .header .close-icon .icon {
                font-size: 1.8em
            }

            .available-modal .header .icon-info {
                padding-left: 10px;
                font-size: 1.1em;
                vertical-align: top;
                display: inline-block;
                margin-top: 4px
            }

        .available-modal .content {
            z-index: 1;
            font-size: 1em;
            margin-top: 80px;
            margin-bottom: 110px
        }

            .available-modal .content &gt; .container {
                padding: 0 20px;
                margin-bottom: 20px
            }

            .available-modal .content .airlines-columns {
                text-align: center;
                display: grid
            }

                .available-modal .content .airlines-columns &gt; img {
                    width: 38px;
                    height: 38px;
                    margin: 0 auto;
                    display: block;
                    border: 3px solid #fff;
                    box-shadow: -1px 0 0 0 #e1e1e1,-1px 0 0 1px #e1e1e1
                }

                .available-modal .content .airlines-columns &gt; span {
                    color: #646464;
                    font-size: .8em
                }

                .available-modal .content .airlines-columns &gt; ul {
                    text-align: center;
                    padding: 0;
                    margin: 0
                }

                    .available-modal .content .airlines-columns &gt; ul &gt; li {
                        padding: 1px
                    }

                        .available-modal .content .airlines-columns &gt; ul &gt; li [class*=" icon-"] {
                            font-size: 10px;
                            color: orange
                        }

            .available-modal .content .travel-timeline {
                margin: 30px 0;
                border-right: 1px dashed orange;
                font-size: .9em;
                position: relative;
                padding: 0
            }

                .available-modal .content .travel-timeline &gt; div {
                    margin-bottom: 35px
                }

                    .available-modal .content .travel-timeline &gt; div:last-child {
                        margin-bottom: 0
                    }

                .available-modal .content .travel-timeline .has-detail {
                    position: relative;
                    padding-right: 20px
                }

                    .available-modal .content .travel-timeline .has-detail:before {
                        content: " ";
                        position: absolute;
                        right: -5px;
                        top: calc(50% - 5px);
                        width: 8px;
                        height: 8px;
                        background: orange;
                        border-radius: 50%
                    }

                    .available-modal .content .travel-timeline .has-detail:last-child {
                        margin-top: 5px
                    }

                    .available-modal .content .travel-timeline .has-detail .class-type {
                        font-size: .8em
                    }

                    .available-modal .content .travel-timeline .has-detail .flight-number {
                        font-size: 1em
                    }

                    .available-modal .content .travel-timeline .has-detail .flight-time {
                        font-size: 1.5em
                    }

                .available-modal .content .travel-timeline .stop-time {
                    position: relative;
                    padding-right: 20px
                }

            .available-modal .content .humans-info {
                font-size: .8em
            }

                .available-modal .content .humans-info span {
                    margin-right: 5px;
                    margin-left: 5px;
                    font-size: .625em
                }

@media (max-width:767px) {
    .available-modal .content .humans-info {
        font-size: 1.1em
    }
}

.available-modal .content .humans-info &gt; .row {
    margin-bottom: 10px
}

.available-modal .footer {
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    bottom: 0;
    position: fixed;
    right: 0;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.28);
    width: 100%
}

    .available-modal .footer .total-price {
        margin: 0 0 5px;
        font-size: .8em
    }

    .available-modal .footer .total-price__value {
        color: #646464
    }

        .available-modal .footer .total-price__value span {
            display: block
        }

            .available-modal .footer .total-price__value span .text-green {
                font-size: 1.4rem
            }

            .available-modal .footer .total-price__value span.discounted {
                margin-bottom: -6px
            }

                .available-modal .footer .total-price__value span.discounted strong {
                    font-size: .875rem;
                    font-weight: 300;
                    text-decoration: line-through
                }

    .available-modal .footer .total-price__text {
        color: #646464;
        padding-top: .7em
    }

@supports (-webkit-overflow-scrolling:touch) {
    .available-modal .footer {
        padding-bottom: 30px
    }
}

.bus-available-modal .travel-timeline__row, .train-available-modal .travel-timeline__row {
    width: 180px;
    position: relative;
    vertical-align: text-top;
    margin-bottom: 25px !important;
    padding-right: 20px
}

    .bus-available-modal .travel-timeline__row.bullet:before, .train-available-modal .travel-timeline__row.bullet:before {
        content: " ";
        position: absolute;
        right: -5px;
        top: 4px;
        width: 8px;
        height: 8px;
        background: #fff;
        border: 1px solid orange;
        border-radius: 50%
    }

    .bus-available-modal .travel-timeline__row.bullet:first-child:before, .bus-available-modal .travel-timeline__row.bullet:last-child:before, .train-available-modal .travel-timeline__row.bullet:first-child:before, .train-available-modal .travel-timeline__row.bullet:last-child:before {
        background: orange;
        border-color: orange
    }

    .bus-available-modal .travel-timeline__row span, .train-available-modal .travel-timeline__row span {
        font-size: .75rem
    }

    .bus-available-modal .travel-timeline__row:first-child span, .bus-available-modal .travel-timeline__row:last-child span, .train-available-modal .travel-timeline__row:first-child span, .train-available-modal .travel-timeline__row:last-child span {
        font-weight: 500
    }

    .bus-available-modal .travel-timeline__row:first-child span, .bus-available-modal .travel-timeline__row:first-child time, .train-available-modal .travel-timeline__row:first-child span, .train-available-modal .travel-timeline__row:first-child time {
        margin-top: -5px
    }

    .bus-available-modal .travel-timeline__row:first-child:before, .train-available-modal .travel-timeline__row:first-child:before {
        top: 0
    }

    .bus-available-modal .travel-timeline__row:last-child, .train-available-modal .travel-timeline__row:last-child {
        margin-bottom: 0 !important
    }

        .bus-available-modal .travel-timeline__row:last-child span, .bus-available-modal .travel-timeline__row:last-child time, .train-available-modal .travel-timeline__row:last-child span, .train-available-modal .travel-timeline__row:last-child time {
            margin-bottom: -5px
        }

        .bus-available-modal .travel-timeline__row:last-child:before, .train-available-modal .travel-timeline__row:last-child:before {
            top: 9px
        }

.bus-available-modal .train-services, .train-available-modal .train-services {
    margin-top: 10px
}

    .bus-available-modal .train-services ul li, .train-available-modal .train-services ul li {
        margin-right: 5px;
        color: #d2d2d2
    }

.bus-available-modal .humans-info .refundable, .train-available-modal .humans-info .refundable {
    margin-top: 20px;
    text-align: center;
    color: #8bc34a
}

.bus-available-modal .btn, .train-available-modal .btn {
    border-width: 0
}

.available-loading {
    background: #fff;
    padding: 18px;
    margin: 0 0 20px;
    color: #646464;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 3px
}

@media (max-width:767px) {
    .available-loading {
        margin-top: 30px
    }
}

.available-loading &gt; div {
    padding: 0
}

.available-loading__percentage {
    font-size: 1.125em;
    color: #979797;
    margin-top: -10px
}

    .available-loading__percentage span {
        font-size: 1.325em;
        padding-right: 5px
    }

.available-loading .progress {
    margin-top: 20px;
    height: 10px;
    border-radius: 5px;
    box-shadow: none;
    background-color: #f9fafe;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
    overflow: inherit
}

.available-loading .progress-bar {
    max-width: 98%;
    border-radius: 5px;
    box-shadow: none;
    background: linear-gradient(-270deg,#646464,#8bc34a);
    position: relative;
    transition: width .2s
}

    .available-loading .progress-bar:before {
        content: " ";
        width: 40px;
        height: 40px;
        background: url(https://cdn.alibaba.ir/dist/4fccf83b/img/air-loading.0a7de63.svg);
        position: absolute;
        left: -20px;
        top: -16px
    }

    .available-loading .progress-bar.train:before {
        background: url(https://cdn.alibaba.ir/dist/4fccf83b/img/train-loading.0960829.svg);
        width: 94px;
        top: -23px;
        left: -85px;
        transition: all .2s
    }

    .available-loading .progress-bar.train.last:before {
        left: -20px
    }

    .available-loading .progress-bar.bus:before {
        background: url(https://cdn.alibaba.ir/dist/4fccf83b/img/bus-loading.879c157.svg);
        width: 65px;
        top: -23px;
        left: -85px;
        transition: all .2s
    }

    .available-loading .progress-bar.bus.last:before {
        left: -50px
    }

@media (max-width:767px) {
    .available-loading__head {
        font-size: .75em;
        text-align: center
    }

    .available-loading__percentage {
        text-align: center;
        margin-top: 16px
    }

    .available-loading .progress {
        margin-top: 26px
    }

    .available-loading .progress-bar {
        max-width: 92%
    }
}

@media (max-width:991px) and (min-width:768px) {
    .available-loading .progress-bar {
        max-width: 97%
    }
}

.empty-availables {
    text-align: center;
    z-index: 1;
    background: #fff;
    padding: 18px;
    margin: 0 0 20px;
    color: #646464;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 3px
}

    .empty-availables .adjacentDays-col {
        margin-top: 50px
    }

        .empty-availables .adjacentDays-col.col-sm-12 {
            text-align: center
        }

.inner-available.removed, .international-available.removed, .international-available__columns.removed, .international-selected-package.removed {
    border: 1px solid red
}

.inner-available .airlines-details, .international-available .airlines-details, .international-available__columns .airlines-details, .international-selected-package .airlines-details {
    margin-top: 25px;
    margin-bottom: -11px;
    width: calc(100% + 23px);
    margin-right: -15px;
    overflow: hidden
}

    .inner-available .airlines-details.topGap, .international-available .airlines-details.topGap, .international-available__columns .airlines-details.topGap, .international-selected-package .airlines-details.topGap {
        margin-top: 23px
    }

    .inner-available .airlines-details.international-airlines-details, .inner-available .airlines-details.international-airlines-details.topGap, .international-available .airlines-details.international-airlines-details, .international-available .airlines-details.international-airlines-details.topGap, .international-available__columns .airlines-details.international-airlines-details, .international-available__columns .airlines-details.international-airlines-details.topGap, .international-selected-package .airlines-details.international-airlines-details, .international-selected-package .airlines-details.international-airlines-details.topGap {
        margin-top: 10px
    }

    .inner-available .airlines-details .panel-group, .international-available .airlines-details .panel-group, .international-available__columns .airlines-details .panel-group, .international-selected-package .airlines-details .panel-group {
        margin-bottom: 0
    }

    .inner-available .airlines-details ul.more-info li.active, .international-available .airlines-details ul.more-info li.active, .international-available__columns .airlines-details ul.more-info li.active, .international-selected-package .airlines-details ul.more-info li.active {
        font-weight: 700
    }

.inner-available .panel-default, .international-available .panel-default, .international-available__columns .panel-default, .international-selected-package .panel-default {
    border: 0;
    border-radius: 0;
    cursor: auto
}

    .inner-available .panel-default .nav-tabs, .international-available .panel-default .nav-tabs, .international-available__columns .panel-default .nav-tabs, .international-selected-package .panel-default .nav-tabs {
        margin-right: 20px;
        border-bottom: none
    }

        .inner-available .panel-default .nav-tabs .active a, .international-available .panel-default .nav-tabs .active a, .international-available__columns .panel-default .nav-tabs .active a, .international-selected-package .panel-default .nav-tabs .active a {
            border: none;
            background: #f9fafe;
            color: #646464
        }

        .inner-available .panel-default .nav-tabs li a, .international-available .panel-default .nav-tabs li a, .international-available__columns .panel-default .nav-tabs li a, .international-selected-package .panel-default .nav-tabs li a {
            padding: 5px 15px;
            margin-left: 10px;
            border: none;
            background: #f5f5f5;
            color: #646464;
            font-size: .875em
        }

            .inner-available .panel-default .nav-tabs li a:hover, .international-available .panel-default .nav-tabs li a:hover, .international-available__columns .panel-default .nav-tabs li a:hover, .international-selected-package .panel-default .nav-tabs li a:hover {
                background: #f9fafe;
                border: none
            }

.inner-available .panel-heading, .international-available .panel-heading, .international-available__columns .panel-heading, .international-selected-package .panel-heading {
    background: #f9fafe;
    border: none;
    cursor: pointer;
    color: #646464;
    height: 24px;
    padding: 5px 0 0
}

    .inner-available .panel-heading .panel-title, .international-available .panel-heading .panel-title, .international-available__columns .panel-heading .panel-title, .international-selected-package .panel-heading .panel-title {
        text-align: center;
        font-size: .75em;
        font-weight: 400
    }

        .inner-available .panel-heading .panel-title button, .international-available .panel-heading .panel-title button, .international-available__columns .panel-heading .panel-title button, .international-selected-package .panel-heading .panel-title button {
            display: block
        }

            .inner-available .panel-heading .panel-title button .icon, .international-available .panel-heading .panel-title button .icon, .international-available__columns .panel-heading .panel-title button .icon, .international-selected-package .panel-heading .panel-title button .icon {
                vertical-align: top;
                display: inline-block;
                margin-top: 3px;
                margin-right: 5px
            }

        .inner-available .panel-heading .panel-title .show-more, .international-available .panel-heading .panel-title .show-more, .international-available__columns .panel-heading .panel-title .show-more, .international-selected-package .panel-heading .panel-title .show-more {
            font-weight: 300
        }

.inner-available .panel-collapse .tab-content, .international-available .panel-collapse .tab-content, .international-available__columns .panel-collapse .tab-content, .international-selected-package .panel-collapse .tab-content {
    background: #f9fafe
}

.btn-action-available-modal {
    background-color: #0078dc
}

.available-detail {
    background: #f9fafe;
    padding: 0 40px 30px 30px
}

    .available-detail .close-btn {
        color: #2979ff;
        display: flex;
        justify-content: center
    }

    .available-detail &gt; .row {
        margin: 0;
        font-size: .875em
    }

.flight-details-info {
    font-size: .85em
}

#international-app .confirm-ticket-info .passengers__remaining-time, #international-app .section-of-confirm-info .passengers__remaining-time {
    position: absolute;
    top: 15px;
    left: 15px
}

#international-app .passengers__title .passengers__remaining-time {
    position: relative;
    top: -3px
}

#international-app .passengers__remaining-time .timer-icon {
    position: relative;
    top: 5px
}

    #international-app .passengers__remaining-time .timer-icon g {
        fill: #646464
    }

#international-app .passengers__remaining-time .search-timer__time {
    color: orange;
    font-weight: 500;
    font-size: 1em
}

#international-app .passengers__remaining-time .search-timer.red-alert .search-timer__time {
    color: #e63200
}

.international-available__columns {
    padding-left: 4px
}

    .international-available__columns .code-share-notify {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 30
    }

    .international-available__columns .code-share-notify__label {
        color: #ff5200
    }

    .international-available__columns .code-share-notify:before {
        content: "";
        border-color: #ff5200 transparent transparent;
        border-style: solid;
        border-width: 40px 40px 0 0;
        position: absolute;
        left: 0;
        top: 0
    }

@media (max-width:480px) {
    .international-available__columns .code-share-notify:before {
        border-width: 20px 20px 0 0
    }
}

.international-available__columns .code-share-notify .tooltips {
    background: rgba(33,33,33,.9);
    position: absolute;
    z-index: 90;
    left: 13px;
    top: 29px;
    border-radius: 0 5px 5px;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 10px;
    opacity: 0;
    transition: opacity .15s ease-in-out
}

@media (max-width:480px) {
    .international-available__columns .code-share-notify .tooltips {
        left: 9px;
        top: 17px
    }
}

.international-available__columns .code-share-notify .tooltips p {
    margin: 0;
    font-size: .9em
}

.international-available__columns .code-share-notify .tooltips:before {
    content: "";
    z-index: 99;
    position: absolute;
    left: 0;
    top: -9px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent rgba(33,33,33,.9);
    border-style: solid;
    border-width: 9px 0 0 12px
}

.international-available__columns .code-share-notify:hover .tooltips {
    opacity: 1
}

.international-available__columns .available-columns__type.international-flight-type {
    top: calc(50% - 15px);
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 6px
}

@media (max-width:767px) {
    .international-available__columns .available-columns__type.international-flight-type {
        top: calc(50% - 25px)
    }
}

.international-available__columns .available-columns__airlines {
    margin-top: 20px
}

.international-available__columns .available-columns__airlines--info {
    margin-top: 30px
}

@media (min-width:500px) {
    .international-available__columns .available-columns__airlines--info {
        margin-top: 25px
    }
}

.international-available__columns .terms-of-service {
    max-height: 500px;
    overflow-y: auto
}

.international-available__best-flight-notify {
    font-size: 14px;
    padding: 13px 20px;
    margin-bottom: 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

    .international-available__best-flight-notify strong {
        color: #00b3b4
    }

.best-flight {
    padding-left: 4px
}

    .best-flight:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        border: none;
        z-index: 1
    }

    .best-flight .available-btn-action:not([disabled]), .best-flight:before {
        background-color: #00b3b4
    }

.badge-list {
    display: flex
}

    .badge-list span {
        display: flex;
        align-items: center;
        font-size: 11px;
        font-weight: 500;
        padding: 1px 5px;
        margin: -5px -15px 14px 10px;
        color: #838383;
        position: relative;
        top: 4px
    }

@media (max-width:767px) {
    .badge-list span {
        top: 0
    }
}

.badge-list span:not(:last-child):not(.promoted):after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: #e9e9e9;
    margin: 0 9px 0 5px
}

.badge-list .promoted {
    background-color: #ed2552;
    border-radius: 4px 4px 0
}

.badge-list .promoted__ancillary {
    color: #838383;
    font-size: .625em
}

.blink {
    -webkit-animation: blink-me 2s linear 2;
    animation: blink-me 2s linear 2
}

@-webkit-keyframes blink-me {
    50% {
        opacity: 0
    }

    0% {
        background: rgba(255,165,0,.3)
    }

    to {
        background: #fff
    }
}

@keyframes blink-me {
    50% {
        opacity: 0
    }

    0% {
        background: rgba(255,165,0,.3)
    }

    to {
        background: #fff
    }
}

.international-available__columns .footer-price-action &gt; .btn {
    width: inherit;
    max-width: inherit !important;
    margin-left: 0 !important
}

.international-available__columns .airlines-columns {
    display: inherit !important
}

    .international-available__columns .airlines-columns img {
        display: inline-block !important;
        margin-right: -14px
    }

        .international-available__columns .airlines-columns img:first-child {
            margin-right: 0
        }

    .international-available__columns .airlines-columns span {
        display: block;
        margin-top: 4px;
        font-size: .875em
    }

.international-available__columns .info__ways {
    min-height: 140px;
    position: relative
}

    .international-available__columns .info__ways.topGap {
        min-height: 110px
    }

@media (max-width:767px) {
    .international-available__columns .info__ways.topGap {
        min-height: 60px
    }
}

.international-available__columns .info__ways &gt; .row {
    margin-bottom: 5px
}

.international-available__columns .info__ways .selected-route * {
    color: #8bc34a
}

.international-available__columns .airlines--info__public-style {
    text-align: center
}

    .international-available__columns .airlines--info__public-style strong {
        display: block;
        font-size: 1em;
        font-weight: 500;
        line-height: .875em
    }

    .international-available__columns .airlines--info__public-style span {
        color: #000
    }

    .international-available__columns .airlines--info__public-style .duration-time {
        position: absolute;
        top: 7px
    }

@media (min-width:768px) {
    .international-available__columns .airlines--info__public-style .duration-time {
        left: 10px;
        top: -20px;
        color: #aaa
    }
}

@media (min-width:768px) {
    .international-available__columns .airlines--info__public-style .departure-date {
        position: absolute;
        right: 20px;
        top: -20px;
        font-size: .7em
    }
}

.international-available__columns .airlines--info__departure {
    padding-right: 0;
    text-align: right
}

.international-available__columns .airlines--info__returning {
    text-align: left
}

.international-available__columns .airlines--info__duration-time {
    padding-right: 0;
    font-size: .875em;
    color: #646464;
    vertical-align: top;
    display: inline-block;
    margin-top: 15px
}

.international-available__columns .airlines--info__way-ahead {
    margin: 25px 0 0;
    border-top: 1px dashed #d2d2d2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.international-available__columns .airlines--info__way-ahead__trace {
    flex: 1 1 auto;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    position: relative
}

    .international-available__columns .airlines--info__way-ahead__trace:not(.start):before {
        content: " ";
        position: absolute;
        right: calc(50% - 5px);
        top: -5px;
        width: 8px;
        height: 8px;
        background: orange;
        border: 1px solid orange;
        border-radius: 50%
    }

.international-available__columns .airlines--info__way-ahead__trace {
    text-align: center
}

    .international-available__columns .airlines--info__way-ahead__trace.start {
        margin-right: -16px
    }

        .international-available__columns .airlines--info__way-ahead__trace.start .icon {
            position: absolute;
            top: -10px;
            right: 0;
            font-size: 1.375em;
            font-weight: 400;
            color: #bdbdbd
        }

    .international-available__columns .airlines--info__way-ahead__trace.end:before {
        right: calc(100% + 10px);
        background: #fff;
        border-color: #bdbdbd
    }

    .international-available__columns .airlines--info__way-ahead__trace span {
        vertical-align: top;
        display: inline-block;
        margin-top: -3px;
        font-size: .75em;
        color: #9b9b9b
    }

.international-available__columns .available-columns__footer .footer-price-action {
    display: block !important
}

.international-available__columns .seat-alert {
    display: inline-flex
}

    .international-available__columns .seat-alert .seat-left {
        fill: #f44336;
        margin-left: 3px;
        position: relative;
        bottom: -2px;
        height: 1.5em;
        width: 1.5em
    }

.international-available__columns .message {
    font-size: .75em;
    font-weight: 300;
    margin: 0 0 10px;
    text-align: center
}

    .international-available__columns .message p {
        display: inline-flex;
        color: #9e9e9e;
        margin-bottom: 0
    }

    .international-available__columns .message.notifier {
        font-weight: 500;
        font-size: .6875em;
        line-height: 2;
        text-align: center;
        margin-bottom: 0
    }

.international-available__columns .message__separator {
    margin: 0 4px;
    color: #bdbdbd
}

.international-available__columns .pricing-detail {
    padding: 5px 25px
}

@media (min-width:992px) and (max-width:1170px) {
    .international-available__columns .pricing-detail {
        padding: 5px 10px
    }
}

.international__stopTime strong {
    display: inline-block;
    padding-left: 5px
}

.city-name {
    direction: ltr;
    display: block
}

.train-icon {
    width: 22px;
    height: 22px
}

@media (min-width:768px) {
    .international-search-form .search-origin .international-multiselect.input-group {
        padding-left: 20px
    }

    .international-search-form .search-origin .international-multiselect .multiselect__content-wrapper {
        right: 0
    }

    .international-search-form .search-destination .international-multiselect .multiselect__content-wrapper {
        left: -40px
    }

    .international-search-form .search-destination, .international-search-form .search-origin {
        direction: ltr
    }
}

.international-search-form.search-form-provider form .search-switch--active {
    z-index: 12
}

@media (min-width:992px) {
    .international-search-form.search-form-provider form .search-switch {
        right: 45.83333%
    }
}

@media (max-width:991px) and (min-width:768px) {
    .international-search-form.search-form-provider form .search-destination span.input-group-addon {
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .international-search-form.search-form-provider form .search-switch {
        left: calc(100% - 50px);
        right: auto
    }
}

.international-search-form .international-multiselect {
    direction: ltr
}

    .international-search-form .international-multiselect.input-group {
        padding-left: 0
    }

        .international-search-form .international-multiselect.input-group .input-group-addon {
            border-radius: 4px
        }

    .international-search-form .international-multiselect .multiselect__input {
        text-align: left
    }

    .international-search-form .international-multiselect .multiselect__content-wrapper {
        max-height: 370px;
        z-index: 2;
        font-size: 1.05em;
        font-weight: 400
    }

@media (min-width:768px) {
    .international-search-form .international-multiselect .multiselect__content-wrapper {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: calc(100% + 50px)
    }
}

.international-search-form .international-multiselect .multiselect__content-wrapper span.subcity {
    margin-left: 30px;
    display: block
}

.international-search-form .international-multiselect .mobile-input {
    direction: rtl;
    text-align: left;
    line-height: 48px;
    height: 48px
}

    .international-search-form .international-multiselect .mobile-input .black-input {
        text-align: left;
        white-space: nowrap
    }

.international-search-form .gray-input {
    color: #d2d2d2
}

@media (max-width:480px) {
    .international-search-form .international-search-type {
        padding-right: 0
    }

        .international-search-form .international-search-type .radifier[type=radio][class*=radifier] + .radifier-label {
            margin-left: 1em
        }
}

@media (max-width:767px) {
    .adpmain__mobile-header {
        position: fixed;
        width: 100%;
        background: #fff;
        margin: 0 auto;
        padding: 12px;
        font-size: 12px;
        top: 0;
        z-index: 20000;
        text-align: center;
        box-shadow: 1px -1px 1px 0 #646464
    }

        .adpmain__mobile-header:after {
            font-family: alibaba;
            content: "\e941";
            font-size: 12px;
            left: 12px;
            top: 12px;
            position: absolute;
            color: #aaa
        }

    .adpmain__datepicker &gt; table {
        margin-top: 40px;
        position: relative
    }
}

.adpmain__datepicker &gt; table {
    border-top: 2px solid #fff;
    border-collapse: inherit
}

@media (min-width:768px) {
    .adpmain__datepicker &gt; table:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        top: -10px;
        right: calc(10% + 1px);
        z-index: 21
    }
}

@media (min-width:768px) and (max-width:991px) {
    .adpmain__datepicker &gt; table:before {
        right: calc(30% + 1px)
    }
}

@media (min-width:768px) {
    .adpmain__datepicker &gt; table:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #e1e1e1;
        position: absolute;
        top: -12px;
        right: 10%;
        z-index: 20
    }
}

@media (min-width:768px) and (max-width:991px) {
    .adpmain__datepicker &gt; table:after {
        right: 30%
    }
}

@media (min-width:768px) {
    .adpmain__datepicker.adpmain__datepicker--shift-left &gt; table:before {
        right: inherit;
        left: calc(10% + 1px)
    }

    .adpmain__datepicker.adpmain__datepicker--shift-left &gt; table:after {
        right: inherit;
        left: 10%
    }

    .adpmain__datepicker.adpmain__datepicker--shift-center &gt; table:before {
        right: inherit;
        left: calc(50% + 1px)
    }

    .adpmain__datepicker.adpmain__datepicker--shift-center &gt; table:after {
        right: inherit;
        left: 50%
    }

    .adpmain__datepicker--left &gt; table:before {
        right: calc(35% + 1px)
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .adpmain__datepicker--left &gt; table:before {
        right: calc(30% + 1px)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .adpmain__datepicker--left &gt; table:before {
        right: inherit;
        left: calc(30% + 1px)
    }
}

@media (min-width:768px) {
    .adpmain__datepicker--left &gt; table:after {
        right: 35%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .adpmain__datepicker--left &gt; table:after {
        right: 30%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .adpmain__datepicker--left &gt; table:after {
        right: inherit;
        left: 30%
    }
}

@media (min-width:768px) {
    .adpmain__datepicker--multicity &gt; table:before {
        right: inherit;
        left: calc(35% + 1px)
    }

    .adpmain__datepicker--multicity &gt; table:after {
        right: inherit;
        left: 35%
    }
}

.adpmain__datepicker .pickerFoot {
    pointer-events: none
}

.adpmain__datepicker--above &gt; table {
    border-top: none;
    border-bottom: 2px solid #fff
}

    .adpmain__datepicker--above &gt; table:before {
        border-top: 5px solid #fff;
        border-bottom: 5px solid transparent;
        top: inherit;
        bottom: -10px
    }

@media (min-width:992px) {
    .adpmain__datepicker--above &gt; table:after {
        display: none
    }
}

@media (max-width:991px) {
    .adpmain__datepicker--above &gt; table:after {
        border-top: 5px solid #e1e1e1;
        border-bottom: 5px solid transparent;
        top: inherit;
        bottom: -11px
    }
}

.available-ancillary {
    font-size: 10px;
    font-weight: 400;
    margin-right: 10px;
    color: #838383;
    display: inline-block
}

.free-transfer-icon {
    width: 12px;
    height: 13px;
    position: relative;
    bottom: -3px
}

.details-timeline-modal .details-timeline__content .technical-stop, .details-timeline__content .technical-stop {
    background: rgba(0,100,220,.1);
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start
}

@media (max-width:480px) {
    .details-timeline-modal .details-timeline__content .technical-stop, .details-timeline__content .technical-stop {
        display: inline-block;
        line-height: 25px;
        margin-bottom: 0
    }
}

.details-timeline-modal .details-timeline__content .technical-stop i.icon, .details-timeline__content .technical-stop i.icon {
    color: #0064dc;
    font-size: 14px;
    margin: 5px 0 0 5px
}

.details-timeline-modal .details-timeline__content .technical-stop-duration, .details-timeline__content .technical-stop-duration {
    align-self: flex-end;
    white-space: nowrap
}

@media (max-width:480px) {
    .details-timeline-modal .details-timeline__content .technical-stop-duration, .details-timeline__content .technical-stop-duration {
        float: left
    }
}

.circle-loader {
    border-bottom: 5px solid #d2d2d2;
    border-top: 5px solid #d2d2d2;
    border-color: orange #d2d2d2;
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin .5s linear infinite reverse;
    display: inline-flex
}

.float-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: hsla(0,0%,100%,.7);
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    font-weight: 500;
    padding-top: 20%
}

@media (max-width:767px) {
    .float-loading {
        padding-top: 50%
    }
}

.float-loading p {
    text-align: center
}

.float-loading .circle-loader {
    display: block;
    margin: auto
}

@media (min-width:992px) {
    .international-spinner.spinner-loading .loader {
        margin: 30px auto
    }
}

.international-spinner.spinner-loading p.spinner-loading__text {
    margin: 0
}

.results .re-search-panels {
    margin-bottom: 16px
}

.international-available__columns .international-airlines-details {
    margin-top: 0;
    color: #424242
}

    .international-available__columns .international-airlines-details .details-timeline__content {
        font-size: 12px
    }

        .international-available__columns .international-airlines-details .details-timeline__content .flight-time {
            font-size: 2em
        }

        .international-available__columns .international-airlines-details .details-timeline__content .details-first-row {
            font-weight: 400
        }

        .international-available__columns .international-airlines-details .details-timeline__content .baggage-amount {
            line-height: 3.5em
        }

    .international-available__columns .international-airlines-details .pan-container {
        background: #fff
    }

        .international-available__columns .international-airlines-details .pan-container .pan {
            border-top: 1px solid hsla(0,0%,50.2%,.158);
            background: linear-gradient(180deg,rgba(214,216,222,.4),transparent 35%,transparent);
            padding-bottom: 40px
        }

    .international-available__columns .international-airlines-details .alibaba-tab li.active {
        background: rgba(214,216,222,.4);
        position: relative
    }

        .international-available__columns .international-airlines-details .alibaba-tab li.active:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 1px;
            background: #efeff2;
            z-index: 1
        }

.international-available__columns .info__ways &gt; .row {
    margin-bottom: 0
}

.international-available__columns .info__ways.topGap {
    margin-top: 5px
}

.international-available__columns .info__ways.one-way {
    padding-top: 25px
}

@media (max-width:767px) {
    .international-available__columns .info__ways.one-way {
        padding-top: 10px;
        min-height: 75px
    }

        .international-available__columns .info__ways.one-way .international-flight-type {
            top: calc(50% - 13px)
        }
}

.international-available__columns .info__ways.one-way .badge-list {
    position: absolute;
    top: 0
}

@media (max-width:767px) {
    .international-available__columns .info__ways.one-way .badge-list + div + [data-type=departure] {
        padding-top: 10px
    }

    .international-available__columns .info__ways.one-way .badge-list + .international-flight-type {
        top: calc(50% - 10px)
    }
}

.international-available__columns .airlines-columns span {
    font-size: .75em
}

.international-available__columns .available-columns__airlines {
    margin-top: 5px
}

.international-available__columns .available-columns__airlines--info {
    margin-top: 10px
}

.international-available__columns .airlines--info__public-style strong {
    font-size: 1.188em;
    line-height: 1.188em
}

.international-available__columns .airlines--info__public-style span {
    font-size: .75em;
    color: #aaa
}

    .international-available__columns .airlines--info__public-style span.departure-date {
        color: #646464
    }

    .international-available__columns .airlines--info__public-style span.departure-date, .international-available__columns .airlines--info__public-style span.duration-time {
        font-size: .7em
    }

@media (max-width:1199px) {
    .international-available__columns .airlines--info__public-style span.departure-date, .international-available__columns .airlines--info__public-style span.duration-time {
        font-size: .625em
    }
}

.international-available__columns .airlines--info__way-ahead__trace span {
    font-size: .625em
}

.multi-city__path {
    padding: 17px 5px
}

@media (min-width:768px) {
    .international-available__columns .airlines-columns &gt; img {
        width: 32px;
        height: 32px
    }

    .international-available__columns .airlines--info__public-style strong {
        font-size: 1.375em;
        line-height: 1.375em
    }

    .international-available__columns .airlines--info__public-style span {
        font-size: .875em
    }

    .international-available__columns .available-btn-action {
        margin-top: 8px;
        margin-bottom: 8px !important
    }

        .international-available__columns .available-btn-action[disabled] {
            opacity: 1
        }

    .international-available__columns .airlines--info__trace {
        margin-top: 10px
    }

        .international-available__columns .airlines--info__trace:before {
            right: 0;
            width: 100%
        }

        .international-available__columns .airlines--info__trace:after {
            left: 0
        }

    .international-available__columns .available-columns__footer {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px 0;
        margin: 0;
        height: 100%
    }

        .international-available__columns .available-columns__footer p.message {
            padding-top: 5px
        }

        .international-available__columns .available-columns__footer .message.notifier {
            font-size: .6875em;
            line-height: 1.5
        }

        .international-available__columns .available-columns__footer .footer-pricing {
            padding-top: 0;
            padding-bottom: 0
        }

    .adpmain__datepicker &gt; table {
        border-top: 2px solid #fff;
        border-collapse: inherit
    }

        .adpmain__datepicker &gt; table:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-bottom-color: #fff;
            position: absolute;
            top: -10px;
            right: 10%
        }
}

@media (min-width:768px) and (max-width:991px) {
    .adpmain__datepicker &gt; table:before {
        right: 30%
    }
}

@media (min-width:768px) {
    .adpmain__datepicker--left &gt; table:before {
        right: 35%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .adpmain__datepicker--left &gt; table:before {
        right: 30%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .adpmain__datepicker--left &gt; table:before {
        right: inherit;
        left: 30%
    }
}

@media (min-width:768px) {
    .adpmain__datepicker--multicity &gt; table:before {
        right: inherit;
        left: 35%
    }

    .adpmain__datepicker--above &gt; table {
        border-top: none;
        border-bottom: 2px solid #fff
    }

        .adpmain__datepicker--above &gt; table:before {
            border-top: 5px solid #fff;
            border-bottom: 5px solid transparent;
            top: inherit;
            bottom: -10px
        }
}

@media (min-width:768px) and (max-width:991px) {
    .international-available__columns .available-columns__type {
        width: 80px
    }

    .international-available__columns .flight-detail .details-content {
        padding-right: 10px !important;
        padding-left: 30px !important
    }

    .international-available__columns .details-timeline {
        border-right: none !important
    }

        .international-available__columns .details-timeline:after, .international-available__columns .details-timeline:before, .international-available__columns .details-timeline__row:before {
            display: none
        }

    .international-available__columns .airlines-details .panel-default .nav-tabs {
        margin-right: 40px
    }
}

@media (max-width:767px) {
    .multi-city.international-available__columns .airlines-columns &gt; img {
        width: 24px;
        height: 24px
    }

    .multi-city.international-available__columns .available-columns__airlines {
        margin-top: 10px
    }

    .multi-city.international-available__columns .airlines--info__public-style span.duration-time {
        color: #646464
    }

    .multi-city.international-available__columns .airlines--info__public-style strong {
        font-size: .875em;
        line-height: .875em
    }

    .international-available__columns .available-columns__info:after {
        margin-left: -5px
    }

    .international-available__columns .available-columns__info:before {
        margin-right: -1px
    }

    .international-available__columns .info__ways {
        min-height: auto
    }

    .international-available__columns .airlines--info__public-style.col-xs-3 &gt; span.short-name {
        display: block
    }

    .international-available__columns .available-columns__type {
        top: 50%;
        margin-top: -45px
    }

    .international-available__columns .airlines-columns {
        padding-right: 10px;
        padding-left: 0;
        white-space: nowrap
    }

        .international-available__columns .airlines-columns &gt; img {
            width: 28px;
            height: 28px
        }

    .international-available__columns .info__ways {
        height: auto
    }

    .international-available__columns .airlines--info {
        padding-right: 0
    }

    .international-available__columns .airlines--info__way-ahead {
        margin-top: 12px
    }

    .international-available__columns .airlines--info__way-ahead__trace span {
        display: none
    }

    .international-available__columns .available-columns__footer .footer-pricing {
        padding-left: 0
    }

    .international-available__columns .available-columns__footer .available-btn-action {
        margin-left: 13px;
        margin-bottom: 12px;
        width: 120px;
        float: left
    }
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0
    }

    0% {
        background: rgba(255,165,0,.3)
    }

    to {
        background: #fff
    }
}

.international-available__columns .flight-detail {
    padding: 20px 0
}

    .international-available__columns .flight-detail .btn-success.btn-outline {
        background: none;
        border: 1px solid #8bc34a;
        color: #8bc34a
    }

    .international-available__columns .flight-detail .btn-success, .international-available__columns .flight-detail .btn-success:hover {
        background: #8bc34a;
        border-color: #8bc34a;
        font-weight: 500;
        color: #fff;
        transition: all .3s cubic-bezier(.785,.135,.15,.86)
    }

    .international-available__columns .flight-detail .message {
        font-size: .75em;
        margin-top: 10px;
        text-align: center
    }

    .international-available__columns .flight-detail &gt; .row {
        margin: 5px 10px
    }

        .international-available__columns .flight-detail &gt; .row &gt; h3 {
            margin: 0
        }

    .international-available__columns .flight-detail .hr.dashed {
        margin: 20px 0
    }

    .international-available__columns .flight-detail .details-action {
        padding: 0
    }

    .international-available__columns .flight-detail .details-content {
        padding-right: 20px
    }

.international-available__columns .flight-detail__heading {
    font-size: 1.25em;
    color: #646464;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 35px
}

.international-available__columns .details-timeline {
    border-right: 1px dashed #d2d2d2
}

.international-available__columns .details-timeline__row {
    position: relative;
    padding-right: 15px;
    margin-bottom: 20px
}

    .international-available__columns .details-timeline__row.stop:before {
        top: 8px;
        background: #f9fafe;
        border: 1px solid #bdbdbd;
        content: " ";
        position: absolute;
        right: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .international-available__columns .details-timeline__row:not(.stop):last-child {
        margin-bottom: 0
    }

        .international-available__columns .details-timeline__row:not(.stop):last-child:before {
            top: calc(100% - 10px)
        }

    .international-available__columns .details-timeline:before, .international-available__columns .details-timeline__row:not(.stop):first-child:before {
        top: 0
    }

.international-available__columns .details-timeline:after, .international-available__columns .details-timeline:before {
    content: " ";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 50%
}

.international-available__columns .details-timeline:after {
    bottom: 0
}

.international-available__columns .details-timeline__heading .airline-logo {
    width: 22px;
    height: 22px;
    background: #fff
}

.international-available__columns .details-timeline__heading .heading-title {
    font-size: .875em;
    display: inline-block;
    margin-right: 12px;
    font-family: sans-serif
}

    .international-available__columns .details-timeline__heading .heading-title strong {
        font-weight: 500
    }

.international-available__columns .details-timeline__heading .heading-stars {
    text-align: center;
    padding: 0;
    margin: 0 22px 0 0;
    display: inline-block
}

    .international-available__columns .details-timeline__heading .heading-stars &gt; li {
        padding: 1px 2px
    }

        .international-available__columns .details-timeline__heading .heading-stars &gt; li [class*=icon-] {
            font-size: .75em;
            color: #ffc800
        }

.international-available__columns .details-timeline__heading .heading-duration-time {
    font-size: .75em;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px
}

.international-available__columns .details-timeline__row.stop .row-container {
    color: #e63200;
    background: #f2f3f5;
    border: 1px solid #ebedef;
    border-radius: 5px;
    font-size: .75em;
    font-weight: 500;
    padding: 5px 10px;
    margin: 20px 0
}

.international-available__columns .details-timeline__content {
    font-size: .75em;
    line-height: 1.9
}

    .international-available__columns .details-timeline__content .airport-changed {
        color: #e63200
    }

    .international-available__columns .details-timeline__content .technical-stop {
        background: rgba(0,100,220,.1);
        border-radius: 5px;
        padding: 2px 10px;
        margin-bottom: 12px;
        display: block
    }

@media (max-width:480px) {
    .international-available__columns .details-timeline__content .technical-stop {
        display: inline-block
    }
}

.international-available__columns .details-timeline__content .technical-stop i {
    color: #0064dc;
    font-size: 14px;
    margin-top: 0
}

.international-available__columns .details-timeline__content .technical-stop-duration {
    float: left
}

.international-available-modal .no-padding {
    padding: 0
}

.international-available-modal &gt; .content {
    margin-top: 55px
}

.international-available-modal .nav.nav-tabs {
    border: none;
    padding: 0;
    margin: 0
}

    .international-available-modal .nav.nav-tabs li {
        padding: 0
    }

        .international-available-modal .nav.nav-tabs li &gt; a {
            color: #646464;
            background: #f5f5f5;
            border: none;
            border-bottom: 3px solid #f5f5f5;
            font-size: .8125em;
            font-weight: 300;
            height: 50px;
            line-height: 40px;
            text-align: center
        }

        .international-available-modal .nav.nav-tabs li.active a {
            font-weight: 700;
            background: #fff;
            border-bottom-color: orange;
            color: orange
        }

        .international-available-modal .nav.nav-tabs li.disabled {
            pointer-events: none;
            opacity: .5
        }

.international-available-modal .spinner-loading.more-info-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 900
}

    .international-available-modal .spinner-loading.more-info-loading .loader {
        top: 50%;
        z-index: 999
    }

.international-available-modal .blink {
    -webkit-animation: blinker 1.5s linear 2;
    animation: blinker 1.5s linear 2
}

@keyframes blinker {
    50% {
        opacity: 0
    }

    0% {
        background: rgba(255,165,0,.3)
    }

    to {
        background: #fff
    }
}

.details-timeline-modal .heading-duration-time .pull-left {
    line-height: 2.5em
}

.details-timeline-modal .details-timeline__heading .heading-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    direction: rtl
}

.available-fare-rule {
    min-height: 150px;
    max-height: 500px
}

    .available-fare-rule .panel-group {
        margin: 20px
    }

        .available-fare-rule .panel-group .penalties {
            border-radius: 3px;
            text-align: center
        }

            .available-fare-rule .panel-group .penalties .penalties-header {
                padding: 13px;
                background-color: #e9e9e9
            }

            .available-fare-rule .panel-group .penalties .penalty-info {
                padding: 20px;
                border-top: none
            }

                .available-fare-rule .panel-group .penalties .penalty-info .penalty-info-title {
                    margin: auto
                }

                .available-fare-rule .panel-group .penalties .penalty-info:nth-child(odd) {
                    background-color: #f5f5f5
                }

            .available-fare-rule .panel-group .penalties .penalty-item {
                margin: 8px;
                border-radius: 3px
            }

        .available-fare-rule .panel-group .accordion-toggle {
            color: #000;
            font-size: 1em
        }

            .available-fare-rule .panel-group .accordion-toggle .panel-heading:after {
                font-family: alibaba;
                font-size: 1em;
                content: "\E91A";
                float: left;
                margin-top: -25px;
                margin-left: 0;
                color: #aaa
            }

            .available-fare-rule .panel-group .accordion-toggle.collapsed .panel-heading:after {
                content: "\e91c"
            }

        .available-fare-rule .panel-group .panel-heading {
            padding: 13px 20px;
            height: 40px;
            background-color: #fff;
            position: -webkit-sticky;
            position: sticky;
            top: 0
        }

            .available-fare-rule .panel-group .panel-heading:hover {
                box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
            }

            .available-fare-rule .panel-group .panel-heading h4 {
                text-align: right;
                font-size: 1em
            }

        .available-fare-rule .panel-group .fare-rule-conditions {
            border: 1px solid #e9e9e9;
            border-radius: 4px
        }

            .available-fare-rule .panel-group .fare-rule-conditions .panel-body {
                font-family: sans-serif
            }

                .available-fare-rule .panel-group .fare-rule-conditions .panel-body.rtl, .available-fare-rule .panel-group .fare-rule-conditions .panel-body div[dir=rtl] {
                    font-family: IranSans
                }

                .available-fare-rule .panel-group .fare-rule-conditions .panel-body:not(.rtl) {
                    direction: ltr
                }

            .available-fare-rule .panel-group .fare-rule-conditions p {
                margin-bottom: 5px;
                text-transform: lowercase
            }

                .available-fare-rule .panel-group .fare-rule-conditions p:first-letter {
                    text-transform: uppercase
                }

        .available-fare-rule .panel-group .panel-body {
            border-top: none
        }

            .available-fare-rule .panel-group .panel-body h5 {
                padding-right: 10px
            }

@media (min-width:768px) {
    .available-fare-rule {
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media (max-width:767px) {
    .available-fare-rule .panel-group {
        margin: 20px 0 40px
    }

        .available-fare-rule .panel-group:last-child {
            margin-bottom: 110px
        }

        .available-fare-rule .panel-group .fare-rule-penalties .panel-body {
            padding: 0
        }
}

.area-disabled {
    pointer-events: none
}

@media (min-width:769px) {
    .area-disabled {
        opacity: .5
    }
}

@media (max-width:767px) {
    .area-disabled button {
        background: #aaa
    }
}

.part-filter {
    padding: 20px 10px 0
}

    .part-filter .check-box__item.airline-filter {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: flex
    }

        .part-filter .check-box__item.airline-filter label {
            width: 90%;
            display: flex
        }

            .part-filter .check-box__item.airline-filter label span {
                direction: ltr;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .part-filter .check-box__item.airline-filter label small {
                margin: auto 0;
                flex-grow: 1;
                text-align: left
            }

    .part-filter .check-box__item label.airport-label {
        width: 90%
    }

.international-price-calendar {
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    overflow: hidden;
    transition: all .5s ease
}

    .international-price-calendar:hover {
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.05),0 3px 5px 0 rgba(0,0,0,.2)
    }

    .international-price-calendar .calendar-container header {
        border-bottom: 1px solid orange;
        padding: 10px 0
    }

        .international-price-calendar .calendar-container header .icon-calendar {
            margin-left: 5px
        }

        .international-price-calendar .calendar-container header .icon-circle-close {
            font-size: 2em
        }

@media (max-width:320px) {
    .international-price-calendar .calendar-container header {
        font-size: .7em;
        padding: 2px 0 0
    }
}

.international-price-calendar .calendar-header {
    padding: 14px 20px;
    cursor: pointer;
    font-size: .875em;
    font-weight: 500;
    display: block
}

    .international-price-calendar .calendar-header &gt; i {
        margin-left: 10px;
        color: orange;
        font-size: 1em
    }

    .international-price-calendar .calendar-header .calendar-button {
        color: #4a90e2;
        float: left
    }

        .international-price-calendar .calendar-header .calendar-button i {
            margin-right: 10px
        }

@media (max-width:480px) {
    .international-price-calendar .calendar-header {
        font-size: .7em
    }
}

.international-price-calendar .calendar-footer {
    background: #f4f6ff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #f1f6f8;
    color: #9e9e9e;
    padding: 10px 20px;
    font-size: .75em
}

    .international-price-calendar .calendar-footer .btn {
        margin-top: 10px
    }

    .international-price-calendar .calendar-footer .alert {
        margin: 10px 0
    }

@media (max-width:480px) {
    .international-price-calendar .calendar-footer {
        background: #fff;
        text-align: center;
        font-weight: 500;
        font-size: .8em
    }
}

@media (max-width:320px) {
    .international-price-calendar .calendar-footer {
        font-size: .7em;
        padding: 5px 10px
    }

        .international-price-calendar .calendar-footer .btn {
            margin-top: 5px
        }
}

.international-price-calendar .calendar-color-helper {
    float: left
}

.international-price-calendar .calendar-color-helper_item {
    float: left;
    margin-right: 25px;
    display: flex;
    color: #646464
}

.international-price-calendar .calendar-color-helper_price {
    height: 12px;
    width: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 4px 10px
}

.international-price-calendar .calendar-color-helper_lowest {
    background: #008b00
}

.international-price-calendar .calendar-color-helper_highest {
    background: #ff6d00
}

@media (max-width:480px) {
    .international-price-calendar .calendar-color-helper {
        width: 100%;
        background: #fff;
        padding: 5px 10px;
        display: flow-root
    }

    .international-price-calendar .calendar-color-helper_item {
        margin-right: 20px
    }
}

@media (max-width:320px) {
    .international-price-calendar .calendar-color-helper {
        font-size: .7em
    }
}

.international-price-calendar .leaving-days-head {
    width: 12.5%;
    float: right
}

    .international-price-calendar .leaving-days-head .leaving-day-name {
        width: 100%;
        background: #f4f6ff
    }

.international-price-calendar .returning-day-name {
    background: #e2e8ff
}

    .international-price-calendar .returning-day-name.calendar-item:not(.overlay):before {
        border-right: 2px solid #e9ecf7
    }

    .international-price-calendar .returning-day-name.calendar-item:not(.overlay):after {
        border-bottom: none;
        border-top: none
    }

.international-price-calendar .calendar-item {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 2px;
    color: #757575;
    width: 12.5%;
    float: right;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    font-size: .875em;
    font-weight: 500
}

    .international-price-calendar .calendar-item:after {
        content: " ";
        top: 0;
        left: 15%;
        position: absolute;
        width: 70%;
        height: 100%
    }

    .international-price-calendar .calendar-item:before {
        content: " ";
        top: 15%;
        left: 0;
        position: absolute;
        height: 70%;
        width: 100%
    }

    .international-price-calendar .calendar-item span, .international-price-calendar .calendar-item strong {
        display: inline-block;
        vertical-align: middle;
        line-height: normal
    }

    .international-price-calendar .calendar-item .price-unit {
        font-size: .55em;
        display: block
    }

    .international-price-calendar .calendar-item:hover {
        color: #424242
    }

    .international-price-calendar .calendar-item.empty .icon {
        color: #4a90e2;
        font-size: 1em
    }

    .international-price-calendar .calendar-item.disabled {
        cursor: auto
    }

        .international-price-calendar .calendar-item.disabled:not(.selected):not(.current-price):before {
            border-left: 2px solid #f2f2f2
        }

        .international-price-calendar .calendar-item.disabled:not(.selected):not(.current-price):after {
            border-bottom: 2px solid #f2f2f2
        }

        .international-price-calendar .calendar-item.disabled:not(.selected):not(.current-price):not(.overlay) {
            background-color: #f5f5f5
        }

    .international-price-calendar .calendar-item.overlay:after {
        background: rgba(41,121,255,.08);
        content: "";
        width: 100%;
        left: 0
    }

    .international-price-calendar .calendar-item.bad-price * {
        color: #ff6d00
    }

    .international-price-calendar .calendar-item.best-price {
        background: rgba(0,139,0,.1);
        font-size: 1.125em
    }

        .international-price-calendar .calendar-item.best-price * {
            color: #008b00
        }

@media (max-width:480px) {
    .international-price-calendar .calendar-item.best-price {
        font-size: 1em
    }
}

.international-price-calendar .calendar-item.current-price {
    font-size: 1.125em;
    font-weight: 500;
    cursor: auto
}

@media (max-width:480px) {
    .international-price-calendar .calendar-item.current-price {
        font-size: 1em
    }
}

.international-price-calendar .calendar-item_price:not(.disabled):not(.selected):not(.current-price):not(.calendar-item_last-col):before {
    border-left: 2px solid #f7f7f7
}

.international-price-calendar .calendar-item.current-price:before, .international-price-calendar .calendar-item.leaving-day-name.overlay:before, .international-price-calendar .calendar-item.returning-day-name.overlay:before {
    top: 0;
    height: 100%;
    border-left: 1px solid #2979ff;
    border-right: 1px solid #2979ff
}

.international-price-calendar .calendar-item.current-price:after, .international-price-calendar .calendar-item.leaving-day-name.overlay:after, .international-price-calendar .calendar-item.returning-day-name.overlay:after {
    left: 0;
    width: 100%;
    border-bottom: 1px solid #2979ff;
    border-top: 1px solid #2979ff
}

@media (max-width:480px) {
    .international-price-calendar .calendar-item {
        height: 40px;
        line-height: 35px
    }
}

.international-price-calendar .leaving-day-name, .international-price-calendar .returning-day-name {
    font-size: .75em;
    align-content: center;
    display: grid;
    line-height: 2em
}

    .international-price-calendar .leaving-day-name .day-name-gregorian, .international-price-calendar .returning-day-name .day-name-gregorian {
        font-size: 1em;
        font-weight: 300;
        color: #424242;
        direction: ltr
    }

@media (max-width:480px) {
    .international-price-calendar .leaving-day-name, .international-price-calendar .returning-day-name {
        font-size: .625em
    }
}

@media (max-width:350px) {
    .international-price-calendar .leaving-day-name, .international-price-calendar .returning-day-name {
        font-size: .55em
    }
}

.international-price-calendar .leaving-day-name.overlay, .international-price-calendar .returning-day-name.overlay {
    color: #424242
}

.international-price-calendar .top-header {
    font-size: .875em;
    color: #424242
}

.international-price-calendar .top-header_leaving {
    position: absolute;
    bottom: 10%;
    right: 10%
}

.international-price-calendar .top-header_returning {
    position: absolute;
    top: 10%;
    left: 10%
}

.international-price-calendar .top-header:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 54px solid #f4f6ff
}

@media (min-width:1200px) {
    .international-price-calendar .top-header:before {
        border-left: 112px solid #e2e8ff
    }
}

@media (max-width:1199px) {
    .international-price-calendar .top-header:before {
        border-left: 78px solid #e2e8ff
    }
}

@media (max-width:991px) {
    .international-price-calendar .top-header:before {
        border-left: 89px solid #e2e8ff
    }
}

@media (max-width:480px) {
    .international-price-calendar .top-header:before {
        border-left: 12.5vw solid #e2e8ff;
        border-bottom: 3rem solid #f4f6ff
    }
}

@media (max-width:480px) {
    .international-price-calendar .top-header {
        font-size: .625em
    }

    .international-price-calendar .top-header_leaving {
        transform: rotate(-45deg);
        bottom: 15%;
        right: 15%
    }

    .international-price-calendar .top-header_returning {
        transform: rotate(-45deg);
        top: 18%;
        left: 2%
    }
}

.international-price-calendar .round-trip.available-modal {
    touch-action: none
}

.international-price-calendar .round-trip .leaving-day-name {
    color: #040404
}

    .international-price-calendar .round-trip .leaving-day-name.calendar-item:not(.overlay):before {
        border-left: none;
        border-right: none
    }

    .international-price-calendar .round-trip .leaving-day-name.calendar-item:not(.overlay):after {
        border-top: 2px solid #f2f3f7
    }

.international-price-calendar .round-trip .calendar-item_price:not(.disabled):not(.selected):not(.current-price):not(.calendar-item_last-row):after {
    border-bottom: 2px solid #f7f7f7
}

.international-price-calendar .round-trip .calendar-item.current-price, .international-price-calendar .round-trip .calendar-item.selected {
    z-index: 1;
    font-size: 1.125em;
    font-weight: 500
}

    .international-price-calendar .round-trip .calendar-item.current-price:not(.best-price) {
        background: rgba(41,121,255,.5)
    }

        .international-price-calendar .round-trip .calendar-item.current-price:not(.best-price) * {
            color: #fff
        }

    .international-price-calendar .round-trip .calendar-item.selected:before {
        top: 0;
        height: 100%;
        border-left: 1px solid #2979ff;
        border-right: 1px solid #2979ff
    }

    .international-price-calendar .round-trip .calendar-item.selected:after {
        left: 0;
        width: 100%;
        border-bottom: 1px solid #2979ff;
        border-top: 1px solid #2979ff
    }

@media (max-width:480px) {
    .international-price-calendar .one-way .calendar-color-helper_item {
        font-size: .8em
    }
}

.international-price-calendar .one-way .calendar-item {
    width: 14.28571%;
    display: grid;
    height: 75px;
    max-height: 75px;
    font-size: 1em;
    border-top: 2px solid #f7f7f7
}

    .international-price-calendar .one-way .calendar-item:not(.selected):not(.current-price):after {
        border-bottom: none;
        border-top: none
    }

    .international-price-calendar .one-way .calendar-item .leaving-day-name {
        align-content: baseline;
        color: #040404
    }

    .international-price-calendar .one-way .calendar-item.selected .leaving-day-name .day-name-persian {
        font-size: 1.125em
    }

    .international-price-calendar .one-way .calendar-item.bad-price * {
        color: #ff6d00
    }

    .international-price-calendar .one-way .calendar-item.best-price * {
        color: #008b00
    }

    .international-price-calendar .one-way .calendar-item.disabled:after {
        background: hsla(0,0%,96.1%,.5)
    }

.international-available__columns.selected-departure [data-type=departure] .airlines-columns span, .international-available__columns.selected-returning [data-type=returning] .airlines-columns span, .train-available__columns.selected-departure [data-type=departure] .airlines-columns span, .train-available__columns.selected-returning [data-type=returning] .airlines-columns span {
    color: #8bc34a
}

.international-available__columns.selected-departure [data-type=departure] .airlines--info__way-ahead__trace:not(.end):before, .international-available__columns.selected-returning [data-type=returning] .airlines--info__way-ahead__trace:not(.end):before, .train-available__columns.selected-departure [data-type=departure] .airlines--info__way-ahead__trace:not(.end):before, .train-available__columns.selected-returning [data-type=returning] .airlines--info__way-ahead__trace:not(.end):before {
    background: #8bc34a;
    border-color: #8bc34a
}

.international-available__columns.selected-departure [data-type=departure] .airlines--info__way-ahead__trace:not(.end) span, .international-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__departure span, .international-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__departure strong, .international-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__duration-time span, .international-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__returning span, .international-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__returning strong, .international-available__columns.selected-returning [data-type=returning] .airlines--info__way-ahead__trace:not(.end) span, .international-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__departure span, .international-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__departure strong, .international-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__duration-time span, .international-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__returning span, .international-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__returning strong, .train-available__columns.selected-departure [data-type=departure] .airlines--info__way-ahead__trace:not(.end) span, .train-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__departure span, .train-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__departure strong, .train-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__duration-time span, .train-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__returning span, .train-available__columns.selected-departure [data-type=departure] .available-columns__airlines--info .airlines--info__returning strong, .train-available__columns.selected-returning [data-type=returning] .airlines--info__way-ahead__trace:not(.end) span, .train-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__departure span, .train-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__departure strong, .train-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__duration-time span, .train-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__returning span, .train-available__columns.selected-returning [data-type=returning] .available-columns__airlines--info .airlines--info__returning strong {
    color: #8bc34a
}

.train-available__columns {
    border-left: 4px solid #fff
}

    .train-available__columns .available-columns__type.oneWay {
        top: 40px
    }

    .train-available__columns .available-columns__airlines--info {
        margin-top: 13px
    }

    .train-available__columns .terms-of-service {
        max-height: 500px;
        overflow-y: auto
    }

.train-available__best-rail-notify {
    font-size: 14px;
    padding: 13px 20px;
    margin-bottom: 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

    .train-available__best-rail-notify strong {
        color: #00b3b4
    }

.best-rail {
    border-left: 4px solid #00b3b4
}

    .best-rail .available-btn-action {
        background-color: #00b3b4
    }

.train-availables .available-columns.alibaba-offer {
    border-left: 4px solid #00b3b4
}

    .train-availables .available-columns.alibaba-offer .available-columns__footer .footer-price-action .available-btn-action, .train-availables .available-columns.alibaba-offer .available-columns__type {
        background-color: #00b3b4
    }

.train-available__columns .footer-price-action &gt; .btn {
    width: inherit;
    max-width: inherit !important;
    margin-left: 0 !important
}

.train-available__columns .airlines-columns {
    display: inherit !important
}

    .train-available__columns .airlines-columns img {
        display: inline-block !important;
        margin-right: -14px
    }

        .train-available__columns .airlines-columns img:first-child {
            margin-right: 0
        }

    .train-available__columns .airlines-columns span {
        display: block;
        margin-top: 4px;
        font-size: .875em
    }

.train-available__columns .info__ways {
    min-height: 140px
}

    .train-available__columns .info__ways.topGap {
        min-height: 80px;
        margin-top: 20px
    }

    .train-available__columns .info__ways &gt; .row {
        margin-bottom: 5px
    }

.train-available__columns .airlines--info__public-style {
    text-align: center
}

    .train-available__columns .airlines--info__public-style strong {
        display: block;
        font-size: 1em;
        font-weight: 500;
        line-height: .875em
    }

    .train-available__columns .airlines--info__public-style span {
        color: #000;
        font-size: .75em
    }

    .train-available__columns .airlines--info__public-style .duration-time {
        position: absolute;
        top: 7px
    }

.train-available__columns .airlines--info__departure {
    padding-right: 0;
    text-align: right
}

.train-available__columns .airlines--info__returning {
    text-align: left
}

.train-available__columns .airlines--info__duration-time {
    padding-right: 0;
    font-size: .875em;
    color: #646464;
    vertical-align: top;
    display: inline-block;
    margin-top: 15px
}

.train-available__columns .airlines--info__way-ahead {
    margin: 25px 0 0;
    border-top: 1px dashed #d2d2d2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.train-available__columns .airlines--info__way-ahead__trace {
    flex: 1 1 auto;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    position: relative
}

    .train-available__columns .airlines--info__way-ahead__trace:not(.start):before {
        content: " ";
        position: absolute;
        right: calc(50% - 5px);
        top: -5px;
        width: 8px;
        height: 8px;
        background: orange;
        border: 1px solid orange;
        border-radius: 50%
    }

.train-available__columns .airlines--info__way-ahead__trace {
    text-align: center
}

    .train-available__columns .airlines--info__way-ahead__trace.start {
        margin-right: -16px
    }

        .train-available__columns .airlines--info__way-ahead__trace.start .icon {
            position: absolute;
            top: -10px;
            right: 0;
            font-size: 1.375em;
            font-weight: 400;
            color: #bdbdbd
        }

    .train-available__columns .airlines--info__way-ahead__trace.end:before {
        right: calc(100% + 10px);
        background: #fff;
        border-color: #bdbdbd
    }

    .train-available__columns .airlines--info__way-ahead__trace span {
        vertical-align: top;
        display: inline-block;
        margin-top: -3px;
        font-size: .75em !important;
        color: #9b9b9b
    }

.train-available__columns .available-columns__footer .footer-price-action {
    display: block !important
}

.available-columns__footer &gt; .row {
    margin: 0 -5px 0 0
}

.available-columns__footer .message {
    font-size: .75em;
    font-weight: 300;
    margin: 0 0 10px
}

    .available-columns__footer .message.notifier {
        font-weight: 500;
        font-size: .6875em;
        line-height: 2;
        text-align: center;
        margin-bottom: 0
    }

.train-available__columns .pricing-detail {
    padding: 5px 25px
}

.train__stopTime strong {
    display: inline-block;
    padding-left: 5px
}

@media (min-width:768px) {
    .train-available__columns .available-columns__type {
        top: 60px
    }

    .train-available__columns .airlines-columns &gt; img {
        width: 48px !important;
        height: 48px !important
    }

    .train-available__columns .airlines--info__public-style strong {
        font-size: 1.375em;
        line-height: 1.375em
    }

    .train-available__columns .airlines--info__public-style span {
        font-size: .875em
    }

    .train-available__columns .available-btn-action {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    .train-available__columns .airlines--info__trace {
        margin-top: 10px
    }

        .train-available__columns .airlines--info__trace:before {
            right: 0;
            width: 100%
        }

        .train-available__columns .airlines--info__trace:after {
            left: 0
        }

    .train-available__columns .available-columns__footer p.message {
        padding-top: 5px
    }

    .train-available__columns .available-columns__footer .message.notifier {
        font-size: .75em;
        line-height: 1.5
    }

    .train-available__columns .available-columns__footer .footer-pricing {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .train-available__columns .available-columns__footer {
        margin-top: 20px
    }

    .train-available__columns .available-columns__type {
        top: 60px;
        width: 80px
    }

    .train-available__columns .rail-detail .details-content {
        padding-right: 10px !important;
        padding-left: 30px !important
    }

    .train-available__columns .details-timeline {
        border-right: none !important
    }

    .train-available__columns .details-timeline__row:before {
        display: none
    }

    .train-available__columns .airlines-details .panel-default .nav-tabs {
        margin-right: 40px
    }
}

@media (max-width:767px) {
    .train-available__columns .available-columns__info:after {
        margin-left: -5px
    }

    .train-available__columns .available-columns__info:before {
        margin-right: -1px
    }

    .train-available__columns .info__ways {
        min-height: auto
    }

    .train-available__columns .airlines--info__public-style.col-xs-3 &gt; span.short-name {
        display: block
    }

    .train-available__columns .airlines-columns {
        padding-right: 10px;
        padding-left: 0
    }

        .train-available__columns .airlines-columns &gt; img {
            width: 28px !important;
            height: 28px !important
        }

    .train-available__columns .info__ways {
        height: auto
    }

        .train-available__columns .info__ways.topGap {
            margin-top: 10px
        }

    .train-available__columns .airlines--info {
        padding-right: 0
    }

    .train-available__columns .airlines--info__way-ahead {
        margin-top: 12px
    }

    .train-available__columns .airlines--info__way-ahead__trace span {
        display: none
    }

    .train-available__columns .available-columns__footer .footer-pricing {
        padding-left: 0
    }

    .train-available__columns .available-columns__footer .available-btn-action {
        margin-left: 13px;
        margin-bottom: 12px;
        width: 120px;
        float: left
    }
}

.station-item span {
    font-size: 11px;
    transform: scale(.95)
}

.way-ahead .station-item.way-ahead__trace:first-child {
    text-align: right
}

    .way-ahead .station-item.way-ahead__trace:first-child:before {
        right: 5px;
        left: auto
    }

.way-ahead .station-item.way-ahead__trace:last-child {
    text-align: left
}

    .way-ahead .station-item.way-ahead__trace:last-child:before {
        left: 5px;
        right: auto
    }

.way-ahead .station-item.way-ahead__trace.end:not(:last-child), .way-ahead .station-item.way-ahead__trace.start:not(:first-child) {
    text-align: center
}

    .way-ahead .station-item.way-ahead__trace.end:not(:last-child):before, .way-ahead .station-item.way-ahead__trace.start:not(:first-child):before {
        right: calc(50% - 5px)
    }

.way-ahead .station-item.way-ahead__trace:first-child:before {
    right: 0
}

.splitter.station-item.way-ahead__trace:before {
    display: none
}

.splitter.station-item.way-ahead__trace .way-ahead__trace {
    flex: 1;
    text-align: center;
    padding: 0;
    width: 13px;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
    height: 8px
}

    .splitter.station-item.way-ahead__trace .way-ahead__trace:before {
        position: static;
        display: block
    }

.splitter.station-item.way-ahead__trace {
    padding-top: 0;
    margin-top: -5px;
    cursor: pointer;
    height: 25px
}

    .splitter.station-item.way-ahead__trace .txt {
        display: block;
        font-size: .75em;
        height: 15px;
        clear: both;
        margin-top: -18px;
        color: #4990e2
    }

.train-available-modal .no-padding {
    padding: 0
}

.train-available-modal &gt; .content {
    margin-top: 55px
}

.train-available-modal .nav.nav-tabs {
    border: none;
    padding: 0;
    margin: 0
}

    .train-available-modal .nav.nav-tabs li {
        padding: 0
    }

        .train-available-modal .nav.nav-tabs li &gt; a {
            color: #646464;
            background: #f5f5f5;
            border: none;
            border-bottom: 3px solid #f5f5f5;
            font-size: .8125em;
            font-weight: 300;
            height: 50px;
            line-height: 40px;
            text-align: center
        }

        .train-available-modal .nav.nav-tabs li.active a {
            font-weight: 700;
            background: #fff;
            border-bottom-color: orange;
            color: orange
        }

.details-timeline-modal {
    border-right: none !important;
    margin-bottom: 40px
}

    .details-timeline-modal .details-timeline__heading .heading-duration-time {
        margin-top: 20px;
        margin-bottom: 0
    }

    .details-timeline-modal .heading-duration-time {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.125em
    }

        .details-timeline-modal .heading-duration-time .pull-right {
            color: #8bc34a;
            font-weight: 700
        }

        .details-timeline-modal .heading-duration-time .pull-left {
            font-weight: 300;
            font-size: .8rem
        }

    .details-timeline-modal .details-timeline__row {
        padding: 0 15px
    }

        .details-timeline-modal .details-timeline__row:after, .details-timeline-modal .details-timeline__row:before {
            display: none
        }

    .details-timeline-modal .details-timeline__heading .airline-logo {
        width: 35px;
        height: 35px
    }

    .details-timeline-modal .details-timeline__heading .heading-stars {
        display: block;
        margin-right: 40px;
        margin-top: -22px
    }

    .details-timeline-modal .details-timeline__content {
        margin-top: 20px;
        font-size: .8125em
    }

        .details-timeline-modal .details-timeline__content strong {
            font-size: 1em
        }

            .details-timeline-modal .details-timeline__content strong.time {
                font-size: 1.125em
            }

        .details-timeline-modal .details-timeline__content i.icon {
            font-size: 1.875em;
            color: #aaa;
            vertical-align: top;
            display: inline-block;
            margin-top: 25px
        }

        .details-timeline-modal .details-timeline__content &gt; .row {
            margin: 0
        }

            .details-timeline-modal .details-timeline__content &gt; .row.content__topGap {
                margin-top: 15px
            }

.rail-detail {
    padding: 20px 0
}

    .rail-detail .no-left-padding {
        padding-left: 0
    }

    .rail-detail .btn-success.btn-outline {
        background: none;
        border: 1px solid #8bc34a;
        color: #8bc34a
    }

    .rail-detail .btn-success, .rail-detail .btn-success:hover {
        background: #8bc34a;
        border-color: #8bc34a;
        font-weight: 500;
        color: #fff;
        transition: all .3s cubic-bezier(.785,.135,.15,.86)
    }

    .rail-detail .message {
        font-size: .75em;
        margin-top: 10px;
        text-align: center
    }

    .rail-detail &gt; .row {
        margin: 5px 10px
    }

        .rail-detail &gt; .row &gt; h3 {
            margin: 0
        }

    .rail-detail .hr.dashed {
        margin: 20px 0
    }

    .rail-detail .details-action {
        padding: 0
    }

    .rail-detail .details-content {
        padding-right: 20px
    }

.rail-detail__heading {
    font-size: 1.25em;
    color: #646464;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 35px
}

.details-timeline__heading .airline-logo {
    width: 22px;
    height: 22px;
    background: #fff
}

.details-timeline__heading .heading-stars {
    text-align: center;
    padding: 0;
    margin: 0 22px 0 0;
    display: inline-block
}

    .details-timeline__heading .heading-stars &gt; li {
        padding: 1px 2px
    }

        .details-timeline__heading .heading-stars &gt; li [class=icon-] {
            font-size: .75em;
            color: #ffc800
        }

.details-timeline__heading .heading-duration-time {
    font-size: .75em;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px
}

.details-timeline__row.stop .row-container {
    color: #e63200;
    background: #e1e1e1;
    border-radius: 5px;
    font-size: .875em;
    font-weight: 500;
    padding: 2px 10px
}

.details-timeline__content {
    font-size: .75em;
    line-height: 1.9
}

    .details-timeline__content .airport-changed {
        color: #e63200
    }

.details-timeline {
    border-right: 1px dashed #d2d2d2
}

.details-timeline__row {
    position: relative;
    padding-right: 15px;
    margin-bottom: 20px
}

    .details-timeline__row:before {
        content: " ";
        position: absolute;
        top: 6px;
        right: -5.5px;
        width: 10px;
        height: 10px;
        background: #bdbdbd;
        border: 1px solid #bdbdbd;
        border-radius: 50%
    }

    .details-timeline__row.stop:before {
        top: 8px;
        background: #f9fafe;
        border: 1px solid #bdbdbd
    }

    .details-timeline__row:not(.stop):last-child {
        margin-bottom: 0
    }

        .details-timeline__row:not(.stop):last-child:before {
            top: calc(100% - 10px)
        }

    .details-timeline__row:not(.stop):first-child:before {
        top: 0
    }

.part-filter .check-box__item.airline-filters {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex
}

    .part-filter .check-box__item.airline-filters label {
        width: 80%;
        display: flex
    }

        .part-filter .check-box__item.airline-filters label span {
            direction: ltr;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

.domestic-available-modal .no-padding {
    padding: 0
}

.domestic-available-modal &gt; .content {
    margin-top: 55px
}

.domestic-available-modal .nav.nav-tabs {
    border: none;
    padding: 0;
    margin: 0
}

    .domestic-available-modal .nav.nav-tabs li {
        padding: 0
    }

        .domestic-available-modal .nav.nav-tabs li &gt; a {
            color: #646464;
            background: #f5f5f5;
            border: solid #f5f5f5;
            border-width: 0 0 3px;
            font-size: .8125em;
            font-weight: 300;
            height: 50px;
            line-height: 40px;
            text-align: center
        }

        .domestic-available-modal .nav.nav-tabs li.active a {
            font-weight: 700;
            background: #fff;
            border-bottom-color: orange;
            color: orange
        }

.domestic-available-modal .tab-pane {
    margin-top: 20px
}

@media (min-width:768px) {
    .refund-policies {
        margin: 20px 20px 20px 10px
    }
}

@media (min-width:768px) {
    .refund-policies__crcn-wrapper {
        display: flex;
        align-items: stretch
    }
}

.refund-policies__inner {
    border-bottom: 1px solid hsla(0,0%,53.7%,.2);
    font-size: .8em;
    background-color: #fff;
    margin-bottom: 16px;
    min-height: 100%;
    display: flex;
    padding-bottom: 12px
}

@media (min-width:768px) {
    .refund-policies__inner {
        margin-bottom: 0;
        flex-direction: column;
        border: 1px solid hsla(0,0%,53.7%,.2);
        border-radius: 8px;
        text-align: center;
        padding: 0
    }
}

.refund-policies__item {
    flex: 1
}

@media screen and (min-width:768px) {
    .refund-policies__item + .refund-policies__item {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .refund-policies__item {
        width: 100%
    }
}

.refund-policies__title {
    flex: 1;
    color: #424242;
    display: flex;
    align-items: center
}

@media (min-width:768px) {
    .refund-policies__title {
        padding: 9px 18px 4px
    }
}

.refund-policies__percent {
    margin: 8px;
    font-size: 1.2em;
    font-weight: 700;
    color: #d90b0e;
    background: rgba(251,40,40,.1)
}

.refund-policies__msg {
    position: relative;
    font-size: .9em;
    color: #424242;
    background-color: #e2e8ff;
    padding: 2px 36px 2px 105px
}

    .refund-policies__msg .contact-support-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        position: absolute;
        right: 10px;
        top: 5px
    }

        .refund-policies__msg .contact-support-icon path {
            fill: #0078dc
        }

.refund-policies__phonenumber {
    color: #646464;
    font-weight: 500;
    display: block;
    margin-top: 3px;
    position: absolute;
    left: 10px;
    top: 0
}

.pricecalendar {
    margin-bottom: 15px
}

.pricecalendar__container {
    background-color: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    overflow: hidden
}

.pricecalendar__wrapper {
    position: relative;
    padding: 0 28px;
    width: 100%;
    height: 64px;
    overflow: hidden
}

.pricecalendar__footer {
    height: 40px;
    font-size: .857em;
    line-height: 40px
}

.pricecalendar__item {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #424242;
    height: 64px;
    line-height: 1.5;
    cursor: pointer;
    overflow: hidden;
    word-spacing: -1px;
    vertical-align: top
}

    .pricecalendar__item.pricecalendar__loading {
        cursor: auto
    }

        .pricecalendar__item.pricecalendar__loading .pricecalendar__detail {
            display: none
        }

            .pricecalendar__item.pricecalendar__loading .pricecalendar__detail.pricecalendar__loader {
                display: block
            }

.pricecalendar__iteminner {
    border-left: 1px solid #f5f5f5;
    margin: 10px 0 7px;
    min-height: 48px
}

.pricecalendar__slider {
    transition: transform .4s;
    right: 0;
    white-space: nowrap
}

.pricecalendar__disabled {
    cursor: auto
}

    .pricecalendar__disabled .pricecalendar__iteminner {
        border: 1px solid #646464;
        margin: 0;
        padding: 7px 0
    }

@media (min-width:992px) {
    .pricecalendar__disabled .pricecalendar__iteminner {
        height: 64px
    }
}

.pricecalendar__disabled .pricecalendar__loader1 {
    margin: 3px auto
}

.pricecalendar__disabled.pricecalendar__loading .pricecalendar__iteminner {
    padding: 6px 0
}

.pricecalendar__disabled.pricecalendar__item {
    padding: 0 1px
}

.pricecalendar__detail {
    font-size: .857em
}

@media (max-width:767px) {
    .pricecalendar__detail {
        font-size: .688em
    }
}

.pricecalendar__weekday {
    color: #212121
}

.pricecalendar__cur {
    font-size: .643em;
    margin-top: -7px;
    color: #424242
}

.pricecalendar__price {
    font-size: 1.286em;
    font-weight: 500;
    margin-top: -2px;
    color: #424242
}

@media (max-width:767px) {
    .pricecalendar__price {
        font-size: 1em;
        margin-top: 0;
        margin-bottom: 4px
    }
}

.pricecalendar__empty, .pricecalendar__full {
    line-height: 2.6em
}

@media (max-width:767px) {
    .pricecalendar__full {
        font-size: .625em;
        white-space: normal;
        line-height: 2em
    }
}

.pricecalendar__nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 28px;
    background-color: #fff;
    box-shadow: none;
    border: 0;
    font-size: .9em;
    color: #0078dc;
    padding: 0
}

    .pricecalendar__nav:before {
        margin: 0
    }

.pricecalendar__disabledbtn {
    color: #d2d2d2;
    cursor: auto
}

.pricecalendar__rightnav {
    right: 0;
    border-left: 1px solid #f5f5f5
}

.pricecalendar__leftnav {
    left: 0;
    border-right: 1px solid #f5f5f5
}

.pricecalendar__cheapest {
    color: #43a047
}

    .pricecalendar__cheapest .pricecalendar__price, .pricecalendar__cheapest .pricecalendar__weekday {
        color: inherit
    }

.pricecalendar__footer {
    background-color: #f9fafe;
    padding: 0 20px
}

.pricecalendar__guidetext {
    float: right;
    color: #757575
}

@media (max-width:767px) {
    .pricecalendar__guidetext {
        font-size: .92em
    }
}

.pricecalendar__guidesign {
    float: left;
    color: #212121
}

.pricecalendar__dot {
    background: #43a047;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 8px;
    margin-bottom: -4px
}

.pricecalendar__loader1 {
    width: 70px;
    height: 10px;
    margin: 13px auto 3px;
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .pricecalendar__loader1 {
        width: 40px
    }
}

.pricecalendar__loader2 {
    width: 38px;
    height: 20px;
    margin: auto;
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .pricecalendar__loader2 {
        width: 20px
    }
}

.pricecalendar__loader3 {
    width: 44px;
    height: 8px;
    margin: 3px auto;
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .pricecalendar__loader3 {
        width: 30px
    }
}

.breadcrumbs {
    padding-bottom: 15px
}

.breadcrumbs__container {
    background-color: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    padding: 15px 15px 10px
}

.breadcrumbs__steps {
    z-index: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

    .breadcrumbs__steps:before {
        content: "";
        display: block;
        position: absolute;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAABCAYAAADuHp8EAAAAFElEQVR4AWP4//8/Br506dJ/QhgA++0uD1+EJdQAAAAASUVORK5CYII=);
        background-repeat: repeat;
        top: calc(20% + 1px);
        right: 0;
        height: 1px;
        width: 100%;
        z-index: 1;
        margin-top: -1px
    }

    .breadcrumbs__steps:after {
        content: "";
        display: none;
        position: absolute;
        top: 20%;
        right: 0;
        height: 2px;
        z-index: 5;
        background: orange;
        background: linear-gradient(90deg,orange,#8bc34a)
    }

    .breadcrumbs__steps.passengers:after {
        display: block;
        width: 28%
    }

    .breadcrumbs__steps.passengers .icon-train-outline {
        color: #ff8200
    }

    .breadcrumbs__steps.confirm {
        padding: 0
    }

        .breadcrumbs__steps.confirm:after {
            display: block;
            width: 53%
        }

    .breadcrumbs__steps.issue:after {
        display: block;
        width: 98%
    }

.breadcrumbs li {
    text-align: center;
    position: relative
}

    .breadcrumbs li i {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 8;
        font-size: 1.5em
    }

        .breadcrumbs li i.circle {
            width: 16px;
            height: 16px;
            margin-top: -1px;
            border: 1px solid #d2d2d2;
            border-radius: 50%;
            background-color: #fff
        }

@-moz-document url-prefix() {
    .breadcrumbs li i.circle.circle {
        margin-top: 0
    }
}

.breadcrumbs li i.icon-done-step {
    color: #8bc34a;
    background-color: #fff;
    height: 30px
}

.breadcrumbs li i.icon-airplane-step, .breadcrumbs li i.icon-bus, .breadcrumbs li i.icon-train {
    font-size: 2em;
    height: 37px;
    color: orange
}

.breadcrumbs li:first-child {
    text-align: right
}

    .breadcrumbs li:first-child span {
        text-align: center
    }

.breadcrumbs li:last-child {
    text-align: left
}

    .breadcrumbs li:last-child span {
        text-align: center
    }

.breadcrumbs li span {
    display: block;
    margin-top: 5px
}

.confirm {
    padding-top: 15px;
    padding-bottom: 30px
}

.check-data-tips {
    padding: 5px 0 0
}

.information-ticket-table {
    border: 1px solid #e4eaf0 !important;
    border-radius: 5px;
    padding: 0 !important
}

    .information-ticket-table table {
        margin-bottom: 0 !important
    }

    .information-ticket-table td {
        border-top: none !important;
        font-size: .9em;
        padding-right: 15px !important
    }

@media (max-width:991px) {
    .information-ticket-table td {
        padding-right: 0;
        margin-right: 0
    }
}

.information-ticket-table td:nth-child(odd) {
    font-size: .875em;
    font-weight: 500;
    color: #646464;
    width: 160px !important;
    background-color: #f9fafe
}

.information-ticket-table td:nth-child(2n) {
    font-weight: 300
}

.parent-discount p {
    margin: 10px 0 0;
    font-size: 1rem
}

.parent-discount .input-group-btn {
    padding-right: 12px
}

    .parent-discount .input-group-btn .btn {
        border-radius: 5px
    }

@media (max-width:991px) {
    .parent-discount {
        padding: 0;
        margin-bottom: 15px
    }
}

.item-discount {
    white-space: nowrap;
    display: block;
    height: 30px;
    clear: both;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding-right: 0;
    padding-left: 0
}

.item-discount__label {
    font-size: 1em;
    font-weight: 300;
    float: right !important
}

.item-discount__credit {
    font-size: 1em;
    font-weight: 300;
    padding-top: 5px
}

.item-discount__price {
    color: #646464;
    font-weight: 500;
    font-size: 1.2em
}

.item-discount__discount {
    color: #646464;
    font-weight: 300;
    font-size: 1em
}

.parent-table-confirm-info {
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
    padding: 0
}

@media (max-width:991px) {
    .parent-table-confirm-info {
        padding: 0
    }
}

.parent-table-confirm-info table.info-passengers, .parent-table-confirm-info table.info-passengers td, .parent-table-confirm-info table.info-passengers th {
    text-align: center
}

    .parent-table-confirm-info table.info-passengers tr td {
        padding: 12px 8px
    }

.head-of-info-ticket {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: -15px;
    margin-left: -15px
}

@media (max-width:991px) {
    .head-of-info-ticket {
        padding-right: 15px;
        padding-left: 15px
    }
}

.head-of-info-ticket i {
    font-size: 1.5em;
    margin-left: 5px;
    color: #ff8200;
    vertical-align: top;
    display: inline-block;
    margin-top: 0
}

.head-of-info-ticket span {
    font-weight: 500;
    font-size: .9em
}

@media (max-width:767px) {
    .head-of-info-ticket {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .use-credit-box {
        padding-right: 0;
        padding-left: 0
    }
}

.use-credit-box__label {
    font-size: 1em
}

@media (max-width:767px) {
    .use-credit-box__label {
        font-size: .85em
    }
}

.use-credit-box p {
    font-size: .85em
}

.use-credit-box .help-block.valid {
    color: #8bc34a
}

.use-credit-box .help-block.invalid {
    color: #e63200
}

.separate-part-discount {
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 -15px
}

@media (max-width:991px) {
    .separate-part-discount {
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:767px) {
    .separate-part-discount {
        padding-right: 15px;
        padding-top: 15px
    }
}

.discount-box {
    padding-top: 20px
}

.check-data-tips__item {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em
}

    .check-data-tips__item i {
        color: #ff8200;
        font-size: 1.5em;
        vertical-align: top;
        display: inline-block;
        margin-top: 0;
        margin-left: 5px
    }

.confirm-ticket-info, .section-of-confirm-info {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    margin-bottom: 10px;
    padding-bottom: 20px
}

    .confirm-ticket-info .type-of-passenger, .section-of-confirm-info .type-of-passenger {
        font-weight: 500;
        margin: 20px 0 10px;
        display: block
    }

.confirm-ticket-info {
    margin-bottom: 10px;
    padding-left: 0
}

    .confirm-ticket-info .confirm-ticket-info__data ul, .confirm-ticket-info .confirm-ticket-info__label ul {
        text-align: right;
        float: right;
        margin: 0;
        padding: 0
    }

    .confirm-ticket-info .confirm-ticket-info__data li, .confirm-ticket-info .confirm-ticket-info__label li {
        list-style: none;
        text-align: right;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px
    }

.confirm-ticket-info__label {
    background-color: #f9fafe;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #f5f5f5
}

.confirm-ticket-info__data, .confirm-ticket-info__label {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.confirm-ticket-info__data {
    border-radius: 5px;
    border-left: 1px solid #f5f5f5
}

    .confirm-ticket-info__data li {
        font-weight: 300 !important
    }

.confirm-ticket-info__title {
    font-size: 1em;
    font-weight: 700;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px
}

    .confirm-ticket-info__title i {
        font-size: 1.5em;
        margin-left: 5px;
        color: #ff8200;
        vertical-align: top;
        display: inline-block;
        margin-top: 0
    }

@media (max-width:991px) {
    .confirm-ticket-info__title {
        padding-right: 10px
    }
}

.confirm-ticket-info .confirm-ticket-info__departure-ticket, .confirm-ticket-info .confirm-ticket-info__return-ticket {
    height: auto;
    padding: 0 30px
}

@media (max-width:991px) {
    .confirm-ticket-info .confirm-ticket-info__departure-ticket, .confirm-ticket-info .confirm-ticket-info__return-ticket {
        padding-right: 0 !important;
        padding-left: 15px !important;
        margin: 0 !important
    }
}

.confirm-ticket-info__departure-ticket {
    padding-left: 15px
}

.confirm-ticket-info__return-ticket {
    padding-left: 0 !important;
    padding-right: 0;
    margin: 0 !important
}

@media (max-width:991px) {
    .confirm-ticket-info__return-ticket {
        padding-left: 30px;
        margin: 0
    }
}

.info-box__discount {
    border-bottom: none !important
}

@media (max-width:1199px) {
    .info-box__discount {
        padding-bottom: 15px
    }
}

.info-box__item {
    padding: 15px 15px 0
}

@media (max-width:991px) {
    .info-box__item {
        padding: 25px 15px 0
    }
}

.info-box__item .btn-success {
    float: left
}

.info-box__item .btn-info {
    float: left;
    margin-left: 15px
}

@media (max-width:767px) {
    .info-box__item .btn-info {
        margin-left: 0
    }
}

.info-box__price {
    text-align: left;
    width: 300px
}

@media (max-width:991px) {
    .info-box__price {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        font-size: .9em
    }
}

@media (max-width:767px) {
    .info-box__price {
        font-size: .9em;
        width: 250px
    }
}

.info-box__hr {
    margin: 0 -15px 10px
}

.info-box__payment {
    display: block;
    clear: both;
    border-bottom: 0;
    padding-bottom: 5px
}

@media (max-width:767px) {
    .info-box__payment button {
        margin: 20px auto
    }
}

@media (max-width:991px) {
    .info-box__payment {
        padding-right: 0;
        padding-left: 0
    }
}

.price__title-price {
    font-weight: 300;
    float: right;
    padding-top: 7px
}

.price__amount-price {
    color: #8bc34a;
    font-weight: 500;
    font-size: 1.3em;
    padding-right: 15px
}

.price__unit-price {
    white-space: nowrap;
    font-size: .9em
}

.part-divider {
    border-bottom: 1px solid #e1e1e1;
    height: 1px;
    padding-top: 20px;
    width: 100%;
    margin-right: -30px;
    margin-left: -30px
}

.box-mark-search {
    margin-top: 20px
}

.mark-search-text {
    font-weight: 500;
    color: #4990e2
}

.no-padding-l, .no-padding-r {
    padding-right: 0;
    padding-left: 0
}

.box-btn-payment button.btn-success {
    width: 300px
}

@media (max-width:767px) {
    .box-btn-payment button.btn-success {
        width: 100%
    }
}

.bill-box {
    line-height: 0
}

.hybrid-payment__hint {
    margin-top: 15px;
    text-align: justify
}

@media (max-width:767px) {
    .hybrid-payment__hint {
        font-size: .8em;
        padding-right: 0;
        padding-left: 0
    }
}

.confirm-factor-box__cnt {
    display: inline-block;
    padding-top: 20px;
    height: 100px
}

.confirm-factor-box__hint {
    height: 90px;
    padding-right: 30px
}

.confirm-factor-box__hint--divider {
    margin-bottom: 15px
}

    .confirm-factor-box__hint--divider:after {
        position: absolute;
        content: "";
        width: 80%;
        height: 1px;
        background: linear-gradient(90deg,#fff,#e1e1e1)
    }

@media (max-width:767px) {
    .confirm-factor-box__hint--divider:after {
        background: none
    }
}

@media (max-width:767px) {
    .confirm-factor-box__hint {
        height: 70px;
        font-size: .9em;
        padding-right: 0
    }
}

.confirm-factor-box .confirm-ticket-info, .confirm-factor-box .section-of-confirm-info {
    min-height: 200px
}

.confirm-factor-box .section-of-confirm-info__single-design {
    min-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px
}

.confirm-factor-box--discount {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:991px) {
    .confirm-factor-box--discount {
        padding-bottom: 15px
    }
}

.confirm-factor-box--discount .discount-factor-box {
    height: 100%
}

.confirm-factor-box--loyalty {
    padding-right: 10px;
    padding-left: 15px
}

@media (max-width:991px) {
    .confirm-factor-box--loyalty {
        padding-bottom: 15px
    }
}

.confirm-factor-box--loyalty .loyalty-factor-box {
    height: 100%
}

@media (max-width:767px) {
    .confirm-factor-box--loyalty .loyalty-factor-box {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .confirm-factor-box--loyalty .confirm-ticket-info, .confirm-factor-box--loyalty .section-of-confirm-info {
        padding-bottom: 20px
    }
}

.deActive-factor {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    .deActive-factor:before {
        position: absolute;
        content: "";
        opacity: .9;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
        height: 100%
    }

.confirm-factor-item__title {
    display: flex
}

.confirm-factor-item__title--icon {
    display: inline-block
}

.confirm-factor-item__title--cnt {
    padding-right: 15px;
    color: #646464;
    font-weight: 500;
    font-size: 1.2em;
    display: inline-block
}

.alert-discount-box {
    padding-right: 0
}

.alert-discount-box--error {
    margin-right: 0;
    bottom: -22px;
    font-size: .8em
}

.alert-discount-box .text-green {
    color: #619419
}

.reward-box-area {
    margin: 10px -15px;
    float: right
}

.hybrid-box {
    margin-top: 0;
    padding-top: 0
}

.confirm-spinner-box {
    display: flex;
    align-items: center;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px
}

@-webkit-keyframes attention-pulse {
    0%,20%,40% {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.22),0 0 0 0 rgba(255,130,0,.22),0 0 0 0 rgba(255,130,0,.22)
    }

    10%,30% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.22),0 0 0 5px rgba(255,130,0,.22),0 0 0 10px rgba(255,130,0,.22)
    }
}

.btn-filter {
    color: #fff !important;
    padding: 10px 26px
}

    .btn-filter &gt; svg {
        margin-left: 10px
    }

    .btn-filter &gt; small {
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #fff;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        margin-left: 5px
    }

.filters-icon {
    width: 24px;
    height: 24px;
    margin-left: 5px
}

.check-box__item {
    line-height: 2.3em;
    overflow: auto;
    white-space: nowrap
}

    .check-box__item label {
        padding-right: 15px
    }

.hint-charter:before, .hint-system:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 20px;
    background-color: #64aa00;
    border-radius: 20px
}

.hint-system:before {
    border: 1px solid #d2d2d2;
    background-color: #fff
}

.done-filter {
    background-color: #fff;
    padding-bottom: 15px;
    right: 0;
    border: 1px solid #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

@media (min-width:992px) {
    .done-filter {
        display: none
    }
}

.cancel-filter-box {
    border-radius: 0 !important;
    min-height: 45px
}

@media (max-width:991px) {
    .cancel-filter-box {
        background-color: orange !important;
        position: absolute;
        margin: 0 !important;
        top: 62px;
        right: 0;
        left: 0;
        z-index: 999
    }
}

.cancel-filter-box__cancel-filter {
    text-align: center;
    padding: 2px 15px;
    background-color: #fff;
    color: orange;
    border: 1px solid #ff8200;
    border-radius: 5px;
    cursor: pointer
}

    .cancel-filter-box__cancel-filter:hover {
        background-color: #ff8200;
        color: #fff
    }

.cancel-filter-box__count-result-filter {
    color: #fff;
    float: left
}

@media (min-width:992px) {
    .cancel-filter-box__count-result-filter .result-text-filter {
        color: #646464
    }
}

@media (min-width:992px) {
    .cancel-filter-box {
        background-color: #fff
    }

    .cancel-filter-box__count-result-filter {
        color: orange
    }
}

.done-filter-toggle {
    margin-top: -8px
}

.empty-availables .link-style {
    color: #64b5f6;
    cursor: pointer
}

@media (max-width:767px) {
    .empty-availables .link-style {
        display: block;
        margin-top: 10px;
        width: 100%
    }
}

@media (max-width:767px) {
    .empty-availables {
        text-align: center
    }
}

.range-slider__box-icon {
    display: flex;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    justify-content: space-between
}

    .range-slider__box-icon .icon-moon {
        color: #64b5f6
    }

    .range-slider__box-icon .icon-sun, .range-slider__box-icon .icon-twilight {
        color: orange
    }

.btn-filter {
    position: relative
}

@media (min-width:300px) and (max-width:991px) {
    .cancel-filter-box__cancel-filter:hover {
        background-color: #fff;
        color: orange
    }

    .parent-part-filter {
        background-color: #fff;
        padding: 115px 0 80px;
        margin: 0;
        height: 100%;
        overflow: scroll
    }
}

@media (min-width:992px) {
    .parent-filter__overlay-disabled {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none
    }

    .parent-filter.disabled {
        opacity: .8;
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

        .parent-filter.disabled .parent-filter__overlay-disabled {
            display: block
        }

        .parent-filter.disabled .part-filter__check-box {
            display: none;
            padding-bottom: 0
        }

        .parent-filter.disabled .part-filter__range-slider {
            display: none
        }
}

.box-confirm-filter {
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,.1);
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    font-size: .9em
}

.site-footer {
    background-color: #e1e1e1
}

.site-footer__title {
    background-color: #d2d2d2;
    margin: 0 -15px 1em;
    padding: 5px 15px;
    font-size: 1.25em;
    text-align: right;
    display: block;
    font-weight: 700;
    color: #424242
}

.site-footer__list {
    padding-right: 1em;
    margin: 0 0 1.5em
}

.site-footer__item {
    color: orange;
    font-size: .9em;
    font-weight: 300;
    line-height: 2
}

    .site-footer__item &gt; a, .site-footer__item span {
        color: #646464;
        cursor: pointer
    }

        .site-footer__item &gt; a:hover, .site-footer__item span:hover {
            color: #64b5f6
        }

.site-footer .app-download {
    text-align: center;
    margin-bottom: 2.5em
}

.site-footer .app-download__links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.site-footer .app-download__link {
    display: inline-block;
    vertical-align: top;
    margin: .3em 1em;
    max-width: 125px;
    width: 100%
}

    .site-footer .app-download__link img {
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
        border-radius: 5px
    }

.site-footer__logo {
    width: 210px;
    max-width: 200px
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 1em 0 0
}

.contact-info__address, .contact-info__phone {
    font-size: .875em;
    color: #424242
}

    .contact-info__phone span {
        display: inline-block;
        margin: 0 .25em
    }

.signs-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

    .signs-container .signs {
        list-style: none;
        padding: 0;
        margin: 1em 0 0;
        max-width: 280px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

        .signs-container .signs &gt; li {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
            flex-shrink: 0;
            flex-basis: 87px;
            min-width: 87px;
            min-height: 87px;
            float: right;
            margin: 3px
        }

            .signs-container .signs &gt; li:last-child {
                padding-right: 0
            }

            .signs-container .signs &gt; li &gt; img {
                width: 90%;
                height: 90%
            }

@media (max-width:767px) {
    .signs-container .signs {
        max-width: 240px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

        .signs-container .signs &gt; li {
            margin: 10px;
            flex-basis: 97px;
            min-height: 97px;
            min-width: 97px
        }
}

.copyright-socials {
    margin-top: 2em;
    padding-top: 1.5em;
    background-color: #424242;
    color: #f5f5f5;
    text-align: center
}

.copyright {
    font-size: .8em;
    margin-bottom: 1em;
    font-weight: 500
}

.socials {
    list-style: none;
    padding: 0;
    direction: ltr
}

    .socials &gt; li {
        display: inline-block;
        vertical-align: top;
        margin: .25em
    }

        .socials &gt; li a {
            width: 24px;
            height: 24px;
            display: block;
            background-color: #646464;
            border-radius: 50%;
            color: #d2d2d2;
            text-align: center
        }

            .socials &gt; li a:before {
                line-height: 24px;
                font-size: .9em
            }

.socials__aparat a:hover {
    background-color: #ed145b
}

.socials__linkedin a:hover {
    background-color: #0077b5
}

.socials__instagram a:hover {
    background-color: #405de6
}

@media (min-width:768px) {
    .site-footer {
        padding-top: 2em
    }

    .site-footer__title {
        background-color: transparent;
        margin: 1.5em 0 .5em;
        padding: 0
    }

    .site-footer__list.multipart {
        margin-bottom: 0
    }

    .site-footer .app-download {
        text-align: right
    }

        .site-footer .app-download p {
            font-size: .9em;
            font-weight: 300
        }

    .site-footer .app-download__links {
        align-items: start
    }

    .site-footer .app-download__link {
        margin: 15px 0 0
    }

    .site-footer__logo {
        margin-top: 1.5em
    }

    .contact-info {
        text-align: right
    }

        .contact-info &gt; li {
            margin-bottom: 1em
        }

    .copyright-socials {
        text-align: right;
        margin-top: 3em
    }

    .socials {
        text-align: left
    }
}

@media (min-width:992px) {
    .site-footer__logo {
        width: 210px;
        max-width: none
    }

    .copyright {
        font-size: .9em;
        margin: .5em 0 1em
    }

    .socials &gt; li {
        margin: 0 1em .5em 0
    }

        .socials &gt; li a {
            width: 36px;
            height: 36px
        }

            .socials &gt; li a:before {
                line-height: 36px;
                font-size: 1.25em
            }
}

@media (min-width:1200px) {
    .site-footer .app-download__links {
        justify-content: flex-end;
        flex-direction: row
    }

    .site-footer .app-download__link {
        display: inline-block;
        max-width: 125px;
        margin: 5px 5px 0
    }

    .contact-info &gt; li {
        margin-bottom: .5em
    }

    .contact-info__address {
        font-size: 1em
    }

    .contact-info__phone, .contact-info__register-no {
        font-size: .9em
    }
}

.legacy-browsers-page {
    display: none
}

.legacy-browsers {
    background: #fff;
    text-align: center;
    margin-bottom: -3em;
    padding: 0 20px 60px
}

.legacy-browsers__link {
    display: block;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0
}

    .legacy-browsers__link:hover {
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.05),0 3px 5px 0 rgba(0,0,0,.2)
    }

        .legacy-browsers__link:hover .legacy-browsers__download {
            font-weight: 700;
            color: #4a90e2
        }

.legacy-browsers__links {
    margin-top: 155px
}

.legacy-browsers__header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ff8200
}

.legacy-browsers__msg {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 58px
}

.legacy-browsers__icon {
    display: inline-block
}

.legacy-browsers__browsertitle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    line-height: 30px
}

    .legacy-browsers__browsertitle &gt; span {
        display: block;
        font-size: 20px
    }

.legacy-browsers__name {
    color: #969696
}

.legacy-browsers__download {
    color: #646464
}

.divider-social-sharing {
    height: 30px
}

.order-sort-descending {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1)
}

    .order-sort-descending &gt; i {
        margin-top: -2px;
        display: block
    }

    .order-sort-ascending:active, .order-sort-descending:active {
        box-shadow: none;
        -webkit-box-shadow: none
    }

.header-container {
    padding-top: 65px
}

.site-header {
    z-index: 501;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transition: transform .3s linear
}

    .site-header.scrolled-away.scrolled-down {
        transform: translateY(-100%)
    }

.after-bank {
    padding-top: 15px
}

    .after-bank .box {
        padding: 15px;
        margin: 1.5em auto
    }

    .after-bank .success-container {
        text-align: center
    }

        .after-bank .success-container img {
            margin-bottom: 37px
        }

        .after-bank .success-container p.text-success {
            font-size: 1em
        }

        .after-bank .success-container p.text-notify {
            font-size: .85em;
            color: #424242
        }

        .after-bank .success-container.new {
            padding: 48px 0
        }

            .after-bank .success-container.new img {
                margin: 0 auto 27px
            }

            .after-bank .success-container.new p.text-success {
                font-size: 1.2em
            }

            .after-bank .success-container.new a.btn-dl-ticket {
                width: auto;
                padding: 9px 48px 10px;
                display: inline-block
            }

                .after-bank .success-container.new a.btn-dl-ticket svg {
                    margin: 2px 0 -6px 4px
                }

    .after-bank .more-container {
        padding: 30px 15px;
        margin: -15px;
        border-right: 1px solid #aaa
    }

        .after-bank .more-container small {
            opacity: .5
        }

        .after-bank .more-container ul {
            padding: 0;
            margin: 0 0 27px;
            list-style: none
        }

            .after-bank .more-container ul li:before {
                content: "-";
                padding-left: 4px;
                opacity: .5
            }

        .after-bank .more-container img {
            width: 170%;
            max-width: unset
        }

        .after-bank .more-container a.btn-order-cip {
            width: auto;
            padding: 9px 18px 10px;
            display: inline-block;
            border: 1px solid
        }

            .after-bank .more-container a.btn-order-cip svg {
                margin: 4px 0 -3px 2px
            }

    .after-bank .pdf-viewer iframe {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 500px;
        width: 1px;
        min-width: 100%
    }

    .after-bank .issue-footer-notice {
        margin: auto;
        display: block;
        float: none
    }

    .after-bank .issue-result-box img {
        margin-top: 50px;
        margin-bottom: 20px
    }

@media (max-width:767px) {
    .after-bank .issue-result-box img {
        height: 130px
    }
}

.after-bank p.text-notify__issue {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #424242
}

.after-bank p.text-notify__issue--success {
    margin-bottom: 40px;
    font-weight: 500
}

.after-bank p.text-notify__issue--status {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 500;
    margin: 0 0 1em
}

.after-bank p.text-notify__orders {
    font-size: .9em;
    font-weight: 500
}

    .after-bank p.text-notify__orders a {
        padding-bottom: 15px;
        position: relative;
        color: #2978ff
    }

.after-bank p.text-notify__contact-us {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: .9em;
    font-weight: 500;
    line-height: 2.5em
}

.after-bank .text-green-issue {
    color: #6da72a;
    font-size: 1.1em
}

.after-bank .text-red-issue {
    color: #f44336
}

.after-bank .text-notify__orders--link {
    border-bottom: 1px dotted #2978ff
}

.after-bank .notice-container {
    text-align: center
}

.btn-dl-ticket {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding-top: 10px;
    color: #fff;
    background-color: #1e70ff;
    display: block;
    width: 180px;
    height: 47px
}

    .btn-dl-ticket:active, .btn-dl-ticket:hover, .btn-dl-ticket:link, .btn-dl-ticket:visited {
        color: #fff
    }

    .btn-dl-ticket img {
        margin-left: 10px
    }

@media (max-width:767px) {
    .after-bank .wrap-container {
        margin-top: 20px
    }

    .after-bank .box {
        padding: 0
    }

        .after-bank .box p {
            margin-bottom: .8em
        }
}

.loaders {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.loaders__content {
    text-align: center
}

    .loaders__content span:not(.loader) {
        margin-top: 10px;
        display: block
    }

.loader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: middle
}

.loader-quart {
    border-radius: 50px;
    border: 6px solid rgba(0,0,0,.1)
}

    .loader-quart:after {
        content: "";
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border-radius: 50px;
        border: 6px solid transparent;
        border-top-color: orange;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite
    }

.loader-double {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

    .loader-double, .loader-double:after, .loader-double:before {
        border-radius: 50px;
        border-color: orange transparent;
        border-style: solid;
        border-width: 6px
    }

        .loader-double:after, .loader-double:before {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px;
            opacity: .6;
            filter: alpha(opacity=60);
            -webkit-animation: spinreverse 2s linear infinite;
            animation: spinreverse 2s linear infinite
        }

        .loader-double:before {
            top: 15px;
            left: 15px;
            bottom: 15px;
            right: 15px;
            -webkit-animation: spinreverse 3s linear infinite;
            animation: spinreverse 3s linear infinite
        }

.loader-circles {
    border-radius: 50px;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

    .loader-circles:after, .loader-circles:before {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 50px;
        border: 3px solid transparent;
        border-top-color: orange;
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-animation: spinreverse 5s linear infinite;
        animation: spinreverse 5s linear infinite
    }

    .loader-circles:before {
        top: 12px;
        left: 12px;
        bottom: 12px;
        right: 12px;
        -webkit-animation: spinreverse 10s linear infinite;
        animation: spinreverse 10s linear infinite
    }

.loader-bars:after, .loader-bars:before, .loader-bars span {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background-color: orange;
    -webkit-animation: grow 1.5s linear infinite;
    animation: grow 1.5s linear infinite
}

.loader-bars:after {
    left: 15px;
    -webkit-animation: grow 1.5s linear -.5s infinite;
    animation: grow 1.5s linear -.5s infinite
}

.loader-bars span {
    left: 30px;
    -webkit-animation: grow 1.5s linear -1s infinite;
    animation: grow 1.5s linear -1s infinite
}

@-webkit-keyframes grow {
    0% {
        transform: scaleY(0);
        opacity: 0
    }

    50% {
        transform: scaleY(1);
        opacity: 1
    }

    to {
        transform: scaleY(0);
        opacity: 0
    }
}

@keyframes grow {
    0% {
        transform: scaleY(0);
        opacity: 0
    }

    50% {
        transform: scaleY(1);
        opacity: 1
    }

    to {
        transform: scaleY(0);
        opacity: 0
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinreverse {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spinreverse {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.box-login-type__item {
    display: inline-block;
    padding: 10px 10px 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer
}

.box-login-type__item--active {
    border-color: #4a90e2;
    color: #4a90e2;
    background-color: #f5faff
}

.box-login-type__item:hover {
    background-color: #f5faff
}

.user__forget-password {
    background-color: red;
    height: 100px
}

@media (max-width:767px) {
    .search-destination .multiselect__input, .search-destination .multiselect__spinner, .search-destination .multiselect__tags, .search-origin .multiselect__input, .search-origin .multiselect__spinner, .search-origin .multiselect__tags {
        background: #f5f5f5
    }

    .input-group.domestic-multiselect {
        width: 100%
    }

    .search-origin {
        margin-bottom: 3px
    }
}

@media (min-width:992px) {
    .search-destination .multiselect__content-wrapper, .search-origin .multiselect__content-wrapper {
        right: -40px;
        width: calc(100% + 75px)
    }
}

@media (max-width:767px) {
    .search-destination .multiselect__content-wrapper, .search-origin .multiselect__content-wrapper {
        right: -48px;
        width: calc(100% + 65px)
    }
}

.search-destination .domestic-multiselect, .search-destination .international-multiselect, .search-origin .domestic-multiselect, .search-origin .international-multiselect {
    width: 100%;
    padding-left: 25px
}

    .search-destination .domestic-multiselect .multiselect__tags, .search-destination .international-multiselect .multiselect__tags, .search-origin .domestic-multiselect .multiselect__tags, .search-origin .international-multiselect .multiselect__tags {
        border: 0;
        padding: 0
    }

    .search-destination .domestic-multiselect .multiselect__input, .search-destination .international-multiselect .multiselect__input, .search-origin .domestic-multiselect .multiselect__input, .search-origin .international-multiselect .multiselect__input {
        border: 0;
        height: 48px;
        margin-bottom: 0
    }

        .search-destination .domestic-multiselect .multiselect__input:-ms-input-placeholder, .search-destination .international-multiselect .multiselect__input:-ms-input-placeholder, .search-origin .domestic-multiselect .multiselect__input:-ms-input-placeholder, .search-origin .international-multiselect .multiselect__input:-ms-input-placeholder {
            color: #d2d2d2
        }

        .search-destination .domestic-multiselect .multiselect__input::-ms-input-placeholder, .search-destination .international-multiselect .multiselect__input::-ms-input-placeholder, .search-origin .domestic-multiselect .multiselect__input::-ms-input-placeholder, .search-origin .international-multiselect .multiselect__input::-ms-input-placeholder {
            color: #d2d2d2
        }

        .search-destination .domestic-multiselect .multiselect__input::-webkit-input-placeholder, .search-destination .international-multiselect .multiselect__input::-webkit-input-placeholder, .search-origin .domestic-multiselect .multiselect__input::-webkit-input-placeholder, .search-origin .international-multiselect .multiselect__input::-webkit-input-placeholder {
            color: #d2d2d2
        }

        .search-destination .domestic-multiselect .multiselect__input:-moz-placeholder, .search-destination .domestic-multiselect .multiselect__input::-moz-placeholder, .search-destination .international-multiselect .multiselect__input:-moz-placeholder, .search-destination .international-multiselect .multiselect__input::-moz-placeholder, .search-origin .domestic-multiselect .multiselect__input:-moz-placeholder, .search-origin .domestic-multiselect .multiselect__input::-moz-placeholder, .search-origin .international-multiselect .multiselect__input:-moz-placeholder, .search-origin .international-multiselect .multiselect__input::-moz-placeholder {
            color: #d2d2d2
        }

    .search-destination .domestic-multiselect .multiselect__select, .search-destination .international-multiselect .multiselect__select, .search-origin .domestic-multiselect .multiselect__select, .search-origin .international-multiselect .multiselect__select {
        display: none
    }

    .search-destination .domestic-multiselect .multiselect--active, .search-destination .international-multiselect .multiselect--active, .search-origin .domestic-multiselect .multiselect--active, .search-origin .international-multiselect .multiselect--active {
        z-index: 11
    }

    .search-destination .domestic-multiselect .multiselect__content-wrapper, .search-destination .international-multiselect .multiselect__content-wrapper, .search-origin .domestic-multiselect .multiselect__content-wrapper, .search-origin .international-multiselect .multiselect__content-wrapper {
        margin-top: 5px;
        border-radius: 3px
    }

    .search-destination .domestic-multiselect .multiselect__option, .search-destination .international-multiselect .multiselect__option, .search-origin .domestic-multiselect .multiselect__option, .search-origin .international-multiselect .multiselect__option {
        text-align: right
    }

        .search-destination .domestic-multiselect .multiselect__option.multiselect__option--disabled, .search-destination .international-multiselect .multiselect__option.multiselect__option--disabled, .search-origin .domestic-multiselect .multiselect__option.multiselect__option--disabled, .search-origin .international-multiselect .multiselect__option.multiselect__option--disabled {
            text-align: center
        }

    .search-destination .domestic-multiselect .no-result, .search-destination .international-multiselect .no-result, .search-origin .domestic-multiselect .no-result, .search-origin .international-multiselect .no-result {
        float: right
    }

        .search-destination .domestic-multiselect .no-result.multiselect__option:before, .search-destination .international-multiselect .no-result.multiselect__option:before, .search-origin .domestic-multiselect .no-result.multiselect__option:before, .search-origin .international-multiselect .no-result.multiselect__option:before {
            display: none
        }

.search-destination .normal-text, .search-origin .normal-text {
    white-space: normal
}

.multiselect__content-wrapper {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

    .multiselect__content-wrapper::-webkit-scrollbar {
        width: 2px
    }

    .multiselect__content-wrapper::-webkit-scrollbar-thumb {
        background: #aaa
    }

.multiselect--above .multiselect__content-wrapper {
    bottom: calc(100% + 5px);
    border-bottom: 1px solid #e1e1e1
}

@media (min-width:768px) {
    .multiselect.multiselect--active:not(.multiselect--above):before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        bottom: -6px;
        right: calc(50% + 1px);
        z-index: 21
    }

    .multiselect.multiselect--active:not(.multiselect--above):after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #d2d2d2;
        position: absolute;
        bottom: -6px;
        z-index: 20;
        right: 50%
    }

    .multiselect.multiselect--active.multiselect--above:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #fff;
        position: absolute;
        top: -6px;
        right: calc(50% + 1px);
        z-index: 21
    }

    .multiselect.multiselect--active.multiselect--above:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top-color: #d2d2d2;
        position: absolute;
        top: -6px;
        right: 50%;
        z-index: 20
    }
}

.search-destination .domestic-multiselect .multiselect__spinner, .search-origin .domestic-multiselect .multiselect__spinner {
    left: -15px;
    top: 6px;
    right: auto
}

.search-destination .domestic-multiselect .multiselect__option, .search-origin .domestic-multiselect .multiselect__option {
    text-align: right
}

    .search-destination .domestic-multiselect .multiselect__option:not(.multiselect__option--disabled), .search-origin .domestic-multiselect .multiselect__option:not(.multiselect__option--disabled) {
        border-bottom: 1px solid #e1e1e1
    }

        .search-destination .domestic-multiselect .multiselect__option:not(.multiselect__option--disabled) :not(.no-result):before, .search-origin .domestic-multiselect .multiselect__option:not(.multiselect__option--disabled) :not(.no-result):before {
            content: "";
            color: orange;
            font-size: 1.2em;
            vertical-align: top;
            display: inline-block;
            width: 6px;
            height: 6px;
            background: orange;
            border-radius: 50%;
            margin-top: 8px;
            margin-left: 8px;
            margin-right: 10px
        }

.international__search-modal .international-multiselect .multiselect__spinner, .search-destination .international-multiselect .multiselect__spinner, .search-origin .international-multiselect .multiselect__spinner {
    height: 48px;
    top: 0;
    right: 0
}

.international__search-modal .international-multiselect .multiselect__input, .search-destination .international-multiselect .multiselect__input, .search-origin .international-multiselect .multiselect__input {
    direction: ltr
}

    .international__search-modal .international-multiselect .multiselect__input:-ms-input-placeholder, .search-destination .international-multiselect .multiselect__input:-ms-input-placeholder, .search-origin .international-multiselect .multiselect__input:-ms-input-placeholder {
        direction: rtl
    }

    .international__search-modal .international-multiselect .multiselect__input::-ms-input-placeholder, .search-destination .international-multiselect .multiselect__input::-ms-input-placeholder, .search-origin .international-multiselect .multiselect__input::-ms-input-placeholder {
        direction: rtl
    }

    .international__search-modal .international-multiselect .multiselect__input::-webkit-input-placeholder, .search-destination .international-multiselect .multiselect__input::-webkit-input-placeholder, .search-origin .international-multiselect .multiselect__input::-webkit-input-placeholder {
        direction: rtl
    }

    .international__search-modal .international-multiselect .multiselect__input:-moz-placeholder, .international__search-modal .international-multiselect .multiselect__input::-moz-placeholder, .search-destination .international-multiselect .multiselect__input:-moz-placeholder, .search-destination .international-multiselect .multiselect__input::-moz-placeholder, .search-origin .international-multiselect .multiselect__input:-moz-placeholder, .search-origin .international-multiselect .multiselect__input::-moz-placeholder {
        direction: rtl
    }

.international__search-modal .international-multiselect .multiselect__option, .search-destination .international-multiselect .multiselect__option, .search-origin .international-multiselect .multiselect__option {
    white-space: pre-wrap;
    text-align: left;
    direction: ltr;
    color: #212121
}

    .international__search-modal .international-multiselect .multiselect__option small.international-multiselect__country, .search-destination .international-multiselect .multiselect__option small.international-multiselect__country, .search-origin .international-multiselect .multiselect__option small.international-multiselect__country {
        color: #646464
    }

    .international__search-modal .international-multiselect .multiselect__option small.international-multiselect__domain-code, .search-destination .international-multiselect .multiselect__option small.international-multiselect__domain-code, .search-origin .international-multiselect .multiselect__option small.international-multiselect__domain-code {
        font-family: sans-serif;
        color: #646464;
        letter-spacing: 1px
    }

.international__search-modal .international-multiselect .multiselect__option--highlight, .international__search-modal .international-multiselect .multiselect__option--highlight small.international-multiselect__all-airports, .international__search-modal .international-multiselect .multiselect__option--highlight small.international-multiselect__country, .international__search-modal .international-multiselect .multiselect__option--highlight small.international-multiselect__domain-code, .search-destination .international-multiselect .multiselect__option--highlight, .search-destination .international-multiselect .multiselect__option--highlight small.international-multiselect__all-airports, .search-destination .international-multiselect .multiselect__option--highlight small.international-multiselect__country, .search-destination .international-multiselect .multiselect__option--highlight small.international-multiselect__domain-code, .search-origin .international-multiselect .multiselect__option--highlight, .search-origin .international-multiselect .multiselect__option--highlight small.international-multiselect__all-airports, .search-origin .international-multiselect .multiselect__option--highlight small.international-multiselect__country, .search-origin .international-multiselect .multiselect__option--highlight small.international-multiselect__domain-code {
    color: #fff
}

.international__search-modal .international-multiselect .multiselect__option:not(.multiselect__option--disabled), .search-destination .international-multiselect .multiselect__option:not(.multiselect__option--disabled), .search-origin .international-multiselect .multiselect__option:not(.multiselect__option--disabled) {
    border-bottom: 1px solid #e1e1e1
}

    .international__search-modal .international-multiselect .multiselect__option:not(.multiselect__option--disabled) :not(.no-result) svg, .search-destination .international-multiselect .multiselect__option:not(.multiselect__option--disabled) :not(.no-result) svg, .search-origin .international-multiselect .multiselect__option:not(.multiselect__option--disabled) :not(.no-result) svg {
        fill: #aaa;
        width: 20px;
        margin: 0 10px -3px 0
    }

    .international__search-modal .international-multiselect .multiselect__option:not(.multiselect__option--disabled).multiselect__option--highlight:not(.no-result) svg, .international__search-modal .international-multiselect .multiselect__option:not(.multiselect__option--disabled).multiselect__option--highlight svg, .search-destination .international-multiselect .multiselect__option:not(.multiselect__option--disabled).multiselect__option--highlight:not(.no-result) svg, .search-destination .international-multiselect .multiselect__option:not(.multiselect__option--disabled).multiselect__option--highlight svg, .search-origin .international-multiselect .multiselect__option:not(.multiselect__option--disabled).multiselect__option--highlight:not(.no-result) svg, .search-origin .international-multiselect .multiselect__option:not(.multiselect__option--disabled).multiselect__option--highlight svg {
        fill: #fff
    }

.modal-search-airports .normal-text {
    white-space: normal
}

.modal-search-airports .multiselect__content-wrapper {
    right: -20px;
    margin-top: 10px;
    border: none
}

.modal-search-airports .multiselect__option {
    text-align: right
}

    .modal-search-airports .multiselect__option.multiselect__option--disabled {
        text-align: center;
        font-weight: 500;
        background: #fff
    }

.modal-search-airports:not(.international) .multiselect__option:not(.multiselect__option--disabled) {
    border-bottom: 1px solid #e1e1e1
}

    .modal-search-airports:not(.international) .multiselect__option:not(.multiselect__option--disabled):not(.no-result) &gt; :first-child:before {
        content: "";
        color: orange;
        font-size: 1.2em;
        vertical-align: top;
        display: inline-block;
        width: 6px;
        height: 6px;
        background: orange;
        border-radius: 50%;
        margin-top: 5px;
        margin-left: 8px
    }

.modal-search-airports .multiselect__input {
    border: 0;
    height: 48px;
    margin-bottom: 0
}

    .modal-search-airports .multiselect__input:-ms-input-placeholder {
        color: #d2d2d2
    }

    .modal-search-airports .multiselect__input::-ms-input-placeholder {
        color: #d2d2d2
    }

    .modal-search-airports .multiselect__input::-webkit-input-placeholder {
        color: #d2d2d2
    }

    .modal-search-airports .multiselect__input:-moz-placeholder, .modal-search-airports .multiselect__input::-moz-placeholder {
        color: #d2d2d2
    }

.modal-search-airports .multiselect__select {
    display: none
}

.modal-search-airports .multiselect__tags {
    border: 0;
    padding: 0 0 0 8px
}

.modal-search-airports .international-multiselect .multiselect__option :not(.no-result) {
    text-align: left
}

    .modal-search-airports .international-multiselect .multiselect__option :not(.no-result) svg {
        fill: #aaa;
        width: 20px;
        margin: 0 10px -3px 0
    }

.modal-search-airports .international-multiselect .multiselect__option--highlight:not(.no-result) svg, .modal-search-airports .international-multiselect .multiselect__option--highlight svg {
    fill: #fff
}

.international .multiselect__input {
    direction: ltr
}

.international .multiselect__option {
    text-align: left
}

.international .multiselect__element {
    padding-left: 0
}

.international__search-modal {
    padding: 2px
}

    .international__search-modal .multiselect__content-wrapper {
        width: calc(100vw - 5px);
        left: 0
    }

ul.pagination {
    direction: ltr;
    border-top: 1px solid #e1e1e1
}

    ul.pagination &gt; li &gt; a {
        background-color: transparent;
        border: 0;
        float: left;
        color: #aaa;
        padding: 9px 18px;
        border-top: 1px solid transparent
    }

        ul.pagination &gt; li &gt; a:hover {
            color: orange
        }

        ul.pagination &gt; li &gt; a:focus, ul.pagination &gt; li &gt; a:hover {
            background-color: transparent;
            border-color: transparent
        }

        ul.pagination &gt; li &gt; a:focus {
            color: #aaa
        }

    ul.pagination &gt; li.disabled &gt; span {
        background-color: transparent;
        float: left;
        padding: 9px 18px;
        border: 0;
        color: #aaa;
        border-top: 1px solid transparent
    }

        ul.pagination &gt; li.disabled &gt; span:focus, ul.pagination &gt; li.disabled &gt; span:hover {
            background-color: transparent;
            color: #aaa;
            border-color: transparent
        }

    ul.pagination &gt; li.active &gt; a {
        background-color: transparent;
        color: orange;
        border-top: 1px solid orange
    }

        ul.pagination &gt; li.active &gt; a:focus, ul.pagination &gt; li.active &gt; a:hover {
            background-color: transparent;
            color: orange;
            border-color: orange
        }

    ul.pagination &gt; li.next &gt; a, ul.pagination &gt; li.prev &gt; a {
        color: #4990e2
    }

        ul.pagination &gt; li.next &gt; a:hover, ul.pagination &gt; li.prev &gt; a:hover {
            background-color: transparent;
            color: orange
        }

        ul.pagination &gt; li.next &gt; a:focus, ul.pagination &gt; li.prev &gt; a:focus {
            background-color: transparent;
            color: #4990e2
        }

.passengers:not(.breadcrumbs__steps) {
    padding: 15px 0 30px
}

.passengers__title {
    padding: 15px;
    margin: 15px -15px;
    border-radius: 0
}

    .passengers__title h3 {
        margin: 0;
        font-size: 1em
    }

        .passengers__title h3 i {
            color: orange;
            margin-left: 5px;
            font-size: 1.5em;
            vertical-align: middle
        }

    .passengers__title .search-timer {
        color: #8bc34a
    }

.passengers__count {
    padding: 10px;
    float: right;
    width: calc(33% - 10px);
    margin: 0 7.5px 1em;
    font-size: 80%;
    position: relative
}

    .passengers__count:first-child {
        margin-right: 0
    }

    .passengers__count:last-child {
        margin-left: 0
    }

    .passengers__count.car {
        width: 100%
    }

    .passengers__count .add {
        padding: 0;
        border: 0;
        border-right: 1px solid #d2d2d2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 30px;
        font-size: 1.5em;
        background-color: #4990e2;
        color: #fff;
        border-radius: 3px 0 0 3px
    }

    .passengers__count.adult strong {
        color: #8bc34a
    }

    .passengers__count.adult span {
        padding-right: 5px
    }

@media (max-width:767px) {
    .passengers__count.adult span {
        padding-right: 0
    }
}

.passengers__count.child strong {
    color: #4990e2
}

.passengers__count.child span {
    padding-right: 5px
}

.passengers__count.infant strong {
    color: orange
}

.passengers__count.infant span {
    padding-right: 5px
}

.passengers__count.disabled {
    opacity: .5
}

.exclusive-btn {
    background-color: #fff;
    height: 50px;
    font-size: .9em;
    border: 1px solid #00b4b4;
    padding-top: 15px;
    display: block
}

    .exclusive-btn:hover .icon {
        background-color: #00b4b4;
        color: #fff
    }

    .exclusive-btn .icon {
        vertical-align: middle;
        color: #00b4b4;
        height: 50px;
        width: 50px;
        font-size: 1.5em;
        padding-top: 15px;
        text-align: center;
        margin-top: -16px;
        margin-right: -15px;
        display: inline-block;
        border-left: 1px solid #00b4b4;
        float: right
    }

        .exclusive-btn .icon:hover {
            background-color: #00b4b4;
            color: #fff
        }

    .exclusive-btn .icon__text {
        padding-top: 10px
    }

.exclusive-btn--active .icon {
    background-color: #00b4b4;
    color: #fff
}

@media (max-width:991px) {
    .exclusive-btn {
        margin-bottom: 20px
    }
}

.passenger-form-area__input {
    padding-left: 0
}

@media (max-width:1199px) {
    .passenger-form-area__input {
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .passenger-form-area {
        padding-left: 70px;
        padding-right: 15px
    }
}

.passengers-box {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px
}

    .passengers-box .radifier-label {
        margin-bottom: 1em
    }

.passengers-box__header {
    margin: -15px -15px 30px;
    height: 50px;
    line-height: 40px;
    position: relative
}

    .passengers-box__header:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        top: 50px;
        background: linear-gradient(90deg,#fff,#f5f5f5 30%,#f5f5f5)
    }

.passengers-box__title {
    margin: 0 5px 0 0;
    line-height: 50px;
    padding-right: 10px;
    border-right: 5px solid transparent;
    font-size: 1em;
    font-weight: 500
}

.passengers-box__close {
    border-right: 1px solid #e1e1e1;
    height: 33px;
    width: 40px;
    padding-left: 12px;
    padding-top: 0;
    margin-top: 10px;
    text-align: center;
    color: #e63200
}

    .passengers-box__close[disabled] {
        background-color: #e1e1e1;
        color: #aaa;
        margin-top: 5px;
        height: 47px
    }

.passengers-box__formers {
    color: #2979ff;
    font-size: .9em;
    padding: 3px 15px 0;
    line-height: 50px;
    display: block;
    margin-left: 12px
}

    .passengers-box__formers i {
        margin-left: 5px;
        vertical-align: middle;
        font-size: 1.25em
    }

    .passengers-box__formers svg {
        margin-left: 5px;
        float: right;
        margin-top: 15px
    }

.passengers-box.adult h4 {
    border-right-color: #74b49b
}

.passengers-box.adult__style-across {
    border-right: 5px solid #74b49b
}

.passengers-box.child h4 {
    border-right-color: #f77754
}

.passengers-box.child__style-across {
    border-right: 5px solid #f77754
}

.passengers-box.infant h4 {
    border-right-color: #fab95b
}

.passengers-box.infant__style-across {
    border-right: 5px solid #fab95b
}

@media (max-width:767px) {
    .passengers-box label {
        font-size: 80%
    }

    .passengers-box .col-xs-6:nth-child(odd) {
        padding-left: 7.5px
    }

    .passengers-box .col-xs-6:nth-child(2n) {
        padding-right: 7.5px
    }
}

@media (max-width:767px) {
    .info-box .btn-primary {
        margin-top: 30px !important
    }
}

.info-box label {
    font-size: 1.1em
}

.info-box &gt; div {
    padding: 30px 15px;
    border-bottom: 1px solid #e1e1e1
}

    .info-box &gt; div:last-child {
        border-bottom: 0
    }

.info-box .order-notification-form {
    padding: 30px 20px 0;
    border-bottom: none
}

.info-box .order-notification-form__contact-info {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px
}

.info-box .order-notification-form:last-child .order-notification-form__contact-info {
    border-bottom: 0
}

.info-box__receiver .form-group {
    margin-bottom: .5em
}

.info-box__rules .btn {
    margin-top: -3px
}

.continue-to-confirm {
    font-weight: 500
}

.box-history-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    overflow-y: scroll;
    padding-bottom: 100px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

@media (max-width:767px) {
    .box-history-side-menu {
        max-width: 400px
    }
}

.box-history-side-menu .style-table thead {
    background-color: #f1f6f8
}

.box-history-modal {
    float: none;
    background-color: inherit;
    margin-right: auto;
    margin-left: auto;
    display: block;
    min-height: 300px;
    overflow-y: auto
}

    .box-history-modal .modal-header {
        padding: 0
    }

    .box-history-modal .modal-body {
        position: static;
        padding: 0 15px
    }

@media (min-width:992px) {
    .box-history-modal .modal-dialog {
        width: 100%;
        max-width: 800px
    }
}

@media (max-width:991px) {
    .box-history-modal .modal-dialog {
        width: 100%
    }
}

.close-box-history {
    cursor: pointer;
    top: 15px;
    left: 15px;
    position: absolute;
    float: left
}

    .close-box-history i {
        font-size: 1em;
        text-align: center
    }

.style-round-icon {
    text-align: center;
    padding-top: 8px;
    border: 1px solid orange;
    color: orange;
    border-radius: 100%;
    width: 35px;
    height: 35px
}

    .style-round-icon i &gt; {
        color: orange
    }

@media (min-width:992px) {
    .style-round-icon {
        border: 0;
        border-radius: 0
    }
}

.title-history-name {
    text-align: right;
    border-bottom: 1px solid orange;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 5px !important;
    margin-right: -15px;
    margin-left: -15px
}

    .title-history-name i {
        color: orange;
        margin-right: 15px;
        margin-left: 5px
    }

    .title-history-name span {
        font-weight: 500;
        font-size: 15px
    }

.title-type-passenger {
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .title-type-passenger {
        text-align: right
    }
}

.history-passenger-part {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-radius: 3px
}

    .history-passenger-part .table-responsive {
        border: none
    }

.foreigner-history-part li:first-child {
    font-family: sans-serif
}

.suggests-history-passenger-modal {
    margin-top: 20px;
    margin-bottom: 20px
}

.box-history-modal .style-table, .box-history-side-menu .style-table, .list-history-passenger .style-table {
    border: none
}

.box-history-modal td, .box-history-side-menu td, .list-history-passenger td {
    text-align: center;
    max-width: 200px;
    white-space: normal
}

@media (max-width:767px) {
    .box-history-modal td.list-history-passenger__name, .box-history-side-menu td.list-history-passenger__name, .list-history-passenger td.list-history-passenger__name {
        max-width: 33vw
    }
}

.box-history-modal th, .box-history-side-menu th, .list-history-passenger th {
    text-align: center
}

@media (max-width:767px) {
    .box-history-modal th, .box-history-side-menu th, .list-history-passenger th {
        font-size: .7em
    }
}

.list-history-passenger__content {
    border-bottom: 1px solid #f5f5f5
}

    .list-history-passenger__content td {
        border-bottom: 1px solid #f5f5f5;
        font-weight: 300
    }

        .list-history-passenger__content td .btn-choice {
            background-color: #fff;
            color: #8bc34a;
            border: 1px solid #8bc34a;
            padding: 5px 25px
        }

@media (max-width:767px) {
    .list-history-passenger__content {
        font-size: .9em
    }
}

.box-history-modal li {
    width: 25%
}

    .box-history-modal li:nth-child(3) {
        display: table-cell !important
    }

.box-history-side-menu .modal-header {
    padding: 0
}

.box-history-side-menu .modal-body {
    position: static;
    padding: 0 15px
}

@media (min-width:768px) and (max-width:991px) {
    .box-history-side-menu .modal-dialog {
        width: 700px !important
    }
}

@media (min-width:992px) {
    .box-history-side-menu .modal-dialog {
        width: 800px
    }
}

@media (max-width:991px) {
    .box-history-side-menu .modal-dialog {
        width: 100%;
        margin: 0
    }
}

.box-history-side-menu .modal-content {
    border: none;
    box-shadow: none !important
}

.box-history-side-menu li:nth-child(3) {
    display: none
}

.suggests-name-passenger {
    left: 0
}

@media (max-width:767px) {
    .passenger-container {
        margin-right: -8px;
        margin-left: -8px
    }
}

.edit-passenger-icon {
    width: 23px;
    height: 23px
}

.header-title-part {
    padding-right: 0;
    padding-left: 0
}

    .header-title-part .close-modal {
        position: absolute;
        left: 20px;
        top: 10px;
        width: 36px;
        height: 36px
    }

.search-timer {
    min-width: 45px;
    display: inline-block;
    text-align: center;
    font-size: 1.1em
}

@media (min-width:768px) {
    .passengers__title {
        margin: 0 0 1em
    }

    .passengers__count {
        padding: 15px
    }

        .passengers__count .add {
            width: 40px
        }
}

@media (min-width:992px) {
    .passengers__count {
        font-size: 90%
    }

        .passengers__count .add {
            color: #aaa;
            transition: all .25s
        }

            .passengers__count .add:hover {
                background-color: #4990e2;
                color: #fff
            }
}

@media (min-width:1200px) {
    .passengers__count .add {
        width: 55px;
        color: #fff
    }

        .passengers__count .add:hover {
            background-color: #64b5f6
        }
}

@media (max-width:991px) {
    .passengers__title {
        font-size: .9em
    }
}

.scrollToTop {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #d2d2d2;
    border-radius: 4px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

body:not(.mobile) .scrollToTop:hover {
    background: #ffc800;
    color: #646464;
    text-decoration: none
}

.searchPanel {
    transition: background .3s linear;
    zoom: 1;
    padding-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f5f5f5
}

@media (max-width:991px) {
    .searchPanel {
        background-image: none !important
    }
}

@media (min-width:992px) {
    .searchPanel {
        background: transparent no-repeat 50%;
        background-size: cover;
        border-bottom: none;
        padding-top: 200px
    }

    .searchPanel-cover {
        display: none
    }
}

.searchPanel-cover {
    height: 60px;
    background: #d2d2d2
}

@media (min-width:768px) {
    .searchPanel-cover {
        height: 85px
    }
}

.searchPanel-segment {
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center
}

    .searchPanel-segment .badge {
        position: absolute;
        left: 45%;
        top: -16px;
        font-weight: 300;
        padding-top: 2px
    }

@media (min-width:992px) {
    .searchPanel-segment .badge {
        top: -30px
    }
}

.searchPanel-segment &gt; li {
    list-style: none;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center
}

    .searchPanel-segment &gt; li .tabs-title {
        display: block;
        font-size: .4em;
        font-weight: 500;
        line-height: 1.4em;
        max-width: 50px
    }

@media (min-width:425px) {
    .searchPanel-segment &gt; li .tabs-title {
        font-size: .45em;
        white-space: nowrap;
        margin: 5px 0;
        max-width: none
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li .tabs-title {
        font-size: .5em
    }
}

@media (max-width:767px) {
    .searchPanel-segment &gt; li .tabs-title {
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }
}

.searchPanel-segment &gt; li a {
    color: #6b6b6b;
    transform-origin: top
}

@media (min-width:768px) {
    .searchPanel-segment &gt; li a {
        transform-origin: center
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a {
        color: #fff
    }
}

.searchPanel-segment &gt; li a .tabs-title, .searchPanel-segment &gt; li a svg path {
    transition: transform .14s ease
}

.searchPanel-segment &gt; li a:hover {
    color: #ffb733
}

.searchPanel-segment &gt; li a.router-link-active {
    transform: scale(1.3);
    color: orange
}

    .searchPanel-segment &gt; li a.router-link-active .tabs-title {
        font-size: .4em
    }

@media (min-width:992px) {
    .searchPanel-segment &gt; li a.router-link-active {
        transform: scale(1)
    }

        .searchPanel-segment &gt; li a.router-link-active .tabs-title {
            font-size: .5em
        }
}

.searchPanel-segment &gt; li a.router-link-active i {
    color: orange !important;
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .searchPanel-segment &gt; li a.router-link-active i {
        margin-top: 9px !important;
        transform: scale(1.24)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .searchPanel-segment &gt; li a.router-link-active i {
        transform: scale(1.24);
        margin-top: 11px !important
    }
}

.searchPanel-segment &gt; li a.router-link-active, .searchPanel-segment &gt; li a:hover {
    color: orange
}

.searchPanel-segment &gt; li a {
    font-size: 2em;
    background: #fff;
    border-radius: 50%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

    .searchPanel-segment &gt; li a &gt; span {
        color: #646464;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
        display: block;
        padding-right: 12px
    }

@media (min-width:768px) and (max-width:991px) {
    .searchPanel-segment &gt; li a &gt; span {
        margin-top: 10px;
        padding-right: 0
    }
}

.searchPanel-segment &gt; li a .svg-icon-wrapper {
    margin-right: -.5px;
    padding: 4px
}

    .searchPanel-segment &gt; li a .svg-icon-wrapper svg {
        width: 100%
    }

@media (max-width:767px) {
    .searchPanel-segment &gt; li a {
        background-color: #f5f5f5;
        width: 40px;
        height: 40px
    }

        .searchPanel-segment &gt; li a i {
            font-size: 36px !important;
            margin-right: 0 !important;
            margin-top: 5px !important
        }
}

@media (min-width:768px) and (max-width:991px) {
    .searchPanel-segment &gt; li a {
        background-color: #f5f5f5;
        width: 65px;
        height: 65px
    }

        .searchPanel-segment &gt; li a i {
            font-size: 52px !important;
            margin-right: -1px !important;
            margin-top: 6px !important
        }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a {
        background: transparent;
        position: relative;
        zoom: 1
    }

        .searchPanel-segment &gt; li a:before {
            content: " ";
            position: absolute;
            top: -10px;
            right: calc(50% - 37px);
            z-index: -1;
            height: 40px;
            width: 80px;
            border-radius: 80px 80px 0 0;
            background: rgba(0,0,0,.7);
            border-top: 1px solid #424242;
            box-sizing: border-box
        }

        .searchPanel-segment &gt; li a i {
            color: #fff !important;
            font-size: 1.9em !important;
            margin-right: 6px !important;
            margin-top: 3px !important
        }

        .searchPanel-segment &gt; li a .svg-icon-wrapper {
            margin-right: 5px;
            padding-top: 3px
        }

            .searchPanel-segment &gt; li a .svg-icon-wrapper svg {
                width: 1.9em
            }

        .searchPanel-segment &gt; li a + span {
            color: #fff
        }
}

.searchPanel-segment &gt; li a i {
    font-size: 1.35em;
    color: #aaa;
    vertical-align: top;
    display: inline-block;
    margin-top: 8px;
    margin-right: -1px
}

    .searchPanel-segment &gt; li a i.icon-domestic-flight:before {
        content: "\e939"
    }

@media (min-width:768px) {
    .searchPanel-segment &gt; li a i.icon-domestic-flight:before {
        content: "\e938"
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a i.icon-domestic-flight:before {
        content: "\e937"
    }
}

.searchPanel-segment &gt; li a i.icon-international-flight:before {
    content: "\e93f"
}

@media (min-width:768px) {
    .searchPanel-segment &gt; li a i.icon-international-flight:before {
        content: "\e940"
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a i.icon-international-flight:before {
        content: "\e92d"
    }
}

.searchPanel-segment &gt; li a i.icon-train:before {
    content: "\e943"
}

@media (min-width:768px) {
    .searchPanel-segment &gt; li a i.icon-train:before {
        content: "\e946"
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a i.icon-train:before {
        content: "\e936"
    }
}

.searchPanel-segment &gt; li a i.icon-tour:before {
    content: "\e942"
}

@media (min-width:768px) {
    .searchPanel-segment &gt; li a i.icon-tour:before {
        content: "\e944"
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a i.icon-tour:before {
        content: "\e947"
    }
}

.searchPanel-segment &gt; li a i.icon-hotel:before {
    content: "\e941"
}

@media (min-width:768px) {
    .searchPanel-segment &gt; li a i.icon-hotel:before {
        content: "\e945"
    }
}

@media (min-width:992px) {
    .searchPanel-segment &gt; li a i.icon-hotel:before {
        content: "\e92e"
    }
}

.searchPanel-segment &gt; li a .svg-icon-wrapper svg {
    height: 100%;
    display: block;
    margin: auto
}

.search-container {
    -webkit-overflow-scrolling: touch
}

    .search-container, .search-container .row {
        margin: 0 -3px
    }

        .search-container &gt; form &gt; .row &gt; [class^=col-], .search-container &gt; form &gt; [class^=col-] {
            padding: 0 3px;
            margin-bottom: 8px
        }

@media (min-width:992px) {
    .search-container &gt; form &gt; .row &gt; [class^=col-], .search-container &gt; form &gt; [class^=col-] {
        margin-bottom: 0
    }
}

.search-container &gt; form &gt; .row &gt; [class^=col-]:last-child, .search-container &gt; form &gt; [class^=col-]:last-child {
    margin-bottom: 0
}

.search-container .gap {
    height: 30px
}

    .search-container .gap &gt; div {
        padding: 0 0 10px
    }

@media (min-width:992px) {
    .search-container .gap {
        display: block;
        height: 45px
    }

        .search-container .gap &gt; div {
            padding: 10px 0 0
        }
}

.re-search .search-container .gap {
    display: none
}

.search-container .input-group &gt; input, .search-container .input-group &gt; span, .search-container input.form-control {
    background-color: #fff;
    height: 47px;
    border-color: transparent !important
}

.search-container .input-group-addon {
    padding-left: 6px
}

.search-container .input-group &gt; .form-control {
    padding-right: 6px;
    border-right: 0
}

.search-container .input-group.disabled &gt; input.form-control, .search-container .input-group.disabled &gt; span {
    background-color: #f2f2f2
}

.search-container input::-webkit-input-placeholder {
    color: #979797
}

.search-container input::-moz-placeholder {
    color: #979797
}

.search-container input:-ms-input-placeholder {
    color: #979797
}

.search-container input::-ms-input-placeholder {
    color: #979797
}

.search-container input::placeholder {
    color: #979797
}

@media (max-width:991px) {
    .search-container {
        padding: 20px 0
    }

        .search-container .indra-multiselect .multiselect__tags, .search-container .input-group {
            border-radius: 4px;
            border: 1px solid #e1e1e1
        }
}

.search-container--light .indra-multiselect .multiselect__tags, .search-container--light .input-group {
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

.search-container .btn-orange[disabled] {
    background-color: #aaa !important
}

.search-container .scrolldown {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    color: #fff
}

.search-container hr {
    border-color: #d2d2d2
}

.input-pair &gt; div {
    width: 100%;
    float: right
}

@media (max-width:767px) {
    .input-pair:not(.xs) &gt; div:first-child, .input-pair:not(.xs) &gt; div:first-child.input-group &gt; .form-control:last-child, .input-pair:not(.xs) &gt; div:first-child.input-group &gt; .input-group-addon:first-child, .input-pair:not(.xs) &gt; div:first-child .multiselect__tags {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 0
    }

    .input-pair:not(.xs) &gt; div:last-child, .input-pair:not(.xs) &gt; div:last-child.input-group &gt; .form-control:last-child, .input-pair:not(.xs) &gt; div:last-child.input-group &gt; .input-group-addon:first-child, .input-pair:not(.xs) &gt; div:last-child .multiselect__tags {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.input-pair.xs &gt; div {
    width: 50%
}

    .input-pair.xs &gt; div:first-child {
        border-left: 1px solid #e1e1e1
    }

        .input-pair.xs &gt; div:first-child, .input-pair.xs &gt; div:first-child.input-group &gt; .form-control:last-child, .input-pair.xs &gt; div:first-child.input-group &gt; .input-group-addon:last-child, .input-pair.xs &gt; div:first-child .multiselect__tags {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

@media (max-width:991px) {
    .input-pair.xs &gt; div:first-child, .input-pair.xs &gt; div:first-child.input-group &gt; .form-control:last-child, .input-pair.xs &gt; div:first-child.input-group &gt; .input-group-addon:last-child, .input-pair.xs &gt; div:first-child .multiselect__tags {
        border-left: 0
    }
}

.input-pair.xs &gt; div:last-child, .input-pair.xs &gt; div:last-child.input-group &gt; .form-control:first-child, .input-pair.xs &gt; div:last-child.input-group &gt; .input-group-addon:first-child, .input-pair.xs &gt; div:last-child .multiselect__tags {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (min-width:992px) {
    .input-pair.xs &gt; div:last-child, .input-pair.xs &gt; div:last-child.input-group &gt; .form-control:first-child, .input-pair.xs &gt; div:last-child.input-group &gt; .input-group-addon:first-child, .input-pair.xs &gt; div:last-child .multiselect__tags {
        border-right: 0
    }
}

@media (min-width:768px) {
    .input-pair--switch &gt; :last-child .multiselect__tags {
        padding-right: 50px
    }

    .input-pair--switch &gt; :last-child .multiselect__select {
        margin-right: 10px
    }

    .input-pair--switch &gt; :last-child &gt; .input-group-addon {
        padding-right: 25px
    }
}

.input-pair--switch &gt; button {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 101;
    transform: translate(-50%,-50%) rotate(90deg);
    box-shadow: none;
    outline: none;
    border-radius: 100%;
    border: 1px solid #d2d2d2;
    color: orange;
    transition: all .2s ease-in-out 0s;
    font-size: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 45px
}

    .input-pair--switch &gt; button:hover {
        background-color: orange;
        color: #fff
    }

@media (min-width:768px) {
    .input-pair--switch &gt; button {
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

.input-pair.ltr.input-pair--switch &gt; button {
    left: auto;
    right: 25px
}

@media (min-width:768px) {
    .input-pair.ltr.input-pair--switch &gt; button {
        left: 50%;
        right: auto;
        transform: translate(-50%,-50%)
    }
}

.input-pair.ltr .multiselect__select {
    right: auto;
    left: 5px
}

@media (min-width:768px) {
    .input-pair &gt; div {
        width: 50%
    }

        .input-pair &gt; div:first-child {
            border-left: 1px solid #e1e1e1
        }

            .input-pair &gt; div:first-child, .input-pair &gt; div:first-child.input-group &gt; .form-control:last-child, .input-pair &gt; div:first-child.input-group &gt; .input-group-addon:last-child, .input-pair &gt; div:first-child .multiselect__tags {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) and (max-width:991px) {
    .input-pair &gt; div:first-child, .input-pair &gt; div:first-child.input-group &gt; .form-control:last-child, .input-pair &gt; div:first-child.input-group &gt; .input-group-addon:last-child, .input-pair &gt; div:first-child .multiselect__tags {
        border-left: 0
    }
}

@media (min-width:768px) {
    .input-pair &gt; div:last-child, .input-pair &gt; div:last-child.input-group &gt; .form-control:first-child, .input-pair &gt; div:last-child.input-group &gt; .input-group-addon:first-child, .input-pair &gt; div:last-child .multiselect__tags {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media (min-width:768px) and (min-width:992px) {
    .input-pair &gt; div:last-child, .input-pair &gt; div:last-child.input-group &gt; .form-control:first-child, .input-pair &gt; div:last-child.input-group &gt; .input-group-addon:first-child, .input-pair &gt; div:last-child .multiselect__tags {
        border-right: 0
    }
}

.input-pair .multiselect__content-wrapper {
    z-index: 105
}

.input-pair:after {
    content: " ";
    display: table;
    clear: both
}

.bg-center {
    background-position: 50%
}

.bg-bottom {
    background-position: bottom
}

.re-search-panels .searchPanel:after {
    display: none;
    content: none
}

.re-search-panels .searchPanel-cover {
    display: none
}

.re-search-panels .panels {
    background-color: #424242
}

.re-search-panels .radifier[type=radio][class=radifier] + .radifier-label {
    color: #fff
}

@media (min-width:768px) {
    .re-search-panels .radifier[type=radio][class=radifier] + .radifier-label {
        padding-right: 30px
    }
}

.re-search-panels .searchPanel-segment__content .content-headline {
    display: none
}

.re-search {
    background-color: #424242;
    color: #fff;
    padding: 12px 0;
    font-size: 85%;
    line-height: 28px
}

    .re-search &gt; .container {
        cursor: pointer
    }

.re-search__info {
    float: right
}

    .re-search__info i {
        margin: 0 1em;
        color: orange;
        vertical-align: middle;
        font-size: 1.25em
    }

@media (max-width:767px) {
    .re-search__info i {
        margin: 0 1em 0 0
    }
}

.re-search__info .path {
    display: inline-block;
    font-size: 1.1em;
    margin: 0;
    line-height: 2.5;
    font-weight: 400
}

.re-search__info .date {
    margin-right: 4em;
    font-size: 1.1em
}

    .re-search__info .date time:last-child {
        margin-left: 0
    }

.re-search__toggle {
    float: left;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    color: orange;
    font-size: 1.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .re-search__toggle i {
        display: inline-block;
        margin-right: 5px;
        border-radius: 50%;
        text-align: center;
        width: 28px;
        height: 28px;
        background-color: transparent;
        font-size: 1.2em;
        vertical-align: middle;
        border: 1px solid;
        line-height: 26px
    }

@media (min-width:768px) {
    .re-search-panels .searchPanel-segment__content {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .re-search {
        white-space: nowrap
    }
}

@media (min-width:992px) {
    .re-search-panels .search-panels {
        background-image: none
    }

    .re-search-panels .searchPanel {
        padding-top: 0
    }

        .re-search-panels .searchPanel .panels {
            padding-bottom: 1.5em;
            background-color: #424242
        }

    .re-search-panels .searchPanel-segment {
        display: block;
        margin: 0;
        padding: 0
    }

        .re-search-panels .searchPanel-segment &gt; li {
            width: auto;
            margin-left: 3em !important
        }

            .re-search-panels .searchPanel-segment &gt; li a {
                width: auto;
                height: auto
            }

                .re-search-panels .searchPanel-segment &gt; li a:before, .re-search-panels .searchPanel-segment &gt; li a i {
                    display: none
                }

                .re-search-panels .searchPanel-segment &gt; li a span {
                    padding-right: 0;
                    color: #fff
                }

                .re-search-panels .searchPanel-segment &gt; li a.router-link-active span {
                    color: orange
                }
}

@media (max-width:991px) {
    .re-search {
        padding: 5px 0 !important
    }

    .re-search__info .date {
        width: 100%;
        display: block;
        margin-right: 1.5em
    }

    .re-search__info .path {
        line-height: 2
    }

    .re-search__toggle {
        margin-top: 1em;
        padding-right: 8px;
        border-radius: 500px;
        max-height: 30px;
        height: 30px;
        border: 1px solid
    }

        .re-search__toggle i {
            border: 0
        }
}

@media (max-width:480px) {
    .re-search__info .date {
        font-size: .7em
    }

    .re-search__info .path {
        font-size: .85em
    }
}

@media (min-width:768px) and (max-width:991px) {
    .re-search__toggle i {
        border: 1px solid
    }
}

.timeout-modal {
    text-align: center;
    z-index: 9999
}

.timeout-modal__image {
    display: block;
    width: 125px;
    height: auto;
    margin: 1em auto 0
}

.timeout-modal__title {
    color: orange
}

.timeout-modal__leading-text {
    font-weight: 500;
    font-size: 1.25em;
    margin-bottom: .25em
}

.timeout-modal__supporting-text {
    font-size: .875em
}

.selected-availables-row {
    margin-top: 20px
}

@media (max-width:991px) {
    .selected-availables-row {
        margin-top: -20px
    }

        .selected-availables-row .available-columns {
            border-radius: 0
        }
}

.selected-availables-row .more-train-detail {
    margin: 10px 20px
}

.available-empty {
    border: 2px dashed #d2d2d2;
    border-radius: 3px;
    line-height: 125px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .available-empty:before {
        top: -2px;
        border-bottom: 2px dashed #d2d2d2;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .available-empty:after, .available-empty:before {
        content: " ";
        position: absolute;
        left: 25%;
        z-index: 1;
        display: inline-block;
        background: #f5f5f5;
        height: 10px;
        width: 20px
    }

    .available-empty:after {
        bottom: -2px;
        border-top: 2px dashed #d2d2d2;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

.available-empty__message {
    color: #646464;
    text-align: center
}

@media (max-width:991px) {
    .available-empty {
        display: none
    }
}

.international-selected-package .available-btn-action, .selected-available .available-btn-action {
    margin-top: 10px !important;
    transition: all .2s ease-in-out
}

    .international-selected-package .available-btn-action, .international-selected-package .available-btn-action:focus, .selected-available .available-btn-action, .selected-available .available-btn-action:focus {
        background: none;
        border: 1px solid #ff8200 !important;
        color: #ff8200
    }

body:not(.mobile) .international-selected-package .available-btn-action:hover, body:not(.mobile) .selected-available .available-btn-action:hover {
    background: #ff8200;
    border-color: none;
    color: #fff
}

.international-selected-package .pricing-value span, .selected-available .pricing-value span {
    color: #646464 !important
}

.selected-available {
    border: 1px solid #f1f6f8;
    box-shadow: none !important
}

    .selected-available .destination-map__from strong, .selected-available .destination-map__to strong {
        color: #646464 !important;
        font-weight: 700;
        font-size: 1.2em
    }

        .selected-available .destination-map__from strong.time, .selected-available .destination-map__to strong.time {
            font-weight: 500;
            font-size: 1.3em
        }

@media (max-width:767px) {
    .selected-available .destination-map__from strong, .selected-available .destination-map__to strong {
        font-size: 1.125em
    }

        .selected-available .destination-map__from strong.time, .selected-available .destination-map__to strong.time {
            font-size: 1.2em
        }
}

.selected-available .destination-map__airicon {
    padding-top: 4px
}

    .selected-available .destination-map__airicon .icon {
        margin-top: 4px
    }

@media (max-width:991px) {
    .selected-available .destination-map__airicon {
        padding-top: 7px
    }
}

.selected-available:not(.oneWay) .destination-map__airicon {
    text-align: left
}

    .selected-available:not(.oneWay) .destination-map__airicon .airline-time, .selected-available:not(.oneWay) .destination-map__airicon:after, .selected-available:not(.oneWay) .destination-map__airicon:before {
        display: none
    }

.selected-available .flight-info {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #d2d2d2
}

    .selected-available .flight-info &gt; div {
        padding-right: 0
    }

        .selected-available .flight-info &gt; div:last-child {
            text-align: left;
            padding-left: 0
        }

.selected-available .info-airline__time {
    font-size: 1.4em !important;
    color: #424242
}

.selected-available .available-columns__footer {
    margin-top: 15px
}

.selected-available .pricing-detail {
    width: 100%;
    float: right
}

.selected-available .cancelable {
    margin-top: 80px;
    font-weight: 500
}

    .selected-available .cancelable.oneWay {
        margin-top: 8px
    }

@media (max-width:991px) {
    .selected-available .cancelable {
        margin-top: 37px !important
    }
}

.selected-available .destination-map.row {
    margin-left: 0
}

.selected-availables-row.train-availables .departing-available, .selected-availables-row.train-availables .returning-available {
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
    .selected-availables-row.train-availables .departing-available {
        padding-left: 10px
    }

    .selected-availables-row.train-availables .returning-available {
        padding-right: 10px
    }
}

@media (min-width:768px) {
    .selected-availables-row .destination-map__from, .selected-availables-row .destination-map__to {
        padding-right: 0
    }

    .selected-availables-row .destination-map__airicon {
        text-align: center
    }
}

@media (min-width:992px) {
    .selected-availables-row .destination-map__airicon {
        text-align: right
    }
}

@media (max-width:767px) {
    .selected-availables-row {
        margin: 0 -15px
    }

        .selected-availables-row .destination-map__airicon {
            padding-top: 2px;
            text-align: center
        }
}

@media (min-width:768px) and (max-width:991px) {
    .selected-availables-row {
        margin: 0 -25px 20px
    }
}

@media (max-width:991px) {
    .returning-available {
        padding-right: 0
    }
}

.sorts {
    position: relative;
    display: flex;
    height: 40px;
    align-items: stretch;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

    .sorts &gt; button {
        flex: auto 1 1;
        position: relative;
        background-color: transparent;
        border: none;
        outline: none
    }

        .sorts &gt; button:before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 0;
            background-color: #f1f6f8;
            width: 1px
        }

        .sorts &gt; button:last-child:before {
            display: none;
            content: none
        }

        .sorts &gt; button.active {
            color: #8bc34a;
            border: 1px solid #8bc34a
        }

@media (min-width:992px) {
    .sorts &gt; button.active {
        border: 0;
        border-bottom: 3px solid #8bc34a
    }
}

@media (min-width:992px) {
    .sorts {
        margin-left: 280px;
        height: 50px
    }

        .sorts:after, .sorts:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            left: -4px;
            top: -3px;
            box-sizing: border-box;
            border: 28px solid transparent;
            border-left-color: #f5f5f5
        }

        .sorts:before {
            border-left-color: #e1e1e1;
            border-width: 25px;
            top: 0;
            left: 0 !important
        }
}

.sorts select {
    max-width: 200px
}

.sort-header__toggle {
    float: left;
    width: 36px;
    height: 36px;
    color: #aaa;
    border: 0;
    padding: 0;
    background-color: #fff
}

    .sort-header__toggle i {
        font-size: 2.5em
    }

.staticpage-header {
    transition: all .2s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(https://cdn.alibaba.ir/dist/4fccf83b/img/new-hero-image.9e4a88c.jpg);
    background-color: transparent;
    border-bottom: none;
    padding-top: 200px
}

@media (max-width:767px) {
    .staticpage-header {
        padding-top: 0
    }
}

body.mobile .staticpage-header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1
}

.staticpage-header__cover {
    display: none
}

.staticpage-header .panels {
    position: relative;
    background: linear-gradient(transparent,#000);
    padding-top: 75px
}

@media (max-width:767px) {
    .staticpage-header .panels {
        height: 120px;
        padding-top: 0
    }
}

.staticpage-header__cover {
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(https://cdn.alibaba.ir/dist/4fccf83b/img/new-hero-image.9e4a88c.jpg)
}

.staticpage-header__segment {
    color: #fff
}

    .staticpage-header__segment p {
        font-size: 1.286em
    }

@media (max-width:767px) {
    .staticpage-header__segment {
        bottom: 0;
        position: absolute
    }

        .staticpage-header__segment h2 {
            font-size: 1.1429em
        }

        .staticpage-header__segment p {
            font-size: .857em
        }
}

.staticpage__content {
    margin: 1em auto
}

    .staticpage__content p {
        margin: 0 0 1.2em;
        line-height: 2.2em
    }

@media (max-width:767px) {
    .staticpage__content {
        margin-left: -15px;
        margin-right: -15px
    }

        .staticpage__content p {
            font-size: .857em
        }
}

.staticpage__content .highlight-word {
    color: #4990e2
}

.verify-code-box input {
    width: 70px;
    height: 70px;
    text-align: center
}

.verify-code-box button {
    border-radius: 5px;
    margin-top: 20px
}

.item-of-authentication {
    padding-top: 30px
}

.submit-of-authentication {
    font-size: .9em;
    margin-top: 20px
}

.modal-mode-btn {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    margin-top: 25px
}

@media (max-width:480px) {
    .modal-mode-btn {
        width: 100%
    }
}

.entry-sms-code {
    margin-bottom: 30px
}

.verification-title {
    font-size: 16px;
    color: #424242
}

    .verification-title svg {
        vertical-align: middle
    }

.verification-container {
    text-align: center
}

.verification-container-title {
    padding: 20px;
    color: #424242;
    font-size: 20px
}

.verification-container-description {
    color: #646464;
    font-size: 14px;
    padding-bottom: 30px
}

.OTP-alert-style {
    transition: all 1s linear;
    font-size: .72em;
    text-align: center;
    margin: 0
}

.OTP-alert-style--modal {
    font-size: .9em;
    text-align: center
}

@media (max-width:991px) {
    .OTP-alert-style {
        margin-bottom: 10px
    }
}

.form-box-style__label {
    font-size: 1.1em
}

@media (max-width:767px) {
    .form-box-style__label {
        font-size: .9em
    }
}

.form-box-style__submit, .form-box-style__text {
    width: 100%;
    max-width: 400px;
    display: inline-block
}

.form-box-style__submit {
    margin-top: 0
}

.form-box-style__alert {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    display: inline-block;
    font-size: .8em
}

.form-box-style .help-block {
    right: auto
}

.form-box-style__success-email {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .form-box-style {
        padding-right: 0;
        padding-left: 0
    }
}

.step-to-done-btn {
    width: 100%;
    max-width: 300px;
    display: inline-block
}

@media (max-width:480px) {
    .step-to-done-btn {
        width: 100%
    }
}

.spinner-loading p {
    margin: 1.5em 0
}

.spinner-loading .reload-seat {
    margin: 0 0 1.5em;
    color: #fff;
    background: #0078dc
}

.bus-droppingpoint {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #979797;
    font-weight: 400;
    font-size: 12px
}

@media (max-width:767px) {
    .bus-droppingpoint {
        font-size: .65rem
    }
}

.slide-enter-active, .slide-leave-active {
    transition-duration: .3s;
    transition-timing-function: linear
}

.slide-enter-to, .slide-leave {
    max-height: 133px;
    overflow: hidden
}

.slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0
}

.sans-serif {
    font-family: sans-serif
}

input[data-skin=radio] {
    display: none !important
}

.radify {
    margin: .5rem;
    z-index: 1
}

.radify, .radify-trigger {
    position: relative;
    display: inline-block
}

.radify-trigger {
    border-radius: 100%;
    border: 1px solid #d2d2d2;
    width: 15px;
    height: 15px;
    top: -.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .25s ease;
    overflow: hidden
}

    .radify-trigger:before {
        content: " ";
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        width: 9px;
        height: 9px;
        border-radius: 50%
    }

.radify-label {
    font-size: 1em;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
    margin-top: -3.5px
}

body.mobile .radify-label {
    font-size: .8em
}

.radify.checked .radify-trigger:before, .radify.selected .radify-trigger:before {
    background-color: orange
}

.radify.disabled {
    opacity: .7;
    cursor: default
}

    .radify.disabled.selected .radify-trigger:before {
        background-color: #d2d2d2 !important
    }

.style-btn-decrease, .style-btn-increase {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-top: 1px;
    font-size: 1.1em;
    text-align: center;
    border: 1px solid orange;
    color: orange;
    border-radius: 100%;
    cursor: pointer;
    background-color: transparent;
    transition: all .15s ease
}

    .style-btn-decrease:before, .style-btn-increase:before {
        content: "+"
    }

    .style-btn-decrease[disabled], .style-btn-increase[disabled] {
        border-color: #aaa;
        color: #aaa
    }

    .style-btn-decrease:active, .style-btn-increase:active {
        background-color: orange;
        color: #fff
    }

    .style-btn-decrease:before {
        content: "-"
    }

.btn {
    border-radius: 3px
}

.btn-blue-style, .btn-info-style, .btn-return-style, .btn-success-style {
    color: #fff;
    border: none;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all .2s ease-in-out 0s
}

    .btn-blue-style:hover, .btn-info-style:hover, .btn-return-style:hover, .btn-success-style:hover {
        opacity: .8
    }

.btn-info-style {
    background-color: #4990e2
}

.btn-success-style, .btn-success-style:hover {
    background-color: #8bc34a
}

    .btn-success-style .disabled:hover {
        background-color: #646464
    }

.btn-blue-style, .btn-blue-style:hover {
    background-color: #2979ff
}

    .btn-blue-style .disabled:hover {
        background-color: #646464
    }

.btn-return-style {
    border: 1px solid #ff8200;
    color: #ff8200;
    background-color: #fff
}

    .btn-return-style:hover, .btn-return-style a {
        color: #ff8200
    }

.style-btn-blue {
    border: 1px solid #4990e2;
    color: #4990e2;
    font-weight: 500
}

    .style-btn-blue:hover {
        color: #fff;
        background-color: #4990e2
    }

.style-btn-orange {
    border: 1px solid #ff8200;
    color: #ff8200;
    font-weight: 500;
    background: #fff
}

    .style-btn-orange:hover {
        color: #fff;
        background-color: #ff8200
    }

.btn-orange {
    border: 1px solid orange;
    background-color: orange;
    color: #fff
}

    .btn-orange:hover {
        background-color: #cc8400;
        color: #fff
    }

    .btn-orange[disabled] {
        border-color: #646464
    }

.btn-orange-o {
    border: 1px solid orange;
    background-color: transparent;
    color: orange
}

    .btn-orange-o:hover {
        background-color: orange;
        color: #fff
    }

    .btn-orange-o[disabled] {
        border-color: #646464;
        background-color: transparent !important;
        color: #646464
    }

.btn-info {
    background-color: #2979ff;
    border-color: #2979ff;
    color: #fff !important
}

    .btn-info:hover {
        background-color: #005cf5
    }

.btn-white {
    background-color: #fff;
    color: #646464;
    border: 1px solid #d2d2d2;
    box-shadow: 0 1px 3px rgba(0,0,0,.12)
}

    .btn-white:hover {
        background-color: #f5f5f5;
        box-shadow: 0 1px 5px rgba(0,0,0,.07)
    }

.btn-black {
    background-color: #fff;
    color: #424242;
    border: 1px solid #3a3a3a
}

    .btn-black:hover {
        background-color: #f5f5f5;
        box-shadow: 0 1px 5px rgba(0,0,0,.07)
    }

.btn-rounded {
    border-radius: 100px
}

.btn-shadow {
    box-shadow: 1px 1px 4px rgba(0,0,0,.22) !important
}

.btn-danger {
    background-color: #f44336;
    border-color: #f44336
}

@keyframes attention-pulse {
    0%,20%,40% {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.22),0 0 0 0 rgba(255,130,0,.22),0 0 0 0 rgba(255,130,0,.22)
    }

    10%,30% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.22),0 0 0 5px rgba(255,130,0,.22),0 0 0 10px rgba(255,130,0,.22)
    }
}

.btn-filter {
    background-color: #ff8200;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px
}

    .btn-filter svg {
        margin-left: 10px
    }

.attention {
    -webkit-animation: attention-pulse 5s ease 5s 5 normal both;
    animation: attention-pulse 5s ease 5s 5 normal both
}

.passengers__count, .passengers__title {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

.info-box, .passengers-box {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #ededed;
    border-radius: 1px
}

.box__header {
    padding: 20px;
    margin: 0 -30px
}

.box hr {
    margin: 0 -30px 10px;
    border-top: 1px dashed #d2d2d2
}

.box__content {
    padding: 20px;
    margin: 0 -30px
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800
}

.sticky-bottom--white {
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.15)
}

.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800
}

.modal {
    text-align: center;
    padding: 0 !important
}

    .modal:before {
        content: "";
        height: 100%
    }

    .modal-dialog, .modal:before {
        display: inline-block;
        vertical-align: middle
    }

.modal-body {
    padding-bottom: 15px
}

.style-table {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    max-width: none
}

    .style-table thead {
        background-color: #e1e1e1;
        color: #646464;
        font-size: .8em
    }

        .style-table thead th {
            white-space: normal;
            font-weight: 500;
            border: none !important
        }

        .style-table tbody tr td, .style-table thead th {
            font-size: 1.1em;
            word-wrap: break-word;
            text-align: center
        }

    .style-table tbody tr td {
        white-space: normal !important;
        vertical-align: middle;
        font-weight: 300
    }

    .style-table tbody tr:nth-child(2n) {
        background: #f5f5f5
    }

        .style-table tbody tr:nth-child(2n) td:first-child {
            background: #f2f2f2
        }

    .style-table tr {
        padding: 10px
    }

.tooltip {
    display: block;
    z-index: 500;
    border: none
}

    .tooltip .style-table-tooltip {
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        margin: 0;
        max-width: none
    }

        .tooltip .style-table-tooltip thead {
            background-color: #e1e1e1;
            color: #646464;
            font-size: .8em
        }

            .tooltip .style-table-tooltip thead th {
                font-weight: 500;
                border: none !important;
                word-wrap: break-word;
                text-align: center;
                padding: 15px;
                min-width: 150px
            }

        .tooltip .style-table-tooltip tbody tr {
            background-color: #fff
        }

            .tooltip .style-table-tooltip tbody tr td {
                font-weight: 300;
                font-size: .87em;
                word-wrap: break-word;
                text-align: center;
                padding: 15px;
                min-width: 150px
            }

        .tooltip .style-table-tooltip tr {
            padding: 10px
        }

    .tooltip .tooltip-inner {
        background: #000;
        padding: 5px 10px 4px
    }

    .tooltip .tooltip-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        margin: 5px;
        border-color: #000
    }

    .tooltip .tooltip-inner {
        font-family: IranSans;
        background: #2c3454;
        color: #fff;
        border-radius: 5px;
        max-width: 250px
    }

    .tooltip .tooltip-arrow {
        border-color: #2c3454
    }

    .tooltip.lg .tooltip-inner {
        max-width: 400px;
        padding: 10px
    }

@media (min-width:768px) {
    .tooltip.lg .tooltip-inner {
        padding: 20px 10px
    }
}

.tooltip--gray .tooltip-inner {
    background: #424242;
    color: #fff
}

.tooltip--gray .tooltip-arrow {
    border-color: #424242
}

.tooltip--red .tooltip-inner {
    background: #e63200
}

.tooltip--red .tooltip-arrow {
    border-color: #e63200
}

.tooltip[x-placement^=top] {
    margin-bottom: 5px
}

    .tooltip[x-placement^=top] .tooltip-arrow {
        border-width: 5px 5px 0;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        bottom: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0
    }

.tooltip[x-placement^=bottom] {
    margin-top: 5px
}

    .tooltip[x-placement^=bottom] .tooltip-arrow {
        border-width: 0 5px 5px;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        border-top-color: transparent !important;
        top: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0
    }

.tooltip[x-placement^=right] {
    margin-left: 5px
}

    .tooltip[x-placement^=right] .tooltip-arrow {
        border-width: 5px 5px 5px 0;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        border-bottom-color: transparent !important;
        left: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0
    }

.tooltip[x-placement^=left] {
    margin-right: 5px
}

.tooltip[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s,visibility .15s
}

.tooltip[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s
}

.tooltip-box {
    position: relative
}

    .tooltip-box .tooltiptext {
        padding-right: 10px;
        padding-left: 10px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 30%;
        left: 75%;
        visibility: hidden
    }

        .tooltip-box .tooltiptext:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border: 5px solid transparent;
            border-right-color: #000
        }

    .tooltip-box:hover .tooltiptext {
        visibility: visible
    }

.tooltip-dark-style {
    color: red;
    background-color: #2c3454;
    font-family: IranSans;
    border-radius: 5px
}

    .tooltip-dark-style .tooltip-arrow {
        border-color: #2c3454
    }

    .tooltip-dark-style .tooltip-inner {
        background-color: #2c3454;
        color: #fff;
        font-size: .9em
    }

.static-page-navigation {
    background-color: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 60px;
    padding: 10px 0;
    border-radius: 3px
}

    .static-page-navigation .nav-tabs {
        border: none
    }

        .static-page-navigation .nav-tabs &gt; li.active &gt; a, .static-page-navigation .nav-tabs &gt; li.active &gt; a:focus, .static-page-navigation .nav-tabs &gt; li.active &gt; a:hover {
            color: #ff8200;
            background: none;
            border: none
        }

        .static-page-navigation .nav-tabs &gt; li &gt; a, .static-page-navigation .nav-tabs &gt; li &gt; a:focus, .static-page-navigation .nav-tabs &gt; li &gt; a:hover {
            border: none;
            background: none
        }

    .static-page-navigation .nav &gt; li &gt; a {
        padding: 10px
    }

    .static-page-navigation ul {
        padding: 0;
        margin: 0
    }

.static-page-navigation__link {
    display: block;
    color: #aaa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

    .static-page-navigation__link:hover {
        color: orange
    }

.static-page-navigation__item {
    width: 16.66667%;
    float: right;
    min-height: 40px;
    line-height: 40px
}

    .static-page-navigation__item .icon-arrow-down-12 {
        display: none
    }

    .static-page-navigation__item .active {
        color: orange
    }

    .static-page-navigation__item:last-child {
        border-left: 0
    }

    .static-page-navigation__item i {
        font-size: 1.5em;
        vertical-align: middle;
        line-height: 40px
    }

    .static-page-navigation__item .icon-airplane-line {
        display: inline-block;
        transform: rotate(45deg)
    }

.static-page-navigation__titles {
    margin-right: 10px;
    display: inline-block
}

.static-page-navigation .icon-airplane-line {
    display: inline-block;
    transform: rotate(45deg)
}

@media (min-width:992px) {
    .static-page-navigation {
        margin: 20px 0
    }

    .static-page-navigation__item {
        border-left: 1px solid #e1e1e1
    }

        .static-page-navigation__item .icon-arrow-down-12 {
            display: inline-block;
            font-size: 1em;
            position: absolute;
            bottom: -12px;
            right: 50%;
            left: 50%
        }

        .static-page-navigation__item h2 {
            display: inline-block;
            vertical-align: baseline;
            font-size: 1em;
            margin: 0 5px 0 0;
            font-weight: 400
        }
}

@media (min-width:768px) {
    .static-page-navigation {
        margin: 15px 0
    }

    .static-page-navigation__item i {
        font-size: 2em
    }

    .static-page-navigation__item h2 {
        display: block;
        vertical-align: baseline;
        font-size: .85em;
        margin: 0;
        padding: 15px 0 5px;
        font-weight: 400
    }
}

.alibaba-tab ul {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none
}

    .alibaba-tab ul li {
        padding: 5px 15px;
        margin-left: 10px;
        display: inline-block;
        background: #f5f5f5;
        color: #646464;
        cursor: pointer;
        border-radius: 4px 4px 0 0;
        font-size: .875em
    }

        .alibaba-tab ul li span {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .alibaba-tab ul li .tab-icon {
            height: 16px
        }

        .alibaba-tab ul li:hover {
            background-color: #f9fafe
        }

        .alibaba-tab ul li.active {
            background-color: #f9fafe;
            font-weight: 700
        }

        .alibaba-tab ul li.disabled {
            opacity: .5;
            cursor: not-allowed
        }

.alibaba-tab .pan-container {
    position: relative;
    overflow: hidden;
    background-color: #f9fafe;
    width: 100%
}

@media (max-width:767px) {
    .alibaba-tab .pan-container {
        width: auto
    }
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s
}

.fade-leave-to {
    position: absolute
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.badge {
    display: inline-block;
    text-align: center;
    padding: 4px 7px;
    margin: 3px;
    background-color: #aaa;
    color: #000;
    font-size: 13px;
    position: relative;
    border-radius: 120px;
    transition: all .18s ease
}

    .badge.badge-arrow:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: -4px;
        transform: rotate(45deg);
        left: 14px;
        border: 4px solid transparent;
        border-bottom-color: #aaa
    }

.badge--outline {
    border: 1px solid #646464;
    background-color: transparent;
    color: #646464
}

    .badge--outline.badge:hover {
        color: #424242;
        border-color: #424242
    }

.badge--red {
    background-color: #ff4b3e;
    border-color: #f32415;
    color: #fff
}

    .badge--red.badge-arrow:after {
        border-bottom-color: #f32415
    }

.badge--orange {
    background-color: orange;
    color: #fff;
    border-color: orange
}

    .badge--orange.badge-arrow:after {
        border-bottom-color: orange
    }

    .badge--orange.badge:hover {
        color: #fff;
        border-color: #ff9800
    }

.headline {
    line-height: 1.75em
}

    .headline:after {
        content: " ";
        display: block;
        background-color: orange;
        height: 2px;
        width: 80%;
        max-width: 100px;
        margin: 10px auto
    }

.headline-top {
    font-size: 28px
}

    .headline-top:before {
        display: block;
        content: " ";
        width: 80%;
        max-width: 100px;
        height: 5px;
        background-color: orange;
        margin-bottom: 12px
    }

.landing .section-heading {
    font-size: 1.7142em;
    color: #424242;
    font-weight: 700;
    line-height: 1.7142em;
    margin: 0 0 40px;
    text-align: center
}

.landing &gt; section:nth-child(odd) {
    background-color: #fff
}

.landing &gt; section:nth-child(2n) {
    background-color: #f5f5f5
}

.landing__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,152,0,.1);
    color: #ff9800;
    border-radius: 4px
}

.city-landings {
    font-size: 18px
}

    .city-landings .header-heading h1 {
        font-size: 2.7em !important
    }

    .city-landings .section-heading {
        line-height: 1.75em;
        text-align: right
    }

        .city-landings .section-heading:after {
            content: " ";
            display: block;
            background-color: orange;
            height: 5px;
            width: 80%;
            max-width: 100px;
            margin: 10px 0
        }

    .city-landings .box-text {
        text-align: right !important
    }

    .city-landings .list-inline-block {
        overflow: auto
    }

        .city-landings .list-inline-block &gt; li {
            display: inline-block;
            float: right;
            padding-left: 50px;
            font-weight: 500;
            width: 33%;
            margin-bottom: 20px;
            white-space: nowrap;
            min-width: 360px
        }

            .city-landings .list-inline-block &gt; li:before {
                content: " ";
                display: inline-block;
                width: 14px;
                height: 14px;
                background-color: orange;
                margin-left: 15px;
                border-radius: 50%;
                vertical-align: middle
            }

            .city-landings .list-inline-block &gt; li a {
                margin-right: 15px
            }

.landing-box {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .landing-box &gt; p {
        margin: 0;
        flex: 1
    }

.popoverify, .popoverify-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed
}

body.overflow--hidden {
    overflow: hidden !important
}

.popoverify {
    overflow-y: auto;
    zoom: 1;
    z-index: 1900
}

    .popoverify.fuild {
        background: #fff
    }

        .popoverify.fuild .popoverify-overlay {
            display: none !important
        }

.popoverify-overlay {
    background: #919191;
    opacity: .7
}

.popoverify-content {
    z-index: 1;
    position: relative
}

.popoverify-content__header {
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid orange;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2000;
    zoom: 1;
    background: #fff
}

    .popoverify-content__header .header__buttons {
        padding: 0 10px;
        line-height: 50px
    }

        .popoverify-content__header .header__buttons &gt; :last-child {
            text-align: left
        }

        .popoverify-content__header .header__buttons .icon-circle-close {
            font-size: 2em;
            vertical-align: top;
            display: inline-block;
            margin-top: 10px
        }

        .popoverify-content__header .header__buttons &gt; a[role=close] {
            color: #aaa;
            font-size: 1.8rem;
            padding-left: 20px;
            vertical-align: top;
            display: inline-block;
            margin-top: 6px
        }

        .popoverify-content__header .header__buttons &gt; div[class^=col-] {
            font-weight: 500
        }

            .popoverify-content__header .header__buttons &gt; div[class^=col-] i {
                color: orange;
                font-size: 1.2rem;
                margin-left: 2.5px;
                vertical-align: top;
                display: inline-block;
                margin-top: 16px
            }

.popoverify-content__segment {
    margin-top: 70px
}

.radifier[type=radio][class*=radifier]:disabled + .radifier-label, .radifier[type=radio][class*=radifier]:disabled + .radifier-label:after, .radifier[type=radio][class*=radifier]:disabled + .radifier-label:before {
    cursor: default !important
}

.radifier[type=radio][class*=radifier] + .radifier-label, .radifier[type=radio][class*=radifier] + .radifier-label:after, .radifier[type=radio][class*=radifier] + .radifier-label:before {
    cursor: pointer
}

.radifier {
    margin: .5rem
}

    .radifier[type=radio][class*=radifier] {
        opacity: 0;
        position: absolute
    }

        .radifier[type=radio][class*=radifier] + .radifier-label {
            padding-right: 25px;
            position: relative;
            color: #646464;
            font-weight: 100;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 13px;
            margin-left: 2em;
            line-height: 145%
        }

            .radifier[type=radio][class*=radifier] + .radifier-label:before {
                border-color: #d2d2d2
            }

@media (min-width:768px) {
    .radifier[type=radio][class*=radifier] + .radifier-label {
        font-size: 15px
    }

        .radifier[type=radio][class*=radifier] + .radifier-label:before {
            border-color: #aaa
        }

        .radifier[type=radio][class*=radifier] + .radifier-label:after {
            top: 4.5px
        }
}

.radifier[type=radio][class*=radifier] + .radifier-label:before {
    content: "";
    border-radius: 100%;
    border: 2px solid #d2d2d2;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 1px;
    right: 0;
    margin-right: 0;
    vertical-align: top;
    text-align: center;
    transition: all .25s ease
}

.radifier[type=radio][class*=radifier] + .radifier-label:after {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 4px;
    content: "";
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
    transform: scale(0)
}

.radifier[type=radio][class*=radifier]:checked + .radifier-label:after {
    background: orange;
    transform: scale(1)
}

.radifier[type=radio][class*=radifier]:focus + .radifier-label:before {
    outline: none
}

.radifier[type=radio][class*=radifier]:disabled + .radifier-label:after {
    background: #bfbfbf
}

.radifier[type=radio][class*=radifier] + .radifier-label:empty:before {
    margin-right: 0
}

input[type=checkbox]:not(.no-style) {
    opacity: 0;
    visibility: hidden
}

    input[type=checkbox]:not(.no-style):checked + label:before {
        transform: rotate(-45deg) scale(1)
    }

    input[type=checkbox]:not(.no-style):checked + label.checkbox--blue, input[type=checkbox]:not(.no-style):checked + label.checkbox--inverse-blue {
        color: #2979ff
    }

        input[type=checkbox]:not(.no-style):checked + label.checkbox--inverse-blue:after {
            background: #2979ff;
            border-color: #2979ff
        }

    input[type=checkbox]:not(.no-style) + label {
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-right: 20px;
        display: inline
    }

        input[type=checkbox]:not(.no-style) + label:before {
            transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
            transform: rotate(-45deg) scale(0);
            content: "";
            position: absolute;
            right: -.6875rem;
            top: .375rem;
            z-index: 1;
            width: 1.0625rem;
            height: .5625rem;
            border-color: orange;
            border-style: none none solid solid;
            border-width: 2px
        }

        input[type=checkbox]:not(.no-style) + label:after {
            content: "";
            position: absolute;
            top: 0;
            right: -.9375rem;
            width: 1.5rem;
            height: 1.5rem;
            background: #fff;
            border: 1px solid #9e9e9e;
            border-radius: 4px;
            cursor: pointer;
            outline: none
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--blue:before {
            border-color: #2979ff
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--inverse-blue:before {
            border-color: #fff
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--inverse-blue:after {
            transition: all .4s cubic-bezier(.45,1.8,.5,.75)
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--small {
            padding-right: 8px;
            padding-top: 1px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            line-height: 145%;
            margin: 0;
            right: 4px
        }

            input[type=checkbox]:not(.no-style) + label.checkbox--small:before {
                right: -.9375rem;
                top: .3125rem;
                width: .75rem;
                height: .4375rem
            }

            input[type=checkbox]:not(.no-style) + label.checkbox--small:after {
                top: 0;
                right: -1.1875rem;
                width: 1.2rem;
                height: 1.2rem;
                border-radius: 2px
            }

        input[type=checkbox]:not(.no-style) + label.checkbox--gray-border:after {
            border-color: #d2d2d2
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--md-border:after {
            border-width: 2px
        }

.style-range-slider .diy-tooltip {
    width: 40px;
    text-align: center
}

.style-range-slider .vue-slider-dot {
    background-color: #d2d2d2 !important;
    border: 5px solid #fff;
    box-shadow: .5px .5px 2px 1px rgba(0,0,0,.1) !important
}

@media (max-width:991px) {
    .style-range-slider .vue-slider-dot {
        width: 30px !important;
        height: 30px !important;
        border: 8px solid #fff;
        margin-top: -5px;
        margin-left: -5px
    }
}

.style-range-slider .vue-slider-tooltip-wrap {
    display: none
}

.spinner-loading {
    text-align: center
}

    .spinner-loading .loader, .spinner-loading .loader:after, .spinner-loading .loader:before {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s ease-in-out infinite;
        animation: load7 1.8s ease-in-out infinite
    }

    .spinner-loading .loader {
        color: orange
    }

    .spinner-loading .loader, .spinner-loading .loader-dark {
        font-size: 5px;
        margin: 20px auto 50px;
        position: relative;
        text-indent: -9999em;
        transform: translateZ(0);
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

    .spinner-loading .loader-dark {
        color: #646464
    }

    .spinner-loading .loader:after, .spinner-loading .loader:before {
        content: "";
        position: absolute;
        top: 0
    }

    .spinner-loading .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .spinner-loading .loader:after {
        left: 3.5em
    }

.spinner-loading-btn {
    text-align: center
}

    .spinner-loading-btn .loader, .spinner-loading-btn .loader:after, .spinner-loading-btn .loader:before {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s ease-in-out infinite;
        animation: load7 1.8s ease-in-out infinite
    }

    .spinner-loading-btn .loader {
        color: #fff;
        font-size: .25em;
        float: left;
        margin-top: 0;
        margin-left: 15px;
        position: relative;
        text-indent: -9999em;
        transform: translateZ(0);
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

        .spinner-loading-btn .loader:after, .spinner-loading-btn .loader:before {
            content: "";
            position: absolute;
            top: 0
        }

        .spinner-loading-btn .loader:before {
            left: -3.5em;
            -webkit-animation-delay: -.32s;
            animation-delay: -.32s
        }

        .spinner-loading-btn .loader:after {
            left: 3.5em
        }

@-webkit-keyframes load7 {
    0%,80%,to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%,80%,to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.spinner-loading-btn .style-ld-search {
    margin-top: -28px
}

.adpmain {
    position: absolute;
    direction: rtl;
    font-size: .875em
}

    .adpmain.gregorian {
        direction: ltr;
        font-family: sans-serif
    }

    .adpmain &gt; table {
        border-collapse: collapse;
        border-spacing: 0;
        border: 0;
        background-color: #fff;
        box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
        border-radius: 3px;
        width: 100%
    }

    .adpmain td {
        padding: 0;
        text-align: center;
        min-width: 32px;
        height: 32px
    }

        .adpmain td.wd {
            font-size: .75em
        }

        .adpmain td a {
            padding: 0;
            display: block;
            line-height: 32px;
            min-width: 32px;
            height: 32px;
            border: 1px solid hsla(0,0%,59.2%,.7);
            margin: 3px;
            border-radius: 3px;
            color: #979797
        }

            .adpmain td a:hover {
                background-color: orange;
                color: #fff;
                text-decoration: none;
                border: 0
            }

            .adpmain td a.monYear {
                border: 0
            }

            .adpmain td a.weekday.invalid {
                background-color: #f5f5f5;
                border: 0;
                color: #c2c2c2;
                cursor: not-allowed
            }

                .adpmain td a.weekday.invalid:hover {
                    color: #aaa
                }

            .adpmain td a.selected {
                background-color: orange;
                border-color: orange;
                color: #fff
            }

            .adpmain td a.force-select {
                background-color: orange !important;
                border-color: orange !important;
                color: #fff !important
            }

            .adpmain td a.chosen {
                background-color: #ffdb99;
                border-color: #ffedcc
            }

                .adpmain td a.chosen.selected, .adpmain td a.chosen:hover {
                    background-color: orange
                }

            .adpmain td a.today {
                border-color: orange
            }

        .adpmain td.pickerHead a {
            color: #646464
        }

            .adpmain td.pickerHead a:hover {
                color: orange;
                background-color: transparent
            }

            .adpmain td.pickerHead a.year-picker-link {
                margin: 0 1.5em;
                line-height: 2.5
            }

            .adpmain td.pickerHead a.month-picker-link {
                display: none
            }

        .adpmain td.pickerFoot {
            height: auto
        }

            .adpmain td.pickerFoot a {
                display: block;
                border: 0;
                width: auto;
                position: absolute;
                bottom: 0;
                right: 1em
            }

@media (max-width:767px) {
    .adpmain td.pickerFoot a {
        position: static
    }
}

.adpmain td.pickerFoot a:hover {
    color: orange;
    background-color: transparent
}

@media (max-width:767px) {
    .adpmain td.changeMode {
        padding-bottom: 64px
    }
}

.adpmain td.changeMode a {
    color: #646464;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 1em
}

@media (max-width:767px) {
    .adpmain td.changeMode a {
        position: static;
        border: 1px solid #bbb;
        display: inline-block;
        padding: 0 15px
    }
}

.adpmain td.changeMode a:hover {
    color: orange;
    background-color: transparent
}

.adpmain .navBack a, .adpmain .navFwd a {
    border: 0;
    position: relative
}

    .adpmain .navBack a:after, .adpmain .navFwd a:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        color: orange;
        display: block;
        font-family: alibaba;
        transition: all .25s
    }

    .adpmain .navBack a:hover:after, .adpmain .navFwd a:hover:after {
        color: #646464
    }

.adpmain .navFwd a {
    position: absolute;
    left: 0
}

    .adpmain .navFwd a:first-child {
        top: 0
    }

    .adpmain .navFwd a:last-child {
        top: 44px
    }

    .adpmain .navFwd a:after {
        content: "\e921"
    }

.adpmain .navBack a {
    position: absolute;
    right: 0
}

    .adpmain .navBack a:first-child {
        top: 0
    }

    .adpmain .navBack a:last-child {
        top: 44px
    }

    .adpmain .navBack a:after {
        content: "\e920"
    }

.adpmain.gregorian .navFwd a {
    right: 0;
    left: auto
}

    .adpmain.gregorian .navFwd a:after {
        content: "\e920"
    }

.adpmain.gregorian .navBack a {
    left: 0;
    right: auto
}

    .adpmain.gregorian .navBack a:after {
        content: "\e921"
    }

div.monthYearPicker {
    box-sizing: border-box;
    width: 19em;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05),0 3px 5px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    text-align: center;
    position: absolute
}

    div.monthYearPicker hr {
        margin: .5em 0;
        border-color: #e1e1e1
    }

    div.monthYearPicker a {
        text-decoration: none;
        box-sizing: border-box;
        width: 30%;
        color: #aaa;
        display: inline-block;
        padding: .4em .5em .2em;
        border: 1px solid transparent;
        border-radius: 3px
    }

        div.monthYearPicker a.selected {
            border-color: orange
        }

        div.monthYearPicker a:hover {
            color: orange
        }

@media (min-width:768px) {
    .adpmain td table {
        display: inline-block;
        vertical-align: top;
        margin: 1em
    }
}

@media (max-width:767px) {
    .adpmain {
        position: fixed;
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        text-align: center !important;
        height: 100vh !important;
        overflow-y: auto
    }

        .adpmain &gt; table {
            height: 100% !important
        }

            .adpmain &gt; table table {
                margin: auto !important
            }
}

body, html {
    min-height: 100%
}

html {
    font-size: 14px
}

    body, html.apple-device {
        overflow-x: hidden
    }

body {
    background-color: #fff;
    color: #646464;
    direction: rtl;
    font-family: IranSans,sans-serif;
    font-weight: 300;
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
    cursor: default;
    transition: padding .25s
}

    body.dim:after {
        z-index: 10
    }

    body.dim-top:after, body.dim:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.5)
    }

    body.dim-top:after {
        z-index: 600
    }

    body.overflow-hidden {
        overflow: hidden
    }

    body.mobile.apple-device.modal-open {
        position: fixed
    }

@media (min-width:768px) {
    .main-wrapper {
        min-height: calc(100vh - 515px)
    }
}

@media (min-width:992px) {
    .main-wrapper {
        min-height: calc(100vh - 570px)
    }
}

@media (min-width:1200px) {
    .main-wrapper {
        min-height: calc(100vh - 495px)
    }
}

a:focus, button:focus {
    outline: 0 !important;
    text-decoration: none
}

a, a:focus, a:hover {
    cursor: pointer;
    text-decoration: none
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

img {
    max-width: 100%
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

textarea {
    resize: vertical
}

label {
    font-weight: 300
}

.ltr {
    direction: ltr !important
}

.rtl {
    direction: rtl !important
}

.notice {
    font-weight: 500
}

    .notice i {
        font-size: 1.5em;
        color: orange;
        margin-left: 5px;
        vertical-align: middle
    }

.relative {
    position: relative !important
}

.absolute {
    position: absolute
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

.hr {
    width: 100%;
    height: 1px;
    border: none;
    margin: 0
}

    .hr.dashed {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAABCAYAAADuHp8EAAAAFElEQVR4AWP4//8/Br506dJ/QhgA++0uD1+EJdQAAAAASUVORK5CYII=) repeat
    }

.svg-icon {
    display: inline-block;
    vertical-align: middle
}

span.svg-icon &gt; svg {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #f5f5f5
}

.d-table {
    display: table;
    width: 100%
}

.box {
    margin: 3em auto;
    background-color: #fff;
    padding: 0 30px 15px;
    border-radius: 3px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15)
}

.box__title {
    margin: 0 -30px 1em;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    padding: 0 30px
}

    .box__title i {
        margin-left: 5px;
        vertical-align: middle;
        color: orange;
        font-size: 1.5em
    }

@media (max-width:767px) {
    .box__title {
        margin: 0 -15px 1em
    }
}

.box-fade {
    height: 2rem;
    margin: 3rem 1rem -4rem;
    opacity: .4;
    position: relative;
    z-index: 2
}

    .box-fade:before {
        opacity: .5;
        right: 1rem;
        left: 1rem;
        top: -.6rem
    }

    .box-fade:after, .box-fade:before {
        content: "";
        border-radius: 3px;
        background-color: #fff;
        box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05),0 1px 5px 0 rgba(0,0,0,.15);
        height: 2rem;
        display: block;
        position: absolute
    }

    .box-fade:after {
        right: 0;
        left: 0;
        top: .2rem
    }

    .box-fade + .box {
        position: relative;
        z-index: 3
    }

.form-group.date label {
    display: block
}

.form-group.date .form-control {
    width: 40%;
    float: left;
    margin-right: 5%
}

    .form-group.date .form-control:first-child {
        width: 25%;
        padding: 0
    }

    .form-group.date .form-control:last-child {
        width: 25%;
        margin-right: 0
    }

.v-middle {
    vertical-align: middle !important
}

.v-top {
    vertical-align: top
}

.mirror-y {
    transform: scaleY(-1)
}

.mirror-x {
    transform: scaleX(-1)
}

.fill {
    width: 100%
}

.link-orange {
    color: orange;
    transition: color .15s ease
}

    .link-orange:active, .link-orange:hover {
        text-decoration: none;
        color: #cc8400
    }

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

    .row.no-gutter &gt; div[class^=col] {
        padding: 0
    }

.row.xs-gutter {
    margin-left: -5px;
    margin-right: -5px
}

    .row.xs-gutter &gt; div[class^=col] {
        padding-left: 5px;
        padding-right: 5px
    }

.clickable {
    cursor: pointer
}

.pre {
    white-space: pre-line
}

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

hr.thick {
    border-width: 2px
}

.img-bordered {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #d2d2d2
}

.transitioned {
    transition: all .18s ease
}

.dotted {
    border-bottom: 1px dotted;
    text-decoration: none
}

.solid {
    border-bottom: 2px solid #e5e5e5
}

input[dir=ltr]::-webkit-input-placeholder {
    text-align: right
}

input[dir=ltr]:-moz-placeholder {
    text-align: right
}

.no-hover:hover {
    color: inherit
}

.not-selectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-border {
    border: none !important
}

.no-border-l {
    border-left: none !important
}

.no-border-r {
    border-right: none !important
}

.no-border-t {
    border-top: none !important
}

.no-border-b {
    border-bottom: none !important
}

.link-disabled {
    pointer-events: none;
    cursor: default
}

@media (max-width:374px) {
    .hidden-xxs {
        display: none
    }
}

.fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.inh-main li {
    list-style: none
}

.inh-main ol, .inh-main ul {
    margin: 0;
    padding: 0
}

@-webkit-keyframes dimmer {
    0% {
        background-color: hsla(0,0%,64.7%,.1)
    }

    50% {
        background-color: hsla(0,0%,64.7%,.3)
    }

    to {
        background-color: hsla(0,0%,64.7%,.1)
    }
}

@keyframes dimmer {
    0% {
        background-color: hsla(0,0%,64.7%,.1)
    }

    50% {
        background-color: hsla(0,0%,64.7%,.3)
    }

    to {
        background-color: hsla(0,0%,64.7%,.1)
    }
}

@-webkit-keyframes rotate-center {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate-center {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.rotate-center svg {
    -webkit-animation: rotate-center 1s linear infinite both;
    animation: rotate-center 1s linear infinite both
}

.vh-100 {
    height: 100vh
}

.v-dropdown.open[data-v-6aa5af2c] {
    display: flex !important;
    flex-wrap: wrap;
    left: -20px;
    right: auto;
    width: auto
}

@media (min-width:768px) {
    .v-dropdown.open[data-v-6aa5af2c] {
        flex-wrap: nowrap
    }
}

.header-menu[data-v-6aa5af2c] {
    min-width: 200px !important;
    box-shadow: none !important
}

.header-menu &gt; li &gt; .btn-sign-out[data-v-6aa5af2c] {
    color: #e63200
}

.header-menu--minimal li[data-v-6aa5af2c]:not(#profile-account-link):not(#signout-account-link) {
    display: none
}

.btn--link-loyalty[data-v-6aa5af2c] {
    color: #424242;
    border-color: #424242;
    padding: 1px 7px;
    font-size: 12px
}

.btn--link-smile[data-v-6aa5af2c] {
    color: #2979ff;
    border-bottom: 1px dotted;
    font-size: 11px
}

.smile-container[data-v-6aa5af2c] {
    min-width: 220px;
    border-left: 1px solid #f5f5f5
}

.smile-container__header[data-v-6aa5af2c] {
    background-color: #f7f7f7
}

@media (max-width:767px) {
    .smile-container[data-v-6aa5af2c] {
        border-left: 0
    }
}

footer[data-v-6aa5af2c] {
    box-shadow: 0 -8px 10px -8px #d2d2d2;
    background-color: #f5f5f5
}

footer hr[data-v-6aa5af2c] {
    border-color: #e1e1e1
}

.support .support-menu__phone {
    direction: ltr;
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 1.7em;
    color: #646464
}

    .support .support-menu__phone &gt; span {
        color: orange
    }

.support .support-menu__text {
    border-top: 1px solid #c2c2c2
}

.support .v-dropdown {
    min-width: 230px;
    left: 0;
    right: auto
}

@media (min-width:768px) {
    .support .v-dropdown {
        left: -10px
    }
}

.app-promotion-container[data-v-3f97f3a8] {
    background-color: #fff;
    display: none
}

.header-container.show-promotion .app-promotion-container[data-v-3f97f3a8] {
    display: block
}

.header-container.show-promotion .scrolled-away .app-promotion-container[data-v-3f97f3a8] {
    display: none
}

.app-promotion[data-v-3f97f3a8] {
    background-color: rgba(255,193,7,.3);
    height: 60px
}

.logo[data-v-3f97f3a8] {
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #ffc107
}

.download-btn[data-v-3f97f3a8] {
    margin-right: auto;
    background-color: #ffc107
}

.header-container.show-promotion {
    padding-top: 125px
}

.alibaba-maintenance .alert {
    width: 100%;
    margin-bottom: 0 !important;
    border: 0;
    border-radius: 0;
    background-color: #ffaa0f;
    color: #000;
    display: block;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: .9rem
}

    .alibaba-maintenance .alert &gt; i {
        font-size: 1.5em;
        margin: 0 5px;
        vertical-align: middle
    }

.alibaba-maintenance__close {
    width: 18px;
    height: 18px;
    cursor: pointer;
    stroke-width: 1px;
    stroke: #664200;
    overflow: visible !important;
    display: inline;
    vertical-align: middle;
    margin-left: .5rem;
    color: #664200
}

.alibaba-maintenance .btn {
    margin: 0 6px;
    padding: .25rem .5rem;
    background: hsla(0,0%,100%,.38);
    border-radius: 4px;
    color: #664200;
    font-weight: 500;
    font-size: .9em
}

.alibaba-maintenance strong {
    font-weight: 500
}

.alibaba-maintenance a {
    margin: 0 6px;
    background: hsla(0,0%,100%,.38);
    border-radius: 4px;
    color: #664200;
    font-weight: 500;
    font-size: .9em;
    padding: .25rem .5rem .35rem;
    display: inline-block
}

@media (min-width:992px) {
    .home-page .alibaba-maintenance {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2
    }
}

.dynamic-pin-message .alert[data-v-caaea094] {
    margin-bottom: 0 !important;
    border: 0;
    border-radius: 0;
    background-color: rgba(255,165,0,.92);
    color: #000;
    display: block;
    align-items: center
}

.dynamic-pin-message .alert &gt; i[data-v-caaea094] {
    font-size: 1.5em;
    margin: 0 5px;
    vertical-align: middle
}

@media (min-width:992px) {
    .home-page .alibaba-maintenance[data-v-caaea094] {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2
    }
}

.main-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    height: 65px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1000;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.28)
}

@media (min-width:768px) {
    .main-navigation {
        padding: 0 40px
    }
}

@media (min-width:1300px) {
    .main-navigation {
        padding: 0 80px
    }
}

.main-navigation .logo-alibaba-home p {
    color: #000;
    font-size: .67em
}

.main-navigation__list {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

    .main-navigation__list &gt; li &gt; a {
        font-weight: 300
    }

        .main-navigation__list &gt; li &gt; a:focus {
            color: inherit
        }

        .main-navigation__list &gt; li &gt; a:hover {
            color: orange
        }

            .main-navigation__list &gt; li &gt; a:hover .main-navigation__icon {
                fill: orange
            }

.main-navigation .v-dropdown {
    margin-top: 1px;
    text-align: right;
    box-shadow: 0 2px 3px rgba(0,0,0,.15)
}

.main-navigation .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 2px;
    text-align: right;
    border-top: 1px solid orange;
    white-space: nowrap;
    width: 100%
}

    .main-navigation .header-menu &gt; li &gt; a {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        color: inherit;
        transition: all .14s ease;
        padding: 12px 20px;
        font-size: 13px
    }

        .main-navigation .header-menu &gt; li &gt; a:hover {
            background-color: #f5f5f5
        }

        .main-navigation .header-menu &gt; li &gt; a &gt; i, .main-navigation .header-menu &gt; li &gt; a &gt; svg {
            font-size: 16px;
            width: 16px;
            height: 16px;
            display: inline-block;
            margin-left: 10px;
            color: inherit;
            vertical-align: middle
        }

    .main-navigation .header-menu &gt; li:last-child &gt; a {
        border-bottom: 0
    }

.main-navigation__icon {
    width: 20px;
    height: 20px;
    fill: #aaa;
    transition: all .25s ease
}

.main-navigation__button {
    display: flex;
    font-weight: 300;
    background-color: transparent;
    border: 0;
    outline: none !important;
    padding: 0 .5em;
    align-items: center;
    margin: 0;
    position: relative;
    height: auto
}

    .main-navigation__button svg {
        color: #aaa
    }

@media (min-width:768px) {
    .main-navigation__button {
        color: #000;
        padding: 0 1em
    }
}

.main-navigation__button.active, .main-navigation__button.active:hover {
    outline: 0
}

    .main-navigation__button.active:hover svg, .main-navigation__button.active svg {
        color: #8bc34a
    }

.main-navigation__item {
    font-size: 13px;
    display: flex;
    text-align: center;
    position: relative
}

    .main-navigation__item .chevron {
        transition: all .12s ease
    }

    .main-navigation__item.open .chevron {
        transform: rotate(180deg)
    }

    .main-navigation__item.login .login-label {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .main-navigation__item .btn-order-follow {
        display: flex;
        justify-content: center;
        align-self: center;
        color: #424242;
        border: 1px solid #d2d2d2;
        border-radius: 3px;
        padding: 5px;
        cursor: pointer
    }

        .main-navigation__item .btn-order-follow svg {
            padding-left: 5px;
            width: 22px;
            color: #9e9e9e;
            transition: all .25s
        }

        .main-navigation__item .btn-order-follow:hover {
            border-color: orange
        }

            .main-navigation__item .btn-order-follow:hover svg {
                color: orange
            }

.main-navigation .line-border {
    width: 1px;
    background-color: #bdbdbd;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 25px;
    align-self: center
}

.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .modal-mask.xs .modal-container {
        max-width: 400px
    }

    .modal-mask.sm .modal-container {
        max-width: 800px
    }

    .modal-mask.md .modal-container {
        max-width: 600px
    }

    .modal-mask.lg .modal-container {
        max-width: 1000px
    }

.modal-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    transition: all .2s ease
}

.modal-container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.33);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    will-change: transform
}

@media (min-width:370px) {
    .modal-container {
        width: calc(100% - 30px);
        height: calc(100% - 30px)
    }
}

.modal-container .modal-body {
    flex: auto 1 1;
    margin: 0;
    padding: 20px 10px;
    overflow: auto
}

@media (min-width:768px) {
    .modal-container {
        height: auto;
        max-height: 96%
    }

        .modal-container .modal-body {
            min-height: unset
        }
}

.modal-container .close {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 15px;
    transform: translateY(-50%)
}

.modal-container.empty {
    height: auto;
    background-color: transparent;
    box-shadow: none;
    margin: 15px;
    width: auto;
    max-height: 100%
}

.modal-header h3 {
    margin-top: 0
}

@media (min-width:768px) {
    .modal-enter-active, .modal-leave-active {
        transition: opacity .3s ease
    }
}

.modal-enter, .modal-leave-to {
    opacity: 0
}

@media (max-width:767px) {
    .modal-enter .modal-container, .modal-leave-to .modal-container {
        opacity: 0
    }
}

@media (min-width:768px) {
    .modal-enter .modal-container, .modal-leave-to .modal-container {
        transform: scale(1.1)
    }
}

.modal-swipe-up-enter-active, .modal-swipe-up-leave-active {
    transition: opacity .4s ease
}

.modal-swipe-up-enter, .modal-swipe-up-leave-to {
    opacity: .98
}

    .modal-swipe-up-enter .modal-overlay, .modal-swipe-up-leave-to .modal-overlay {
        opacity: 0
    }

    .modal-swipe-up-enter .modal-container, .modal-swipe-up-leave-to .modal-container {
        transform: translateY(100%)
    }

.step[data-v-394012fe] {
    max-width: 400px;
    width: 100%
}

.step .step__title[data-v-394012fe], .step &gt; h1[data-v-394012fe] {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    color: #3a3a3a
}

.step__subtitle[data-v-394012fe] {
    color: #3a3a3a;
    font-size: 14px
}

.step__divider[data-v-394012fe] {
    color: #f5f5f5;
    width: 200px;
    margin: 0 auto
}

.step .error-message[data-v-394012fe] {
    color: #f32415;
    min-height: 26px
}

.step-container[data-v-394012fe] {
    position: relative;
    width: 100%
}

.step-container .back-btn[data-v-394012fe] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #f0f0f0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0
}

.step-container .back-btn img[data-v-394012fe] {
    height: 22px
}

.phone-number[data-v-4ce1abd9] {
    position: relative
}

    .phone-number[data-v-4ce1abd9]:after {
        content: "+98";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 10px;
        border-right: 1px dashed #c2c2c2;
        color: #c2c2c2;
        display: inline-block;
        direction: ltr;
        line-height: 1.4
    }

.phone-number input[data-v-4ce1abd9] {
    padding-left: 54px
}

.email-way[data-v-7cca3806], .email-way[data-v-936753fe] {
    color: #4a90e2
}

.username-preview[data-v-70e57ac6] {
    direction: ltr;
    display: inline-flex;
    align-items: center
}

.username-preview img[data-v-70e57ac6] {
    height: 16px;
    margin-right: 5px
}

.username-preview span[data-v-70e57ac6] {
    font-size: 14px;
    color: #424242;
    font-weight: 500
}

.forget-password-btb[data-v-6bb7afc0] {
    color: #3a3a3a;
    display: inline-flex;
    align-items: center
}

.forget-password-btb span[data-v-6bb7afc0] {
    border-bottom: 1px dotted #ddd
}

.forgot-password[data-v-ba20ad60] {
    max-width: 700px
}

h1[data-v-ba20ad60] {
    font-size: 24px
}

.subtitle[data-v-ba20ad60]:after {
    content: " ";
    display: block;
    height: 1px;
    background-color: #f5f5f5;
    margin: 4px 17px 0
}

.description[data-v-ba20ad60] {
    line-height: 2.6
}

.description strong[data-v-ba20ad60] {
    border-bottom: 2px solid #424242
}

@-webkit-keyframes shake-data-v-38a217b2 {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(25px)
    }

    75% {
        transform: translateX(-25px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes shake-data-v-38a217b2 {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(25px)
    }

    75% {
        transform: translateX(-25px)
    }

    to {
        transform: translateX(0)
    }
}

.digits input[data-v-38a217b2] {
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    border-radius: 0;
    text-align: center;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: baseline;
    padding: 0;
    font-size: 20px
}

@media (min-width:480px) {
    .digits input[data-v-38a217b2] {
        width: 30px;
        height: 30px
    }
}

.digits input[data-v-38a217b2]:focus {
    outline: none
}

.digits input.active[data-v-38a217b2] {
    border-bottom-color: orange
}

.digits.lg input[data-v-38a217b2] {
    margin: 0 9px;
    border-bottom-width: 4px;
    width: 40px;
    line-height: 2;
    height: 47px
}

@media (min-width:768px) {
    .digits.lg input[data-v-38a217b2] {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .digits.lg input[data-v-38a217b2] {
        width: 35px;
        height: 42px;
        margin: 0 6px
    }
}

.digits.lg input[data-v-38a217b2]:first-child {
    margin-left: 0
}

.digits.lg input[data-v-38a217b2]:last-child {
    margin-right: 0
}

.digits.has-error[data-v-38a217b2] {
    -webkit-animation: shake-data-v-38a217b2 .2s ease-in 2;
    animation: shake-data-v-38a217b2 .2s ease-in 2
}

.digits.has-error input.active[data-v-38a217b2] {
    border-bottom-color: #ff4b3e
}

.force-reset-password-alert[data-v-176791ab] {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #fff9e5;
    border: 1px solid #f9edd0;
    border-radius: 3px;
    color: #c98d20;
    padding: 10px 20px
}

.email-list__item label[data-v-a8b63bc2] {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 9px 10px;
    border-radius: 4px;
    line-height: 1.4;
    color: #424242;
    justify-content: space-between;
    transition: all .35s
}

@media (max-width:480px) {
    .email-list__item label .email-min-width[data-v-a8b63bc2] {
        width: 150px
    }
}

.email-list__item label i[data-v-a8b63bc2] {
    visibility: hidden;
    transform: scale(0) rotate(-180deg);
    font-size: 18px;
    transition: transform .35s
}

.email-list__item label.checked[data-v-a8b63bc2], .email-list__item label[data-v-a8b63bc2]:hover {
    color: #4a90e2;
    border-color: #4a90e2
}

.email-list__item label.checked .call-to-action[data-v-a8b63bc2] {
    display: none
}

.email-list__item label.checked i[data-v-a8b63bc2] {
    visibility: visible;
    transform: scale(1) rotate(0deg)
}

.auth-flow {
    width: 100%
}

    .auth-flow .password-field {
        position: relative
    }

    .auth-flow .password-field__visibility {
        position: absolute;
        top: 7px;
        right: 10px;
        cursor: pointer
    }

.auth-modal {
    display: flex;
    align-items: center;
    justify-content: center
}

    .auth-modal .auth-flow {
        width: 100%;
        padding: 1em;
        max-height: 100%
    }

@-webkit-keyframes skeleton-loading-data-v-335fabee {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes skeleton-loading-data-v-335fabee {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.skeleton[data-v-335fabee] {
    background-image: linear-gradient(90deg,#ededed,#f8f8f8,#ededed,#f8f8f8);
    background-size: 300% auto;
    background-position: 0 0
}

.skeleton--loading[data-v-335fabee] {
    -webkit-animation: skeleton-loading-data-v-335fabee 1s linear infinite both;
    animation: skeleton-loading-data-v-335fabee 1s linear infinite both
}
.digits input[data-v-Sip] {
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    border-radius: 0;
    text-align: center;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: baseline;
    padding: 0;
    font-size: 20px
}

@media (min-width:480px) {
    .digits input[data-v-Sip] {
        width: 30px;
        height: 30px
    }
}

.digits input[data-v-Sip]:focus {
    outline: none
}

.digits input.active[data-v-Sip] {
    border-bottom-color: orange
}

.digits.lg input[data-v-Sip] {
    margin: 0 9px;
    border-bottom-width: 4px;
    width: 40px;
    line-height: 2;
    height: 47px
}

@media (min-width:768px) {
    .digits.lg input[data-v-Sip] {
        font-size: 30px
    }
}

@media (max-width:480px) {
    .digits.lg input[data-v-Sip] {
        width: 35px;
        height: 42px;
        margin: 0 6px
    }
}

.digits.lg input[data-v-Sip]:first-child {
    margin-left: 0
}

.digits.lg input[data-v-Sip]:last-child {
    margin-right: 0
}

.digits.has-error[data-v-Sip] {
    -webkit-animation: shake-data-v-Sip .2s ease-in 2;
    animation: shake-data-v-Sip .2s ease-in 2
}

.digits.has-error input.active[data-v-Sip] {
    border-bottom-color: #ff4b3e
}

.force-reset-password-alert[data-v-176791ab] {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #fff9e5;
    border: 1px solid #f9edd0;
    border-radius: 3px;
    color: #c98d20;
    padding: 10px 20px
}

.email-list__item label[data-v-a8b63bc2] {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 9px 10px;
    border-radius: 4px;
    line-height: 1.4;
    color: #424242;
    justify-content: space-between;
    transition: all .35s
}

@media (max-width:480px) {
    .email-list__item label .email-min-width[data-v-a8b63bc2] {
        width: 150px
    }
}

.email-list__item label i[data-v-a8b63bc2] {
    visibility: hidden;
    transform: scale(0) rotate(-180deg);
    font-size: 18px;
    transition: transform .35s
}

.email-list__item label.checked[data-v-a8b63bc2], .email-list__item label[data-v-a8b63bc2]:hover {
    color: #4a90e2;
    border-color: #4a90e2
}

.email-list__item label.checked .call-to-action[data-v-a8b63bc2] {
    display: none
}

.email-list__item label.checked i[data-v-a8b63bc2] {
    visibility: visible;
    transform: scale(1) rotate(0deg)
}

.auth-flow {
    width: 100%
}

    .auth-flow .password-field {
        position: relative
    }

    .auth-flow .password-field__visibility {
        position: absolute;
        top: 7px;
        right: 10px;
        cursor: pointer
    }

.auth-modal {
    display: flex;
    align-items: center;
    justify-content: center
}

    .auth-modal .auth-flow {
        width: 100%;
        padding: 1em;
        max-height: 100%
    }

@-webkit-keyframes skeleton-loading-data-v-335fabee {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes skeleton-loading-data-v-335fabee {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.skeleton[data-v-335fabee] {
    background-image: linear-gradient(90deg,#ededed,#f8f8f8,#ededed,#f8f8f8);
    background-size: 300% auto;
    background-position: 0 0
}

.skeleton--loading[data-v-335fabee] {
    -webkit-animation: skeleton-loading-data-v-335fabee 1s linear infinite both;
    animation: skeleton-loading-data-v-335fabee 1s linear infinite both
}

.phone-number[data-v-4ce1abd9] {
    position: relative
}

    .phone-number[data-v-4ce1abd9]:after {
        content: "+98";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 10px;
        border-right: 1px dashed #c2c2c2;
        color: #c2c2c2;
        display: inline-block;
        direction: ltr;
        line-height: 1.4;
        font-size: 14px;
    }

.phone-number input[data-v-4ce1abd9] {
    padding-left: 54px
}</pre></body></html>