.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0 none!important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #0073bb;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 1px!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: none!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0)
}

.selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: bold;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0 none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    font: 14px/1.5'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4a4a4a;
    background-color: #f8f8f8;
    max-width: 100vw
}

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
}

a[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: .7
}

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

b,
strong {
    font-weight: 500
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

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

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

optgroup {
    font-weight: 500
}

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

td,
th {
    padding: 0
}

table th {
    font-weight: 500
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href)")"
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

a,
.text-link {
    color: #1b81cb;
    cursor: pointer
}

button.text-link {
    outline: 0;
    border: 0;
    background: none;
    padding: 0
}

a:hover,
a:focus,
.text-link:hover,
.text-link:focus {
    color: #196e98;
    text-decoration: underline
}

a:focus,
.text-link:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bebebe
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    opacity: .8
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 75%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 33px
}

h2,
.h2 {
    font-size: 27px
}

h3,
.h3 {
    font-size: 23px
}

h4,
.h4 {
    font-size: 16px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

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

.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-muted {
    color: #bebebe
}

.text-primary {
    color: #1b81cb
}

a.text-primary:hover {
    color: #196e98
}

.text-success {
    color: #366c00
}

a.text-success:hover {
    color: #2c5700
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #f0ad4e
}

a.text-warning:hover {
    color: #ec971f
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

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

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

dt,
dd {
    line-height: 1.5
}

dt {
    font-weight: 500
}

dd {
    margin-left: 0
}

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16.25px;
    border-left: 5px solid #bebebe
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.53846154
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #bebebe;
    text-align: left
}

th {
    text-align: left
}

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

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.53846154;
    vertical-align: top;
    border-top: 1px solid #bebebe
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #bebebe
}

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

.table>tbody+tbody {
    border-top: 2px solid #bebebe
}

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

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

.table-bordered {
    border: 1px solid #bebebe
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #bebebe
}

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

.table-striped>tbody>tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03)
}

.table-hover>tbody>tr:hover {
    background-color: rgba(0, 0, 0, .08)
}

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

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

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #366c00
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #2c5700
}

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

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

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

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

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

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

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

.table-sm>thead>tr>th,
.table-sm>tbody>tr>th,
.table-sm>tfoot>tr>th,
.table-sm>thead>tr>td,
.table-sm>tbody>tr>td,
.table-sm>tfoot>tr>td {
    padding: 5px
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #bebebe
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 19.5px;
    line-height: inherit;
    color: #4a4a4a;
    border: 0;
    border-bottom: 1px solid #bebebe
}

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

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

input[type="file"] {
    display: block
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.33;
    color: #4a4a4a
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.33;
    color: #4a4a4a;
    background-color: #fefefe;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 0
}

.form-control:focus {
    border-color: #1b81cb;
    outline: 0;
    -webkit-box-shadow: 0 0 6px #1b81cb;
    box-shadow: 0 0 6px #1b81cb
}

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: .7
}

textarea.form-control {
    height: auto
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 40px;
    line-height: 1.33 \0
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 30px;
    line-height: 1.5 \0
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 40px;
    line-height: 1.33 \0
}

_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
    line-height: 1.33
}

_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
    line-height: 1.5
}

_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
    line-height: 1.33
}

.ac-search-select {
    color: #4a4a4a;
    background-color: #fefefe
}

@media(min-width:768px) {
    .form-control.w-auto {
        width: auto
    }
}

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

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

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

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

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

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

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

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

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

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

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5
}

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

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

.input-lg,
.form-group-lg .form-control {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.33
}

select.input-lg,
select.form-group-lg .form-control {
    height: 40px;
    line-height: 40px
}

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

@media(max-width:767px) {
    .form-group .row [class^="col-sm-"]:first-child,
    .form-group .row [class*=" col-sm-"]:first-child {
        margin-bottom: 15px
    }
}

.has-feedback {
    position: relative
}

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

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

.form-group label+.form-control-feedback {
    top: 28px
}

.input-lg+.form-control-feedback {
    width: 34px;
    height: 38px;
    line-height: 38px
}

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

.has-success .help-block,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #366c00
}

.has-success .form-control {
    border-color: #366c00
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

.has-success .form-control-feedback {
    color: #366c00
}

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

.has-warning .form-control {
    border-color: #8a6d3b
}

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

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

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

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

.has-error .form-control {
    border-color: #a94442
}

.has-error .form-control:focus {
    border-color: #843534
}

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

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

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

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

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

@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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

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

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

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

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 5px
    }
}

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

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none
}

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

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

.btn-default {
    color: #4a4a4a;
    background-color: #fefefe;
    border-color: #bebebe
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #196e98
}

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

.btn .badge {
    color: #4a4a4a;
    background: rgba(0, 0, 0, .2)
}

.btn-primary {
    color: #fff;
    background-color: #1b81cb;
    border-color: #1b81cb
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #196e98;
    border-color: #196e98
}

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

.btn-outline {
    color: #1b81cb;
    background-color: transparent;
    border-color: #1b81cb
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:active,
.btn-outline.active,
.open>.dropdown-toggle.btn-outline {
    color: #fff;
    background-color: #1b81cb;
    border-color: #1b81cb
}

.btn-outline-secondary {
    color: #4a4a4a;
    background-color: transparent;
    border-color: #4a4a4a
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open>.dropdown-toggle.btn-outline-secondary {
    color: #fff;
    background-color: #1b81cb;
    border-color: #1b81cb
}

.btn-outline.btn-outline-danger {
    border-color: #a94442
}

.btn-outline.btn-outline-danger:hover {
    border-color: #a94442;
    color: #fff
}

.btn-success {
    color: #fff;
    background: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background: #419641;
    border-color: #419641
}

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

.btn-info {
    color: #fff;
    background: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background: #31b0d5;
    border-color: #31b0d5
}

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

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

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background: #ec971f;
    border-color: #ec971f
}

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

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background: #c9302c;
    border-color: #c9302c
}

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

.btn-link {
    color: #1b81cb;
    font-weight: normal;
    border-radius: 0
}

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

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

.btn-link:hover,
.btn-link:focus {
    color: #196e98;
    text-decoration: underline;
    background-color: transparent
}

.btn-icon {
    padding-right: 10px;
    padding-left: 10px
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 6px 20px;
    height: 40px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 4px 10px;
    height: 30px;
    font-size: 14px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    height: 24px
}

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

.btn-block-half {
    display: inline-block;
    width: 47%
}

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

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

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

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

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

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(51, 51, 51, .2)
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.53846154;
    color: #4a4a4a;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background: #1b81cb
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background: #1b81cb
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    opacity: .7
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 5px 20px 3px;
    font-size: 12px;
    line-height: 1.53846154;
    color: #4a4a4a;
    white-space: nowrap;
    background: #f8f8f8
}

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

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

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

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

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

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

.input-group .form-control+.input-group-addon {
    border-left: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.33
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 40px;
    line-height: 40px
}

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5
}

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .ors-custom-select {
    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: 16px;
    font-weight: normal;
    line-height: 1;
    color: #4a4a4a;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #bebebe
}

.input-group-addon.input-sm {
    padding: 4px 8px;
    font-size: 12px
}

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

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

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

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

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

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

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0
}

.nav.pull-left>li>a {
    padding-right: 20px
}

.nav.navbar-right>li>a {
    padding-left: 15px
}

.nav>li.disabled>a {
    color: #bebebe
}

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #f2f2f2;
    border-color: #1b81cb
}

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

.nav>li>a>img {
    max-width: none
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 10px;
    border: 1px solid transparent
}

.navbar-nav>li>a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0
}

.navbar-btn {
    margin-top: 5.5px;
    margin-bottom: 5.5px
}

@media(min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    font-weight: 500
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.53846154;
    text-decoration: none;
    color: #4a4a4a
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #1b81cb
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #1b81cb;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #bebebe;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 4px 8px;
    font-size: 12px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
    font-weight: 500
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px
}

.pager li>a:hover,
.pager li>a:focus {}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    opacity: .7;
    cursor: not-allowed
}

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

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

.label:empty {
    display: none
}

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

.label-default {
    background-color: #f2f2f2;
    color: #4a4a4a
}

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

.label-primary {
    background-color: #1b81cb;
    color: #fff
}

.label-primary.ride-details {
    background-color: #196e98
}

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

.label-success {
    background-color: #5cb85c
}

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

.label-info {
    background-color: #5bc0de
}

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

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

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

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

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

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

.alert a {
    text-decoration: underline
}

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

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

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>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-primary {
    background-color: #cfebff;
    border-color: #cfebff;
    color: #196e98
}

.alert-primary hr {
    border-top-color: #196e98
}

.alert-primary .alert-link,
.alert-primary .close {
    color: #196e98
}

.alert-success {
    background-color: #dff0d8;
    border-color: #dff0d8;
    color: #366c00
}

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

.alert-success .alert-link {
    color: #366c00
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

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

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fcf8e3;
    color: #8a6d3b
}

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

.alert-warning .alert-link {
    color: #8a6d3b
}

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

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

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.panel {
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid transparent
}

.panel-body {
    padding: 15px
}

.panel-body-book {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    margin: -1px -1px 0;
    position: relative;
    background: #f2f2f2
}

.panel-heading h4,
.panel-heading .panel-edit {
    font-weight: 500
}

.panel-heading .panel-heading-link {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px 15px;
    text-decoration: none
}

.panel-title small {
    color: inherit
}

.panel-body .content-empty {
    padding: 30px 20px;
    text-align: center
}

.panel-body .panel-body-head {
    margin-bottom: 15px
}

.panel-default .panel-heading {
    margin: 0
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    padding-right: 45px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit
}

.panel-title>a {
    text-transform: none;
    text-decoration: none
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

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

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0
}

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

.panel-body .panel-body-head .btn-group-justified .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.panel-body .panel-body-head .btn-group-justified .btn:not(:last-child) {
    border-right: none
}

.panel-body .panel-body-head .btn-group-justified .btn-small {
    width: .7%
}

@media(max-width:480px) {
    .panel-body .panel-body-head .btn-group-justified.btn-group-xs .btn {
        padding-left: 2px;
        padding-right: 2px
    }
}

.panel-body+.panel-heading {
    border-top-width: 1px;
    border-top-style: solid;
    border-radius: 0
}

.close {
    float: right;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #4a4a4a;
    text-shadow: none
}

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

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

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

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

.modal-content,
.ors-popover {
    position: relative;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

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

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

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

.modal-header,
.ors-popover .popover-header {
    padding: 10px 15px 8px;
    border-bottom: 1px solid #bebebe;
    min-height: 16.53846154px
}

.modal-header .close {
    display: block;
    width: 20px;
    height: 20px
}

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

.modal-body {
    overflow-x: auto
}

.modal-body,
.ors-popover .popover-content {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 10px 15px;
    text-align: right
}

.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,
    .ors-popover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    opacity: 1
}

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

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

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

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

.tooltip-inner {
    max-width: none;
    padding: 7px 12px;
    color: #000;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

.tooltip-close-icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 9px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: #196e98
}

.tooltip-close-icon:hover {
    opacity: .8
}

.gdpr-tooltip {
    max-width: 280px
}

.tooltip-header {
    background: #d5e5f0;
    padding: 7px 20px 7px 12px
}

.tooltip-header h3 {
    margin: 0;
    font-size: 14px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 320px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.53846154;
    text-align: left;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 1px solid #bebebe;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #bebebe;
    border-radius: 0
}

.popover-content {
    padding: 9px 14px
}

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

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

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none!important;
    visibility: hidden!important
}

.affix {
    position: fixed
}

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

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

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

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media(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
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.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
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.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
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.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
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.label-lg {
    font-size: 14px;
    font-weight: 500
}

.checkbox label,
.radio label {
    margin-right: 5px
}

.checkbox label:last-child,
.radio label:last-child {
    margin-right: 0
}

.form-horizontal .control-label {
    text-align: left
}

@media(min-width:768px) and (max-width:991px) {
    .form-horizontal .control-label[class^="col-md-"],
    .form-horizontal .control-label[class*=" col-md-"] {
        margin-bottom: 5px;
        padding-top: 0
    }
}

.form-control-zip {
    width: 100px
}

.form-control-sm {
    max-width: 160px
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: .5
}

.form-control-feedback {
    position: absolute!important;
    line-height: 38px!important
}

.form-group-lg {
    margin-bottom: 20px
}

.input-group-lg>.input-group-addon {
    height: auto!important
}

.input-group .btn {
    border-color: #bebebe
}

.form-helper {
    display: block;
    opacity: .7;
    font-size: 12px;
    margin-top: 2px;
    clear: left
}

.form-helper.text-danger,
.form-helper.text-success,
.form-helper.text-info,
.form-helper.text-warning,
.form-helper.text-primary {
    opacity: 1
}

.form-control-inline {
    width: auto;
    display: inline-block;
    min-width: 80px
}

.form-group-btn-sbm {
    margin-top: 25px
}

.ors-sep-date {
    width: 10px;
    display: block;
    padding: 0
}

.ors-exp-date {
    width: 100px
}

.ors-custom-select {
    position: relative;
    background: #fefefe;
    border-radius: 0
}

.ors-custom-select select,
.ors-autocomplete-wrap-lg .ors-custom-select select.form-control {
    width: 100%;
    background: #fefefe;
    border: 1px solid #bebebe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 35px
}

.ors-custom-select select::-ms-expand {
    display: none
}

.form-group-lg .ors-custom-select select {
    padding-left: 12px
}

.ors-custom-select:after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
    bottom: 1px;
    content: '';
    border-radius: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #4a4a4a;
    opacity: .8;
    pointer-events: none
}

.ors-custom-select:hover:after {
    opacity: 1
}

.ors-custom-select-sm:after {
    right: 10px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px
}

.ors-custom-select-sm select {
    padding-right: 23px
}

.ors-custom-select select.form-control-sm {
    width: 100%;
    max-width: 100%
}

@media(min-width:768px) {
    .ors-custom-select.w-auto {
        display: inline-block
    }
    .ors-custom-select select.form-control-sm {
        width: 160px
    }
}

.form-group-sm .ors-custom-select:after {
    padding: 2px 5px;
    border-radius: 0
}

.input-group .ors-custom-select:after {
    z-index: 3
}

.input-group.has-error,
.ors-autocomplete-input-group.has-error {
    border: none
}

.input-group.has-error .form-control,
.ors-autocomplete-input-group.has-error .form-control,
.input-group.has-error .btn,
.ors-autocomplete-input-group.has-error .btn {
    border: 1px solid #a94442
}

.form-control.has-error,
.form-control.input-validation-error,
.form-control.input-validation-error+span.input-group-btn button,
.ipp-picker.input-validation-error,
.ors-custom-select select.input-validation-error,
.ors-autocomplete-wrap-lg .ors-custom-select select.form-control.input-validation-error {
    border-color: #a94442
}

.form-control.has-error:focus,
.form-control.input-validation-error:focus,
.ipp-picker.input-validation-error.focused {
    -webkit-box-shadow: 0 0 6px #a94442;
    box-shadow: 0 0 6px #a94442;
    border-color: #a94442
}

.field-validation-error,
.validation-summary-errors {
    color: #a94442
}

.form-control.has-success {
    border-color: #366c00
}

.form-control.has-success:focus {
    -webkit-box-shadow: 0 0 6px #67b168;
    box-shadow: 0 0 6px #67b168
}

.input-group-with-caret .caret {
    position: absolute;
    bottom: 8px;
    right: 6px
}

.form-group-lg .input-group-with-caret .btn {
    padding-right: 12px!important
}

.form-group-lg .input-group-with-caret .btn [class^="icon-"],
.form-group-lg .input-group-with-caret .btn [class*=" icon-"] {
    font-size: 18px;
    top: 2px;
    left: 1px
}

.form-group-lg .input-group-with-caret .btn .icon-pin-map-poi,
.form-group-lg .input-group-with-caret .btn .gpl-icon-pin-map-poi {
    font-size: 25px;
    line-height: 25px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    left: -4px;
    top: -1px
}

.form-group-lg .input-group-with-caret .caret {
    bottom: 11px
}

.ors-navbar-form-one-control {
    padding: 0
}

@media(min-width:768px) {
    .ors-navbar-form-one-control .form-control-promo {
        width: 135px
    }
}

@media(max-width:767px) {
    .ors-navbar-form-one-control {
        display: table;
        width: 100%;
        border: none;
        clear: both;
        margin: 0;
        padding: 5px 0 10px
    }
    .ors-navbar-form-one-control .form-group,
    .ors-navbar-form-one-control .btn {
        display: table-cell;
        vertical-align: middle
    }
    .ors-navbar-form-one-control .form-group {
        width: 100%;
        padding-right: 10px
    }
}

.form-group {
    position: relative
}

.ors-popup-static {
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0;
    padding: 0 20px 15px
}

.ors-popup-static .ors-popup-static-title {
    font-size: 16px;
    text-align: right;
    margin-top: 6px;
    font-weight: normal
}

.ors-btn-login-outer {
    text-align: right
}

.ors-popover {
    width: 320px
}

.ors-popover .popover-header {
    padding: 10px 15px
}

.ors-popover .popover-title {
    font-size: 14px;
    font-weight: 500;
    background: none;
    padding: 0;
    border: none
}

.ors-popover .popover-content {
    padding: 0;
    overflow: hidden;
    overflow-x: auto
}

.ors-popover.left>.arrow:after {
    border-left-color: #f8f8f8
}

.ors-popover.right>.arrow:after {
    border-right-color: #f8f8f8
}

.ors-popover.top>.arrow:after {
    border-top-color: #f8f8f8
}

.ors-popover.bottom>.arrow:after {
    border-bottom-color: #f8f8f8
}

@media(max-width:767px) {
    .ors-pagination-separate>li {
        display: none
    }
    .ors-pagination-separate>li>a,
    .ors-pagination-separate>li>span {
        padding: 6px 12px
    }
    .ors-pagination-separate>li.active,
    .ors-pagination-separate>li.first,
    .ors-pagination-separate>li.prev,
    .ors-pagination-separate>li.next,
    .ors-pagination-separate>li.last {
        display: inline
    }
    .ors-pagination-separate>li.active>a:before {
        content: "Page "
    }
    .ors-pagination-separate>li.display {
        display: inline
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 4px 8px;
        font-size: 12px
    }
}

.ors-autocomplete-wrap-lg .form-control {
    height: 40px
}

.ors-autocomplete-wrap-lg.form-group,
.ors-autocomplete-wrap-lg .form-group {
    margin-bottom: 20px
}

.ors-autocomplete-wrap-lg select.ors-autocomplete .ors-autocomplete-input-group .form-control {
    height: 40px;
    line-height: 40px
}

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

.ors-autocomplete-wrap-lg .ors-autocomplete-input-group .input-group-btn .btn {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.33
}

.ors-autocomplete-wrap-lg select.ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn {
    height: 40px;
    line-height: 40px
}

.ors-autocomplete-wrap-lg textarea.ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn,
.ors-autocomplete-wrap-lg select[multiple].ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn {
    height: auto
}

.ors-autocomplete-wrap-lg .ors-autocomplete-input-group .input-group-btn .btn .icon-pin-map-poi,
.ors-autocomplete-wrap-lg .ors-autocomplete-input-group .input-group-btn .btn .gpl-icon-pin-map-poi,
.ors-autocomplete-wrap-lg .ors-autocomplete-input-group .input-group-btn .btn .gpl-icon-stored-poi {
    font-size: 24px;
    line-height: 24px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    left: -4px;
    top: -1px
}

.ors-autocomplete-wrap-lg .ors-autocomplete-input-group .input-group-btn .btn .caret {
    bottom: 11px
}

.ors-autocomplete-wrap-sm .form-control {
    height: 30px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.ors-autocomplete-wrap-sm select.ors-autocomplete .ors-autocomplete-input-group .form-control {
    height: 30px;
    line-height: 30px
}

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

.ors-autocomplete-wrap-sm .ors-autocomplete-input-group .input-group-btn .btn {
    height: 30px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    padding-right: 10px!important;
    padding-left: 6px!important
}

.ors-autocomplete-wrap-sm select.ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn {
    height: 30px;
    line-height: 30px
}

.ors-autocomplete-wrap-sm textarea.ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn,
.ors-autocomplete-wrap-sm select[multiple].ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn {
    height: auto
}

.ors-autocomplete-wrap-sm .ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn .caret {
    bottom: 6px;
    right: 4px
}

.ors-autocomplete {
    position: relative
}

.ors-autocomplete .ors-autocomplete-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%
}

.ors-autocomplete .ors-autocomplete-input-group .form-control {
    display: table-cell;
    width: 100%
}

.ors-autocomplete .ors-autocomplete-input-group .input-group-btn .btn {
    padding-left: 10px;
    padding-right: 12px
}

.ors-autocomplete-wrap-lg .control-label {}

.ors-autocomplete+.address-manual-wrap {
    margin-top: 15px
}

#wizardStep1 .ors-autocomplete-wrap-lg .address-manual-wrap {
    margin-bottom: 20px
}

#wizardStep1 .ors-autocomplete-wrap-lg .address-manual-wrap .control-label {
    font-weight: normal
}

.ors-autocomplete-wrap-sm select.form-control {
    padding-left: 5px
}

.ors-suggest-list {
    width: 100%;
    display: none;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative;
    z-index: 10
}

.ors-suggest-list .ors-suggest-group {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ors-suggest-list .ors-suggest-group .suggest-item:last-child {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.ors-suggest-list .ors-suggest-group:last-child .suggest-item:last-child {
    border: none
}

.ors-suggest-list .suggest-item {
    padding: 8px 15px 8px 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    position: relative;
    cursor: default
}

.ors-suggest-list .suggest-item.autocomplete-last-item-block-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.ors-suggest-list .suggest-item.active,
.ors-suggest-list .suggest-item.active:hover {
    background: #1b81cb;
    color: #fff
}

.ors-suggest-list .suggest-item:hover {
    background: rgba(0, 0, 0, .03)
}

.ors-suggest-list .suggest-item .icon-pin-map-poi,
.ors-suggest-list .suggest-item .gpl-icon-pin-map-poi,
.ors-suggest-list .suggest-item .gpl-icon-stored-poi {
    font-size: 21px;
    left: 10px;
    margin-top: -10.5px
}

.ors-suggest-list .suggest-bold {
    font-weight: 500
}

.ors-suggest-list .suggest-item-pagination {
    padding-top: 10px;
    text-align: center
}

.ors-suggest-list .suggest-item-pagination .btn {
    margin-left: 5px
}

.ors-suggest-list .suggest-item-pagination .btn:first-child {
    margin-left: 0
}

.ors-suggest-list .previous:hover,
.ors-suggest-list .next:hover {
    cursor: pointer
}

.ors-suggest-list-static {
    float: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.modal-content .ors-suggest-list-static {
    border: none
}

.ors-suggest-list .suggest-item-man-address {
    padding-left: 15px;
    text-align: center
}

.ors-suggest-list .suggest-item-man-address:hover {
    background: transparent
}

.ors-suggest-list .suggest-item-man-address p {
    margin-bottom: 5px
}

.ors-extra-pass-outer {
    margin: 0 -8px 10px
}

.ors-extra-pass {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: -8px
}

.ors-extra-pass:after {
    content: " ";
    display: table;
    clear: both
}

.ors-extra-pass .ors-extra-pass-item {
    padding: 8px
}

.ors-extra-pass .ors-extra-pass-item:nth-child(even) {
    background: #fefefe
}

.ors-extra-pass .ors-extra-pass-item p {
    margin: 0
}

.ors-extra-pass .ors-extra-pass-item .name {
    font-weight: 500
}

.ors-extra-pass .ors-extra-pass-item .editable-field {
    display: block
}

.bootstrap-touchspin {
    width: 100%
}

.bootstrap-touchspin .input-group-btn {
    width: 20%
}

.bootstrap-touchspin .input-group-btn .btn {
    width: 100%
}

.bootstrap-touchspin input[type="number"],
.bootstrap-touchspin input[type="text"],
.bootstrap-touchspin .form-control {
    text-align: center
}

.bootstrap-touchspin .bootstrap-touchspin-prefix {
    width: 16%;
    color: #4a4a4a;
    border-right: 0
}

.bootstrap-touchspin .bootstrap-touchspin-prefix+.input-group-btn .btn {
    border-radius: 0;
    border-right-width: 0
}

.bootstrap-touchspin [class^="icon-"],
.bootstrap-touchspin [class*=" icon-"] {
    display: block;
    font-size: 18px;
    line-height: 20px
}

.ors-add-seats-outer .input-group-btn,
.ors-add-seats-outer .bootstrap-touchspin-prefix {
    width: 46px
}

.ors-add-seats-outer input[type="number"] {
    max-width: 130px
}

@media(max-width:767px) {
    .ors-add-seats-outer input[type="number"] {
        max-width: 150px
    }
}

@media(max-width:430px) {
    .ors-add-seats-outer input[type="number"] {
        max-width: 100px
    }
}

.ors-add-seats-outer .bootstrap-touchspin-down {
    border-left-width: 0
}

.bootstrap-datetimepicker-widget {
    z-index: 2000;
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    border-radius: 0
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px
}

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%
}

.bootstrap-datetimepicker-widget>ul {
    list-style-type: none;
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second,
.bootstrap-datetimepicker-widget .timepicker-period {
    width: 30px;
    font-weight: 500;
    font-size: 1.2em;
    margin: 0;
    padding: 0!important
}

.bootstrap-datetimepicker-widget .timepicker-period {
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px
}

.bootstrap-datetimepicker-widget .timepicker-period:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .12);
    border-radius: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

.bootstrap-datetimepicker-widget .datepicker>div {
    display: none
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 0
}

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #bebebe
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: rgba(0, 0, 0, .12);
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #bebebe
}

.bootstrap-datetimepicker-widget td.today {
    position: relative
}

.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #1b81cb;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #196e98;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #bebebe;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 0
}

.bootstrap-datetimepicker-widget td span .glyphicon {
    content: "f "
}

.bootstrap-datetimepicker-widget td span:hover {
    background: rgba(0, 0, 0, .12)
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #1b81cb;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget td span.old {
    color: #bebebe
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none;
    color: #bebebe;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
    font-size: 19.5px
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #bebebe;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: rgba(0, 0, 0, .12)
}

.timepicker-picker td,
.timepicker-picker th {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.timepicker-picker .btn-timepicker-close {
    margin: 5px 0 3px;
    font-size: 15px;
    font-weight: 500
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
    padding: 0!important
}

#returnTripPickupDateHolder {
    position: relative
}

#returnTripPickupDateHolder .bootstrap-datetimepicker-widget.dropdown-menu.picker-open {
    position: absolute!important;
    top: 40px!important;
    left: 0!important;
    right: auto!important;
    bottom: auto!important
}

@media screen and (max-width:767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px
    }
}

.datepicker {
    width: 250px
}

.timepicker {
    width: 200px
}

.timepicker td {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.timepicker td span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 0;
    position: relative
}

.timepicker a[data-action] {
    padding: 0
}

.editable-field {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    padding-right: 27px
}

.editable-field .overlay-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: 22px;
    opacity: 0
}

.editable-field .overlay-icon .btn-icon {
    padding: 0 3px;
    color: #bebebe;
    cursor: pointer
}

.editable-field .overlay-icon .btn-icon:hover {
    color: #4a4a4a
}

.editable-field .overlay-icon .dropdown-menu {
    min-width: 100px;
    padding: 0;
    overflow: hidden
}

.editable-field .overlay-icon .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.editable-field .overlay-icon .dropdown-menu li:last-child {
    border: none
}

.editable-field .overlay-icon .dropdown-menu li a {
    padding: 10px;
    font-size: 16px
}

.editable-field .overlay-icon .dropdown-menu li a .svg-icon {
    margin-right: 3px;
    width: 15px;
    height: 15px
}

.editable-field:hover .overlay-icon {
    opacity: 1;
    transition: opacity 150ms ease-in 0ms
}

.editable-field.editable-field-group-icon {
    padding-right: 49px
}

.editable-field.editable-field-group-icon .overlay-icon {
    width: 44px
}

.editable-field.active {
    display: block!important
}

.editable-field.active .editable-container.editable-inline {
    margin-right: -27px
}

.editable-field.active.editable-field-group-icon .editable-container.editable-inline {
    margin-right: -49px
}

@media(max-width:767px) {
    .editable-field {
        padding-right: 27px!important
    }
    .editable-field.active .editable-container.editable-inline {
        margin-right: -27px!important
    }
    .editable-field .overlay-icon {
        width: 22px!important;
        opacity: 1
    }
}

.editable-field.editable-vehicle-field {
    padding-right: 0;
    display: block
}

.editable-field.editable-vehicle-field .title {
    position: relative;
    padding-right: 27px
}

.form-horizontal .editableform .form-group {
    margin: 0
}

.touch .editable-field {
    padding-right: 27px!important
}

.touch .editable-field .overlay-icon {
    opacity: 1!important;
    width: 22px
}

.touch .editable-field .overlay-icon .hidden-xs {
    display: none!important
}

.touch .editable-field .overlay-icon .visible-xs {
    display: block!important
}

.editable-container .ors-autocomplete .ors-suggest-list {
    position: absolute;
    margin-top: 0;
    top: 40px
}

.ors-autocomplete-wrap-sm .editable-container .ors-suggest-list {
    top: 30px
}

.ors-autocomplete-wrap-lg .editable-container .ors-suggest-list {
    top: 40px
}

.editable-container .editable-input .input-group {
    display: table
}

.editable-container .editable-input .input-group .input-group-btn {
    width: 1%
}

.editable-container .editable-input .input-group-with-caret .caret {
    right: 3px
}

.editable-container .editable-input .editable-clear-x {
    display: none!important
}

.ors-autocomplete-wrap-sm .control-label {
    margin-bottom: 2px;
    padding-top: 0
}

.ors-autocomplete-wrap-sm .address-manual-wrap .form-group {
    margin-bottom: 0;
    margin-top: 10px
}

.ors-sortable {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ors-sortable-handle {
    position: relative;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 5%;
    height: 40px;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    font-size: 14px
}

.ors-sortable-item .ors-with-icon {
    display: inline-block;
    width: 95%;
    font-size: 14px
}

.ui-sortable-handle:hover:before {
    position: absolute;
    top: 3px;
    left: -5px;
    content: '';
    height: 13px;
    width: 3px;
    background: url('../../Content/img/drag.png')
}

.ui-sortable-handle:hover:before .touch {
    background: none
}

.ui-sortable-placeholder {
    visibility: visible!important;
    min-height: 30px;
    background: rgba(0, 0, 0, .08);
    background-image: none!important;
    border: 1px dashed rgba(0, 0, 0, .12);
    z-index: -1!important
}

.ui-sortable-helper {
    font-size: 12px;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.item-moving {
    z-index: 999;
    position: relative
}

.item-next-moving {
    z-index: 1000;
    position: relative
}

.navbar .navbar-btn.navbar-btn-icon {
    margin-bottom: 0;
    text-decoration: none;
    position: relative;
    width: 40px
}

.navbar .navbar-btn.navbar-btn-icon:active {
    box-shadow: none
}

#nav-open-btn,
#nav-close-btn {
    padding-top: 10px;
    padding-bottom: 5px
}

#inner-wrap.close-menu #nav-open-btn,
#inner-wrap.open-menu #nav-close-btn {
    display: inline-block
}

#inner-wrap.open-menu #nav-open-btn,
#inner-wrap.close-menu #nav-close-btn {
    display: none
}

.js-ready #inner-wrap {
    left: 0
}

.js-nav #inner-wrap {
    left: 230px
}

@media(min-width:768px) {
    #inner-wrap {
        left: 0!important
    }
}

@media(max-width:767px) {
    #inner-wrap {
        left: 0
    }
}

#nav {
    z-index: 200;
    overflow: auto;
    width: 230px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -230px;
    -webkit-box-shadow: inset -6px 0 6px -3px rgba(0, 0, 0, .2);
    box-shadow: inset -6px 0 6px -3px rgba(0, 0, 0, .2)
}

.ors-menu-top .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.ors-navbar-left {
    border: none
}

.navbar-right-pad {
    margin-right: 10px
}

.ors-nav-stacked>li {
    border-bottom: 1px solid #bebebe;
    font-size: 14px
}

.ors-nav-stacked>li a {
    color: #4a4a4a;
    border-left: 3px solid transparent;
    text-decoration: none;
    padding: 13px 12px
}

.ors-nav-stacked>li.active a,
.ors-nav-stacked>li:hover a,
.ors-nav-stacked>li.active a:active,
.ors-nav-stacked>li:hover a:active,
.ors-nav-stacked>li.active a:focus,
.ors-nav-stacked>li:hover a:focus {
    background: rgba(0, 0, 0, .03);
    border-left-color: #1b81cb
}

.ors-nav-stacked>li.item-static {
    padding: 13px 12px;
    background: rgba(0, 0, 0, .08);
    border-left: 3px solid transparent
}

.ors-nav-stacked>li.item-static .nav-title {
    margin: 0;
    font-size: 16px
}

.ors-nav-stacked .ors-sub-nav-stacked {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ors-nav-stacked .ors-sub-nav-stacked a {
    padding-left: 45px;
    display: block;
    padding-top: 0;
    padding-bottom: 10px
}

.ors-nav-stacked .ors-sub-nav-stacked li.active {
    font-weight: 500
}

.daterangepicker {
    position: absolute;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px
}

.daterangepicker.opensright .ranges,
.daterangepicker.openscenter .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .calendar {
    float: right;
    margin: 4px
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none
}

.daterangepicker .ranges {
    width: 150px;
    text-align: left
}

.daterangepicker .ranges .range_inputs {
    margin-top: 8px
}

.daterangepicker .ranges .range_inputs>div {
    float: left
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 11px
}

.daterangepicker .ranges input {
    font-size: 11px
}

.daterangepicker .ranges .input-mini {
    color: #4a4a4a;
    background-color: #fefefe;
    border: 1px solid #bebebe;
    border-radius: 0;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px
}

.daterangepicker .ranges ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.daterangepicker .ranges li {
    background: #f2f2f2;
    padding: 3px 12px;
    margin-bottom: 8px;
    border-radius: 0;
    cursor: pointer
}

.daterangepicker .ranges li:last-child {
    margin-bottom: 0
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #1b81cb;
    color: #fff
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .calendar.single .calendar-date {
    border: none
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-align: center;
    min-width: 32px
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .daterangepicker_start_input,
.daterangepicker .daterangepicker_end_input {
    float: left
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-transform: uppercase;
    width: 74px
}

.daterangepicker .daterangepicker_end_input {
    padding-left: 11px
}

.daterangepicker .calendar-date {
    border: 1px solid #bebebe;
    padding: 4px;
    border-radius: 0
}

.daterangepicker .calendar-date .icon-arrow-right {
    top: 3px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #4a4a4a
}

.daterangepicker .calendar-date .icon-arrow-left {
    top: 3px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #4a4a4a
}

.daterangepicker .calendar-date .icon-arrow-right:before,
.daterangepicker .calendar-date .icon-arrow-left:before {
    display: none
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #f2f2f2
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: rgba(0, 0, 0, .08)
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker td.off {
    color: #bebebe
}

.daterangepicker td.in-range {
    background: #f2f2f2;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 0
}

.daterangepicker td.end-date {
    border-radius: 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 0
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1b81cb;
    border-color: #1b81cb;
    color: #fff
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #bebebe
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker .range_inputs {
    display: none
}

.daterangepicker.show-calendar .range_inputs {
    display: block
}

.daterangepicker.show-calendar .range_inputs .daterangepicker_start_input,
.daterangepicker.show-calendar .range_inputs .daterangepicker_end_input {
    display: none
}

.daterangepicker.show-calendar .range_inputs .btn {
    display: inline-block
}

@media(max-width:767px) {
    .daterangepicker.show-calendar .ranges {
        width: 100%
    }
    .daterangepicker.show-calendar .ranges ul {
        overflow: hidden;
        margin: 0
    }
    .daterangepicker.show-calendar .ranges li {
        width: auto;
        float: left;
        margin-right: 10px
    }
}

.filter-range {
    position: relative
}

@media(min-width:768px) {
    .daterangepicker.show-calendar {
        right: -434px!important
    }
    .daterangepicker.show-calendar:before {
        right: 437px
    }
    .daterangepicker.show-calendar:after {
        right: 438px
    }
}

@media(max-width:767px) {
    .daterangepicker.show-calendar {
        right: 0
    }
    .daterangepicker.show-calendar .ranges {
        width: auto;
        max-width: 468px;
        clear: both
    }
}

.ipp-picker {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.33;
    color: #4a4a4a;
    background-color: #fefefe;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 0
}

.ipp-picker .flag {
    float: left;
    position: relative;
    margin: 5px 7px 0 0;
    cursor: pointer
}

.ipp-picker .flag:before {
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: -9px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.ipp-picker .ipp-number {
    display: block;
    float: left;
    height: 100%;
    margin-left: -35px;
    padding: 0 0 0 40px;
    width: 98%;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none
}

.ipp-number::-moz-placeholder {
    color: #bebebe
}

.ipp-number:-ms-input-placeholder {
    color: #bebebe
}

.ipp-number::-webkit-input-placeholder {
    color: #bebebe
}

.ipp-picker.focused {
    border-color: #1b81cb;
    -webkit-box-shadow: 0 0 6px #1b81cb;
    box-shadow: 0 0 6px #1b81cb
}

.ipp-picker.has-error {
    border-color: #a94442
}

.ipp-picker.has-success {
    border-color: #366c00
}

.ipp-picker.readonly .flag:before {
    content: none!important
}

.ipp-picker.readonly .flag {
    cursor: default!important
}

.ipp-countries {
    display: none;
    position: absolute;
    z-index: 100;
    width: 300px;
    height: 190px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
    background-color: #fefefe;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.ipp-countries li {
    padding: 3px 5px 3px 3px;
    cursor: pointer
}

.ipp-countries li:before,
.ipp-countries li:after {
    display: table;
    content: " "
}

.ipp-countries li:after {
    clear: both
}

.ipp-countries li:hover {
    background-color: rgba(0, 0, 0, .08)
}

.ipp-countries li .ipp-name {
    float: left
}

.ipp-countries li .ipp-code {
    display: block;
    float: right;
    color: #bebebe;
    font-style: normal
}

.ipp-countries li .flag-s {
    display: block;
    float: left;
    margin: 2px 6px 0 0
}

.flag.flag-unknown {
    background-position: 0 -6052px
}

.flag.flag-arrow {
    width: 7px;
    margin: 0 3px
}

.ipp-picker {
    padding-right: 0
}

.ipp-picker.focused {
    padding-right: 12px
}

.flag.flag-unknown {
    display: none;
    width: 0;
    float: none
}

.flag.flag-unknown+input.ipp-number {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    float: none
}

.flag,
.flag-s {
    background: url("../../Content/img/flags.png") no-repeat 0 0 transparent;
    width: 24px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block
}

.flag-abkhazia {
    background-position: 0 -4px
}

.flag-af {
    background-position: 0 -28px
}

.flag-ax {
    background-position: 0 -52px
}

.flag-al {
    background-position: 0 -76px
}

.flag-dz {
    background-position: 0 -100px
}

.flag-as {
    background-position: 0 -124px
}

.flag-ad {
    background-position: 0 -148px
}

.flag-ao {
    background-position: 0 -172px
}

.flag-ai {
    background-position: 0 -196px
}

.flag-ag {
    background-position: 0 -220px
}

.flag-ar {
    background-position: 0 -244px
}

.flag-am {
    background-position: 0 -268px
}

.flag-aw {
    background-position: 0 -292px
}

.flag-au {
    background-position: 0 -316px
}

.flag-hm {
    background-position: 0 -316px
}

.flag-at {
    background-position: 0 -340px
}

.flag-az {
    background-position: 0 -364px
}

.flag-bs {
    background-position: 0 -388px
}

.flag-bh {
    background-position: 0 -412px
}

.flag-bd {
    background-position: 0 -436px
}

.flag-bb {
    background-position: 0 -460px
}

.flag-basque_country {
    background-position: 0 -484px
}

.flag-by {
    background-position: 0 -508px
}

.flag-be {
    background-position: 0 -532px
}

.flag-bz {
    background-position: 0 -556px
}

.flag-bj {
    background-position: 0 -580px
}

.flag-bm {
    background-position: 0 -604px
}

.flag-bt {
    background-position: 0 -628px
}

.flag-bo {
    background-position: 0 -652px
}

.flag-ba {
    background-position: 0 -674px
}

.flag-bw {
    background-position: 0 -700px
}

.flag-br {
    background-position: 0 -724px
}

.flag-british_antarctic_territory {
    background-position: 0 -748px
}

.flag-vg {
    background-position: 0 -772px
}

.flag-gs {
    background-position: 0 -772px
}

.flag-bn {
    background-position: 0 -796px
}

.flag-bg {
    background-position: 0 -820px
}

.flag-bf {
    background-position: 0 -844px
}

.flag-bi {
    background-position: 0 -868px
}

.flag-kh {
    background-position: 0 -892px
}

.flag-cm {
    background-position: 0 -916px
}

.flag-ca {
    background-position: 0 -940px
}

.flag-canary_islands {
    background-position: 0 -964px
}

.flag-cv {
    background-position: 0 -988px
}

.flag-ky {
    background-position: 0 -1012px
}

.flag-cf {
    background-position: 0 -1036px
}

.flag-td {
    background-position: 0 -1060px
}

.flag-cl {
    background-position: 0 -1084px
}

.flag-cn {
    background-position: 0 -1108px
}

.flag-cx {
    background-position: 0 -1132px
}

.flag-cc {
    background-position: 0 -1156px
}

.flag-co {
    background-position: 0 -1180px
}

.flag-km {
    background-position: 0 -1204px
}

.flag-ck {
    background-position: 0 -1228px
}

.flag-cr {
    background-position: 0 -1252px
}

.flag-ci {
    background-position: 0 -1276px
}

.flag-hr {
    background-position: 0 -1300px
}

.flag-cu {
    background-position: 0 -1324px
}

.flag-curacao {
    background-position: 0 -1348px
}

.flag-cy {
    background-position: 0 -1372px
}

.flag-cz {
    background-position: 0 -1396px
}

.flag-cd {
    background-position: 0 -1420px
}

.flag-dk {
    background-position: 0 -1444px
}

.flag-dj {
    background-position: 0 -1468px
}

.flag-dm {
    background-position: 0 -1492px
}

.flag-do {
    background-position: 0 -1516px
}

.flag-tl {
    background-position: 0 -1540px
}

.flag-ec {
    background-position: 0 -1564px
}

.flag-eg {
    background-position: 0 -1588px
}

.flag-sv {
    background-position: 0 -1612px
}

.flag-england {
    background-position: 0 -1636px
}

.flag-gq {
    background-position: 0 -1660px
}

.flag-er {
    background-position: 0 -1684px
}

.flag-ee {
    background-position: 0 -1708px
}

.flag-et {
    background-position: 0 -1732px
}

.flag-eu {
    background-position: 0 -1756px
}

.flag-fk {
    background-position: 0 -1780px
}

.flag-fo {
    background-position: 0 -1804px
}

.flag-fj {
    background-position: 0 -1828px
}

.flag-fi {
    background-position: 0 -1852px
}

.flag-fr {
    background-position: 0 -1876px
}

.flag-re {
    background-position: 0 -1876px
}

.flag-pm {
    background-position: 0 -1876px
}

.flag-gp {
    background-position: 0 -1876px
}

.flag-gf {
    background-position: 0 -1876px
}

.flag-pf {
    background-position: 0 -1900px
}

.flag-tf {
    background-position: 0 -1924px
}

.flag-ga {
    background-position: 0 -1948px
}

.flag-gm {
    background-position: 0 -1972px
}

.flag-ge {
    background-position: 0 -1996px
}

.flag-de {
    background-position: 0 -2020px
}

.flag-gh {
    background-position: 0 -2044px
}

.flag-gr {
    background-position: 0 -2068px
}

.flag-gl {
    background-position: 0 -2092px
}

.flag-gd {
    background-position: 0 -2116px
}

.flag-gu {
    background-position: 0 -2140px
}

.flag-gt {
    background-position: 0 -2164px
}

.flag-gg {
    background-position: 0 -2188px
}

.flag-gw {
    background-position: 0 -2212px
}

.flag-gn {
    background-position: 0 -2236px
}

.flag-gy {
    background-position: 0 -2260px
}

.flag-ht {
    background-position: 0 -2284px
}

.flag-hn {
    background-position: 0 -2308px
}

.flag-hk {
    background-position: 0 -2332px
}

.flag-hu {
    background-position: 0 -2356px
}

.flag-is {
    background-position: 0 -2380px
}

.flag-in {
    background-position: 0 -2404px
}

.flag-id {
    background-position: 0 -2428px
}

.flag-ir {
    background-position: 0 -2452px
}

.flag-iq {
    background-position: 0 -2476px
}

.flag-ie {
    background-position: 0 -2500px
}

.flag-im {
    background-position: 0 -2524px
}

.flag-il {
    background-position: 0 -2548px
}

.flag-it {
    background-position: 0 -2572px
}

.flag-jm {
    background-position: 0 -2596px
}

.flag-jp {
    background-position: 0 -2620px
}

.flag-je {
    background-position: 0 -2644px
}

.flag-jo {
    background-position: 0 -2668px
}

.flag-kz {
    background-position: 0 -2692px
}

.flag-ke {
    background-position: 0 -2716px
}

.flag-ki {
    background-position: 0 -2740px
}

.flag-kosovo {
    background-position: 0 -2764px
}

.flag-kw {
    background-position: 0 -2788px
}

.flag-kg {
    background-position: 0 -2812px
}

.flag-la {
    background-position: 0 -2836px
}

.flag-lv {
    background-position: 0 -2860px
}

.flag-lb {
    background-position: 0 -2884px
}

.flag-ls {
    background-position: 0 -2908px
}

.flag-lr {
    background-position: 0 -2932px
}

.flag-ly {
    background-position: 0 -2956px
}

.flag-li {
    background-position: 0 -2980px
}

.flag-lt {
    background-position: 0 -3004px
}

.flag-lu {
    background-position: 0 -3028px
}

.flag-mo {
    background-position: 0 -3052px
}

.flag-mk {
    background-position: 0 -3076px
}

.flag-mg {
    background-position: 0 -3100px
}

.flag-mw {
    background-position: 0 -3124px
}

.flag-my {
    background-position: 0 -3148px
}

.flag-mv {
    background-position: 0 -3172px
}

.flag-ml {
    background-position: 0 -3196px
}

.flag-mt {
    background-position: 0 -3220px
}

.flag-mars {
    background-position: 0 -3244px
}

.flag-mh {
    background-position: 0 -3268px
}

.flag-mq {
    background-position: 0 -3292px
}

.flag-mr {
    background-position: 0 -3316px
}

.flag-mu {
    background-position: 0 -3340px
}

.flag-yt {
    background-position: 0 -3364px
}

.flag-mx {
    background-position: 0 -3388px
}

.flag-fm {
    background-position: 0 -3412px
}

.flag-md {
    background-position: 0 -3436px
}

.flag-mc {
    background-position: 0 -3460px
}

.flag-mn {
    background-position: 0 -3484px
}

.flag-me {
    background-position: 0 -3508px
}

.flag-ms {
    background-position: 0 -3532px
}

.flag-ma {
    background-position: 0 -3556px
}

.flag-mz {
    background-position: 0 -3580px
}

.flag-mm {
    background-position: 0 -3604px
}

.flag-nagorno_karabakh {
    background-position: 0 -3628px
}

.flag-na {
    background-position: 0 -3652px
}

.flag-nr {
    background-position: 0 -3676px
}

.flag-np {
    background-position: 0 -3700px
}

.flag-an {
    background-position: 0 -3724px
}

.flag-nl {
    background-position: 0 -3748px
}

.flag-nc {
    background-position: 0 -3772px
}

.flag-nz {
    background-position: 0 -3796px
}

.flag-ni {
    background-position: 0 -3820px
}

.flag-ne {
    background-position: 0 -3844px
}

.flag-ng {
    background-position: 0 -3868px
}

.flag-nu {
    background-position: 0 -3892px
}

.flag-nf {
    background-position: 0 -3916px
}

.flag-kp {
    background-position: 0 -3940px
}

.flag-northern_cyprus {
    background-position: 0 -3964px
}

.flag-no {
    background-position: 0 -3988px
}

.flag-bv {
    background-position: 0 -3988px
}

.flag-om {
    background-position: 0 -4012px
}

.flag-pk {
    background-position: 0 -4036px
}

.flag-pw {
    background-position: 0 -4060px
}

.flag-ps {
    background-position: 0 -4084px
}

.flag-pa {
    background-position: 0 -4108px
}

.flag-pg {
    background-position: 0 -4132px
}

.flag-py {
    background-position: 0 -4156px
}

.flag-pe {
    background-position: 0 -4180px
}

.flag-ph {
    background-position: 0 -4204px
}

.flag-pn {
    background-position: 0 -4228px
}

.flag-pl {
    background-position: 0 -4252px
}

.flag-pt {
    background-position: 0 -4276px
}

.flag-pr {
    background-position: 0 -4300px
}

.flag-qa {
    background-position: 0 -4324px
}

.flag-cg {
    background-position: 0 -4348px
}

.flag-ro {
    background-position: 0 -4372px
}

.flag-ru {
    background-position: 0 -4396px
}

.flag-rw {
    background-position: 0 -4420px
}

.flag-saint_barthelemy {
    background-position: 0 -4444px
}

.flag-sh {
    background-position: 0 -4468px
}

.flag-kn {
    background-position: 0 -4492px
}

.flag-lc {
    background-position: 0 -4516px
}

.flag-saint_martin {
    background-position: 0 -4540px
}

.flag-vc {
    background-position: 0 -4564px
}

.flag-ws {
    background-position: 0 -4588px
}

.flag-sm {
    background-position: 0 -4612px
}

.flag-st {
    background-position: 0 -4636px
}

.flag-sa {
    background-position: 0 -4660px
}

.flag-scotland {
    background-position: 0 -4684px
}

.flag-sn {
    background-position: 0 -4708px
}

.flag-rs {
    background-position: 0 -4732px
}

.flag-sc {
    background-position: 0 -4756px
}

.flag-sl {
    background-position: 0 -4780px
}

.flag-sg {
    background-position: 0 -4804px
}

.flag-sk {
    background-position: 0 -4828px
}

.flag-si {
    background-position: 0 -4852px
}

.flag-sb {
    background-position: 0 -4876px
}

.flag-so {
    background-position: 0 -4900px
}

.flag-somaliland {
    background-position: 0 -4924px
}

.flag-za {
    background-position: 0 -4948px
}

.flag-kr {
    background-position: 0 -4972px
}

.flag-south_ossetia {
    background-position: 0 -4996px
}

.flag-sd {
    background-position: 0 -5020px
}

.flag-es {
    background-position: 0 -5044px
}

.flag-lk {
    background-position: 0 -5068px
}

.flag-sd {
    background-position: 0 -5092px
}

.flag-sr {
    background-position: 0 -5116px
}

.flag-sz {
    background-position: 0 -5140px
}

.flag-se {
    background-position: 0 -5164px
}

.flag-ch {
    background-position: 0 -5188px
}

.flag-sy {
    background-position: 0 -5212px
}

.flag-tw {
    background-position: 0 -5236px
}

.flag-tj {
    background-position: 0 -5260px
}

.flag-tz {
    background-position: 0 -5284px
}

.flag-th {
    background-position: 0 -5308px
}

.flag-tg {
    background-position: 0 -5332px
}

.flag-to {
    background-position: 0 -5356px
}

.flag-tt {
    background-position: 0 -5380px
}

.flag-tn {
    background-position: 0 -5404px
}

.flag-tr {
    background-position: 0 -5428px
}

.flag-tm {
    background-position: 0 -5452px
}

.flag-tc {
    background-position: 0 -5476px
}

.flag-tv {
    background-position: 0 -5500px
}

.flag-ug {
    background-position: 0 -5524px
}

.flag-ua {
    background-position: 0 -5548px
}

.flag-ae {
    background-position: 0 -5572px
}

.flag-gb {
    background-position: 0 -5596px
}

.flag-um {
    background-position: 0 -5596px
}

.flag-us {
    background-position: 0 -5620px
}

.flag-uy {
    background-position: 0 -5644px
}

.flag-uz {
    background-position: 0 -5668px
}

.flag-vu {
    background-position: 0 -5692px
}

.flag-va {
    background-position: 0 -5716px
}

.flag-ve {
    background-position: 0 -5740px
}

.flag-vn {
    background-position: 0 -5764px
}

.flag-wales {
    background-position: 0 -5788px
}

.flag-wf {
    background-position: 0 -5812px
}

.flag-eh {
    background-position: 0 -5836px
}

.flag-ye {
    background-position: 0 -5860px
}

.flag-zm {
    background-position: 0 -5884px
}

.flag-zw {
    background-position: 0 -5908px
}

.flag-gi {
    background-position: 0 -5932px
}

.flag-io {
    background-position: 0 -5956px
}

.flag-mp {
    background-position: 0 -5980px
}

.flag-tk {
    background-position: 0 -6004px
}

.flag-vi {
    background-position: 0 -6028px
}

.chosen-select {
    width: 100%
}

.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    width: 100%!important
}

.chosen-container .chosen-drop {
    background: #fefefe;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
    border-radius: 0
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0
}

.chosen-container .chosen-results {
    color: #fff;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.chosen-container .chosen-results li {
    line-height: 1.53846154;
    list-style: none;
    margin: 0;
    padding: 5px 6px
}

.chosen-container .chosen-results li.result-selected {
    opacity: .3;
    cursor: default
}

.chosen-container .chosen-results li em {
    background: #f2f2f2;
    font-style: normal
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #bebebe;
    font-weight: 500
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background: #1b81cb;
    color: #fff
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #bebebe
}

.chosen-container .chosen-results .no-results {
    background: #f2f2f2;
    display: list-item
}

.chosen-container .chosen-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.53846154;
    text-indent: -5000px;
    width: 9px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url("../../Content/img/chosen-sprite.png") no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url("../../Content/img/chosen-sprite.png") no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
    background: #fefefe;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #bebebe;
    color: #4a4a4a;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    background: url("../../Content/img/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px
}

.chosen-container-single .chosen-single div b {
    background: url("../../Content/img/chosen-sprite.png") no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-default {
    color: #bebebe
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url("../../Content/img/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #bebebe;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%
}

.chosen-container-single .chosen-drop {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px
}

.ors-autocomplete-wrap-sm .chosen-container-single .chosen-single {
    height: 28px;
    line-height: 28px
}

.ors-autocomplete-wrap-sm .chosen-container-single .chosen-single div b,
.ors-autocomplete-wrap-sm .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position-y: 4px
}

.ors-autocomplete-wrap-lg .chosen-container {
    font-size: 16px
}

.ors-autocomplete-wrap-lg .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 44px;
    border-radius: 0
}

.ors-autocomplete-wrap-lg .chosen-container-single .chosen-single div b,
.ors-autocomplete-wrap-lg .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position-y: 12px
}

.chosen-container-multi .chosen-choices {
    background: #fefefe;
    border: 1px solid #bebebe;
    cursor: text;
    height: auto!important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 4px;
    position: relative
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    background: transparent!important;
    border: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bebebe;
    height: 34px;
    margin: 0;
    padding: 8px 12px;
    outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #bebebe
}

.chosen-container-multi .chosen-choices .search-choice {
    border-radius: 0;
    color: #4a4a4a;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 5px 20px 5px 5px;
    position: relative;
    border: 1px solid transparent;
    background: #f2f2f2;
    border-color: #bebebe
}

.chosen-container-multi .chosen-choices .search-choice:active,
.chosen-container-multi .chosen-choices .search-choice.active {
    border-color: #f2f2f2
}

.chosen-container-multi .chosen-choices .search-choice:disabled,
.chosen-container-multi .chosen-choices .search-choice[disabled] {
    background-image: none
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    display: block;
    font-size: 13px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 12px;
    cursor: pointer;
    color: #4a4a4a
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
    content: "✖";
    display: block
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    text-decoration: none
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #bebebe
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0
}

.chosen-container-active {
    -webkit-box-shadow: 0 0 6px #1b81cb;
    box-shadow: 0 0 6px #1b81cb
}

.chosen-container-active .chosen-single {
    border: 1px solid #1b81cb;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #1b81cb;
    border: 1px solid #1b81cb;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #1b81cb
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #bebebe!important
}

.chosen-disabled {
    cursor: default;
    opacity: .5!important
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chosen-rtl .chosen-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    left: 7px;
    right: auto
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    background-position: right top;
    left: 4px;
    right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    background: url("../../Content/img/chosen-sprite.png") no-repeat -28px -20px;
    direction: rtl;
    padding: 4px 5px 4px 20px
}

.input-group .chosen-container:last-child .chosen-single,
.input-group .chosen-container:last-child .chosen-default,
.input-group .chosen-container:last-child .chosen-choices {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .chosen-container:not(:last-child) .chosen-single,
.input-group .chosen-container:not(:last-child) .chosen-default,
.input-group .chosen-container:not(:last-child) .chosen-choices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("../../Content/img/chosen-sprite%402x.png")!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

.toggle input[type="checkbox"] {
    display: none
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.checkbox .toggle-group label {
    margin-right: 0
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

.ors {
    margin-top: 20px
}

@media(max-width:767px) {
    .ors {
        margin-top: 0
    }
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    margin: 0
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
    display: none
}

[data-toggle="popover"] {
    cursor: pointer
}

.text-helper {
    color: #bebebe;
    font-size: 12px;
    font-weight: normal
}

.dropdown-menu>li>a,
.dropdown-menu .dropdown-header {
    padding-left: 15px;
    padding-right: 15px
}

.dropdown-menu,
.popover,
.well,
.jumbotron,
.list-group,
.panel {
    color: #4a4a4a
}

.navbar a,
.nav a,
.list-group a,
.dropdown a,
.pager a,
.pagination a,
.breadcrumb a {
    text-decoration: none
}

.modal-backdrop {
    z-index: 1038
}

.modal-dialog {
    z-index: 1039
}

.container-fluid {
    max-width: 1090px
}

.center {
    text-align: center
}

#outer-wrap,
#inner-wrap {
    position: relative;
    width: 100%
}

#outer-wrap.open-menu-outer {
    overflow: hidden
}

.margb-clean {
    margin-bottom: 0
}

@media(min-width:768px) {
    .ors-column-r .ors-col-max-width {
        float: right
    }
    .ors-columns-outer .ors-column-l {
        padding-right: 30px
    }
    .ors-columns-outer .ors-column-r {
        padding-left: 30px
    }
}

@media(max-width:767px) {
    .ors-columns-outer .ors-column-l,
    .ors-columns-outer .ors-column-r {
        background: none
    }
}

.ors-columns-outer [class^="ors-column-"] .ors-title:first-child,
.ors-columns-outer [class*=" ors-column-"] .ors-title:first-child,
.ors-columns-outer [class^="ors-column-"] .ors-sub-title:first-child,
.ors-columns-outer[class*=" ors-column-"] .ors-sub-title:first-child {
    margin-top: 0
}

.ors-columns-outer [class^="ors-column-"] #flightInfoContainer:first-child[style="display: none;"]+.ors-title.title-edit,
.ors-columns-outer [class*=" ors-column-"] #flightInfoContainer:first-child[style="display: none;"]+.ors-title.title-edit {
    margin-top: 0
}

.ors-column-l-border {
    border-right: 1px solid #bebebe;
    margin-right: -1px
}

.ors-column-r-border {
    border-left: 1px solid #bebebe
}

.ors-col-max-width {
    max-width: 470px;
    width: 100%
}

@media(max-width:767px) {
    .ors-column-l-border,
    .ors-column-r-border {
        border: none;
        margin-right: 0
    }
    .ors-col-max-width,
    .ors-col-max-width-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .ors-col-max-width-mobile {
        max-width: 300px
    }
}

.ors-vertical-space {
    margin-bottom: 0
}

@media(max-width:991px) {
    .form-group-lg .ors-vertical-space {
        margin-bottom: 20px
    }
    .form-group-lg .ors-vertical-space:last-child {
        margin-bottom: 0
    }
}

.ors-collapse-top {
    margin-top: 15px
}

@media(min-width:768px) {
    .pull-right-sm {
        float: right
    }
}

.ors-list-default {
    padding: 0;
    list-style: none
}

.ors-list-default li {
    margin: 12px 0 12px 1.4em;
    padding: 0
}

.ors-list-default li:before {
    content: "—";
    float: left;
    margin-left: -1.35em
}

[class^="icon-"],
[class*=" icon-"],
[class^="gpl-icon-"],
[class*=" gpl-icon-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    top: 1px;
    position: relative
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

a.btn,
a.btn:hover,
.dropdown-menu a {
    text-decoration: none
}

.ors-pseudo-link {
    text-decoration: none;
    cursor: pointer!important;
    font-size: 12px;
    color: #1b81cb
}

.ors-pseudo-link:hover,
.ors-pseudo-link:focus {
    text-decoration: underline;
    color: #196e98
}

.ors-pseudo-link .svg-icon {
    margin-top: -1px
}

@media(min-width:768px) {
    .ors-col-map {
        float: right
    }
}

.ors-map-room {
    display: inline-block;
    margin-top: 28px;
    width: 100%
}

.ors-map-room .ors-map-outer {
    border: 1px solid #bebebe;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 420px
}

@media(max-width:767px) {
    .ors-map-room {
        margin-top: 0;
        max-width: 470px
    }
    .ors-map-room .ors-map-outer {
        height: 300px
    }
}

.ors-map-room .signature {
    text-align: left;
    font-size: 12px
}

.ors-map-room .signature span {
    display: block
}

.ors-nav-pills-sm>li>a {
    padding: 1px 5px
}

.ors-nav-pills-sm>li>a:hover,
.ors-nav-pills-sm>li>a:focus {
    text-decoration: underline;
    background-color: transparent
}

.ors-nav-pills-sm>li.active>a {
    text-decoration: none;
    border-radius: 0
}

.form-group .ors-nav-pills-sm {
    float: right;
    margin-bottom: 5px
}

@media(max-width:991px) {
    .form-group .ors-nav-pills-sm {
        float: none
    }
}

.btn.btn-min-width {
    min-width: 110px
}

.btn-lg.btn-link {
    text-shadow: none
}

.input-group .input-group-btn .btn,
.input-group.input-group-lg .input-group-btn .btn {
    padding-right: 10px;
    padding-left: 10px
}

.btn-icon,
.btn-icon:active,
.btn-icon:focus {
    background: none;
    box-shadow: none
}

.input-group-with-caret .caret {
    color: #bebebe
}

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

.btn-plain {
    border-radius: 0;
    background: #f2f2f2
}

.btn-w140 {
    width: 140px
}

@media(max-width:767px) {
    .btn-block-xs {
        width: 100%
    }
}

.btn-action {
    padding: 5px;
    display: inline-block
}

.btn-action,
.btn-action:hover,
.btn-action:focus {
    text-decoration: none
}

.btn-action .svg-icon {
    vertical-align: inherit
}

.btn-action .visible-xs-inline {
    position: relative;
    top: -2px
}

.btn-action-danger:hover,
.btn-action-danger:focus {}

.btn-yes-no .btn {
    min-width: 50px;
    background: transparent;
    color: #1b81cb;
    border-color: #1b81cb
}

.btn-yes-no .btn.active,
.btn-yes-no .btn:hover {
    background: #1b81cb;
    color: #fff;
    border-color: #1b81cb
}

.ors-btn-login-outer {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 15px
}

.ors-btn-login-outer .ors-btn-login {
    cursor: pointer
}

.ors-btn-login-outer .icon-log-in {
    top: 3px
}

.ors-login-outer {
    float: right
}

.ors-login-outer.open {
    width: 100%;
    float: none
}

.ors-login-outer.open .ors-btn-login {
    display: none
}

.ors-login-outer.open .ors-popup-static {
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    margin-top: -10px;
    background: transparent
}

.ors-login-outer.open .tab-pane {
    padding: 15px 12%
}

@media(min-width:768px) {
    .ors-login-outer.open .ors-popup-static {
        width: 620px;
        margin-top: 0;
        position: relative
    }
    .ors-login-outer.open .ors-popup-static .button-holder {
        position: absolute;
        top: 0;
        right: 0
    }
    .ors-login-outer.open .tab-pane {
        margin-right: 95px;
        padding: 0
    }
}

@media(max-width:767px) {
    #accountLoginForm1 .col-sm-5 {
        margin-bottom: 15px
    }
    #accountLoginForm1 .center-sm .col-sm-5 {
        margin-bottom: 5px
    }
    .ors-login-outer.open .button-holder {
        position: relative;
        top: -25px;
        float: right
    }
}

.ors-price {
    font-size: 23px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: clip;
    width: 60%;
    margin-left: 20%;
    overflow-x: scroll;
    overflow-y: hidden
}

.ors-price.ors-price-old {
    font-size: 18px
}

.ors-price.ors-price-old .ors-price-old-inner {
    position: relative;
    display: inline-block;
    color: #d9534f
}

.ors-price.ors-price-old .ors-price-old-inner:before {
    background: #d9534f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.table-striped td,
.table-striped th {
    border: none!important
}

.table-responsive {
    border: none;
    margin-bottom: 0
}

.ors-table-rate-details {
    margin-bottom: 0
}

.ors-table-rate-details>thead>tr>th,
.ors-table-price>thead>tr>th,
.ors-table-rate-details>tbody>tr>th,
.ors-table-price>tbody>tr>th,
.ors-table-rate-details>tfoot>tr>th,
.ors-table-price>tfoot>tr>th,
.ors-table-rate-details>thead>tr>td,
.ors-table-price>thead>tr>td,
.ors-table-rate-details>tbody>tr>td,
.ors-table-price>tbody>tr>td,
.ors-table-rate-details>tfoot>tr>td,
.ors-table-price>tfoot>tr>td {
    vertical-align: middle
}

.ors-table-price tr>th:first-child,
.ors-table-price tr>td:first-child {
    padding-left: 20px
}

.ors-table-price tr>th:last-child,
.ors-table-price tr>td:last-child {
    padding-right: 10px
}

.ors-table-rate-details th,
.ors-table-price th {
    text-align: left;
    font-weight: normal
}

.ors-table-rate-details td,
.ors-table-price td {
    text-align: right;
    font-weight: 500
}

.ors-table-price {
    margin-bottom: 0
}

.ors-table-price td {
    font-weight: 500
}

.ors-table-price .ors-total-price tr {
    background: #cfebff
}

.ors-table-price .ors-pretotal-price tr th {
    font-weight: 400
}

.ors-table-price .ors-pretotal-price tr td {
    font-weight: 500;
    font-size: 18px
}

.ors-table-price .ors-pretotal-price tr {
    background: #f2f2f2
}

.ors-table-price .ors-discount-price tr {
    background: rgba(184, 233, 134, .2)!important;
    color: #366c00;
    font-weight: 400
}

.ors-table-price .ors-total-price th,
.ors-table-price .ors-total-price td {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px
}

.ors-table-price .ors-total-price td {
    font-weight: 500;
    font-size: 28px
}

.ors-table-price .ors-total-price th {
    font-weight: 500
}

.ors-table-price-outer {}

.ors-table-price-outer .collapse-title {
    cursor: pointer
}

.ors-table-price-outer .collapse-title:hover {
    background: #f2f2f2
}

.ors-table-price-outer .collapse-title .ors-pseudo-link-dot {
    color: inherit
}

.ors-table-price-outer .ors-pseudo-link-dot {
    font-weight: 500
}

.ors-table-price-outer .maxlist-more {
    margin: 0 0 10px 8px
}

@media(min-width:778px) {
    .ors-table-price tr>th:first-child,
    .ors-table-price tr>td:first-child {
        padding-left: 40px
    }
    .ors-table-price tr>th:last-child,
    .ors-table-price tr>td:last-child {
        padding-right: 40px
    }
    .ors-table-price .ors-total-price td {
        font-size: 36px;
        line-height: 40px
    }
}

.ors-title,
.ors-sub-title {
    font-size: 14px;
    background: #f2f2f2;
    padding: 6px 5px 6px 20px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 20px
}

.ors-title .btn-icon {
    float: right;
    color: #4a4a4a
}

.title-edit {
    position: relative
}

.title-edit .edit-step {
    position: absolute;
    right: 45px;
    top: calc(50% - 10px)
}

@media(min-width:768px) {
    .ors-title .btn-icon {
        display: none
    }
    .title-edit .edit-step {
        right: 15px
    }
}

.ors-security-text img {
    padding-right: 7px;
    position: relative;
    top: -8px
}

.ors-maxlist-outer .add-item {
    clear: both;
    position: relative
}

.ors-icon-help {
    font-size: 18px;
    display: inline-block;
    line-height: 18px
}

.ors-near-icon {
    padding-right: 26px;
    position: relative
}

.ors-near-icon .ors-icon-help {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10.5px;
    line-height: 21px
}

.ors-add-return-trip-outer {}

.ors-add-return-trip-outer .title {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500
}

.ors-add-return-trip-outer .alert {
    margin-bottom: 12px
}

.ors-form-add-return-trip {
    margin-top: 12px
}

@media(max-width:991px) {
    .ors-form-add-return-trip .btn-group {
        margin-top: 12px
    }
}

.ors-form-add-return-trip .btn-group .btn {
    margin-left: 7px
}

.ors-form-add-return-trip .btn-group .btn:first-child {
    margin-left: 0
}

.dropdown-header+.divider {
    margin-top: 0
}

.dropdown-header h5 {
    margin: 0
}

.defin-list-inline:before,
.defin-list-inline:after {
    content: " ";
    display: table
}

.defin-list-inline:after {
    clear: both
}

.defin-list-inline:before,
.defin-list-inline:after {
    content: " ";
    display: table
}

.defin-list-inline:after {
    clear: both
}

.defin-list-inline dt,
.defin-list-inline dd {
    float: left
}

.defin-list-inline dt {
    clear: left;
    padding-right: 5px
}

.ors-poi-label {
    display: block;
    font-weight: 500
}

.form-group .ors-poi-label {
    float: right;
    margin-bottom: 5px;
    color: #bebebe;
    font-weight: 400
}

.form-group-lg .ors-poi-label {
    font-size: 16px
}

.ors-trip-summary .ors-poi-label,
.ac-ride-details .ors-poi-label {
    display: inline
}

.ors-confirm-outer {
    text-align: center
}

.ors-confirm-outer .ors-confirm-title {
    padding: 0 100px;
    overflow: hidden
}

.ors-confirm-outer .ors-confirm-title h1 {
    font-size: 18px;
    font-weight: 500
}

@media(max-width:767px) {
    .ors-confirm-outer .ors-confirm-title {
        padding: 0
    }
    .ors-confirm-outer .ors-confirm-title .ors-title-inner {
        margin-left: 0
    }
    .ors-confirm-outer .ors-confirm-title h1 {
        margin-left: 0
    }
}

.ors-confirm-outer .ors-confirm-number {
    margin: 1.53em 0 3.07em;
    display: inline-block
}

.ors-confirm-outer .ors-confirm-number dl {
    border-radius: 0;
    padding: 1.15em 40px
}

.ors-confirm-outer .ors-confirm-number dl dt {
    font-size: 1.077em;
    font-weight: 400
}

.ors-confirm-outer .ors-confirm-number dl dd {
    font-size: 18px;
    color: #1b81cb;
    font-weight: 500
}

.ors-confirm-outer .ors-confirm-number dl:last-child {
    margin-bottom: 0
}

.ors-confirm-outer p {
    margin-bottom: 20px
}

.ors-confirm-desc {
    max-width: 620px;
    margin: 0 auto
}

.ors-confirm-desc a[href^="mailto:"],
.ors-confirm-desc a[href^="tel:"] {
    display: inline-block;
    white-space: nowrap;
    max-width: 100vw
}

.ors-confirm-footer {
    margin-top: 50px
}

.table-border-top {
    border-top: 1px solid #bebebe
}

[data-notify="progressbar"] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px
}

[data-notify="container"] {
    max-width: 350px
}

@media(max-width:767px) {
    [data-notify="container"] {
        width: 100%;
        max-width: 100%;
        top: auto!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        border-radius: 0
    }
}

.cc-icon {
    width: 43px;
    background: url(../../Content/img/cc-icons.png) no-repeat
}

.cc-icon-master {
    background-position: 0 5px
}

.cc-icon-visa {
    background-position: 0 -35px
}

.cc-icon-amex {
    background-position: 0 -75px
}

.cc-icon-discover {
    background-position: 0 -115px
}

.cc-icon-none {
    background-position: 0 -200px
}

#loadingProgressContainer {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(66, 66, 66, .15)
}

#loadingProgressElement {
    margin-top: -50px;
    margin-left: -50px;
    position: fixed;
    top: 50%;
    left: 50%
}

#ratesSpinnerContainer {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(66, 66, 66, .15)
}

#ratesSpinnerElement {
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%
}

.ac-nav {
    position: relative;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    list-style: none;
    margin: 0 -10px;
    padding: 15px 10px
}

.ac-nav>li {
    text-align: center
}

.ac-nav>li>a {
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    vertical-align: middle
}

.ac-nav>li.active>a,
.ac-nav>li:hover>a,
.ac-nav>li.active>a:hover,
.ac-nav>li:hover>a:hover {
    background: #1b81cb;
    color: #fff;
    border: 1px solid #1b81cb;
    text-decoration: none
}

.ac-nav>li.active>a,
.ac-nav>li.active:hover>a,
.ac-nav>li.active>a:hover,
.ac-nav>li.active:hover>a:hover {
    z-index: 3
}

@media(max-width:991px) {
    .ac-nav>li .term {}
}

.ac-nav li.active+li {
    border-left-color: #bebebe
}

@media(min-width:768px) {
    .ac-content {
        border-top: none;
        padding: 15px 0;
        border-radius: 0
    }
    .ac-content .panel:last-child {
        margin-bottom: 0
    }
}

.ac-title {
    margin-top: 0;
    font-weight: 500
}

h1.ac-title {
    font-size: 16px
}

@media(max-width:767px) {
    .ac-content .ors-col-max-width {
        margin: 0
    }
    h1.ac-title {
        font-size: 20px
    }
}

.ors-tile {
    border: 1px solid rgba(128, 128, 128, .15);
    border-radius: 0;
    background: #f8f8f8;
    padding: 6px 12px
}

.ors-tile .tile-info {
    padding-top: 6px;
    padding-bottom: 8px
}

.ors-tile .tile-info .h1 {
    margin: 0
}

.ors-tile .tile-info .sing {
    text-transform: uppercase
}

.ors-tile .tile-header,
.ors-tile .tile-body,
.ors-tile .tile-footer {
    padding: 5px
}

.ors-tile .tile-header {
    border-bottom: 1px solid rgba(128, 128, 128, .15);
    padding-top: 0
}

.ors-tile .tile-header h4,
.ors-tile .tile-header .price {
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

.ors-tile .tile-header .price {
    margin-top: 8px
}

.ors-tile .tile-header .date {
    font-size: 11px
}

.ors-tile .tile-footer {
    border-top: 1px solid rgba(128, 128, 128, .15);
    padding-bottom: 0
}

.ors-tile .tile-footer .tile-footer-row {
    display: table;
    width: 100%
}

.ors-tile .tile-footer .tile-footer-row .left,
.ors-tile .tile-footer .tile-footer-row .center,
.ors-tile .tile-footer .tile-footer-row .right {
    display: table-cell;
    vertical-align: middle
}

.ors-tile .tile-footer .tile-footer-row .right {
    text-align: right
}

.ors-tile .tile-body dl {
    margin: 0
}

@media(max-width:991px) {
    .ors-tile.ors-tile-marg {
        margin-bottom: 15px
    }
}

.ors-tile.ors-tile-ride {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 7.5px
}

.ors-tile.ors-tile-ride:first-child {
    margin-top: 0
}

.ors-tile.ors-tile-ride .ride-track {
    margin: 10px 0
}

.ors-tile-legend ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.ors-tile-legend ul li {
    overflow: hidden;
    margin-bottom: 5px
}

.ors-tile-legend ul li:first-child {
    margin-top: 5px
}

.ors-tile-legend .color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin-right: 10px
}

.ors-tile-legend .rate {
    float: right;
    font-weight: 500
}

.ors-tile-legend .rate i {
    font-style: normal;
    font-weight: normal;
    font-size: 80%;
    padding-left: 2px
}

.ride-from-to dt {
    text-transform: uppercase;
    font-weight: normal;
    color: #bebebe;
    font-size: 11px
}

@media(max-width:767px) {
    .ride-from-to dt,
    .ride-from-to dd {
        display: inline
    }
}

.btn-track-ride.collapsed .caret {
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-top: -1px
}

.panel .ac-panel-content-nopad {
    margin: -15px
}

.panel .ac-panel-content-halfpad {
    margin: -7.5px
}

.panel .panel-body-head+.ac-panel-content-nopad {
    margin-top: 0
}

@media(min-width:992px) {
    .panel .panel-body-head .ac-filter .form-control {
        margin-left: 10px
    }
}

.panel .panel-body-head .ac-filter .form-group:last-child {
    margin-bottom: 0
}

.panel .chart-holder {
    max-width: 140px;
    margin: auto
}

.ac-panel-table:last-child {
    margin-bottom: 0
}

.ac-panel-table tr td,
.ac-panel-table tr th {
    vertical-align: middle!important
}

.ac-panel-table tr td:first-child,
.ac-panel-table tr th:first-child {
    padding-left: 15px
}

.ac-panel-table tr td:last-child,
.ac-panel-table tr th:last-child {
    padding-right: 15px
}

.ac-panel-table .actions,
.ac-panel-table .total {
    text-align: right
}

td.ors-cell-status {
    border-left-style: solid!important;
    border-left-width: 3px!important
}

td.ors-cell-status.ors-cell-danger {
    border-left-color: #d9534f!important
}

.ac-table-collapse>tbody>tr:nth-child(4n+1) {
    background-color: rgba(0, 0, 0, .03)
}

.ac-table-collapse-list>tbody>tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .03)
}

.ac-table-striped>tbody>tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .03)
}

.ac-data-table {
    border-radius: 0;
    border-collapse: separate;
    border-bottom: 1px solid #bebebe
}

.ac-data-table>thead>tr>td,
.ac-data-table>thead>tr>th,
.ac-data-table>tbody>tr>td,
.ac-data-table>tbody>tr>th {
    border: none;
    vertical-align: middle
}

.ac-data-table>thead>tr>th {
    font-weight: 400
}

.ac-data-table>thead>tr>th.sortable:hover {
    cursor: pointer
}

.ac-data-table>tbody>tr>td:first-child,
.ac-data-table>tfoot>tr>td:first-child,
.ac-data-table .content-empty.with-border {
    border-left: 1px solid #bebebe
}

.ac-data-table>tbody>tr>td:last-child,
.ac-data-table>tfoot>tr>td:last-child,
.ac-data-table .content-empty.with-border {
    border-right: 1px solid #bebebe
}

.ac-data-table>tfoot>tr {
    background-color: rgba(0, 0, 0, .08)
}

.ac-data-table>tfoot>tr>td {
    border-top: none
}

.ac-data-table tr.status td:first-child,
.ac-data-table tr.status th:first-child {
    border-left: 3px solid #bebebe
}

.ac-data-table tr.status-danger td:first-child,
.ac-data-table tr.status-danger th:first-child {
    border-left-color: #d9534f
}

.ac-data-table tr.status-warning td:first-child,
.ac-data-table tr.status-warning th:first-child {
    border-left-color: #f0ad4e
}

.ac-data-table tr.status-success td:first-child,
.ac-data-table tr.status-success th:first-child {
    border-left-color: #366c00
}

.ac-data-table tr.status-primary td:first-child,
.ac-data-table tr.status-primary th:first-child {
    border-left-color: #2194cd
}

.ac-data-table tr.status-info td:first-child,
.ac-data-table tr.status-info th:first-child {
    border-left-color: #5bc0de
}

.ac-data-table .actions {
    white-space: nowrap
}

.ac-data-table .total,
.ac-data-table .actions,
.ac-data-table .expand {
    text-align: right
}

.ac-data-table .actions,
.ac-data-table .number {
    white-space: nowrap
}

.ac-data-table .expand {
    padding-right: 10px;
    width: 10px
}

.ac-data-table .expand .btn-circle .icon-chevron-up,
.ac-data-table .expand .btn-circle .svg-icon-drop-up {
    display: inline-block
}

.ac-data-table .expand .btn-circle .icon-chevron-down,
.ac-data-table .expand .btn-circle .svg-icon-drop-down,
.ac-data-table .expand .btn-circle .d-hide,
.ac-data-table .expand .btn-circle .d-view {
    display: none
}

.ac-data-table .expand .btn-circle.collapsed .icon-chevron-up,
.ac-data-table .expand .btn-circle.collapsed .svg-icon-drop-up {
    display: none
}

.ac-data-table .expand .btn-circle.collapsed .icon-chevron-down,
.ac-data-table .expand .btn-circle.collapsed .svg-icon-drop-down {
    display: inline-block
}

@media(max-width:767px) {
    .ac-data-table .expand .btn-circle .d-hide {
        display: inline-block!important
    }
    .ac-data-table .expand .btn-circle .d-view {
        display: none!important
    }
    .ac-data-table .expand .btn-circle.collapsed .d-hide {
        display: none!important
    }
    .ac-data-table .expand .btn-circle.collapsed .d-view {
        display: inline-block!important
    }
}

.ac-data-table .number {
    padding-left: 10px;
    padding-right: 23px
}

.ac-data-table .number input[type="checkbox"] {
    float: left;
    display: block;
    margin-right: 15px
}

.ac-data-table .time {
    font-size: .846em;
    color: #bebebe;
    display: block
}

.ac-data-table .content-empty {
    padding: 10px
}

.ac-data-table .preferred {
    text-align: center
}

.ac-data-table .preferred .svg-icon {
    color: rgba(0, 0, 0, .12)
}

.ac-data-table .preferred.yes .svg-icon {
    color: #5cb85c
}

.ac-data-table .ors-poi-label {
    display: inline
}

.ac-table-primary>thead>tr>th {
    background: #1b81cb;
    color: #fff
}

.ride-report-tbl {
    width: 99%
}

.ride-report-tbl thead tr:nth-child(1) {
    font-size: 16px
}

.ride-report-tbl thead tr:nth-child(4) {
    background-color: #f2f2f2;
    line-height: 40px;
    border: 1px solid #bebebe
}

.ride-report-tbl thead tr th:nth-child(1),
.ride-report-tbl tr td:nth-child(1) {
    text-align: center;
    width: 7%
}

.ride-report-tbl tbody tr {
    border: 1px solid #bebebe
}

.ride-report-tbl tbody td {
    padding-left: 6px;
    padding-right: 6px
}

.ac-table-responsive tbody>tr>td[data-title="Status"] .label {
    text-transform: uppercase
}

@media(max-width:767px) {
    .ac-table-responsive {
        width: auto;
        max-width: inherit;
        display: block;
        margin-left: -10px;
        margin-right: -10px
    }
    .ac-table-responsive thead {
        display: none
    }
    .ac-table-responsive>tbody,
    .ac-table-responsive>tfoot {
        display: block
    }
    .ac-table-responsive>tbody>tr:not(.collapse),
    .ac-table-responsive>tfoot>tr:not(.collapse),
    .ac-table-responsive>tbody>tr>th,
    .ac-table-responsive>tfoot>tr>th,
    .ac-table-responsive>tbody>tr>td,
    .ac-table-responsive>tfoot>tr>td {
        display: block
    }
    .ac-table-responsive .cell-highlight {
        background: #fefefe;
        font-weight: 500;
        border-bottom: 1px solid #bebebe
    }
    .ac-table-responsive .cell-highlight .nmb:before {
        content: '# '
    }
    .ac-table-responsive>tbody>tr>th,
    .ac-table-responsive>tbody>tr>td {
        text-align: left!important;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .ac-table-responsive>tbody>tr>td[data-title] {
        padding-left: 30%;
        position: relative;
        min-height: 30px
    }
    .ac-table-responsive>tbody>tr>td[data-title]:before {
        content: attr(data-title);
        display: block;
        width: 28%;
        position: absolute;
        left: 10px;
        opacity: .7;
        font-size: .923em
    }
    .ac-table-responsive>tbody>tr>td:last-child {
        border-right: none
    }
    .ac-table-responsive>tbody>tr>td:first-child {
        border-left: none
    }
    .ac-table-responsive>tbody>tr.status>td.cell-highlight,
    .ac-table-responsive>tbody>tr.status>th.cell-highlight {
        border-left: none
    }
    .ac-table-responsive>tbody>tr.status>td:not(.cell-highlight),
    .ac-table-responsive>tbody>tr.status>th:not(.cell-highlight) {
        border-left: 3px solid #bebebe
    }
    .ac-table-responsive>tbody>tr.status.status-primary>td,
    .ac-table-responsive>tbody>tr.status.status-primary>th {
        border-left-color: #1b81cb
    }
    .ac-table-responsive>tbody>tr.status.status-success>td,
    .ac-table-responsive>tbody>tr.status.status-success>th {
        border-left-color: #366c00
    }
    .ac-table-responsive>tbody>tr.status.status-info>td,
    .ac-table-responsive>tbody>tr.status.status-info>th {
        border-left-color: #5bc0de
    }
    .ac-table-responsive>tbody>tr.status.status-warning>td,
    .ac-table-responsive>tbody>tr.status.status-warning>th {
        border-left-color: #f0ad4e
    }
    .ac-table-responsive>tbody>tr.status.status-danger>td,
    .ac-table-responsive>tbody>tr.status.status-danger>th {
        border-left-color: #d9534f
    }
    .ac-table-responsive>tbody tr.collapse.in {
        display: block
    }
    .ac-table-responsive .time {
        display: inline
    }
    .ac-table-responsive .expand {
        padding-bottom: 10px
    }
    .ac-table-responsive .expand .btn-circle {
        border-radius: 0
    }
    .ac-table-responsive.ac-table-primary .cell-highlight {
        background: #1b81cb;
        color: #fff;
        border-bottom-color: #196e98
    }
    .ac-table-responsive.ac-table-success .cell-highlight {
        background: #366c00;
        color: #fff;
        border-bottom-color: #2c5700
    }
    .ac-table-responsive.ac-table-info .cell-highlight {
        background: #5bc0de;
        color: #fff;
        border-bottom-color: #2194cd
    }
    .ac-table-responsive.ac-table-warning .cell-highlight {
        background: #f0ad4e;
        color: #fff;
        border-bottom-color: #d58512
    }
    .ac-table-responsive.ac-table-danger .cell-highlight {
        background: #d9534f;
        color: #fff;
        border-bottom-color: #a02622
    }
}

.sortable span {
    position: relative;
    padding-right: 12px;
    display: inline-block
}

.sortable span:after,
.sortable span:before {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    content: " ";
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 0
}

.sortable:hover span:after,
.sortable:hover span:before {
    display: block;
    opacity: .6
}

.sortable:hover span:after {
    border-bottom: 4px solid;
    top: calc(50% - 5px)
}

.sortable:hover span:before {
    border-top: 4px solid;
    top: calc(50% + 1px)
}

.sortable.active span:after,
.sortable.active:hover span:after {
    top: calc(50% - 3px);
    display: block;
    opacity: 1
}

.sortable.active.ascending span:after,
.sortable.active:hover.ascending span:after {
    border-bottom: 4px solid
}

.sortable.active.descending span:after,
.sortable.active:hover.descending span:after {
    border-top: 4px solid
}

.sortable.active span:before,
.sortable.active:hover span:before {
    display: none
}

.sortable.active:hover span:after {
    border-bottom: none
}

.ac-table-header {
    margin-bottom: 20px
}

.ac-table-header .col-right {
    text-align: right
}

.ac-table-footer {
    margin-top: 20px
}

.ac-table-footer .col-right {
    text-align: right
}

@media(max-width:767px) {
    .ac-table-footer .col-right,
    .ac-table-footer .col-left {
        text-align: center;
        margin-bottom: 20px
    }
}

.ac-table-footer .pagination {
    margin: 0
}

.ac-table-footer .ac-page-list .ors-custom-select {
    display: inline-block;
    width: auto;
    margin: 0 5px
}

.ac-table-footer .ac-page-list .ors-custom-select select {
    display: inline-block
}

.ac-filter-wrap {
    padding-top: 15px
}

@media(min-width:768px) and (max-width:991px) {
    .ac-filter-wrap .filter-keyword .search-in-content {
        max-width: 60px
    }
}

.ac-filter-wrap .date-range {
    white-space: nowrap
}

.ac-filter-wrap .btn-link {
    text-decoration: none
}

@media(min-width:768px) {
    .ac-filter-wrap .filter-group {
        display: table-cell
    }
    .ac-filter-wrap .filter-group select {
        width: 100%
    }
    .ac-filter-wrap .filter-btns {
        white-space: nowrap
    }
    .ac-filter-wrap .filter-btns .form-group {
        margin-right: 0
    }
    .ac-filter-wrap .filter-rides select {
        max-width: 150px;
        min-width: 60px
    }
    .ac-filter-wrap .form-group {
        margin-right: 12px
    }
    .ac-filter-wrap .form-group:last-child {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .ac-filter-wrap .filter-btns {
        overflow: hidden;
        margin-bottom: 0
    }
    .ac-filter-wrap .filter-btns .btn {
        float: right
    }
}

.ac-btn-filter {
    min-width: 100px;
    text-align: left;
    position: relative;
    margin-right: 12px
}

.ac-btn-filter:after {
    content: '-';
    position: absolute;
    right: 10px
}

.ac-btn-filter.collapsed {
    padding-bottom: 6px
}

.ac-btn-filter.collapsed:after {
    content: "+"
}

.ac-search-in {
    position: relative
}

.ac-search-in .ac-search-select {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: .0001;
    cursor: pointer
}

.ac-search-in:hover .ac-search-btn.btn-default {
    background-position: 0 -15px
}

.ac-search-in span {
    display: inline-block
}

.ac-search-in .search-in-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
    display: inline-block;
    vertical-align: bottom
}

.ac-ride-details {
    position: relative
}

.ac-data-table .ac-ride-details {
    padding: 16px 20px 8px;
    background: #fefefe;
    box-shadow: inset 0 -1px 5px rgba(0, 0, 0, .2)
}

.ac-ride-details .ac-ride-header .res-number {
    display: block
}

@media(min-width:768px) {
    .ac-ride-details .ac-ride-header .res-number {
        float: right
    }
}

.ac-ride-details .res-number {
    position: absolute;
    top: 0;
    right: 0
}

.ac-ride-details h3,
.ac-ride-details h4 {
    color: #1b81cb;
    font-weight: 500;
    margin-top: 0
}

.ac-ride-details h3 a,
.ac-ride-details h4 a,
.ac-ride-details h3 a:hover,
.ac-ride-details h4 a:hover {
    color: inherit;
    text-decoration: none
}

.ac-ride-details .label {
    font-weight: normal
}

.ac-ride-details .ac-table-charges {
    background: transparent
}

.ac-ride-details .ac-table-charges th {
    width: 40%
}

.ac-ride-details .ac-table-charges td,
.ac-ride-details .ac-table-charges th {
    border: none;
    width: 50%
}

.ac-ride-details .ac-table-charges tr.total-price {
    background: #cfebff;
    color: #4a4a4a;
    border-top: 1px solid #1b81cb
}

.ac-ride-details .ac-table-charges tfoot {
    border-top: 2px solid #1b81cb
}

.ac-ride-details .ac-table-charges tfoot th,
.ac-ride-details .ac-table-charges tfoot td {
    font-weight: 500
}

.ac-ride-details h4.collapsed {
    cursor: pointer
}

.ac-data-table .ac-ride-details-wrap {
    padding: 0
}

.ac-data-table .res-number {
    top: 16px;
    right: 20px
}

.ac-ride-action {
    margin-bottom: 20px
}

.ac-ride-action ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

@media(max-width:767px) {
    .ac-ride-action ul {
        float: none
    }
}

.ac-ride-action a {
    text-decoration: none
}

.ac-ride-action a ins {
    text-decoration: underline
}

.ac-table-edit>thead>tr>td,
.ac-table-edit>thead>tr>th,
.ac-table-edit>tbody>tr>td,
.ac-table-edit>tbody>tr>th {
    vertical-align: middle
}

@media(max-width:991px) {
    .ac-table-edit>tbody>tr {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media(min-width:768px) {
    .ac-table-edit .type-phone {
        width: 25%
    }
    .ac-table-edit .number-phone {
        width: 30%
    }
}

.table>tbody>tr.form>td,
.table>tbody>tr.form>th {
    vertical-align: top
}

.ac-breadcrumbs {
    margin-bottom: 10px
}

.ac-breadcrumbs a {
    text-decoration: none
}

.ac-header {
    margin-bottom: 20px
}

.ac-header:before,
.ac-header:after {
    content: " ";
    display: table
}

.ac-header:after {
    clear: both
}

.ac-header:before,
.ac-header:after {
    content: " ";
    display: table
}

.ac-header:after {
    clear: both
}

.ac-header .ac-title {
    margin-bottom: 0
}

@media(min-width:768px) {
    .ac-header .col-right {
        text-align: right
    }
    .ac-table-emails .chosen-container {
        max-width: 412px
    }
}

.ac-invoice-details-header {
    margin-bottom: 20px
}

.ac-invoice-details-header dl:last-child {
    margin-bottom: 0
}

.ac-invoice-details-header .ac-invoice-details-number {
    background: #1b81cb;
    color: #fff;
    padding: .8em 1em;
    border-radius: 0
}

@media(max-width:991px) {
    .ac-invoice-details-header .ac-invoice-details-number {
        margin-bottom: 20px
    }
}

.ac-invoice-details-header .ac-invoice-details-number dl {
    margin-bottom: 0
}

.ac-invoice-details-header .ac-invoice-details-number dl dd {
    font-size: 18px
}

@media(min-width:768px) {
    .ac-invoice-details-footer {
        margin-top: 15px
    }
}

.ac-invoice-details-footer h4 {
    margin-top: 0;
    font-weight: 500
}

.ac-invoice-details-footer table>tbody>tr,
.ac-invoice-details-footer p {
    line-height: 1.8
}

.ac-invoice-details-total {
    overflow: hidden
}

.ac-invoice-details-total table {
    float: right;
    margin-right: 48px
}

.ac-invoice-details-total th {
    font-weight: 500;
    text-align: right;
    padding-right: 30px;
    white-space: nowrap
}

.ac-invoice-details-total thead>tr th,
.ac-invoice-details-total thead>tr td {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px
}

.ac-invoice-details-total thead>tr td {
    color: #1b81cb
}

@media(max-width:767px) {
    .ac-invoice-details-total table {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .ac-invoice-details-total table th {
        width: 30%;
        text-align: left
    }
}

.more-details {
    margin-bottom: 15px
}

.break-word {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.btn-step3-mrg {
    margin-left: 1px;
    margin-right: 1px
}

.alert-validation {
    background-color: #ffccba;
    border-color: #f0c0b0;
    color: #d63301
}

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

.ors-column-center {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79a70a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79a70a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a
}

#flightVerificationDialogBody h2 {
    font-size: 14px;
    margin-top: 0
}

#flightsTable {
    margin-top: 10px;
    font-size: 11px
}

#flightsTable td {
    padding: 2px
}

#flightsTable tr {
    cursor: pointer
}

.h2-flight-verification {
    font-size: 16px;
    margin: 5px 0
}

.slick-slider {
    visibility: hidden
}

.slick-slide:focus {
    outline: none
}

.slick-slider.slick-initialized {
    visibility: visible
}

.ors-vehicle-slick-slider.slick-slide {
    margin: 0 20px
}

.ors-vehicle-slick-slider.slick-slide img {
    width: 100%
}

.ors-vehicle-slick-slider .slick-prev,
.ors-vehicle-slick-slider .slick-next {
    background: #fff;
    border-radius: 0;
    width: 25px;
    height: 25px
}

.ors-vehicle-slick-slider .slick-prev:before,
.ors-vehicle-slick-slider .slick-next:before {
    color: #000
}

.ors-vehicle-slick-slider.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.ors-vehicle-slick-slider .slick-active {
    opacity: .5
}

.ors-vehicle-slick-slider .slick-current {
    opacity: 1
}

.ors-vehicle-slick-slider .slick-next {
    right: 0;
    z-index: 1
}

.ors-vehicle-slick-slider .slick-prev {
    left: 0;
    z-index: 1
}

.ors-vehicle-slick-slider .slick-prev.slick-disabled:hover,
.ors-vehicle-slick-slider .slick-next.slick-disabled:hover {
    cursor: not-allowed
}

.ors-vehicle-slick-slider .ors-vehicle-img {
    position: relative;
    max-width: 180px;
    height: 90px;
    margin: auto;
    white-space: nowrap
}

.ors-vehicle-slick-slider .ors-vehicle-img>img {
    display: block;
    margin: auto;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.ors-vehicle-slick-slider .slick-dots li button:before {
    font-size: 8px;
    color: #000
}

.modal-edit-vehicle .slick-dots li {
    margin: 0 2px
}

.ors-vehicle-slick-slider .slick-dots>li:only-child {
    display: none
}

.ors_widget_toggle {
    margin: 0 auto 10px;
    text-align: center
}

.ors_widget_step1 .form-group:last-child {
    margin-bottom: 0
}

.ors_widget_step1 .bootstrap-touchspin .bootstrap-touchspin-prefix {
    display: none
}

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

.ors_widget_wrapper {
    padding: 10px;
    margin: 0 auto
}

body.ors-widget-login,
.ors-widget-login .form-control {}

.ors-widget-login-reset-link {
    padding-top: 5px
}

.ors-widget-login-btn-holder {
    margin-bottom: 10px
}

@media(max-width:768px) {
    body.ors-widget-login,
    .ors-widget-login-reset-link {
        font-size: 12px
    }
    .ors-widget-login .form-control {
        height: 30px
    }
    .ors-widget-login .btn-lg {
        height: 30px;
        font-size: 12px
    }
    .ors-widget-login .field-validation-error {
        font-size: 12px
    }
}

@media(max-width:360px) {
    .ors_widget_wrapper .col-xxs-12 {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }
    .ors_widget_wrapper .col-xxs-12 .m-t {
        margin-top: 18px
    }
}

.ors-checkbox[type="checkbox"] {
    position: absolute;
    left: -9999px
}

.ors-checkbox[type="checkbox"]+label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    width: auto!important;
    font-weight: normal
}

.ors-checkbox[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #bebebe;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 3px;
    left: 0
}

.ors-checkbox[type="checkbox"]+label:after {
    content: '';
    display: none;
    width: 6px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 7px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ors-checkbox[type="checkbox"]:checked+label:after {
    display: block
}

.ors-checkbox[type="checkbox"]:checked+label:before {
    background: #1b81cb;
    border-color: #1b81cb
}

.ors-checkbox[type="checkbox"][disabled]+label {
    opacity: .65
}

.ors-checkbox[type="checkbox"][disabled]:not([checked])+label:before {
    background: #bebebe
}

.ors-checkbox[type="checkbox"][disabled]:hover+label {
    cursor: not-allowed
}

@media(max-width:992px) {
    .form-group-md {
        margin-bottom: 15px
    }
}

.m-t-25,
.ors-columns-outer [class*=" ors-column-"] .ors-title.m-t-25 {
    margin-top: 40px
}

@media(max-width:991px) {
    .m-t-20-md {
        margin-top: 20px
    }
}

#rentalAgreementLink {
    margin-top: 40px
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle
}

.svg-new-reservation,
.svg-log-in,
.svg-m-r {
    margin-right: 5px
}

.suggest-item [class^="svg-bg-"],
.suggest-item [class*=" svg-bg-"] {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px 15px
}

.suggest-item.active [class^="svg-bg-"],
.suggest-item.active:hover [class*=" svg-bg-"] {
    color: #fff
}

.svg-confirm {
    width: 40px;
    height: 40px
}

.svg-ok {
    vertical-align: text-top
}

.svg-bg-airport {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 510 510'%3E%3Cg fill='%23999'%3E%3Cpath d='M510,255c0-20.4-17.85-38.25-38.25-38.25H331.5L204,12.75h-51l63.75,204H76.5l-38.25-51H0L25.5,255L0,344.25h38.25 l38.25-51h140.25l-63.75,204h51l127.5-204h140.25C492.15,293.25,510,275.4,510,255z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-map {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 430.114 430.114'%3E%3Cg fill='%23999'%3E%3Cpath d='M356.208,107.051c-1.531-5.738-4.64-11.852-6.94-17.205C321.746,23.704,261.611,0,213.055,0 C148.054,0,76.463,43.586,66.905,133.427v18.355c0,0.766,0.264,7.647,0.639,11.089c5.358,42.816,39.143,88.32,64.375,131.136 c27.146,45.873,55.314,90.999,83.221,136.106c17.208-29.436,34.354-59.259,51.17-87.933c4.583-8.415,9.903-16.825,14.491-24.857 c3.058-5.348,8.9-10.696,11.569-15.672c27.145-49.699,70.838-99.782,70.838-149.104v-20.262 C363.209,126.938,356.581,108.204,356.208,107.051z M214.245,199.193c-19.107,0-40.021-9.554-50.344-35.939 c-1.538-4.2-1.414-12.617-1.414-13.388v-11.852c0-33.636,28.56-48.932,53.406-48.932c30.588,0,54.245,24.472,54.245,55.06 C270.138,174.729,244.833,199.193,214.245,199.193z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-curr-loc {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 187.484 187.484' style='enable-background:new 0 0 187.484 187.484;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Ccircle cx='93.742' cy='93.742' r='35.898' fill='%23006DF0'/%3E%3Cpath d='M182.484,88.742h-5.61c-2.498-41.953-36.179-75.635-78.132-78.132V5c0-2.761-2.238-5-5-5s-5,2.239-5,5v5.61 C46.789,13.108,13.107,46.789,10.61,88.742H5c-2.762,0-5,2.239-5,5s2.238,5,5,5h5.61c2.498,41.953,36.179,75.635,78.132,78.132 v5.61c0,2.761,2.238,5,5,5s5-2.239,5-5v-5.61c41.953-2.498,75.635-36.179,78.132-78.132h5.61c2.762,0,5-2.239,5-5 S185.246,88.742,182.484,88.742z M98.742,161.835v-8.621c0-2.761-2.238-5-5-5s-5,2.239-5,5v8.621 C55.065,159.384,28.1,132.42,25.649,98.742h8.622c2.762,0,5-2.239,5-5s-2.238-5-5-5h-8.622C28.1,55.065,55.065,28.1,88.742,25.649 v8.621c0,2.761,2.238,5,5,5s5-2.239,5-5v-8.621c33.677,2.451,60.642,29.416,63.093,63.093h-8.622c-2.762,0-5,2.239-5,5s2.238,5,5,5 h8.622C159.384,132.42,132.419,159.384,98.742,161.835z' fill='%23006DF0'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-home {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 460.298 460.297'%3E%3Cg fill='%23999'%3E%3Cpath d='M230.149,120.939L65.986,256.274c0,0.191-0.048,0.472-0.144,0.855c-0.094,0.38-0.144,0.656-0.144,0.852v137.041 c0,4.948,1.809,9.236,5.426,12.847c3.616,3.613,7.898,5.431,12.847,5.431h109.63V303.664h73.097v109.64h109.629 c4.948,0,9.236-1.814,12.847-5.435c3.617-3.607,5.432-7.898,5.432-12.847V257.981c0-0.76-0.104-1.334-0.288-1.707L230.149,120.939 z'/%3E%3Cpath d='M457.122,225.438L394.6,173.476V56.989c0-2.663-0.856-4.853-2.574-6.567c-1.704-1.712-3.894-2.568-6.563-2.568h-54.816 c-2.666,0-4.855,0.856-6.57,2.568c-1.711,1.714-2.566,3.905-2.566,6.567v55.673l-69.662-58.245 c-6.084-4.949-13.318-7.423-21.694-7.423c-8.375,0-15.608,2.474-21.698,7.423L3.172,225.438c-1.903,1.52-2.946,3.566-3.14,6.136 c-0.193,2.568,0.472,4.811,1.997,6.713l17.701,21.128c1.525,1.712,3.521,2.759,5.996,3.142c2.285,0.192,4.57-0.476,6.855-1.998 L230.149,95.817l197.57,164.741c1.526,1.328,3.521,1.991,5.996,1.991h0.858c2.471-0.376,4.463-1.43,5.996-3.138l17.703-21.125 c1.522-1.906,2.189-4.145,1.991-6.716C460.068,229.007,459.021,226.961,457.122,225.438z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-briefcase {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25px' height='22px' viewBox='0 0 25 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg transform='translate(-649.000000, -301.000000)' fill='%23999'%3E%3Cpath d='M667.01,303.646232 L664.85,301.246232 L657.65,301.246232 L655.49,303.646232 L651.65,303.646232 C650.33,303.646232 649.25,304.726232 649.25,306.046232 L649.25,320.446232 C649.25,321.766232 650.33,322.846232 651.65,322.846232 L670.85,322.846232 C672.17,322.846232 673.25,321.766232 673.25,320.446232 L673.25,306.046232 C673.25,304.726232 672.17,303.646232 670.85,303.646232 L667.01,303.646232 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-stored-poi {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 60 60'%3E%3Cg fill='%23999'%3E%3Cpath d='M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z'/%3E%3Cpath d='M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M30,12c3.86,0,7,3.141,7,7s-3.14,7-7,7s-7-3.141-7-7S26.14,12,30,12z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-seaport {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512'%3E%3Cg fill='%23999'%3E%3Crect x='133.565' y='150.261' width='244.87' height='22.261'/%3E%3Crect x='356.174' y='183.652' width='22.261' height='22.261'/%3E%3Crect x='133.565' y='183.652' width='22.261' height='22.261'/%3E%3Crect x='244.87' y='77.913' width='22.261' height='22.261'/%3E%3Crect x='278.261' y='77.913' width='22.261' height='22.261'/%3E%3Crect x='211.478' y='77.913' width='22.261' height='22.261'/%3E%3Crect x='178.087' y='77.913' width='22.261' height='22.261'/%3E%3Crect x='311.652' y='77.913' width='22.261' height='22.261'/%3E%3Cpath d='M459.458,479.918c-9.766,5.209-18.233,9.708-35.892,9.812l65.603-196.819c1.805-5.418-0.784-11.325-5.992-13.669 l-60.22-27.098V144.696c0-18.412-14.979-33.391-33.391-33.391H372.87V55.652c0-6.147-4.983-11.13-11.13-11.13H267.13V0H244.87 v44.522h-94.609c-6.147,0-11.13,4.983-11.13,11.13v55.652h-16.696c-18.412,0-33.391,14.979-33.391,33.391v107.441l-60.221,27.105 c-5.209,2.344-7.797,8.251-5.99,13.669l65.603,196.818c-17.66-0.104-26.126-4.602-35.892-9.811 c-10.933-5.83-23.325-12.439-46.977-12.439v22.261c18.087,0,26.621,4.551,36.501,9.821C53,505.391,65.391,512,89.044,512 c6.261,0,11.602-0.414,16.322-1.263c13.658-2.149,22.685-6.958,30.651-11.203c9.864-5.256,18.382-9.795,36.398-9.795 c18.087,0,26.62,4.551,36.501,9.821C219.848,505.391,232.24,512,255.892,512s36.044-6.609,46.977-12.439 c9.88-5.27,18.414-9.821,36.501-9.821c18.079,0,26.624,4.539,36.518,9.796c7.991,4.244,17.043,9.053,30.75,11.202 c4.718,0.85,10.057,1.263,16.318,1.263c23.652,0,36.044-6.609,46.977-12.439c9.881-5.27,18.414-9.821,36.501-9.821v-22.261 C482.783,467.478,470.391,474.087,459.458,479.918z M464.869,295.413l-7.981,23.943L267.13,232.169v-25.738L464.869,295.413z M161.391,66.783h189.217v44.522H161.391V66.783z M111.304,144.696c0-6.137,4.993-11.13,11.13-11.13h27.826h211.478h27.826 c6.137,0,11.13,4.993,11.13,11.13v97.429l-140.129-63.057c-2.905-1.308-6.231-1.309-9.135,0l-140.128,63.052V144.696z M47.132,295.413l197.738-88.981v25.738L55.112,319.356L47.132,295.413z M401.136,486.622c-5.407-1.759-9.886-4.132-14.806-6.745 c-10.938-5.811-23.337-12.398-46.961-12.398c-23.652,0-36.044,6.609-46.977,12.439c-9.882,5.27-18.414,9.822-36.501,9.822 s-26.621-4.551-36.501-9.822c-10.932-5.83-23.325-12.439-46.977-12.439c-23.576,0-35.949,6.593-46.865,12.409 c-4.884,2.602-9.332,4.965-14.689,6.719L62.192,340.6l182.677-83.932v132.897h22.261V256.668l182.677,83.933L401.136,486.622z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-business {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 47.001 47.001'%3E%3Cg fill='%23999'%3E%3Cpath d='M44.845,42.718H2.136C0.956,42.718,0,43.674,0,44.855c0,1.179,0.956,2.135,2.136,2.135h42.708 c1.18,0,2.136-0.956,2.136-2.135C46.979,43.674,46.023,42.718,44.845,42.718z'/%3E%3Cpath d='M4.805,37.165c-1.18,0-2.136,0.956-2.136,2.136s0.956,2.137,2.136,2.137h37.37c1.18,0,2.136-0.957,2.136-2.137 s-0.956-2.136-2.136-2.136h-0.533V17.945h0.533c0.591,0,1.067-0.478,1.067-1.067s-0.478-1.067-1.067-1.067H4.805 c-0.59,0-1.067,0.478-1.067,1.067s0.478,1.067,1.067,1.067h0.534v19.219H4.805z M37.37,17.945v19.219h-6.406V17.945H37.37z M26.692,17.945v19.219h-6.406V17.945H26.692z M9.609,17.945h6.406v19.219H9.609V17.945z'/%3E%3Cpath d='M2.136,13.891h42.708c0.007,0,0.015,0,0.021,0c1.181,0,2.136-0.956,2.136-2.136c0-0.938-0.604-1.733-1.443-2.021 l-21.19-9.535c-0.557-0.25-1.194-0.25-1.752,0L1.26,9.808c-0.919,0.414-1.424,1.412-1.212,2.396 C0.259,13.188,1.129,13.891,2.136,13.891z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-car {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 39.055 39.054'%3E%3Cg fill='%23999'%3E%3Cpath d='M38.831,14.26c-0.191-0.233-0.476-0.369-0.775-0.369h-3.801c-0.938-2.474-2.16-4.898-3.549-5.813 c-4.805-3.161-17.55-3.161-22.355,0c-1.39,0.916-2.607,3.343-3.55,5.813H1c-0.302,0-0.586,0.136-0.775,0.369 c-0.19,0.232-0.266,0.539-0.204,0.834l0.563,2.728c0.096,0.465,0.506,0.797,0.979,0.797h1.126 c-1.087,1.254-1.614,2.833-1.621,4.413c-0.007,1.952,0.734,3.716,2.089,4.964c0.015,0.013,0.03,0.022,0.044,0.035v3.817 c0,0.827,0.672,1.5,1.5,1.5h3.506c0.828,0,1.5-0.673,1.5-1.5v-1.534h19.641v1.534c0,0.827,0.672,1.5,1.5,1.5h3.506 c0.826,0,1.5-0.673,1.5-1.5v-3.742c1.438-1.317,2.125-3.129,2.134-4.938c0.006-1.634-0.545-3.271-1.696-4.551h1.201 c0.475,0,0.885-0.332,0.979-0.798l0.564-2.727C39.094,14.799,39.021,14.494,38.831,14.26z M9.998,10.583 c3.83-2.521,15.229-2.521,19.057,0c0.744,0.488,1.701,2.461,2.578,4.877H7.422C8.297,13.045,9.254,11.073,9.998,10.583z M5.512,23.408c0-1.63,1.322-2.95,2.951-2.95c1.631,0,2.951,1.32,2.951,2.95s-1.32,2.951-2.951,2.951 C6.834,26.359,5.512,25.038,5.512,23.408z M30.631,26.359c-1.629,0-2.951-1.321-2.951-2.951s1.322-2.95,2.951-2.95 c1.631,0,2.951,1.32,2.951,2.95S32.26,26.359,30.631,26.359z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-building {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 503.607 503.607'%3E%3Cg fill='%23999'%3E%3Cpath d='M494.213,452.246h-25.18V7.393c0-5.036-3.357-8.393-8.393-8.393H40.967c-5.036,0-8.393,3.357-8.393,8.393v444.852H7.393 c-5.036,0-8.393,3.357-8.393,8.393v33.574c0,5.036,3.357,8.393,8.393,8.393h486.82c5.036,0,8.393-3.357,8.393-8.393v-33.574 C502.607,455.603,499.249,452.246,494.213,452.246z M49.361,15.787h402.885v436.459H326.344v-92.328 c0-5.036-3.357-8.393-8.393-8.393h-67.148h-67.148c-5.036,0-8.393,3.357-8.393,8.393v92.328H49.361V15.787z M192.049,452.246 v-83.934h50.361v83.934H192.049z M259.197,368.311h50.361v83.934h-50.361V368.311z M485.82,485.82H15.787v-16.787h25.18h142.689 h67.148h67.148h142.689h25.18V485.82z'/%3E%3Cpath d='M158.475,40.967H91.328c-5.036,0-8.393,3.357-8.393,8.393v50.361c0,5.036,3.357,8.393,8.393,8.393h67.148 c5.036,0,8.393-3.357,8.393-8.393V49.361C166.869,44.325,163.511,40.967,158.475,40.967z M150.082,91.328H99.721V57.754h50.361 V91.328z'/%3E%3Cpath d='M158.475,133.295H91.328c-5.036,0-8.393,3.357-8.393,8.393v50.361c0,5.036,3.357,8.393,8.393,8.393h67.148 c5.036,0,8.393-3.357,8.393-8.393v-50.361C166.869,136.652,163.511,133.295,158.475,133.295z M150.082,183.656H99.721v-33.574 h50.361V183.656z'/%3E%3Cpath d='M217.229,200.443h67.148c5.036,0,8.393-3.357,8.393-8.393v-50.361c0-5.036-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393v50.361C208.836,197.085,212.193,200.443,217.229,200.443z M225.623,150.082h50.361v33.574 h-50.361V150.082z'/%3E%3Cpath d='M343.131,200.443h67.148c5.036,0,8.393-3.357,8.393-8.393v-50.361c0-5.036-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393v50.361C334.738,197.085,338.095,200.443,343.131,200.443z M351.525,150.082h50.361v33.574 h-50.361V150.082z'/%3E%3Cpath d='M217.229,292.771h67.148c5.036,0,8.393-3.357,8.393-8.393v-50.361c0-5.036-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393v50.361C208.836,289.413,212.193,292.771,217.229,292.771z M225.623,242.41h50.361v33.574 h-50.361V242.41z'/%3E%3Cpath d='M343.131,292.771h67.148c5.036,0,8.393-3.357,8.393-8.393v-50.361c0-5.036-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393v50.361C334.738,289.413,338.095,292.771,343.131,292.771z M351.525,242.41h50.361v33.574 h-50.361V242.41z'/%3E%3Cpath d='M158.475,225.623H91.328c-5.036,0-8.393,3.357-8.393,8.393v50.361c0,5.036,3.357,8.393,8.393,8.393h67.148 c5.036,0,8.393-3.357,8.393-8.393v-50.361C166.869,228.98,163.511,225.623,158.475,225.623z M150.082,275.984H99.721V242.41 h50.361V275.984z'/%3E%3Cpath d='M217.229,108.115h67.148c5.036,0,8.393-3.357,8.393-8.393V49.361c0-5.036-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393v50.361C208.836,104.757,212.193,108.115,217.229,108.115z M225.623,57.754h50.361v33.574 h-50.361V57.754z'/%3E%3Cpath d='M343.131,108.115h67.148c5.036,0,8.393-3.357,8.393-8.393V49.361c0-5.036-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393v50.361C334.738,104.757,338.095,108.115,343.131,108.115z M351.525,57.754h50.361v33.574 h-50.361V57.754z'/%3E%3Cpath d='M200.443,334.738h100.721c5.036,0,8.393-3.357,8.393-8.393c0-5.036-3.357-8.393-8.393-8.393H200.443 c-5.036,0-8.393,3.357-8.393,8.393C192.049,331.38,195.407,334.738,200.443,334.738z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-food {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.001 512.001'%3E%3Cg fill='%23999'%3E%3Cpath d='M141.247,31.99C125.777,11.362,104.892,0.003,82.44,0.003c-22.451,0-43.335,11.36-58.806,31.986 C8.921,51.606,0.819,77.505,0.819,104.916c0,27.412,8.102,53.31,22.816,72.927c8.605,11.473,18.888,20.068,30.18,25.446 L36.546,462.948c-0.842,12.653,3.645,25.221,12.309,34.48c8.665,9.261,20.909,14.573,33.591,14.573 c12.679,0,24.917-5.309,33.579-14.565c8.664-9.26,13.151-21.83,12.307-34.486l-17.269-259.656 c11.294-5.379,21.578-13.974,30.184-25.449c14.712-19.617,22.816-45.517,22.816-72.927S155.961,51.607,141.247,31.99z M98.874,481.389c-4.3,4.596-10.135,7.127-16.429,7.127c-6.299,0-12.138-2.533-16.442-7.132c-4.302-4.6-6.442-10.592-6.025-16.875 l16.954-254.934c1.826,0.153,3.659,0.258,5.508,0.258c1.848,0,3.68-0.106,5.505-0.258l16.954,254.934 C105.316,470.795,103.178,476.79,98.874,481.389z M82.44,186.346c-4.207,0-8.308-0.645-12.264-1.839 c-0.328-0.121-0.66-0.232-1-0.324c-25.683-8.431-44.872-40.759-44.872-79.266c0-44.899,26.08-81.429,58.136-81.429 c32.057,0,58.138,36.529,58.138,81.429C140.578,149.817,114.498,186.346,82.44,186.346z'/%3E%3Cpath d='M511.18,305.92V13.222l-0.099,0.043c0.339-2.587-0.174-5.303-1.653-7.696c-3.41-5.516-10.645-7.223-16.164-3.813 c-47.905,29.617-76.509,80.916-76.518,137.229c0,0.008-0.001,0.015-0.001,0.022v153.781c0,13.493,10.783,24.483,24.169,24.891 V476.7c0,19.373,15.761,35.134,35.134,35.134c19.373,0,35.135-15.761,35.135-35.134V305.979 C511.182,305.959,511.18,305.94,511.18,305.92z M441.675,294.235c-0.8-0.001-1.444-0.647-1.444-1.445V139.028 c0-0.005,0.001-0.009,0.001-0.014c0-40.621,17.413-78.189,47.462-104.139v259.36H441.675z M487.697,476.702 c0,6.423-5.225,11.649-11.65,11.649c-6.423,0-11.649-5.225-11.649-11.649V317.721h23.299V476.702z'/%3E%3Cpath d='M332.799,0.003c-6.485,0-11.743,5.257-11.743,11.743v133.4h-29.92v-133.4c0-6.485-5.258-11.743-11.743-11.743c-6.485,0-11.743,5.257-11.743,11.743v133.4h-29.92v-133.4c0-6.485-5.258-11.743-11.743-11.743s-11.743,5.257-11.743,11.743 v169.984c0,19.14,15.573,34.714,34.714,34.714h2.089l-16.475,247.65c-0.827,12.352,3.551,24.624,12.013,33.67 c8.463,9.049,20.42,14.238,32.807,14.238c12.385,0,24.342-5.189,32.806-14.237c8.461-9.045,12.839-21.318,12.013-33.666 l-16.476-247.655h2.093c19.142,0,34.715-15.573,34.715-34.714V11.745C344.541,5.26,339.283,0.003,332.799,0.003z M295.045,481.72 c-4.098,4.382-9.658,6.795-15.654,6.795s-11.556-2.413-15.654-6.795c-4.096-4.379-6.132-10.082-5.732-16.063l16.578-249.215h9.615 l16.579,249.218C301.177,471.638,299.142,477.341,295.045,481.72z M321.055,181.729c0.001,6.192-5.036,11.228-11.228,11.228 h-46.622c-0.015,0.001-0.031-0.001-0.046,0h-14.2c-6.192,0-11.228-5.036-11.228-11.228v-13.1h83.324V181.729z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-leisure {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 54 54'%3E%3Cg fill='%23999'%3E%3Cpath d='M45.5,20.231h-5V13c0-0.202-0.075-0.379-0.178-0.536C40.428,11.979,40.5,11.491,40.5,11c0-3.859-3.141-7-7-7 c-1.189,0-2.333,0.295-3.358,0.861C28.835,3.073,26.758,2,24.5,2c-0.713,0-1.411,0.106-2.085,0.318C21.002,0.837,19.066,0,17,0 c-3.198,0-6.036,2.061-7.077,5.018C9.78,5.006,9.64,5,9.5,5c-3.309,0-6,2.691-6,6v8c0,1.654,1.346,3,3,3h1 c0.352,0,0.686-0.072,1-0.184V26v21v1c0,3.309,2.691,6,6,6h20c3.309,0,6-2.691,6-6v-1v-2.769h5c2.757,0,5-2.243,5-5v-14 C50.5,22.475,48.257,20.231,45.5,20.231z M32.5,46h-4V26c0-1.103,0.897-2,2-2s2,0.897,2,2V46z M30.5,22 c-1.201,0-2.266,0.542-3,1.382c-0.734-0.84-1.799-1.382-3-1.382s-2.266,0.542-3,1.382c-0.734-0.84-1.799-1.382-3-1.382 s-2.266,0.542-3,1.382c-0.734-0.84-1.799-1.382-3-1.382c-0.732,0-1.409,0.212-2,0.556V19v-0.121C10.852,18.959,11.209,19,11.567,19 h1.968c1.127,0,2.2-0.383,3.072-1.077C17.914,19.239,19.698,20,21.567,20c3.521,0,6.442-2.612,6.929-6H38.5v7.231v1.325 C37.909,22.212,37.232,22,36.5,22c-1.201,0-2.266,0.542-3,1.382C32.766,22.542,31.701,22,30.5,22z M26.5,46h-4V26 c0-1.103,0.897-2,2-2s2,0.897,2,2V46z M20.5,46h-4V26c0-1.103,0.897-2,2-2s2,0.897,2,2V46z M14.5,46h-4V26c0-1.103,0.897-2,2-2 s2,0.897,2,2V46z M34.5,26c0-1.103,0.897-2,2-2s2,0.897,2,2v13.231v4V46h-4V26z M40.5,26.231h3c0.552,0,1,0.448,1,1v10 c0,0.552-0.448,1-1,1h-3V26.231z M7.5,20h-1c-0.552,0-1-0.448-1-1v-8c0-2.206,1.794-4,4-4c0.281,0,0.58,0.038,0.914,0.117 c0.266,0.062,0.539,0.016,0.765-0.129c0.228-0.145,0.387-0.374,0.443-0.637C12.157,3.83,14.419,2,17,2 c1.696,0,3.273,0.771,4.326,2.113c0.281,0.357,0.768,0.484,1.186,0.3C23.144,4.139,23.813,4,24.5,4c1.878,0,3.58,1.041,4.443,2.716 c0.136,0.264,0.382,0.454,0.672,0.519c0.292,0.063,0.595-0.004,0.829-0.186C31.331,6.362,32.388,6,33.5,6c2.757,0,5,2.243,5,5 c0,0.334-0.035,0.669-0.104,1H27.567c-0.553,0-1,0.447-1,1c0,2.757-2.243,5-5,5c-1.611,0-3.137-0.796-4.08-2.129 c-0.183-0.258-0.476-0.414-0.792-0.422c-0.33-0.007-0.617,0.134-0.811,0.383C15.302,16.574,14.445,17,13.535,17h-1.968 c-0.538,0-1.059-0.151-1.546-0.449c-0.309-0.188-0.694-0.194-1.011-0.019C8.695,16.709,8.5,17.043,8.5,17.404V19 C8.5,19.552,8.052,20,7.5,20z M34.5,52h-20c-2.206,0-4-1.794-4-4h5h6h6h6h5C38.5,50.206,36.706,52,34.5,52z M48.5,39.231 c0,1.654-1.346,3-3,3h-5v-2h3c1.654,0,3-1.346,3-3v-10c0-1.654-1.346-3-3-3h-3v-2h5c1.654,0,3,1.346,3,3V39.231z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-medical {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 332 332'%3E%3Cg fill='%23999'%3E%3Cpath d='M166,0C74.4,0,0,74.4,0,166s74.4,166,166,166s166-74.4,166-166S257.6,0,166,0z M166,317.6c-83.6,0-151.6-68-151.6-151.6 S82.4,14.4,166,14.4s151.6,68,151.6,151.6S249.6,317.6,166,317.6z'/%3E%3Cpath d='M252.4,130H202V79.6c0-4-3.2-7.2-7.2-7.2h-57.6c-4,0-7.2,3.2-7.2,7.2V130H79.6c-4,0-7.2,3.2-7.2,7.2v57.6 c0,4,3.2,7.2,7.2,7.2H130v50.4c0,4,3.2,7.2,7.2,7.2h57.6c4,0,7.2-3.2,7.2-7.2V202h50.4c4,0,7.2-3.2,7.2-7.2v-57.6 C259.2,133.2,256,130,252.4,130z M245.6,187.6h-0.4h-50.4c-4,0-7.2,3.2-7.2,7.2v50.4h-43.2v-50.4c0-4-3.2-7.2-7.2-7.2H86.8v-43.2 h50.4c4,0,7.2-3.2,7.2-7.2V86.8H188v50.4c0,4,3.2,7.2,7.2,7.2h50.4V187.6z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-school {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 37.463 37.463'%3E%3Cg fill='%23999'%3E%3Cpath d='M36.355,29.542L36.355,29.542v-7.679l-1.01-6.055h-9.622l3.126,2.338v3.704l-2.018-1.493v0.735 h-0.599v8.448h-0.624v-9.257h0.599v-1.112h-0.925l-7.014-5.162l-6.774,5.287h-0.821v1.114h0.675v9.131H10.69v-8.322h-0.675v-0.466 l-1.434,1.191v-3.779l2.873-2.356H1.502l-1.01,6.055v7.678H0v2.902h37.463v-2.902H36.355z M4.93,28.044H1.583v-1.832H4.93V28.044z M4.93,25.118H1.583v-1.83H4.93V25.118z M6.318,28.044v-1.832h3.346v1.832H6.318z M6.319,25.118v-1.83h3.346v1.83H6.319z M18.396,16.278c0.733,0,1.326,0.595,1.326,1.326c0,0.731-0.593,1.326-1.326,1.326c-0.732,0-1.326-0.595-1.326-1.326 C17.07,16.873,17.664,16.278,18.396,16.278z M23.784,29.54h-0.735v-8.358h-9.507v8.358h-0.666v-9.131h0.64v-0.43h9.852v0.304h0.416 V29.54z M30.186,27.854H26.84v-1.832h3.346V27.854z M30.186,24.927H26.84v-1.83h3.346V24.927z M34.921,27.854h-3.346v-1.832h3.346 V27.854z M34.921,24.927h-3.346v-1.83h3.346V24.927z M18.295,10.875h-0.204V5.41h0.427v0.104c0.468,0.204,1.601,0.591,2.239-0.101 c0.817-0.885,2.248,0,2.248,0v2.522c0,0-1.158-0.953-2.248,0c-0.829,0.724-1.814,0.347-2.239,0.124v2.815v0.001h-0.221l9.928,7.425 v2.111l-10.042-7.427l-8.945,7.427V18.3L18.295,10.875z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-shopping {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.999 511.999'%3E%3Cg fill='%23999'%3E%3Cpath d='M214.685,402.828c-24.829,0-45.029,20.2-45.029,45.029c0,24.829,20.2,45.029,45.029,45.029s45.029-20.2,45.029-45.029 C259.713,423.028,239.513,402.828,214.685,402.828z M214.685,467.742c-10.966,0-19.887-8.922-19.887-19.887 c0-10.966,8.922-19.887,19.887-19.887s19.887,8.922,19.887,19.887C234.572,458.822,225.65,467.742,214.685,467.742z'/%3E%3Cpath d='M372.63,402.828c-24.829,0-45.029,20.2-45.029,45.029c0,24.829,20.2,45.029,45.029,45.029s45.029-20.2,45.029-45.029 C417.658,423.028,397.458,402.828,372.63,402.828z M372.63,467.742c-10.966,0-19.887-8.922-19.887-19.887 c0-10.966,8.922-19.887,19.887-19.887c10.966,0,19.887,8.922,19.887,19.887C392.517,458.822,383.595,467.742,372.63,467.742z'/%3E%3Cpath d='M383.716,165.755H203.567c-6.943,0-12.571,5.628-12.571,12.571c0,6.943,5.629,12.571,12.571,12.571h180.149 c6.943,0,12.571-5.628,12.571-12.571C396.287,171.382,390.659,165.755,383.716,165.755z'/%3E%3Cpath d='M373.911,231.035H213.373c-6.943,0-12.571,5.628-12.571,12.571s5.628,12.571,12.571,12.571h160.537 c6.943,0,12.571-5.628,12.571-12.571C386.481,236.664,380.853,231.035,373.911,231.035z'/%3E%3Cpath d='M506.341,109.744c-4.794-5.884-11.898-9.258-19.489-9.258H95.278L87.37,62.097c-1.651-8.008-7.113-14.732-14.614-17.989 l-55.177-23.95c-6.37-2.767-13.773,0.156-16.536,6.524c-2.766,6.37,0.157,13.774,6.524,16.537L62.745,67.17l60.826,295.261 c2.396,11.628,12.752,20.068,24.625,20.068h301.166c6.943,0,12.571-5.628,12.571-12.571c0-6.943-5.628-12.571-12.571-12.571 H148.197l-7.399-35.916H451.69c11.872,0,22.229-8.44,24.624-20.068l35.163-170.675 C513.008,123.266,511.136,115.627,506.341,109.744z M451.69,296.301H135.619l-35.161-170.674l386.393,0.001L451.69,296.301z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-sport {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 72.371 72.372'%3E%3Cg fill='%23999'%3E%3Cpath d='M22.57,2.648c-4.489,1.82-8.517,4.496-11.971,7.949C7.144,14.051,4.471,18.08,2.65,22.568C0.892,26.904,0,31.486,0,36.186 c0,4.699,0.892,9.281,2.65,13.615c1.821,4.489,4.495,8.518,7.949,11.971c3.454,3.455,7.481,6.129,11.971,7.949 c4.336,1.76,8.917,2.649,13.617,2.649c4.7,0,9.28-0.892,13.616-2.649c4.488-1.82,8.518-4.494,11.971-7.949 c3.455-3.453,6.129-7.48,7.949-11.971c1.758-4.334,2.648-8.916,2.648-13.615c0-4.7-0.891-9.282-2.648-13.618 c-1.82-4.488-4.496-8.518-7.949-11.971s-7.479-6.129-11.971-7.949C45.467,0.891,40.887,0,36.187,0 C31.487,0,26.906,0.891,22.57,2.648z M9.044,51.419c-1.743-1.094-3.349-2.354-4.771-3.838c-2.172-6.112-2.54-12.729-1.101-19.01 c0.677-1.335,1.447-2.617,2.318-3.845c0.269-0.379,0.518-0.774,0.806-1.142l8.166,4.832c0,0.064,0,0.134,0,0.205 c-0.021,4.392,0.425,8.752,1.313,13.049c0.003,0.02,0.006,0.031,0.01,0.049l-6.333,9.93C9.314,51.579,9.177,51.503,9.044,51.419z M33.324,68.206c1.409,0.719,2.858,1.326,4.347,1.82c-6.325,0.275-12.713-1.207-18.36-4.447L33,68.018 C33.105,68.085,33.212,68.149,33.324,68.206z M33.274,65.735L17.12,62.856c-1.89-2.295-3.59-4.723-5.051-7.318 c-0.372-0.66-0.787-1.301-1.102-1.99l6.327-9.92c0.14,0.035,0.296,0.072,0.473,0.119c3.958,1.059,7.986,1.812,12.042,2.402 c0.237,0.033,0.435,0.062,0.604,0.08l7.584,13.113c-1.316,1.85-2.647,3.69-4.007,5.51C33.764,65.155,33.524,65.446,33.274,65.735z M60.15,60.149c-1.286,1.287-2.651,2.447-4.08,3.481c-0.237-1.894-0.646-3.75-1.223-5.563l8.092-15.096 c2.229-1.015,4.379-2.166,6.375-3.593c0.261-0.185,0.478-0.392,0.646-0.618C69.374,46.561,66.104,54.196,60.15,60.149z M59.791,40.571c0.301,0.574,0.598,1.154,0.896,1.742l-7.816,14.58c-0.045,0.01-0.088,0.02-0.133,0.026 c-4.225,0.789-8.484,1.209-12.779,1.229l-7.8-13.487c1.214-2.254,2.417-4.517,3.61-6.781c0.81-1.536,1.606-3.082,2.401-4.627 l16.143-1.658C56.29,34.495,58.163,37.457,59.791,40.571z M56.516,23.277c-0.766,2.023-1.586,4.025-2.401,6.031l-15.726,1.615 c-0.188-0.248-0.383-0.492-0.588-0.725c-1.857-2.103-3.726-4.193-5.592-6.289c0.017-0.021,0.034-0.037,0.051-0.056 c-0.753-0.752-1.508-1.504-2.261-2.258l4.378-13.181c0.302-0.08,0.606-0.147,0.913-0.18c2.38-0.242,4.763-0.516,7.149-0.654 c1.461-0.082,2.93-0.129,4.416-0.024l10.832,12.209C57.314,20.943,56.95,22.124,56.516,23.277z M60.15,12.221 c2.988,2.99,5.302,6.402,6.938,10.047c-2.024-1.393-4.188-2.539-6.463-3.473c-0.354-0.146-0.717-0.275-1.086-0.402L48.877,6.376 c0.074-0.519,0.113-1.039,0.129-1.563C53.062,6.464,56.864,8.936,60.15,12.221z M25.334,4.182c0.042,0.031,0.062,0.057,0.086,0.064 c2.437,0.842,4.654,2.082,6.744,3.553l-4.09,12.317c-0.021,0.006-0.041,0.012-0.061,0.021c-0.837,0.346-1.69,0.656-2.514,1.031 c-3.395,1.543-6.705,3.252-9.823,5.301l-8.071-4.775c0.012-0.252,0.055-0.508,0.141-0.736c0.542-1.444,1.075-2.896,1.688-4.311 c0.472-1.09,1.01-2.143,1.597-3.172c0.384-0.424,0.782-0.844,1.192-1.254c3.833-3.832,8.363-6.553,13.186-8.162 C25.384,4.098,25.358,4.139,25.334,4.182z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-transport {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 407.98 407.98'%3E%3Cg fill='%23999'%3E%3Cpath d='M203.99,0C91.509,0,0,91.509,0,203.99s91.509,203.99,203.99,203.99c112.481,0,203.991-91.51,203.991-203.99 S316.471,0,203.99,0z M203.99,395.98C98.126,395.98,12,309.853,12,203.99S98.126,12,203.99,12 C309.854,12,395.98,98.126,395.98,203.99S309.854,395.98,203.99,395.98z'/%3E%3Cpath d='M255.663,203.99c0-28.492-23.181-51.673-51.673-51.673s-51.673,23.181-51.673,51.673c0,28.493,23.18,51.674,51.673,51.674 S255.663,232.483,255.663,203.99z M203.99,243.664c-21.875,0-39.673-17.798-39.673-39.674s17.797-39.673,39.673-39.673 s39.673,17.797,39.673,39.673S225.865,243.664,203.99,243.664z'/%3E%3Cpath d='M364.428,241.055c-0.003-0.001-0.011-0.003-0.012-0.003c-40.522-10.813-84.104,0.869-113.729,30.495 c-25.502,25.501-37.796,60.698-33.73,96.568c0,0.001,0.001,0.002,0.001,0.003c0,0.002,0,0.003,0,0.005 c0.351,3.061,2.945,5.317,5.953,5.317c0.229,0,0.46-0.014,0.691-0.04c34.175-3.92,66.017-17.946,92.083-40.563 c25.825-22.407,44.145-51.603,52.978-84.431C369.524,245.208,367.628,241.917,364.428,241.055z M307.821,323.774 c-22.665,19.665-50.024,32.339-79.457,36.878c-1.687-30.075,9.357-59.168,30.809-80.62c25.154-25.156,61.513-35.896,96.169-28.785 C346.596,279.331,330.259,304.306,307.821,323.774z'/%3E%3Cpath d='M43.562,241.052c-0.001,0-0.002,0.001-0.002,0.001c-0.003,0.001-0.006,0.001-0.009,0.002 c-3.2,0.861-5.096,4.153-4.235,7.353c8.833,32.828,27.153,62.023,52.978,84.431c26.066,22.616,57.908,36.643,92.082,40.563 c0.232,0.026,0.463,0.04,0.691,0.04c3.008,0,5.603-2.258,5.954-5.317c0-0.002,0-0.003,0-0.005c0-0.001,0.001-0.002,0.001-0.003 c4.066-35.869-8.228-71.067-33.729-96.568C127.666,241.921,84.088,230.236,43.562,241.052z M179.614,360.652 c-29.433-4.538-56.792-17.213-79.456-36.878c-22.438-19.468-38.776-44.443-47.521-72.527c34.654-7.111,71.014,3.63,96.17,28.785 C170.258,301.483,181.302,330.578,179.614,360.652z'/%3E%3Cpath d='M323.745,82.602c-32.111-31.684-74.642-49.133-119.756-49.133S116.345,50.918,84.232,82.602 c-32.08,31.652-50.101,73.879-50.743,118.901c-0.036,2.548,1.54,4.84,3.931,5.718c0.676,0.249,1.375,0.368,2.067,0.368 c1.757,0,3.468-0.772,4.63-2.183c35.761-43.36,95.526-69.247,159.871-69.247c64.345,0,124.109,25.887,159.871,69.247 c1.621,1.966,4.306,2.691,6.697,1.814c2.392-0.878,3.968-3.17,3.931-5.718C373.847,156.481,355.825,114.254,323.745,82.602z M203.989,124.16c-61.308,0-118.816,22.444-157.385,60.743c4.237-35.489,20.255-68.301,46.057-93.759 c29.852-29.454,69.389-45.675,111.329-45.675s81.477,16.221,111.328,45.675c25.802,25.458,41.82,58.27,46.058,93.759 C322.805,146.604,265.297,124.16,203.989,124.16z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-global-poi {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 430.114 430.114'%3E%3Cg fill='%23999'%3E%3Cpath d='M356.208,107.051c-1.531-5.738-4.64-11.852-6.94-17.205C321.746,23.704,261.611,0,213.055,0 C148.054,0,76.463,43.586,66.905,133.427v18.355c0,0.766,0.264,7.647,0.639,11.089c5.358,42.816,39.143,88.32,64.375,131.136 c27.146,45.873,55.314,90.999,83.221,136.106c17.208-29.436,34.354-59.259,51.17-87.933c4.583-8.415,9.903-16.825,14.491-24.857 c3.058-5.348,8.9-10.696,11.569-15.672c27.145-49.699,70.838-99.782,70.838-149.104v-20.262 C363.209,126.938,356.581,108.204,356.208,107.051z M214.245,199.193c-19.107,0-40.021-9.554-50.344-35.939 c-1.538-4.2-1.414-12.617-1.414-13.388v-11.852c0-33.636,28.56-48.932,53.406-48.932c30.588,0,54.245,24.472,54.245,55.06 C270.138,174.729,244.833,199.193,214.245,199.193z'/%3E%3C/g%3E%3C/svg%3E")
}

.svg-bg-star {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 55.867 55.867'%3E%3Cg fill='%23999'%3E%3Cpath d='M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558 s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024 l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506 c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017 l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z'/%3E%3C/g%3E%3C/svg%3E")
}

.icon-check-mark:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 16px;
    border-bottom: 5px solid #366c00;
    border-right: 5px solid #366c00;
    position: absolute;
    top: 9px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon-exclamation-triangle:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    left: 5px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 18px solid #a94442
}

.icon-exclamation-triangle:after {
    content: "!";
    color: #fff;
    font: bold 16px/18px'Times New Roman', serif;
    text-align: center;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 7px
}

.icon-chevron-down:before,
.icon-chevron-up:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: ' ';
    position: absolute;
    top: 9px;
    left: 5px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.icon-chevron-down:before {
    border-top: 10px solid #bebebe
}

.icon-chevron-up:before {
    border-bottom: 10px solid #bebebe
}

.btn-hamb,
.btn-close {
    position: relative;
    display: block;
    width: 20px;
    height: 20px
}

.btn-hamb i,
.btn-hamb i:before,
.btn-hamb i:after {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1b81cb;
    position: absolute;
    left: 0;
    top: 0;
    content: " "
}

.btn-hamb i:before {
    top: 7px
}

.btn-hamb i:after {
    top: 14px
}

a:hover .btn-hamb i,
a:hover .btn-hamb i:before,
a:hover .btn-hamb i:after {
    background-color: #196e98
}

.btn-close:before,
.btn-close:after {
    position: absolute;
    top: -2px;
    left: 9px;
    content: ' ';
    height: 24px;
    width: 3px;
    background-color: #196e98
}

.btn-close:before {
    transform: rotate(45deg)
}

.btn-close:after {
    transform: rotate(-45deg)
}

.svg-step-in-active {
    margin-right: 5px;
    margin-bottom: 3px
}

.input-group-addon .svg-icon.svg-passengers {
    width: 19px;
    height: 19px!important
}

.autocomplete-svg-down {
    position: relative;
    top: 5px;
    width: 8px
}

.b-r-0 {
    border-right: 0
}

.m-b-sm {
    margin-bottom: 5px
}

.m-b-md {
    margin-bottom: 15px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-y-lg {
    margin-bottom: 30px;
    margin-top: 30px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-24 {
    margin-bottom: 24px
}

.m-t-md {
    margin-top: 15px
}

.m-t-18 {
    margin-top: 18px
}

.m-t-8,
input[type="checkbox"].m-t-8 {
    margin-top: 8px
}

.m-l-xs {
    margin-left: 5px
}

.m-r-md {
    margin-right: 15px
}

.btn-200 {
    min-width: 200px
}

@media(max-width:767px) {
    .center-sm {
        text-align: center
    }
}

@media(max-width:991px) {
    .m-t-20-md {
        margin-top: 20px
    }
}

.d-block {
    display: block
}

.heading-underlined {
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.user-menu .svg-icon {
    margin-right: 7px;
    width: 12px;
    position: relative;
    top: -1px
}

.user-menu .dropdown-menu {
    padding-top: 0
}

.nav .user-menu.open>.dropdown-toggle,
.nav .user-menu.open>.dropdown-toggle:hover,
.nav .user-menu.open>.dropdown-toggle:focus {
    background: transparent
}

.datepickerbutton .btn,
.input-group-lg>.input-group-btn.datepickerbutton>.btn,
.input-group-lg>.bootstrap-touchspin-prefix,
.form-control.date-range+.input-group-btn .btn {
    font-size: 16px;
    line-height: 1
}

.datepickerbutton .btn:hover,
.datepickerbutton .btn:active,
.input-group .datepickerbutton .btn {
    border-left: none;
    box-shadow: none
}

.input-group .datepickerbutton.form-control {
    border-right: none
}

.form-control.date-range {
    line-height: 1.5
}

@media(min-width:768px) {
    .ors-extra-info-outer {
        padding-left: 20px
    }
}

.ors-with-icon {
    padding-right: 40px;
    position: relative
}

.ors-with-icon .icon-outer {
    position: absolute;
    top: 0;
    right: 0
}

.ors-with-icon .icon-outer .btn-icon {
    color: #4a4a4a
}

.ors-with-icon .icon-outer .btn-icon:hover {
    color: #1b81cb
}

.ors-extra-info-outer .ors-with-icon {
    margin-bottom: 15px
}

#ores4Wizard .laWizardStepBtn {
    display: block;
    padding: 10px 15px
}

.step-info {
    margin-bottom: 15px
}

.panel-edit {
    position: absolute;
    right: 0;
    top: 0
}

.edit-step:hover {
    text-decoration: none
}

.edit-step .svg-icon-edit {
    vertical-align: text-top;
    margin-right: 3px
}

.step-info-date {
    margin-bottom: 15px
}

.step-info-date h6 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 1.3
}

.step-info-pass p {
    margin: 0
}

.step-info-location-stop {
    padding-left: 20px
}

.step-info-vehicle {
    display: flex
}

.step-info-vehicle-details {
    padding-left: 30px
}

.step-info-vehicle-details .input-group {
    width: 60px
}

.step-info-vehicle-details .input-group .input-group-addon {
    padding: 5px;
    width: 30px;
    min-height: 30px
}

.step-info-vehicle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px
}

.step-completed .laWizardStepBtn,
.step-active .laWizardStepBtn {
    color: #1b81cb
}

.step-completed .laWizardStepBtn .svg-step-completed {
    fill: #1b81cb
}

.step-info-vertical .step-info-vehicle-details {
    padding-left: 15px
}

.step-info-vertical .step-info-pass {
    margin-bottom: 15px
}

.step-info-vertical .step-info-location {
    margin-bottom: 35px
}

.step-info-vertical .step-info-vehicle-details .form-group:last-child {
    margin-bottom: 0
}

.step-info-vertical .step-info-date {
    margin-top: 30px
}

.step-info-vehicle-hor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.step-info-vehicle-hor-slider {
    width: 50%
}

.step-info-vehicle-hor-details {
    width: 25%;
    padding-left: 25px
}

.step-info-vehicle-hor-description {
    width: 25%
}

.step-info-vehicle-discription {
    max-height: 250px;
    overflow-y: auto
}

@media(max-width:768px) {
    .step-info-pass {
        margin-bottom: 15px
    }
    .step-info-vehicle-details {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

.btn-edit-outer {
    position: relative;
    padding-right: 50px
}

.btn-edit-outer .btn-edit {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400
}

.btn-edit {
    color: #4a4a4a
}

.ors-title.btn-edit-outer {
    padding-right: 60px
}

.ors-title.btn-edit-outer .btn-edit {
    padding: 6px 15px
}

.switch-label {
    display: inline-block;
    height: 31px;
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 0
}

.switch {
    height: 30px;
    width: 80px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}

input.toggle {
    visibility: hidden
}

input.toggle+label {
    width: 64px;
    border-radius: 64px;
    visibility: visible
}

input.toggle+label:hover {
    cursor: pointer
}

input.toggle:disabled+label:before {
    background-color: #aeaeae;
    opacity: .3
}

input.toggle:disabled+label:after {
    background-color: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

input.toggle+label:before,
input.toggle+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

input.toggle+label:before {
    right: 22px;
    left: 8px;
    top: 8px;
    bottom: 7px;
    border-radius: 50px;
    transition: background .3s;
    background-color: #aeaeae
}

input.toggle+label:after {
    width: 25px;
    height: 25px;
    top: 3px;
    left: 5px;
    background-color: #ececec;
    border-radius: 100%;
    box-shadow: 0 0 4px 0 #aeaeae;
    -webkit-transition: all .3s cubic-bezier(.915, .01, .075, .995);
    -moz-transition: all .3s cubic-bezier(.915, .01, .075, .995);
    -o-transition: all .3s cubic-bezier(.915, .01, .075, .995);
    transition: all .3s cubic-bezier(.915, .01, .075, .995)
}

input.toggle:checked+label:before {
    background-color: #1b81cb;
    opacity: .5
}

input.toggle:checked+label:after {
    background-color: #1b81cb;
    margin-left: 30px
}

.checkbox .label-with-checkbox>input[type="checkbox"] {
    margin-top: 5px
}

.vehicle-container {}

.vehicle-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: -15px;
    margin-top: -25px
}

.vehicle-grid:empty {
    display: none
}

.vehicle-grid-item {
    min-height: 380px;
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 15px 25px 15px 25px;
    border: 1px solid transparent;
    transition: all .2s ease-in-out
}

.vehicle-grid-item:hover,
.vehicle-grid-item.active {
    transition: all .1s ease-in-out
}

.vehicle-grid-item-divider {
    display: block;
    width: 100%;
    opacity: .4;
    margin: 10px 0
}

.vehicle-grid-item-divider:nth-child(n+2) {
    display: none
}

.vehicle-grid-item:hover .slick-arrow {
    visibility: visible;
    transition: visibility .1s ease-in-out
}

.vehicle-grid-item-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.vehicle-grid-item-heading {
    margin: auto;
    max-width: 90%;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vehicle-decription-btn {
    background: transparent;
    box-shadow: none;
    border: 1px solid grey;
    border-radius: 50%;
    outline: none;
    padding: 1px;
    width: 15px;
    height: 15px
}

.vehicle-decription-btn span {
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    vertical-align: top
}

.vehicle-grid-item .slick-arrow {
    visibility: hidden;
    transition: visibility .1s ease-in
}

.vehicle-grid-item-specs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.vehicle-grid-item-specs .input-group {}

.vehicle-grid-item-specs .input-group .input-group-addon,
.step-info-vehicle-hor-details .input-group .input-group-addon {
    padding: 5px;
    width: 30px;
    min-height: 30px
}

.vehicle-grid-item-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    min-height: 40px
}

.vehicle-grid-item-price-numb {
    display: block;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    max-width: 90%
}

.price-not-available {
    width: 100%;
    text-align: center;
    opacity: .6
}

.vehicle-grid-item-btn-holder {
    margin-bottom: 20px
}

.vehicle-grid-item-btn-holder:last-child {
    margin-bottom: 0
}

.vehicle-grid-item-carousel-with-details {
    position: relative
}

.vehicle-grid-item-carousel-with-details>.panel {
    margin: 0;
    padding: 0;
    height: 0;
    margin-top: -2px
}

.vehicle-grid-item-carousel-with-details .slick-dotted.slick-slider {
    margin-bottom: 40px
}

.vehicle-grid-item-details {
    position: absolute;
    z-index: 1000;
    top: -25px;
    left: 0;
    min-width: 100%;
    width: 350px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    max-height: 350px;
    overflow: auto;
    transition: left .25s ease-in, max-height .25s cubic-bezier(0, 1, 0, 1)
}

.vehicle-grid-item:nth-of-type(4n) .vehicle-grid-item-details {
    left: auto;
    right: 0
}

.vehicle-grid-item-details-well {
    border-radius: 0
}

.vehicle-grid-item-details-well>p,
.vehicle-grid-item-details-well>div {
    padding: 10px;
    font-size: 11px;
    margin-bottom: 0
}

.vehicle-grid-item-details-well .table {
    margin-bottom: 0;
    font-size: 11px
}

.vehicle-grid-item-details-well .table thead>tr>th {
    font-size: 13px
}

.svg-icon.slick-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 15px);
    cursor: pointer;
    fill: red
}

.svg-icon.slick-arrow.svg-next {
    left: 100%
}

.svg-icon.slick-arrow.svg-previous {
    right: 100%
}

.sort-control {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 15px
}

.sort-item:hover {
    cursor: pointer
}

.sort-item .svg-icon.svg-drop-down {
    transform: rotate(180deg);
    transition: transform .1s linear
}

.sort-item.low .svg-icon.svg-drop-down {
    transform: rotate(0deg);
    transition: transform .1s linear
}

.handicap-privacy-policy-btn-container {
    display: inline-block;
    vertical-align: top
}

.handicap-privacy-policy-btn {
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    outline: none;
    padding: 0;
    width: 50px;
    height: 35px
}

.handicap-privacy-policy-btn>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    vertical-align: top;
    font-family: Roboto;
    border-radius: 50%;
    width: 18px;
    height: 18px
}

.handicap-privacy-policy-btn-container .gdpr-tooltip.tooltip.right {
    margin-left: -5px
}

.tooltip-with-shadow {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.tooltip-with-shadow.right .tooltip-arrow {
    left: -5px;
    border-right-color: #fff
}

.tooltip-with-shadow.right {
    padding: 0
}

.tooltip-with-shadow.right .tooltip-arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    top: 50%;
    left: -1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(0, 0, 0, .2);
    z-index: -1
}

@media(max-width:992px) {
    .vehicle-grid-item {
        width: calc(33.33% - 30px)
    }
    .vehicle-grid-item-divider {
        display: none
    }
    .vehicle-grid-item-heading {
        font-size: 16px
    }
    .vehicle-grid-item:nth-of-type(3n) .vehicle-grid-item-details {
        left: auto;
        right: 0
    }
    .vehicle-grid-item:nth-of-type(4n) .vehicle-grid-item-details {
        left: 30px
    }
}

@media(max-width:768px) {
    .vehicle-grid-item-details {
        top: -5px
    }
    .vehicle-grid-item {
        width: calc(50% - 30px);
        min-height: 305px
    }
    .vehicle-grid-item-title {
        margin-bottom: 5px
    }
    .vehicle-grid-item-carousel-with-details .slick-dotted.slick-slider {
        margin-bottom: 15px
    }
    .ors-vehicle-slick-slider .slick-dots {
        bottom: -20px
    }
    .vehicle-grid-item-specs {
        justify-content: space-around;
        margin-bottom: 10px
    }
    .vehicle-grid-item-price-numb {
        font-size: 22px
    }
    .vehicle-grid-item-price {
        margin-bottom: 20px
    }
    .vehicle-grid-item .slick-arrow {
        visibility: visible
    }
    .sort-control {
        position: static
    }
    .vehicle-grid-item:nth-of-type(2n) .vehicle-grid-item-details {
        left: auto;
        right: 30px
    }
    .vehicle-grid-item:nth-of-type(3n) .vehicle-grid-item-details {
        left: auto
    }
    .vehicle-grid-item:nth-of-type(3) .vehicle-grid-item-details {
        left: 30px
    }
}

@media(max-width:600px) {
    .vehicle-grid-item {
        width: 100%;
        min-height: 270px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
        padding: 10px
    }
    .vehicle-grid {
        margin-bottom: -15px;
        margin-top: -15px
    }
    .vehicle-grid-item-heading {
        font-size: 14px
    }
    .vehicle-grid-item-btn-holder {
        text-align: center
    }
    .vehicle-grid-item-btn-holder .btn {
        height: 35px;
        display: inline-block;
        width: auto;
        min-width: 120px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }
    .vehicle-grid-item-price {
        min-height: 20px
    }
    .vehicle-grid-item-details {
        width: 100%;
        max-height: 280px
    }
    .svg-icon.slick-arrow.svg-next {
        left: auto;
        right: 0
    }
    .svg-icon.slick-arrow.svg-previous {
        right: auto;
        left: 0
    }
    .vehicle-grid-item .vehicle-grid-item-details,
    .vehicle-grid-item:nth-of-type(2n) .vehicle-grid-item-details,
    .vehicle-grid-item:nth-of-type(3n) .vehicle-grid-item-details {
        left: 0;
        right: 0
    }
}

#stopsContainer,
#returnTripStopsContainer {
    list-style: none;
    padding: 0;
    margin: 0
}

#stopsContainer .ors-sortable-item,
#returnTripStopsContainer .ors-sortable-item {
    position: relative;
    font-size: 0
}

#stopsContainer li .dots-icon,
#returnTripStopsContainer li .dots-icon {
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 3px)
}

#stopsContainer .ui-sortable-handle:hover:before,
#returnTripStopsContainer .ui-sortable-handle:hover:before {
    background: none
}

.dots-icon {
    position: relative;
    opacity: .8
}

.dots-icon:after,
.dots-icon:before {
    content: "";
    position: absolute
}

.dots-icon,
.dots-icon:after,
.dots-icon:before {
    display: block;
    width: 3px;
    height: 3px;
    background: #666
}

.dots-icon:after {
    top: 10px
}

.dots-icon:before {
    top: 20px
}

@media(max-width:767px) {
    .ors-sortable-item .ors-sortable-handle {
        width: 10%
    }
    .ors-sortable-item .ors-with-icon {
        width: 90%
    }
}

@media(max-width:600px) {
    .ors-sortable-item .ors-sortable-handle {
        width: 13%
    }
    .ors-sortable-item .ors-with-icon {
        width: 87%
    }
}

.total-prise {
    font-size: 18px;
    font-weight: 500;
    color: #1b81cb
}

.form-login-step3 .form-helper {
    display: none
}

.form-login-step3 .panel-collapse.collapse.in+.form-group .btn {
    display: none
}

.form-add-pass {
    margin: 20px 0
}

@media(min-width:768px) {
    .form-login-step3 .panel-collapse {
        display: block;
        visibility: visible
    }
}

[aria-expanded="true"]>.svg-plus {
    display: none
}

[aria-expanded="false"]>.svg-minus {
    display: none
}

#siteseal {
    margin-top: -4px
}

#siteseal img {
    height: 29px;
    width: auto
}

#PickUp-FlightDetails .twitter-typeahead,
#DropOff-FlightDetails .twitter-typeahead,
#ReturnTrip-PickUp-FlightDetails .twitter-typeahead,
#ReturnTrip-DropOff-FlightDetails .twitter-typeahead {
    width: 100%
}

.form-reset-pass {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end
}

.form-reset-pass-input {
    width: 70%;
    margin-right: 15px;
    margin-left: 15%
}

.form-reset-pass-button {
    width: 30%
}

.form-reset-pass-message {
    text-align: center
}

.form-reset-return-button-mob {
    display: none
}

@media(max-width:991px) {
    .form-reset-pass-input {
        margin-left: 0
    }
}

@media(max-width:768px) {
    .form-reset-pass {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
    .form-reset-pass-input,
    .form-reset-pass-button {
        width: 100%
    }
    .form-reset-pass-input {
        margin: 0 0 15px 0
    }
    .form-reset-pass-button {
        margin-bottom: 15px
    }
    .form-reset-pass-message-succes {
        margin-bottom: 15px
    }
    .form-reset-return-button-mob {
        display: block
    }
}

body.ors-print-version,
.ors-print-version .label-primary,
.ors-print-version .ac-invoice-details-header .ac-invoice-details-number {
    background: #fff;
    color: #000
}

.ors-print-version .ors {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto
}

.ors-print-version .ac-ride-details h3,
.ors-print-version .ac-ride-details h4,
.ors-print-version a,
.ors-print-version .text-link,
.ors-print-version .text-danger,
.ors-print-version .ac-invoice-details-total thead>tr td {
    color: #000
}

.ors-print-version a:hover {
    color: #000
}

.ors-print-version .ac-ride-details .ac-table-charges tfoot {
    border-top-color: #000
}

.ors-print-version .ac-ride-details .ac-table-charges tr.total-price {
    background: #fff;
    border-top-color: #000
}

.ors-print-version .ac-ride-details .res-number .label {
    border: 1px solid #000
}

.ors-print-version .ac-invoice-details-number {
    border: 1px solid #000
}

.ors-print-version .ac-table-primary>thead>tr>th {
    font-weight: 500;
    background: #fff;
    border-bottom: 1px solid #000
}

.ors-print-version .ac-data-table {
    border-bottom: 2px solid #000
}

.ors-print-version .ac-data-table>tbody>tr>td:last-child,
.ors-print-version .ac-data-table>tfoot>tr>td:last-child,
.ors-print-version .ac-data-table>tbody>tr>td:first-child,
.ors-print-version .ac-data-table>tfoot>tr>td:first-child {
    border: none
}

@media(max-width:767px) {
    .ors-print-version .ac-table-responsive.ac-table-primary .cell-highlight {
        background: #ccc
    }
}

.svg-progress {
    width: 100px;
    z-index: 9000!important
}

.svg-progress .loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px
}

.svg-progress .loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto
}

.loader-path {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #1b81cb
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.ors-add-return-trip-outer[style*="display:none"]+.ors-title,
.ors-add-return-trip-outer[style*="display: none"]+.ors-title {
    margin-top: 0!important
}

.modal-return-trip .modal-dialog {
    width: 100%;
    max-width: 1130px;
    margin: 20px auto
}

.modal-return-trip .modal-content {
    margin: 0 10px
}

.modal-return-trip .modal-body {
    padding: 25px 25px 0 25px
}

.modal-return-trip .modal-footer {
    padding: 0 25px 40px 25px
}

@media(max-width:991px) {
    .modal-return-trip .modal-content {
        margin: 0 10px
    }
    .modal-return-trip .modal-dialog {
        margin: 10px auto
    }
}

@media(max-width:767px) {
    .modal-return-trip .modal-body {
        padding: 10px 10px 0 10px
    }
    .modal-return-trip .modal-footer {
        padding: 0 10px 10px 10px
    }
}

.cookie-bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #cfebff;
    padding: 10px;
    font-size: 14px
}

.cookie-bar-message {
    max-width: 80%;
    margin-right: 30px;
    font-size: 13px
}

.cookie-bar-control {
    max-width: 20%
}

.cookie-bar-link {
    display: inline;
    padding: 0 5px;
    white-space: nowrap
}

.cookie-bar-close {
    position: absolute;
    top: 10px;
    right: 15px
}

.cookie-bar-close-icon {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    opacity: .8;
    transition: .2s ease
}

.cookie-bar-close-icon:hover {
    cursor: pointer;
    opacity: 1
}

.cookie-bar-close-icon:before,
.cookie-bar-close-icon:after {
    content: '';
    position: absolute;
    right: 0;
    height: 12px;
    width: 2px;
    background-color: #333
}

.cookie-bar-close-icon:before {
    transform: rotate(45deg)
}

.cookie-bar-close-icon:after {
    transform: rotate(-45deg)
}

@media(max-width:768px) {
    .cookie-bar {
        display: block;
        padding: 25px 15px 20px 15px
    }
    .cookie-bar-message {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
    .cookie-bar-control {
        max-width: 100%
    }
    .cookie-bar-close {
        position: absolute;
        top: 0;
        right: 0
    }
    .cookie-bar-close-icon {
        height: 30px;
        width: 30px
    }
    .cookie-bar-close-icon:before,
    .cookie-bar-close-icon:after {
        height: 30px;
        right: 15px;
        top: 5px
    }
}

.divider-flight-info {
    margin-bottom: 30px;
    margin-top: -10px
}

.ac-data-table .content-empty.with-border {
    padding: 18px
}

.tooltip-export-rides {
    min-width: 200px
}

.no-selected-checkboxes.dropdown-menu>li a:hover {
    opacity: .7;
    cursor: not-allowed
}

#ReturnTrip-PickUp-FlightDetails .twitter-typeahead .tt-dropdown-menu,
#ReturnTrip-DropOff-FlightDetails .twitter-typeahead .tt-dropdown-menu {
    top: 40px!important
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 21px
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fefefe
}

.selectize-input {
    border: 1px solid #bebebe;
    padding: 8px;
    box-shadow: none;
    border-radius: 0
}

.selectize-input.full {
    background-color: #fefefe
}

.selectize-input.dropdown-active {
    border-radius: 0
}

.selectize-dropdown {
    border: none;
    background: #fefefe;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0
}

.selectize-dropdown .option {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.selectize-dropdown .active {
    background: rgba(0, 0, 0, .03);
    color: inherit
}

.selectize-dropdown-content {
    max-height: 190px
}

.selectize-control.single .selectize-input:after {
    opacity: .8;
    border-width: 7px 6px 0 6px;
    border-color: #4a4a4a transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #4a4a4a transparent
}

.selectize-control.single .selectize-input {
    box-shadow: none;
    background: #fefefe
}

.selectize-control.single .selectize-input {
    border: 1px solid #bebebe
}

@supports (-webkit-overflow-scrolling:touch) {
    #privacyPolicyPopup,
    #returnTripModal,
    #termsPopup {
        position: absolute;
    }
    #returnTripPickupDateHolder .bootstrap-datetimepicker-widget.dropdown-menu.picker-open {
        will-change: transform;
        box-shadow: none;
        padding: 0;
    }
}

@media not allscreen and (orientation:landscape)and(min-resolution:.001dpcm) {
    @supports(-webkit-appearance: none)and(stroke-color: transparent) {
        #returnTripPickupDateHolder .bootstrap-datetimepicker-widget.dropdown-menu.picker-open {
            max-width: 100%;
            box-shadow: none;
            padding: 0;
            will-change: transform;
        }
        #returnTripPickupDateHolder .bootstrap-datetimepicker-widget.dropdown-menu.picker-open .datepicker {
            width: 100%;
            will-change: transform;
        }
    }
}