@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Skin */
/*
$Version: 1.10;
$BackgroundColour: #fff;
$ModuleIconColor: #006D90;
$MainColor: #fff;
$ButtonsHoverColor: #B9C603;
$ButtonsHasBorder: true;
$ButtonsTextColor: #000;
$ButtonsIsMobileTextColor: true;
$CurrencyConverterColor: #006D90;
$CurrencyConverterGradientColor: #0097c7;
$MenuItemBackgroundColor: #ffffff;
$MenuItemSelectedBackgroundColor: #006D90;
$MenuTooltipColor: #000;
$MenuIconColor: #006D90;
$MenuItemHoverBorderColor: #006D90;
$MenuDividerColor: #e5e5e5;
$ModuleIconColor: #006D90;
$ModuleIconContainerWidth: 55px;
$ModuleHeaderBorderBottomColor: #006D90;
$ModuleHeaderIsShadow: false;
$BackgroundImageUrlXL: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/1920_bg.jpg';
$BackgroundImageUrlL: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/1366_bg.jpg';
$BackgroundImageUrlM: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/1024_bg.jpg';
$BackgroundImageUrlS: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/768_bg.jpg';
$BackgroundImageUrlXS: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/320_bg.jpg';
*/
/* Colours */
/* Icons */
/* DO NOT REMOVE OR REPLACE THIS LINE  */
/* REPLACE FROM THIS LINE ONWARDS */
.qtip {
  max-width: 240px !important; }

input.form-control {
  height: 2.375rem; }

select.form-control:not([size]):not([multiple]) {
  height: 2.375rem !important; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem !important; }

.form-text {
  margin-left: .75rem; }

.modal-body {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.modal-header .close {
  order: 10; }

.card {
  margin-bottom: 1rem; }

.modal-footer .clearfix, .modal-footer .obt-fieldset-inline, .modal-footer .obt-skin-header .navbar, .obt-skin-header .modal-footer .navbar, .modal-footer .obt-charcount-horizontal .row, .obt-charcount-horizontal .modal-footer .row, .modal-footer .obt-radio-toggle-buttons, .modal-footer .obt-radio-group-responsive .obt-btn-group-responsive-inline, .obt-radio-group-responsive .modal-footer .obt-btn-group-responsive-inline, .modal-footer .obt-dl dd, .obt-dl .modal-footer dd, .modal-footer .obt-tabs-responsive .nav, .obt-tabs-responsive .modal-footer .nav, .modal-footer .obt-rate-details-rail, .modal-footer .obt-rate-fare-gds-spec {
  width: 100%; }

fieldset legend {
  font-size: 1rem; }

.obt-badge-expedia {
  color: #000;
  background-color: #FFBB00; }

.obt-badge-bcom {
  color: #fff;
  background-color: #003580; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #0054b8; }

::selection {
  color: #fff;
  background: #0054b8; }

.text-danger-yellow {
  color: #ffff00; }

.text-color-inherit {
  color: inherit !important; }

.bg-white {
  background-color: #fff !important; }

.bg-inherit {
  background-color: inherit !important;
  color: inherit !important; }

.obt-agent-info {
  font-size: .75rem;
  color: #000;
  background-color: #d9edf7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0.25rem; }

.hoteldebugoptions {
  display: none; }

.obt-form-group {
  margin-bottom: 0.4rem !important; }

input.obt-form-control {
  height: 2rem !important; }

.obt-form-control {
  padding: 0.25rem 0.4rem !important;
  line-height: 1 !important; }

select.obt-form-control:not([size]):not([multiple]) {
  height: 2rem !important; }

.input-group-addon {
  padding-bottom: 0.4rem !important; }

.modal-body-scrollable {
  max-height: calc(100vh - 200px);
  overflow-y: auto; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    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; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #000;
  text-decoration: none; }
  a:focus, a:hover {
    color: #000;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #51595e;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.875rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #51595e; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #51595e; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1334px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 544px) {
    .container {
      width: 768px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 992px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 1334px;
      max-width: 100%; } }
  @media (min-width: 1334px) {
    .container {
      width: 1400px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1334px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 544px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1334px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1334px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1334px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: none; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #545454;
    outline: none; }
  .form-control::placeholder {
    color: #51595e;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.375rem + 2px); }

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #51595e;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.59375rem;
  background-size: 1.1875rem 1.1875rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #387f38; }

.has-success .form-control {
  border-color: #387f38; }

.has-success .input-group-addon {
  color: #387f38;
  border-color: #387f38;
  background-color: #aad9aa; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23387f38' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #a06009; }

.has-warning .form-control {
  border-color: #a06009; }

.has-warning .input-group-addon {
  color: #a06009;
  border-color: #a06009;
  background-color: #f8c47d; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23a06009' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger {
  border-width: 2px; }
  .has-danger .form-control-feedback,
  .has-danger .form-control-label,
  .has-danger .col-form-label,
  .has-danger .form-check-label,
  .has-danger .custom-control {
    color: #a62924; }
  .has-danger .form-control {
    border-color: #a62924;
    border-width: 2px; }
  .has-danger .input-group-addon {
    color: #a62924;
    border-color: #a62924;
    background-color: #ecacaa;
    border-width: 2px; }
  .has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a62924' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    border-width: 2px; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 544px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: none; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .75; }
  .btn:active, .btn.active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #141414;
  border-color: #141414; }
  .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .btn-primary.focus {
    border-color: #000;
    /*@if $enable-shadows {
            box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
        }
        @else {
            box-shadow: 0 0 0 2px rgba($border, .5);
        }*/ }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #141414;
    border-color: #141414; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    background-image: none; }

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    border-color: #000;
    /*@if $enable-shadows {
            box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
        }
        @else {
            box-shadow: 0 0 0 2px rgba($border, .5);
        }*/ }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none; }

.btn-info {
  color: #fff;
  background-color: #165287;
  border-color: #165287; }
  .btn-info:hover {
    color: #fff;
    background-color: #0f375b;
    border-color: #0d3252; }
  .btn-info:focus, .btn-info.focus {
    border-color: #000;
    /*@if $enable-shadows {
            box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
        }
        @else {
            box-shadow: 0 0 0 2px rgba($border, .5);
        }*/ }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #165287;
    border-color: #165287; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0f375b;
    background-image: none; }

.btn-success {
  color: #fff;
  background-color: #387f38;
  border-color: #387f38; }
  .btn-success:hover {
    color: #fff;
    background-color: #285c28;
    border-color: #255525; }
  .btn-success:focus, .btn-success.focus {
    border-color: #000;
    /*@if $enable-shadows {
            box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
        }
        @else {
            box-shadow: 0 0 0 2px rgba($border, .5);
        }*/ }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #387f38;
    border-color: #387f38; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #285c28;
    background-image: none; }

.btn-warning {
  color: #fff;
  background-color: #a06009;
  border-color: #a06009; }
  .btn-warning:hover {
    color: #fff;
    background-color: #704306;
    border-color: #663d06; }
  .btn-warning:focus, .btn-warning.focus {
    border-color: #000;
    /*@if $enable-shadows {
            box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
        }
        @else {
            box-shadow: 0 0 0 2px rgba($border, .5);
        }*/ }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #a06009;
    border-color: #a06009; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #704306;
    background-image: none; }

.btn-danger {
  color: #fff;
  background-color: #a62924;
  border-color: #a62924; }
  .btn-danger:hover {
    color: #fff;
    background-color: #7c1f1b;
    border-color: #741d19; }
  .btn-danger:focus, .btn-danger.focus {
    border-color: #000;
    /*@if $enable-shadows {
            box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
        }
        @else {
            box-shadow: 0 0 0 2px rgba($border, .5);
        }*/ }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #a62924;
    border-color: #a62924; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7c1f1b;
    background-image: none; }

.btn-outline-primary {
  color: #141414;
  background-image: none;
  background-color: transparent;
  border-color: #141414; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #141414;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #165287;
  background-image: none;
  background-color: transparent;
  border-color: #165287; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #165287;
    border-color: #165287; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(22, 82, 135, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #165287;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #165287;
    border-color: #165287; }

.btn-outline-success {
  color: #387f38;
  background-image: none;
  background-color: transparent;
  border-color: #387f38; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #387f38;
    border-color: #387f38; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(56, 127, 56, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #387f38;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #387f38;
    border-color: #387f38; }

.btn-outline-warning {
  color: #a06009;
  background-image: none;
  background-color: transparent;
  border-color: #a06009; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #a06009;
    border-color: #a06009; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(160, 96, 9, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #a06009;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #a06009;
    border-color: #a06009; }

.btn-outline-danger {
  color: #a62924;
  background-image: none;
  background-color: transparent;
  border-color: #a62924; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #a62924;
    border-color: #a62924; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(166, 41, 36, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #a62924;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #a62924;
    border-color: #a62924; }

.btn-link {
  font-weight: normal;
  color: #000;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #51595e; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #141414; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #51595e;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #51595e;
  white-space: nowrap; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

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

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .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 {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #141414; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #141414; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #6d6d6d; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #51595e;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #141414;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #545454;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #464a4c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #51595e;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Upload"; }

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

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #51595e;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #51595e;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #141414; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 543px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1333px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1334px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 1rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #141414;
  border-color: #141414; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #387f38;
  border-color: #387f38; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #165287;
  border-color: #165287; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #a06009;
  border-color: #a06009; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #a62924;
  border-color: #a62924; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #141414; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #165287; }

.card-outline-success {
  background-color: transparent;
  border-color: #387f38; }

.card-outline-warning {
  background-color: transparent;
  border-color: #a06009; }

.card-outline-danger {
  background-color: transparent;
  border-color: #a62924; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 544px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 15px; } }

@media (min-width: 544px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 1rem; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #51595e;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #51595e; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #141414;
  border-color: #141414; }

.page-item.disabled .page-link {
  color: #51595e;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #000;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #51595e; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #393f43; }

.badge-primary {
  background-color: #141414; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: black; }

.badge-success {
  background-color: #387f38; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #285c28; }

.badge-info {
  background-color: #165287; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #0f375b; }

.badge-warning {
  background-color: #a06009; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #704306; }

.badge-danger {
  background-color: #a62924; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #7c1f1b; }

.badge-secondary {
  background-color: #6c757d; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    background-color: #545b62; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #387f38; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #285c28; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #165287; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #0f375b; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #a06009; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #704306; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a62924; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #7c1f1b; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #141414; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #292b2c; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #51595e;
    cursor: not-allowed;
    background-color: #fff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #51595e; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #141414;
    border-color: #141414; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: #949494; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #387f38;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #387f38; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #387f38;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #387f38;
    border-color: #387f38; }

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

a.list-group-item-info,
button.list-group-item-info {
  color: #165287; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #165287;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #165287;
    border-color: #165287; }

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10020;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

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

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #141414 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: black !important; }

.bg-success {
  background-color: #387f38 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #285c28 !important; }

.bg-info {
  background-color: #165287 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #0f375b !important; }

.bg-warning {
  background-color: #a06009 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #704306 !important; }

.bg-danger {
  background-color: #a62924 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #7c1f1b !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after, .obt-fieldset-inline::after, .obt-skin-header .navbar::after, .obt-charcount-horizontal .row::after, .obt-radio-toggle-buttons::after, .obt-radio-group-responsive .obt-btn-group-responsive-inline::after, .obt-dl dd::after, .obt-tabs-responsive .nav::after, .obt-rate-details-rail::after, .obt-rate-fare-gds-spec::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1334px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 544px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1334px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1334px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only, .obt-rate-summary-dots li button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.w-10 {
  width: 10% !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-10 {
  height: 10% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 1rem 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 1rem 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 1rem 1rem !important; }
  .mt-sm-1 {
    margin-top: 1rem !important; }
  .mr-sm-1 {
    margin-right: 1rem !important; }
  .mb-sm-1 {
    margin-bottom: 1rem !important; }
  .ml-sm-1 {
    margin-left: 1rem !important; }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-2 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2 {
    margin-left: 1.5rem !important; }
  .mx-sm-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem 3rem !important; }
  .mt-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3 {
    margin-left: 3rem !important; }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 1rem 1rem !important; }
  .pt-sm-1 {
    padding-top: 1rem !important; }
  .pr-sm-1 {
    padding-right: 1rem !important; }
  .pb-sm-1 {
    padding-bottom: 1rem !important; }
  .pl-sm-1 {
    padding-left: 1rem !important; }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-2 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2 {
    padding-left: 1.5rem !important; }
  .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem 3rem !important; }
  .pt-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3 {
    padding-left: 3rem !important; }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 1rem 1rem !important; }
  .mt-md-1 {
    margin-top: 1rem !important; }
  .mr-md-1 {
    margin-right: 1rem !important; }
  .mb-md-1 {
    margin-bottom: 1rem !important; }
  .ml-md-1 {
    margin-left: 1rem !important; }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-2 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2 {
    margin-left: 1.5rem !important; }
  .mx-md-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem 3rem !important; }
  .mt-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3 {
    margin-left: 3rem !important; }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 1rem 1rem !important; }
  .pt-md-1 {
    padding-top: 1rem !important; }
  .pr-md-1 {
    padding-right: 1rem !important; }
  .pb-md-1 {
    padding-bottom: 1rem !important; }
  .pl-md-1 {
    padding-left: 1rem !important; }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-2 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2 {
    padding-left: 1.5rem !important; }
  .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem 3rem !important; }
  .pt-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3 {
    padding-left: 3rem !important; }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 1rem 1rem !important; }
  .mt-lg-1 {
    margin-top: 1rem !important; }
  .mr-lg-1 {
    margin-right: 1rem !important; }
  .mb-lg-1 {
    margin-bottom: 1rem !important; }
  .ml-lg-1 {
    margin-left: 1rem !important; }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-2 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2 {
    margin-left: 1.5rem !important; }
  .mx-lg-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem 3rem !important; }
  .mt-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3 {
    margin-left: 3rem !important; }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 1rem 1rem !important; }
  .pt-lg-1 {
    padding-top: 1rem !important; }
  .pr-lg-1 {
    padding-right: 1rem !important; }
  .pb-lg-1 {
    padding-bottom: 1rem !important; }
  .pl-lg-1 {
    padding-left: 1rem !important; }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-2 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2 {
    padding-left: 1.5rem !important; }
  .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem 3rem !important; }
  .pt-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3 {
    padding-left: 3rem !important; }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1334px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 1rem 1rem !important; }
  .mt-xl-1 {
    margin-top: 1rem !important; }
  .mr-xl-1 {
    margin-right: 1rem !important; }
  .mb-xl-1 {
    margin-bottom: 1rem !important; }
  .ml-xl-1 {
    margin-left: 1rem !important; }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-2 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2 {
    margin-left: 1.5rem !important; }
  .mx-xl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem 3rem !important; }
  .mt-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3 {
    margin-left: 3rem !important; }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 1rem 1rem !important; }
  .pt-xl-1 {
    padding-top: 1rem !important; }
  .pr-xl-1 {
    padding-right: 1rem !important; }
  .pb-xl-1 {
    padding-bottom: 1rem !important; }
  .pl-xl-1 {
    padding-left: 1rem !important; }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-2 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2 {
    padding-left: 1.5rem !important; }
  .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem 3rem !important; }
  .pt-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3 {
    padding-left: 3rem !important; }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1334px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #51595e !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #393f43 !important; }

.text-primary {
  color: #141414 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: black !important; }

.text-success {
  color: #387f38 !important; }

a.text-success:focus, a.text-success:hover {
  color: #285c28 !important; }

.text-info {
  color: #165287 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0f375b !important; }

.text-warning {
  color: #a06009 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #704306 !important; }

.text-danger {
  color: #a62924 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #7c1f1b !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1333px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1334px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

/* Skin */
/*
$Version: 1.10;
$BackgroundColour: #fff;
$ModuleIconColor: #006D90;
$MainColor: #fff;
$ButtonsHoverColor: #B9C603;
$ButtonsHasBorder: true;
$ButtonsTextColor: #000;
$ButtonsIsMobileTextColor: true;
$CurrencyConverterColor: #006D90;
$CurrencyConverterGradientColor: #0097c7;
$MenuItemBackgroundColor: #ffffff;
$MenuItemSelectedBackgroundColor: #006D90;
$MenuTooltipColor: #000;
$MenuIconColor: #006D90;
$MenuItemHoverBorderColor: #006D90;
$MenuDividerColor: #e5e5e5;
$ModuleIconColor: #006D90;
$ModuleIconContainerWidth: 55px;
$ModuleHeaderBorderBottomColor: #006D90;
$ModuleHeaderIsShadow: false;
$BackgroundImageUrlXL: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/1920_bg.jpg';
$BackgroundImageUrlL: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/1366_bg.jpg';
$BackgroundImageUrlM: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/1024_bg.jpg';
$BackgroundImageUrlS: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/768_bg.jpg';
$BackgroundImageUrlXS: 'https://hrgisuite.com/Portals/_default/Skins/iSuite/Images/landing/320_bg.jpg';
*/
/* Colours */
/* Icons */
/* DO NOT REMOVE OR REPLACE THIS LINE  */
/* REPLACE FROM THIS LINE ONWARDS */
/* Icomoon */
/*@font-face {
    font-family: 'obticons';
    src:
        url('../../fonts/obticons.eot?oxhcz#iefix') format('embedded-opentype'),
        url('../../fonts/obticons.ttf?oxhcz') format('truetype'),
        url('../../fonts/obticons.woff?oxhcz') format('woff'),
        url('../../fonts/obticons.svg?oxhcz#obticons') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'obticons';
  src: url("../../fonts/obticons.eot?oxhcz#iefix") format("embedded-opentype"), url("../../fonts/obticons.woff2?oxhcz") format("woff2"), url("../../fonts/obticons.ttf?oxhcz") format("truetype"), url("../../fonts/obticons.woff?oxhcz") format("woff"), url("../../fonts/obticons.svg?oxhcz#obticons") format("svg");
  font-weight: normal;
  font-style: normal; }

.obt-icon, .daterangepicker .glyphicon-calendar:before, .obt-rate-container-tip:before, .obt-rate-fare-tip:before, .obt-rate-summary-header:after, .obt-rate-summary-footer-tip:before, .obt-rate-summary-arrow {
  font-family: 'obticons' !important;
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .obt-icon[data-tooltip], .daterangepicker .glyphicon-calendar[data-tooltip]:before, .obt-rate-container-tip[data-tooltip]:before, .obt-rate-fare-tip[data-tooltip]:before, .obt-rate-summary-header[data-tooltip]:after, .obt-rate-summary-footer-tip[data-tooltip]:before, .obt-rate-summary-arrow[data-tooltip] {
    cursor: pointer; }

/* Icomoon fonts - Start */
.obt-icon-floppy-disk:before {
  content: ""; }

.obt-icon-image:before {
  content: ""; }

.obt-icon-book:before {
  content: ""; }

.obt-icon-file-text:before {
  content: ""; }

.obt-icon-file-empty:before {
  content: ""; }

.obt-icon-carhire:before {
  content: ""; }

.obt-icon-company-details:before {
  content: ""; }

.obt-icon-copy:before {
  content: ""; }

.obt-icon-stats-growth:before {
  content: ""; }

.obt-icon-clipboard:before {
  content: ""; }

.obt-icon-destination-info:before {
  content: ""; }

.obt-icon-earth:before {
  content: ""; }

.obt-icon-flag:before {
  content: ""; }

.obt-icon-star-full:before {
  content: ""; }

.obt-icon-checkbox-checked2:before {
  content: ""; }

.obt-icon-circles:before {
  content: ""; }

.obt-icon-twitter:before {
  content: ""; }

.obt-icon-rss:before {
  content: ""; }

.obt-icon-youtube:before {
  content: ""; }

.obt-icon-appleinc:before {
  content: ""; }

.obt-icon-android:before {
  content: ""; }

.obt-icon-windows8:before {
  content: ""; }

.obt-icon-linkedin:before {
  content: ""; }

.obt-icon-triangle:before {
  content: ""; }

.obt-icon-admin:before {
  content: ""; }

.obt-icon-travel-watch:before {
  content: ""; }

.obt-icon-quick-link:before {
  content: ""; }

.obt-icon-arrow-right-thin:before, .obt-rate-summary-arrow:before {
  content: ""; }

.obt-icon-personal-address:before {
  content: ""; }

.obt-icon-report:before {
  content: ""; }

.obt-icon-timesheets:before {
  content: ""; }

.obt-icon-training:before {
  content: ""; }

.obt-icon-travel-details:before {
  content: ""; }

.obt-icon-travel-documents:before {
  content: ""; }

.obt-icon-home:before {
  content: ""; }

.obt-icon-menu:before {
  content: ""; }

.obt-icon-chevron-left:before {
  content: ""; }

.obt-icon-chevron-right:before {
  content: ""; }

.obt-icon-briefcase:before {
  content: ""; }

.obt-icon-plus-thick:before {
  content: "+"; }

.obt-icon-checkmark:before {
  content: ""; }

.obt-icon-refresh:before {
  content: ""; }

.obt-icon-map-marker:before {
  content: ""; }

.obt-icon-remove-sign:before {
  content: ""; }

.obt-icon-question-sign:before {
  content: ""; }

.obt-icon-info-sign:before {
  content: ""; }

.obt-icon-arrow-left:before {
  content: ""; }

.obt-icon-arrow-right:before {
  content: ""; }

.obt-icon-arrow-up:before {
  content: ""; }

.obt-icon-arrow-down:before {
  content: ""; }

.obt-icon-chevron-up:before {
  content: ""; }

.obt-icon-chevron-down:before {
  content: ""; }

.obt-icon-new-window:before {
  content: ""; }

.obt-icon-circlenotifications:before {
  content: ""; }

.obt-icon-edit:before {
  content: ""; }

.obt-icon-notifications:before {
  content: ""; }

.obt-icon-settings:before {
  content: ""; }

.obt-icon-systemcompanynotifications:before {
  content: ""; }

.obt-icon-travelnotifications:before {
  content: ""; }

.obt-icon-usernotifications:before {
  content: ""; }

.obt-icon-user:before {
  content: ""; }

.obt-icon-airportparking:before {
  content: ""; }

.obt-icon-users:before {
  content: ""; }

.obt-icon-back:before {
  content: ""; }

.obt-icon-camera:before {
  content: ""; }

.obt-icon-twentyfourh:before {
  content: ""; }

.obt-icon-breakfastprovided:before {
  content: ""; }

.obt-icon-conference:before {
  content: ""; }

.obt-icon-fax:before {
  content: ""; }

.obt-icon-historic:before {
  content: ""; }

.obt-icon-billback:before {
  content: ""; }

.obt-icon-security:before {
  content: ""; }

.obt-icon-accessibility:before {
  content: ""; }

.obt-icon-accessiblebedrooms:before {
  content: ""; }

.obt-icon-accessibleparking:before {
  content: ""; }

.obt-icon-annualleave:before {
  content: ""; }

.obt-icon-businesscenter:before {
  content: ""; }

.obt-icon-trouserpress:before {
  content: ""; }

.obt-icon-businessservices:before {
  content: ""; }

.obt-icon-cancelationpenalty:before {
  content: ""; }

.obt-icon-upgrade:before {
  content: ""; }

.obt-icon-carairconditioning:before {
  content: ""; }

.obt-icon-cocktail:before {
  content: ""; }

.obt-icon-codeshare:before {
  content: ""; }

.obt-icon-coffee:before {
  content: ""; }

.obt-icon-conciergeservice:before {
  content: ""; }

.obt-icon-connection:before {
  content: ""; }

.obt-icon-coveragepolicy:before {
  content: ""; }

.obt-icon-delete:before {
  content: ""; }

.obt-icon-deposit:before {
  content: ""; }

.obt-icon-dropoffcharges:before {
  content: ""; }

.obt-icon-adaptor:before {
  content: ""; }

.obt-icon-airconditioning:before {
  content: ""; }

.obt-icon-earlycheckin:before {
  content: ""; }

.obt-icon-environmentpolicy:before {
  content: ""; }

.obt-icon-expenses:before {
  content: ""; }

.obt-icon-flight:before {
  content: ""; }

.obt-icon-generalrate:before {
  content: ""; }

.obt-icon-gym:before {
  content: ""; }

.obt-icon-postoffice:before {
  content: ""; }

.obt-icon-underground:before {
  content: ""; }

.obt-icon-health:before {
  content: ""; }

.obt-icon-hotel:before {
  content: ""; }

.obt-icon-indoorpool:before {
  content: ""; }

.obt-icon-info:before {
  content: ""; }

.obt-icon-internet:before {
  content: ""; }

.obt-icon-ironing:before {
  content: ""; }

.obt-icon-laundry:before {
  content: ""; }

.obt-icon-lift:before {
  content: ""; }

.obt-icon-limitedmileage:before {
  content: ""; }

.obt-icon-mail:before {
  content: ""; }

.obt-icon-mayaplycancelation:before {
  content: ""; }

.obt-icon-multipleairlines:before {
  content: ""; }

.obt-icon-offsitefitness:before {
  content: ""; }

.obt-icon-handbaggageonly:before {
  content: ""; }

.obt-icon-stpreferred:before {
  content: ""; }

.obt-icon-ndpreferred:before {
  content: ""; }

.obt-icon-rdpreferred:before {
  content: ""; }

.obt-icon-agencyrate:before {
  content: ""; }

.obt-icon-companyrate:before {
  content: ""; }

.obt-icon-inpolicy:before {
  content: ""; }

.obt-icon-negotiablerate:before {
  content: ""; }

.obt-icon-outpolicy:before {
  content: ""; }

.obt-icon-specialrate:before {
  content: ""; }

.obt-icon-outdoorpool:before {
  content: ""; }

.obt-icon-parkingonsite:before {
  content: ""; }

.obt-icon-pictures:before {
  content: ""; }

.obt-icon-print:before {
  content: ""; }

.obt-icon-rate:before {
  content: ""; }

.obt-icon-itinerary:before {
  content: ""; }

.obt-icon-latecheckin:before {
  content: ""; }

.obt-icon-remove:before {
  content: ""; }

.obt-icon-reports:before {
  content: ""; }

.obt-icon-restaurant:before {
  content: ""; }

.obt-icon-roomsavailable:before {
  content: ""; }

.obt-icon-safe:before {
  content: ""; }

.obt-icon-sauna:before {
  content: ""; }

.obt-icon-searchitinerary:before {
  content: ""; }

.obt-icon-unsuedtickets:before {
  content: ""; }

.obt-icon-searchtemplate:before {
  content: ""; }

.obt-icon-securityhotspot:before {
  content: ""; }

.obt-icon-news:before {
  content: ""; }

.obt-icon-telephonejack:before {
  content: ""; }

.obt-icon-businesscenterstaffed:before {
  content: ""; }

.obt-icon-ferry:before {
  content: ""; }

.obt-icon-checkmark-thin:before {
  content: ""; }

.obt-icon-spinner:before {
  content: ""; }

.obt-icon-support:before {
  content: ""; }

.obt-icon-surchargepolicy:before {
  content: ""; }

.obt-icon-taxpolicy:before {
  content: ""; }

.obt-icon-taxi:before {
  content: ""; }

.obt-icon-templates:before {
  content: ""; }

.obt-icon-train:before {
  content: ""; }

.obt-icon-warning:before {
  content: ""; }

.obt-icon-rail-card:before {
  content: ""; }

.obt-icon-seat:before {
  content: ""; }

.obt-icon-share:before {
  content: ""; }

.obt-icon-unused-ticket-credit:before {
  content: ""; }

.obt-icon-uniE173:before {
  content: ""; }

.obt-icon-DropOffChargersApply:before {
  content: ""; }

.obt-icon-LimitedMileage:before {
  content: ""; }

.obt-icon-RateGuaranteed:before {
  content: ""; }

.obt-icon-RateQuoted:before {
  content: ""; }

.obt-icon-SurchargePolicy:before {
  content: ""; }

.obt-icon-TaxPolicy:before {
  content: ""; }

.obt-icon-unlimitedmileage:before {
  content: ""; }

.obt-icon-limitedmileage2:before {
  content: ""; }

.obt-icon-assistance:before {
  content: ""; }

.obt-icon-techsupp:before {
  content: ""; }

.obt-icon-Multi-Other:before {
  content: ""; }

.obt-icon-Checked-Baggage:before {
  content: ""; }

.obt-icon-Cabin-Baggage:before {
  content: ""; }

.obt-icon-Advance-Seat-Reservation:before {
  content: ""; }

.obt-icon-Refunds:before {
  content: ""; }

.obt-icon-Rebooking:before {
  content: ""; }

.obt-icon-walking_distance:before {
  content: ""; }

.obt-icon-ic_Label:before {
  content: ""; }

.obt-icon-ic_Dollar:before {
  content: ""; }

.obt-icon-obthelp:before {
  content: ""; }

.obt-icon-Undo:before {
  content: ""; }

.obt-icon-ic_Download:before {
  content: ""; }

.obt-icon-solotraveller:before {
  content: ""; }

.obt-icon-covid-safe:before {
  content: ""; }

.obt-icon-guest_welfare:before {
  content: ""; }

.obt-icon-room_facilities:before {
  content: ""; }

/* Icomoon fonts - End */
/* Custom icon styles */
.btn {
  cursor: pointer; }
  .btn .obt-icon, .btn .daterangepicker .glyphicon-calendar:before, .daterangepicker .btn .glyphicon-calendar:before, .btn .obt-rate-container-tip:before, .btn .obt-rate-fare-tip:before, .btn .obt-rate-summary-header:after, .btn .obt-rate-summary-footer-tip:before, .btn .obt-rate-summary-arrow {
    position: relative;
    top: 1px;
    line-height: 1; }

.obt-icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0 .5rem;
  /*line-height: 4rem;*/
  line-height: 0 !important;
  font-size: 2rem; }

.obt-icon-muted {
  color: #e0e0e0; }

.obt-icon-bluted {
  color: #B1BABF; }

.obt-icon-blank {
  width: 1em;
  height: 1em;
  display: inline-block; }

.obt-icon-button, .obt-rate-container-tip, .obt-rate-fare-tip, .obt-rate-summary-footer-tip, .obt-rate-summary-arrow {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer; }

.obt-icon-menu:before {
  content: "\2630"; }

.obt-icon-plus:before {
  content: "\2716";
  transform: rotate(45deg);
  display: inline-block;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
  margin-left: 0.25rem; }

.obt-icon-stopover:before, .obt-rate-fare-stopover:before {
  content: "\2195";
  font-size: 1.5rem; }

.obt-icon-collapse-up:after {
  position: relative;
  color: #818a91;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-bottom: .5em solid;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  top: -.125rem; }

.obt-icon-collapse-up.collapsed:after {
  border-bottom: none;
  border-top: .5em solid; }

.obt-icon-collapse-down:after {
  position: relative;
  color: #818a91;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: .5em solid;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  top: -.125rem; }
  .obt-icon-collapse-down:after.expanded:after {
    border-top: none;
    border-bottom: .5em solid; }

[data-qa=""]:after {
  content: "";
  height: .375rem;
  width: .375rem;
  border-radius: 50%;
  background: #a62924;
  display: block;
  position: absolute;
  border: 1px solid white;
  z-index: 10; }

.obt-fill-primary {
  fill: #141414 !important; }

.obt-fill-success {
  fill: #387f38 !important; }

.obt-fill-info {
  fill: #165287 !important; }

.obt-fill-warning {
  fill: #a06009 !important; }

.obt-fill-danger {
  fill: #a62924 !important; }

.obt-fill-inverse {
  fill: #292b2c !important; }

.obt {
  /* Vertical alignment */
  /* Spacing */
  /* Layout */
  /* Typography */
  /* Borders */
  /* Links */
  /* States */
  /* Mobile Portrait -------------------------------------------- */
  /* Mobile Landscape -------------------------------------------- */
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-v-align-top {
    vertical-align: top; }
  .obt-v-align-sub {
    vertical-align: sub; }
  .obt-v-align-middle {
    vertical-align: middle; }
  .obt-v-align-bottom {
    vertical-align: bottom; }
  .obt-modal-xl {
    max-width: 100%; }
    @media (min-width: 544px) {
      .obt-modal-xl {
        margin: 30px; } }
    @media (min-width: 1334px) {
      .obt-modal-xl {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto; } }
  .obt-m-b-half {
    margin-bottom: 0.5rem !important; }
  .obt-m-t-half {
    margin-top: 0.5rem; }
  .obt-m-b-tiny {
    margin-bottom: 0.125rem !important; }
  .obt-m-t-tiny {
    margin-top: 0.125rem; }
  .obt-m-r-half {
    margin-right: 0.5rem; }
  .obt-m-l-half {
    margin-left: 0.5rem; }
  .obt-m-r-quarter {
    margin-right: 0.25rem; }
  .obt-m-l-quarter {
    margin-left: 0.25rem; }
  .obt-m-r-minus-quarter {
    margin-right: -0.25rem;
    /* Given a value of 1rem for the spacer variable this calc results in -0.25rem */ }
  .obt-p-a-half {
    padding: 0.5rem; }
  .obt-p-r-half {
    padding-right: 0.5rem; }
  .obt-p-l-half {
    padding-left: 0.5rem; }
  .obt-p-r-quarter {
    padding-right: 0.25rem; }
  .obt-p-l-quarter {
    padding-left: 0.25rem; }
  .obt-p-b-half {
    padding-bottom: 0.5rem; }
  .obt-p-t-half {
    padding-top: 0.5rem; }
  .obt-p-t-small {
    padding-top: 0.25rem !important; }
  .obt-p-l-double {
    padding-left: 2rem; }
  .obt-t-0 {
    top: 0 !important; }
  .obt-d-table {
    display: table !important; }
  .obt-d-table-fixed {
    display: table !important;
    width: 100%;
    table-layout: fixed; }
  .obt-d-cell-top {
    display: table-cell !important;
    vertical-align: top !important;
    float: none !important; }
  .obt-d-cell-middle {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important; }
  .obt-d-cell-bottom {
    display: table-cell !important;
    vertical-align: bottom !important;
    float: none !important; }
  .obt-d-cell-spacer-half {
    display: table-cell;
    width: .5rem; }
  .obt-d-cell-spacer-1 {
    display: table-cell;
    width: 1rem; }
  .obt-d-grid {
    display: grid; }
  .obt-inline-block {
    display: inline-block !important;
    float: none !important; }
  .obt-overflow-h {
    overflow: hidden; }
  .obt-d-flex {
    display: flex;
    flex-wrap: wrap; }
  .obt-flex-1 {
    flex: 1; }
  .obt-ratio-4-by-3 {
    min-height: 0 !important;
    padding-bottom: 75% !important;
    height: auto !important; }
  .obt-ratio-16-by-10 {
    min-height: 0 !important;
    padding-bottom: 62.5% !important;
    height: auto !important; }
  .obt-p-relative {
    position: relative; }
  .obt-p-absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .obt-pos-r-0 {
    right: 0 !important;
    left: auto !important; }
  .obt-cell-fit-width {
    width: 1%;
    white-space: nowrap; }
  .obt-w-auto {
    width: auto !important; }
  .obt-max-w-none {
    max-width: none !important; }
    @media (min-width: 768px) {
      .obt-max-w-none-md {
        max-width: none !important;
        flex: 1; } }
    @media (min-width: 992px) {
      .obt-max-w-none-lg {
        max-width: none !important;
        flex: 1; } }
    @media (min-width: 1334px) {
      .obt-max-w-none-xl {
        max-width: none !important;
        flex: 1; } }
  @media (min-width: 768px) {
    .obt-max-w-md-150 {
      max-width: 150px; } }
  @media (min-width: 768px) {
    .obt-max-w-md-100 {
      max-width: 100px; } }
  @media (min-width: 768px) {
    .obt-max-w-md-200 {
      max-width: 200px; } }
  .obt-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis; }
  .obt-fieldset-inline {
    display: inline-block !important;
    max-width: none !important;
    width: auto !important; }
  .obt-legend-inline {
    float: left;
    max-width: none !important;
    width: auto !important; }
  .obt-underline {
    text-decoration: underline; }
  .obt-lh-reset {
    line-height: 1.5 !important; }
  .obt-text-normal {
    font-weight: normal !important; }
  .obt-text-bold {
    font-weight: 700; }
  .obt-text-16 {
    font-size: 1rem; }
  .obt-text-14 {
    font-size: .875rem; }
  .obt-text-12 {
    font-size: .75rem; }
  .obt-text-10 {
    font-size: .625rem; }
  .obt-text-20 {
    font-size: 1.25rem; }
  .obt-lh-1 {
    line-height: 1 !important; }
  .obt-lh-1-25 {
    line-height: 1.25 !important; }
  .obt-text-wrap {
    white-space: normal !important; }
  .obt-background-transparent {
    background: transparent; }
  .obt-background-graylighter {
    background: #eceeef !important; }
  .obt-text-light {
    color: #51595e !important; }
  .obt-b-b-0 {
    border-bottom: none !important; }
  .obt-border-top-transparent {
    border-top: 1px solid transparent !important; }
  .obt-border-circle {
    border-radius: 50%; }
  .obt-border-form-control {
    border-color: #545454; }
  .obt-disabled-link {
    pointer-events: none; }
  .obt-link-tick:before {
    font-family: 'obticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e013';
    display: inline-block;
    width: .75rem;
    height: .75rem;
    color: #387f38;
    font-size: .875rem; }
  .obt-cursor-pointer {
    cursor: pointer; }
  .obt-dropdown-toggle:after {
    border-bottom: .3em solid;
    border-top: 0; }
  .obt-dropdown-toggle.collapsed:after {
    border-top: .3em solid;
    border-bottom: 0; }
  .obt-state-selected {
    background: #CAE5FC !important; }
  .obt-pricelist-select.obt-state-selected {
    background: #CAE5FC !important; }
  @media (max-width: 543px) {
    .obt-xs-down-d-block {
      display: block !important;
      width: 100%; }
    .obt-xs-down-mb-1 {
      margin-bottom: 1rem !important; }
    .obt-xs-down-mt-1 {
      margin-top: 1rem !important; }
    .obt-xs-down-float-right {
      float: right !important; }
    .obt-d-cell-middle.hidden-xs-down {
      display: none !important; } }
  @media (max-width: 767px) {
    .obt-sm-down-d-block {
      display: block !important;
      width: 100%; }
    .obt-sm-down-b-x-0 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .obt-sm-down-p-r-half {
      padding-right: .5rem !important; }
    .obt-sm-down-p-l-half {
      padding-left: .5rem !important; }
    .obt-sm-down-p-b-half {
      padding-bottom: .5rem !important; }
    .obt-sm-down-p-t-half {
      padding-top: .5rem !important; } }
  @media (min-width: 544px) {
    .obt-sm-pl-2 {
      padding-left: 2rem; }
    .obt-sm-pr-2 {
      padding-right: 2rem; } }

@media (min-width: 544px) and (max-width: 767px) {
  .obt-sm-only-clear-left {
    clear: left; } }
  @media (min-width: 768px) {
    .obt-md-mb-0 {
      margin-bottom: 0 !important; }
    .obt-md-m-t-0 {
      margin-top: 0 !important; }
    .obt-md-m-t-half {
      margin-top: .5rem !important; }
    .obt-md-d-block {
      display: block !important;
      width: 100%; }
    .obt-md-pt-1 {
      padding-top: 1rem; }
    .obt-md-pb-1 {
      padding-bottom: 1rem; }
    .obt-md-mt-2 {
      margin-top: 2rem !important; }
    .obt-md-w-10 {
      width: 10rem; }
    .obt-md-p-absolute {
      position: absolute;
      top: 0;
      left: 0; } }
  @media (max-width: 991px) {
    .obt-md-down-pr-1 {
      padding-right: 1rem !important; }
    .obt-md-down-pl-1 {
      padding-left: 1rem !important; }
    .obt-md-down-d-block {
      display: block !important;
      width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .obt-md-only-mt-2 {
    margin-top: 2rem !important; }
  .obt-md-only-clear-left {
    clear: left; } }
  @media (min-width: 992px) {
    .obt-lg-p-r-0 {
      padding-right: 0 !important; }
    .obt-lg-p-l-0 {
      padding-left: 0 !important; }
    .obt-lg-mb-0 {
      margin-bottom: 0 !important; }
    .obt-lg-m-t-0 {
      margin-top: 0 !important; }
    .obt-lg-p-absolute {
      position: absolute;
      top: 0;
      left: 0; }
    .obt-lg-clear-left {
      clear: left; } }

.obt-map {
  /* Google Map info window popup */ }
  .obt-map-border-right-dotted-grey {
    border-right: 0.025rem dotted #ccc; }
  .obt-map-infowindow-big {
    min-width: 300px;
    min-height: 110px;
    line-height: 1.35em;
    overflow: hidden; }
  @media (min-width: 400px) and (max-width: 730px) {
    .obt-map-infowindow-small {
      min-width: 200px;
      min-height: 60px;
      line-height: 1.35em;
      overflow: hidden; }
    .obt-map-sm-up-float-left {
      float: left !important;
      margin-right: 1rem !important; }
    .obt-map-sm-up-float-right {
      float: right !important; } }
  @media (max-width: 399px) {
    .obt-map-infowindow-small {
      min-width: 110px;
      min-height: 60px;
      line-height: 1.35em;
      overflow: hidden; } }
  .obt-map-mt-half {
    margin-top: 0.5rem !important; }
  .obt-map-mb-half {
    margin-bottom: 0.5rem !important; }
  .obt-map-ml-half {
    margin-left: 0.5rem !important; }
  .obt-map-mr-half {
    margin-right: 0.5rem !important; }

.obt-webchat-container {
  width: 320px;
  position: fixed;
  bottom: auto;
  background-color: #fff;
  border-width: 4px;
  border-style: solid;
  border-color: #006fcf;
  z-index: 20000; }

.obt-webchat-queues {
  padding: 0 !important;
  margin: 4px 4px -4px 4px; }

.obt-webchat-backgroundgrey {
  background-color: #eee; }

.obt-webchat-header {
  font-family: "Arial";
  font-style: normal;
  font-size: 24px;
  color: #fff;
  background-color: #006fcf;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 42px; }

.obt-webchat-title {
  padding-left: 5px !important; }

.obt-webchat-quit {
  float: right;
  padding-right: 5px !important; }

.obt-webchat-infotext {
  padding: 5px 5px 0px 5px; }

.obt-webchat-cancel {
  content: "";
  height: 17px;
  width: 17px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMADxITFBUWFyhlcNPU9xJA5bwAAABdSURBVHjaZc5RDsAgCAPQDnUKKvc/7swkdsn4oM2LMeBSAUf0gvooB8pwhXTvhdBlRRDbLkxSAKkFkOYLnDZ9ti/wzf8fHlbWPtdHjWRhyzsOJRgBuIcbqiVwstUHGToFSlRc8sQAAAAASUVORK5CYII=); }

.obt-webchat-circle-parent {
  position: absolute; }

.obt-webchat-circle {
  font-family: Arial;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px; }

.obt-webchat-red {
  background: #FF656C;
  color: #fff; }

.obt-webchat-green {
  background: #87D37C; }

.obt-webchat-yellow {
  background: #FFC200; }

.intelecomchatdialog {
  position: inherit;
  width: 312px !important;
  height: 452px !important;
  overflow: hidden;
  border: 2px solid #fff;
  z-index: 20001; }

.intelecomchatheader {
  background-color: #006fcf; }

.intelecomchat__info {
  height: 39px; }

.intelecomchaticon-quit,
a.intelecomchaticon-quit:link,
a.intelecomchaticon-quit:visited,
a.intelecomchaticon-quit:active,
a.intelecomchaticon-quit:hover {
  font-family: "Arial";
  font-style: normal;
  font-size: 24px;
  margin-right: -5px;
  cursor: pointer;
  color: #fff;
  text-decoration: none; }

.obt-images-flight-container {
  width: 100px;
  height: 40px;
  padding: 0; }

.adyen-checkout__threeds2__challenge--03, .adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  height: 600px;
  width: 360px; }

.adyen-checkout__threeds2__challenge--04, .adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 360px; }

.adyen-checkout__threeds2__challenge--05, .adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 360px; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 248px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 240px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker option.disabled {
    /*color: #999;*/
    color: #767676;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    display: inline-block;
    padding: 4px;
    height: 28px !important;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 50%; }
  .daterangepicker select.yearselect {
    width: 44%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

.daterangepicker td, .daterangepicker th {
  padding: 0px;
  border: none; }

.daterangepicker button {
  border: none;
  color: #000;
  border-radius: 4px; }

.daterangepicker button.available {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #000 !important;
  cursor: pointer;
  width: 32px;
  height: 28px; }

.daterangepicker button.available:hover {
  background-color: #eee !important; }

.daterangepicker button.start-date {
  width: 32px;
  height: 28px;
  border-top: 2px solid #337ab7 !important;
  border-right: 1px solid #337ab7 !important;
  border-bottom: 2px solid #337ab7 !important;
  border-left: 2px solid #337ab7 !important;
  border-radius: 4px 0 0 4px; }

.daterangepicker button.end-date {
  width: 32px;
  height: 28px;
  border-top: 2px solid #337ab7 !important;
  border-right: 2px solid #337ab7 !important;
  border-bottom: 2px solid #337ab7 !important;
  border-left: 1px solid #337ab7 !important;
  border-radius: 0 4px 4px 0; }

.daterangepicker button.start-date.end-date {
  border: 2px solid #337ab7 !important;
  border-radius: 4px; }

.daterangepicker button.start-date.daterangepicker button.end-date {
  background-color: #337ab7 !important;
  color: #fff !important; }

.daterangepicker button.off, .daterangepicker button.off.in-range, .daterangepicker button.off.start-date, .daterangepicker button.off.end-date {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #767676 !important; }

.daterangepicker button.disabled {
  color: #767676;
  cursor: not-allowed;
  text-decoration: line-through;
  width: 32px;
  height: 28px; }

.daterangepicker button.active, .daterangepicker button.active:hover {
  background-color: #337ab7 !important;
  border-color: transparent;
  color: #fff !important; }

.daterangepicker button.in-range {
  background-color: #ebf4f8 !important;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker button:focus {
  outline-color: #337ab7 !important;
  border-radius: 4px !important; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.obt-fare-grid-col-hdr {
  min-width: 110px; }

.obt-fare-grid-col {
  height: 35px;
  padding: 0;
  margin-bottom: 0; }

.obt-fare-grid-selected {
  background: #eceeef; }

.obt-fare-grid .card:focus, .obt-fare-grid .card:hover {
  background: #eceeef;
  cursor: pointer; }

.obt-rate-summary-number {
  float: right;
  font-size: 1.125rem;
  padding-right: .25rem;
  padding-top: .25rem; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active, .obt-range-slider .noUi-handle:hover, .obt-range-slider .noUi-handle:focus, .obt-time-slider .noUi-handle:hover, .obt-time-slider .noUi-handle:focus {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu May 12 2016 08:28 EDT-0400
 * Plugins: tips viewport
 * Styles: core css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  text-align: left;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: inherit;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0); }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* IE11 "title" style */
.qtip-ie11title {
  background: #fff;
  color: #737373;
  border: 2px solid #808080;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 16px; }

.qtip-ie11title .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-ie11title .qtip-content {
  padding: 6px 10px; }

.qtip-ie11title .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-ie11title .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

li.typeahead-active {
  background-color: #f5f5f5; }

input[type=text]::-ms-clear {
  display: none; }

.webchat-status {
  position: absolute;
  z-index: 5030; }

.webchat-queues {
  position: absolute;
  width: 320px;
  padding: 4px;
  border: 4px solid #3870D3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px -5px #000000;
  box-shadow: 0px 0px 20px -5px #000000;
  z-index: 6000;
  color: #000;
  background-color: #fff; }

.webchat-queues-title {
  height: 42px;
  padding-top: 6px;
  padding-left: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #3870D3;
  cursor: move !important; }

.webchat-queue-close {
  background-color: inherit;
  float: right;
  border: none;
  margin-top: -3px;
  margin-right: 2px;
  cursor: pointer; }

.webchat-queue-close:hover {
  text-decoration: none;
  outline: none; }

.webchat-loader {
  width: 308px;
  height: 443px;
  padding: 195px 0px 0px 0px;
  margin: 0;
  text-align: center;
  background-color: #F2F2F2; }

.webchat-chatwindow {
  position: absolute;
  height: 500px;
  width: 320px;
  border: 4px solid #3870D3;
  border-radius: 4px;
  background-color: #fff;
  padding: 2px;
  -webkit-box-shadow: 0px 0px 20px -5px #000000;
  box-shadow: 0px 0px 20px -5px #000000;
  z-index: 6000; }

.webchat-queuename {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-top: 4px; }

.webchat-title {
  height: 45px;
  background-color: #3870D3;
  cursor: move;
  text-align: right;
  padding-top: 8px;
  padding-right: 10px; }

.webchat-minimise {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-right: 5px; }

.webchat-minimise:hover {
  text-decoration: none;
  outline: none; }

.webchat-close {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer; }

.webchat-close:hover {
  text-decoration: none;
  outline: none; }

.webchat-messages {
  height: calc(100% - 105px);
  padding: 8px;
  font-size: 13px;
  background-color: #fff;
  overflow-y: auto;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #E0E1E7;
  border-right: 1px solid #E0E1E7; }

.webchat-messages::-webkit-scrollbar {
  width: 17px; }

.webchat-messages::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border: 3px #fff solid;
  border-radius: 9px;
  padding-top: 10px; }

.webchat-userinput {
  height: 60px;
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #E0E1E7;
  border-left: 1px solid #E0E1E7;
  border-right: 1px solid #E0E1E7;
  padding: 8px; }

.webchat-textarea {
  color: #5f5c5c;
  border: 1px solid #a6a7ac;
  width: 250px;
  /*220px*/
  height: 41px;
  margin: 0;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  min-height: 41px !important;
  border-radius: 10px;
  overflow: hidden;
  cursor: auto; }

.webchat-textarea::-webkit-scrollbar {
  width: 17px; }

.webchat-textarea::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border: 3px #fff solid;
  border-radius: 9px;
  padding-top: 10px; }

.webchat-buttonsend-parent {
  vertical-align: middle;
  padding-bottom: 5px;
  padding-left: 6px;
  /*35px*/ }

.webchat-buttonsend {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #fff; }

.webchat-buttonsend:hover {
  text-decoration: none;
  outline: none; }

.webchat-message-agent {
  min-width: 90px;
  max-width: 250px;
  padding: 4px 6px 4px 6px;
  color: black;
  display: inline-flex;
  background-color: lightblue;
  border-top-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  word-break: break-word; }

.webchat-message-user {
  min-width: 90px;
  max-width: 290px;
  padding: 4px 6px 4px 6px;
  display: inline-flex;
  color: black;
  background-color: #DCDCDC;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  word-break: break-word; }

.webchat-message-parent-agent {
  float: left;
  text-align: left;
  min-width: 100%;
  margin-bottom: 1rem; }

.webchat-message-parent-user {
  float: right;
  text-align: right;
  min-width: 100%;
  margin-bottom: 1rem; }

.webchat-queue-position {
  text-align: center;
  margin-top: 110%; }

.webchat-agent-joined {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

.webchat-message-stamp-left {
  font-size: 10px;
  color: #888;
  float: left;
  margin-left: 2.5rem;
  margin-bottom: -3px; }

.webchat-message-stamp-right {
  font-size: 10px;
  color: #888;
  float: right;
  margin-bottom: 0.1rem;
  margin-right: 0.1rem;
  display: grid; }

.webchat-dot {
  width: 5px;
  height: 5px;
  margin: 1px;
  background-color: #999;
  border-color: #999;
  border-radius: 5px;
  display: inline-block; }

.webchat-options-button {
  color: #4471D6;
  background-color: #fff;
  border-color: #4471D6;
  border-radius: 15px;
  width: 100%;
  line-height: 1.25;
  font-size: inherit; }

.webchat-options-button:hover {
  color: #fff;
  background-color: #006fcf;
  border-color: #4471D6; }

.webchat-options-button.active {
  color: #fff;
  background-color: #006fcf;
  border-color: #4471D6; }

.webchat-emojis-parent {
  position: absolute;
  margin-left: 5px;
  margin-top: -15px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer; }

.webchat-emojis-icon {
  width: 25px;
  height: 25px; }

.webchat-emojis-icon:hover {
  text-decoration: none;
  outline: none; }

.webchat-emoijis-window {
  position: absolute;
  padding: 8px;
  width: 187px;
  background-color: #fff;
  border: 1px solid #E0E1E7;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px -5px #000000;
  box-shadow: 0px 0px 20px -5px #000000;
  z-index: 6001; }

.webchat-emoji-button {
  width: 30px;
  height: 30px;
  padding: 0px;
  font-size: 20px;
  margin: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer; }

.webchat-emoji-button:hover {
  text-decoration: none;
  outline: none; }

.obt-skin-footer {
  padding: .5rem;
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Desktop -------------------------------------------- */ }
  .obt-skin-footer-cc {
    padding-right: 0;
    padding-left: 0; }
  @media (min-width: 768px) {
    .obt-skin-footer-nav li {
      display: inline-block;
      margin: 0 .5rem; } }
  @media (min-width: 768px) {
    .obt-skin-footer-approval {
      margin-left: 3.5rem; } }
  @media (min-width: 1334px) {
    .obt-skin-footer {
      margin-right: 320px; }
      .obt-skin-footer-cc {
        margin-right: auto; }
      .obt-skin-footer-fixed {
        margin-right: auto;
        margin-left: 18.5rem; } }

.obt-skin-header {
  background: white;
  box-shadow: 0 3px 5px 0px rgba(194, 194, 194, 0.7);
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-skin-header-cc {
    position: relative; }
  .obt-skin-header-brand {
    height: 2.75rem;
    float: left;
    margin-left: 1rem; }
  .obt-skin-header-logo {
    max-height: 100%;
    width: auto; }
  .obt-skin-header-toggler {
    float: left;
    padding: .5rem .75rem;
    font-size: 1.75rem;
    width: auto;
    height: auto; }
    .obt-skin-header-toggler:hover, .obt-skin-header-toggler:focus {
      color: #006fcf; }
  .obt-skin-header .obt-icon-menu:before {
    position: relative;
    top: -.125rem; }
  .obt-skin-header .navbar {
    display: block; }
  .obt-skin-header-navbar-name {
    line-height: 2.75rem;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.5rem; }
  .obt-skin-header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5020; }
    @media (min-width: 992px) {
      .obt-skin-header-fixed {
        z-index: 5010; } }
  @media (min-width: 768px) {
    .obt-skin-header-brand {
      height: 3.75rem;
      float: left;
      margin-left: 1rem; }
    .obt-skin-header-toggler {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .obt-skin-header-navbar-name {
      line-height: 3.75rem;
      margin-left: 1rem; } }
  @media (min-width: 992px) {
    .obt-skin-header {
      margin-left: 3.5rem; }
      .obt-skin-header-brand {
        margin-left: 0; }
      .obt-skin-header-cc {
        margin-left: 0; } }
  @media (min-width: 1334px) {
    .obt-skin-header .obt-icon-briefcase {
      cursor: default; } }

.obt-nav-top {
  float: right;
  padding-top: .25rem;
  /* Mobile landscape  -------------------------------------------- */
  /* Tablet portait -------------------------------------------- */
  /* Desktop -------------------------------------------- */ }
  .obt-nav-top .nav {
    display: block; }
  .obt-nav-top-menu {
    position: absolute;
    z-index: 5010;
    background: #464a4c;
    padding: 0;
    margin-top: -.25rem;
    right: .5rem;
    left: .5rem; }
    .obt-nav-top-menu-blank {
      right: .5rem !important; }
    .obt-nav-top-menu-cc {
      right: .5rem !important; }
    .obt-nav-top-menu:before {
      display: block;
      width: 0;
      height: 0;
      content: "";
      border-bottom: 0.625rem solid #464a4c;
      border-right: .625rem solid transparent;
      border-left: .625rem solid transparent;
      float: right;
      margin-top: -.625rem;
      margin-right: 1rem; }
    .obt-nav-top-menu .obt-nav-top-label {
      border-bottom: 1px solid #777e81;
      display: block;
      padding: .5rem 1rem; }
    .obt-nav-top-menu .nav-item:last-child .obt-nav-top-label {
      border-bottom: none; }
    .obt-nav-top-menu .nav-item {
      margin: 0 !important; }
      .obt-nav-top-menu .nav-item:first-child .nav-link {
        border-radius: .25rem .25rem 0 0; }
      .obt-nav-top-menu .nav-item:last-child .nav-link {
        border-radius: 0 0 .25rem .25rem;
        margin-bottom: 0; }
    .obt-nav-top-menu .nav-link {
      color: white;
      border-radius: 0;
      padding: 0 1rem;
      margin-bottom: -1px; }
      .obt-nav-top-menu .nav-link:hover, .obt-nav-top-menu .nav-link:focus {
        background: #71777a; }
  .obt-nav-top-icon {
    font-size: 1.875rem;
    padding: .25rem;
    margin-left: .5rem;
    line-height: 1; }
    .obt-nav-top-icon:hover, .obt-nav-top-icon:focus {
      color: #006fcf; }
  @media only screen and (max-width: 340px) {
    .obt-nav-top-icon {
      font-size: 1.6rem;
      padding: .5rem .25rem .25rem;
      margin-left: .25rem;
      line-height: 1; }
      .obt-nav-top-icon:hover, .obt-nav-top-icon:focus {
        color: #006fcf; } }
  @media (min-width: 544px) {
    .obt-nav-top-menu {
      max-width: 320px;
      left: auto; } }
  @media (min-width: 768px) {
    .obt-nav-top-menu {
      margin-top: -.5rem; }
    .obt-nav-top-icon {
      padding-top: .75rem;
      padding-bottom: .75rem;
      margin-left: .75rem; } }
  @media (min-width: 1334px) {
    .obt-nav-top .obt-nav-top-summary {
      display: none; }
    .obt-nav-top .obt-nav-top-profile {
      position: fixed;
      z-index: 5050;
      top: .75rem;
      right: 1rem;
      color: #ffffff; }
      .obt-nav-top .obt-nav-top-profile .sr-only, .obt-nav-top .obt-nav-top-profile .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top .obt-nav-top-profile button {
        color: #141414; }
    .obt-nav-top .obt-nav-top-menu {
      z-index: 5050;
      position: fixed;
      top: 4.875rem; } }

@media (min-width: 1334px) {
  .obt-nav-top-summary-assistance, .obt-nav-top-summary-assistance:hover {
    font-size: 1.875rem;
    position: fixed;
    margin-top: 17px;
    margin-left: 218px;
    cursor: pointer;
    color: #ffffff;
    z-index: 19999;
    /*position: fixed;
            z-index: 5050;
            top: .75rem;
            right: 4.4rem;
            color: $MenuFontColor;*/ }
    .obt-nav-top-summary-assistance .sr-only, .obt-nav-top-summary-assistance .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top-summary-assistance button, .obt-nav-top-summary-assistance:hover .sr-only, .obt-nav-top-summary-assistance:hover .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top-summary-assistance:hover button {
      color: #141414; }
  .obt-nav-top-summary-support, .obt-nav-top-summary-support:hover, .obt-nav-top-summary-support:focus {
    position: fixed;
    z-index: 5050;
    top: .75rem;
    right: 7rem;
    color: #fff; }
  .obt-nav-top-summary-support .sr-only, .obt-nav-top-summary-support .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top-summary-support button, .obt-nav-top-summary-support .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top-summary-support button, .obt-nav-top-summary-support:hover .sr-only, .obt-nav-top-summary-support:hover .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top-summary-support:hover button, .obt-nav-top-summary-support:hover .obt-rate-summary-dots li button, .obt-rate-summary-dots li .obt-nav-top-summary-support:hover button {
    color: #141414; } }

.obt-skin-menu {
  position: fixed;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  z-index: 5010;
  background: #006fcf;
  width: 0;
  top: 0;
  overflow: hidden;
  transition: width ease 300ms;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  /* Tablet landscape -------------------------------------------- */ }
  .obt-skin-menu .nav {
    display: block; }
  .obt-skin-menu-open {
    width: 100%;
    overflow-y: auto; }
  .obt-skin-menu-cc.obt-skin-menu-open {
    width: 100%;
    overflow-y: auto;
    z-index: 5020; }
  .obt-skin-menu-actions {
    overflow: hidden;
    border-bottom: 1px solid #0067c4;
    height: 55px; }
    .obt-skin-menu-actions-back {
      color: #ffffff;
      padding: 1rem;
      display: block;
      float: left;
      height: 3.375rem;
      white-space: nowrap; }
      .obt-skin-menu-actions-back:hover, .obt-skin-menu-actions-back:focus {
        opacity: 1;
        background-color: #006fcf;
        color: #ffffff;
        text-decoration: none !important; }
      .obt-skin-menu-actions-back .obt-icon, .obt-skin-menu-actions-back .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-skin-menu-actions-back .glyphicon-calendar:before, .obt-skin-menu-actions-back .obt-rate-container-tip:before, .obt-skin-menu-actions-back .obt-rate-fare-tip:before, .obt-skin-menu-actions-back .obt-rate-summary-header:after, .obt-skin-menu-actions-back .obt-rate-summary-footer-tip:before, .obt-skin-menu-actions-back .obt-rate-summary-arrow {
        line-height: 1;
        position: relative;
        top: 1px; }
  .obt-skin-menu-close {
    color: #ffffff;
    opacity: 1;
    font-size: 1.75rem;
    font-weight: 400;
    text-shadow: none;
    height: 3.375rem;
    width: 3.375rem; }
    .obt-skin-menu-close:hover, .obt-skin-menu-close:focus {
      opacity: 1;
      background-color: #006fcf;
      color: #ffffff; }
  .obt-skin-menu-nav {
    margin: 0 1rem 5.5rem 1rem; }
    .obt-skin-menu-nav .nav-item {
      border-bottom: 1px solid #0067c4;
      margin: 0 !important; }
      .obt-skin-menu-nav .nav-item.show .dropdown-toggle:after {
        border-bottom: .3em solid;
        border-top: 0; }
      .obt-skin-menu-nav .nav-item.show .nav-link {
        background-color: #006fcf !important;
        cursor: pointer !important;
        border-radius: 0; }
    .obt-skin-menu-nav .nav-link {
      white-space: nowrap;
      color: #ffffff;
      padding: .75rem 1rem; }
      .obt-skin-menu-nav .nav-link:hover, .obt-skin-menu-nav .nav-link:focus {
        background-color: #006fcf;
        border-radius: 0; }
      .obt-skin-menu-nav .nav-link .obt-icon, .obt-skin-menu-nav .nav-link .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-skin-menu-nav .nav-link .glyphicon-calendar:before, .obt-skin-menu-nav .nav-link .obt-rate-container-tip:before, .obt-skin-menu-nav .nav-link .obt-rate-fare-tip:before, .obt-skin-menu-nav .nav-link .obt-rate-summary-header:after, .obt-skin-menu-nav .nav-link .obt-rate-summary-footer-tip:before, .obt-skin-menu-nav .nav-link .obt-rate-summary-arrow {
        font-size: 1.25rem;
        position: relative; }
        .obt-skin-menu-nav .nav-link .obt-icon:before, .obt-skin-menu-nav .nav-link .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-skin-menu-nav .nav-link .glyphicon-calendar:before, .obt-skin-menu-nav .nav-link .obt-rate-container-tip:before, .obt-skin-menu-nav .nav-link .obt-rate-fare-tip:before, .obt-skin-menu-nav .nav-link .obt-rate-summary-footer-tip:before, .obt-skin-menu-nav .nav-link .obt-rate-summary-arrow:before {
          display: inline-block; }
  .obt-skin-menu-label {
    padding-left: 1rem; }
  .obt-skin-menu-dropdown {
    position: relative;
    float: none;
    margin: 0;
    border-radius: 0;
    background: #006fcf;
    border: none;
    padding: 0; }
    .obt-skin-menu-dropdown .dropdown-item {
      white-space: nowrap;
      color: #ffffff;
      padding: 0 1rem;
      margin-top: -1px; }
      .obt-skin-menu-dropdown .dropdown-item:hover, .obt-skin-menu-dropdown .dropdown-item:focus {
        background-color: #0061b6;
        border-radius: 0; }
      .obt-skin-menu-dropdown .dropdown-item.active {
        background-color: #0061b6; }
    .obt-skin-menu-dropdown .dropdown-divider {
      margin: 0;
      background: #0067c4; }
  .obt-skin-menu-subitem {
    display: block;
    padding: 1rem;
    border-top: 1px solid #0061b6; }
  .obt-skin-menu-heading {
    color: #ffffff;
    background-color: #0061b6;
    font-weight: 700;
    border-bottom: 1px solid #0067c4;
    padding: 1rem;
    white-space: nowrap; }
  .obt-skin-menu-profile {
    top: 3.75rem; }
    @media (min-width: 768px) {
      .obt-skin-menu-profile {
        top: 4.75rem; } }
    @media (min-width: 992px) {
      .obt-skin-menu-profile {
        top: 0; }
        .obt-skin-menu-profile .dropdown .dropdown-menu.obt-skin-menu-dropdown {
          top: 4.75rem;
          overflow-y: auto; } }
    .obt-skin-menu-profile .obt-skin-menu-dropdown {
      background: transparent; }
      @media (min-width: 992px) {
        .obt-skin-menu-profile .obt-skin-menu-dropdown {
          background: #006fcf; } }
    .obt-skin-menu-profile .obt-skin-submenu-heading .nav-link {
      padding: 1rem;
      background: #006fcf;
      border-radius: 0; }
    .obt-skin-menu-profile .obt-skin-menu-nav {
      margin: 0 -1px !important; }
  @media (min-width: 992px) {
    .obt-skin-menu {
      width: 3.5rem;
      box-shadow: none;
      overflow: visible;
      transition: none; }
      .obt-skin-menu-cc {
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
        width: auto;
        overflow: hidden;
        transition: width ease .3s;
        width: 0; }
        .obt-skin-menu-cc .obt-skin-menu-label {
          display: block; }
        .obt-skin-menu-cc .obt-skin-menu-actions {
          height: auto; }
        .obt-skin-menu-cc .obt-skin-menu-nav {
          margin: 0 1rem 5.5rem; }
          .obt-skin-menu-cc .obt-skin-menu-nav .nav-link {
            text-align: left; }
      .obt-skin-menu-actions {
        height: calc(4.75rem + 1px); }
      .obt-skin-menu-nav {
        margin: 0; }
      .obt-skin-menu .nav-link {
        text-align: center; }
      .obt-skin-menu-label {
        display: none; }
      .obt-skin-menu .dropdown {
        position: static; }
        .obt-skin-menu .dropdown .dropdown-toggle {
          position: relative; }
          .obt-skin-menu .dropdown .dropdown-toggle:after {
            border-right: .375em solid #fff;
            border-left: .375em solid transparent;
            border-top: .375em solid transparent;
            border-bottom: none;
            position: absolute;
            right: 1px;
            bottom: 1px; }
        .obt-skin-menu .dropdown .dropdown-menu {
          position: fixed;
          top: 0;
          left: 3.5rem;
          bottom: 0;
          width: 15rem;
          min-width: 0;
          overflow: hidden;
          width: 0;
          transition: width ease 300ms;
          display: block; }
        .obt-skin-menu .dropdown .dropdown-item {
          margin-top: 0;
          margin-bottom: -1px; }
        .obt-skin-menu .dropdown.show .dropdown-menu {
          width: 15rem; }
        .obt-skin-menu .dropdown.show .dropdown-toggle {
          position: relative; }
          .obt-skin-menu .dropdown.show .dropdown-toggle:after {
            border-top: .375em solid transparent;
            border-bottom: none; }
      .obt-skin-menu-subitem {
        border-bottom: 1px solid #0061b6;
        border-top: none; } }

.obt-body {
  /* Tablet portrait -------------------------------------------- */
  /* Up to Tablet landscape -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-body-summary {
    padding-bottom: 10rem; }
  .obt-body-scroll-no {
    overflow: hidden; }
  .obt-body-cc.obt-body-lg-scroll-no {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw; }
    .obt-body-cc.obt-body-lg-scroll-no .obt-body-scroll-background {
      opacity: .5;
      width: 100vw;
      height: 100vh; }
  .obt-body-cc .obt-body-scroll-background {
    content: "";
    background: black;
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
    position: fixed;
    z-index: 5005;
    top: 0;
    transition: opacity ease 300ms; }
  .obt-body-fixed {
    padding-top: 3.75rem; }
    @media (min-width: 768px) {
      .obt-body-fixed {
        padding-top: 4.75rem; } }
  @media (min-width: 768px) {
    .obt-body-summary {
      padding-bottom: 10rem; } }
  @media (max-width: 1333px) {
    .obt-body-lg-scroll-no {
      overflow: hidden;
      height: 100vh;
      position: fixed;
      top: 0;
      width: 100vw; }
      .obt-body-lg-scroll-no .obt-body-scroll-background {
        opacity: .5;
        width: 100vw;
        height: 100vh; }
    .obt-body-scroll-background {
      content: "";
      background: black;
      opacity: 0;
      width: 0;
      height: 0;
      display: block;
      position: fixed;
      z-index: 5005;
      top: 0;
      transition: opacity ease 300ms; } }
  @media (min-width: 992px) {
    .obt-body-summary {
      padding-bottom: 0; }
    .obt-body-scroll-background {
      z-index: 5015; } }

.obt-skin-page {
  min-height: calc(100vh - 11rem);
  /* Tablet portrait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Desktop -------------------------------------------- */ }
  @media (min-width: 768px) {
    .obt-skin-page {
      min-height: calc(100vh - 8.25rem); } }
  @media (min-width: 992px) {
    .obt-skin-page {
      margin-left: 3.5rem; }
      .obt-skin-page-blank {
        margin-right: auto; }
      .obt-skin-page-approval {
        margin-right: auto; }
      .obt-skin-page-cc {
        margin-left: auto;
        margin-right: auto; }
      .obt-skin-page-subnav-lg {
        flex: 0 0 16rem; }
      .obt-skin-page-content-lg {
        padding-right: 1rem;
        flex-grow: 1; }
      .obt-skin-page-fixed {
        margin-left: 18.5rem; } }
  @media (min-width: 1334px) {
    .obt-skin-page {
      margin-right: 320px; }
      .obt-skin-page-blank {
        margin-right: auto; }
      .obt-skin-page-approval {
        margin-right: auto; }
      .obt-skin-page-cc {
        margin-left: auto;
        margin-right: auto; }
      .obt-skin-page-fixed {
        margin-right: auto; } }

@media print {
  @page {
    margin: 1cm; }
  .print-friendly .obt-card-info .card-header {
    color: black;
    background: none;
    padding-bottom: 0; }
  .print-friendly .obt-radio-group .btn-secondary {
    background: none; }
  .print-friendly .obt-radio-group .btn-secondary.active {
    border-width: calc(1px + .25rem);
    border-color: black;
    padding: .25rem .75rem; }
  .print-friendly .obt-floating-field-label-active {
    font-size: 1rem;
    top: -.375rem; }
  .print-friendly .obt-date-picker .input-group-addon {
    padding-top: .375rem;
    border-width: 2px;
    border-color: #999; }
  .print-friendly .obt-input-group-white .input-group-addon {
    padding-bottom: .25rem;
    padding-top: .25rem;
    border-width: 2px;
    border-color: #999; }
  .print-friendly .form-control {
    border-width: 2px;
    border-color: #999; }
  .col-print-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-print-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-print-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-print-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-print-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-print-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-print-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-print-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-print-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-print-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-print-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .obt-rate-options-grid .obt-rate-options-button {
    display: none; }
  .obt-rate-options-grid .obt-rate-options-blue-dropdown {
    display: block !important;
    position: static;
    padding: 0;
    margin: .25rem 0;
    border-radius: 0;
    border: none;
    background: none;
    width: auto; }
    .obt-rate-options-grid .obt-rate-options-blue-dropdown ul {
      display: flex;
      flex-wrap: wrap;
      border: 1px solid #ddd;
      padding: .25rem 0; }
    .obt-rate-options-grid .obt-rate-options-blue-dropdown li {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding: .25rem .5rem .25rem 3.75rem;
      margin-right: 0; }
      .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-icon:first-child, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .daterangepicker .glyphicon-calendar:first-child:before, .daterangepicker .obt-rate-options-grid .obt-rate-options-blue-dropdown li .glyphicon-calendar:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-container-tip:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-fare-tip:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-header:first-child:after, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-footer-tip:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-arrow:first-child {
        left: .5rem; }
      .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-icon:nth-child(2), .obt-rate-options-grid .obt-rate-options-blue-dropdown li .daterangepicker .glyphicon-calendar:nth-child(2):before, .daterangepicker .obt-rate-options-grid .obt-rate-options-blue-dropdown li .glyphicon-calendar:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-container-tip:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-fare-tip:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-header:nth-child(2):after, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-footer-tip:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-arrow:nth-child(2) {
        left: 2rem; } }

.tk-header {
  border-bottom: 1px solid #ccc; }

.tk-icon {
  display: inline-block; }

.tk-footer {
  border-top: 1px solid #ccc; }
  .tk-footer__children {
    float: right; }

/* react-day-picker */
.DayPicker {
  display: inline-block;
  background-color: #fff;
  box-shadow: 3px 3px 5px 2px #ccc6c6;
  position: absolute;
  z-index: 100;
  /* Default modifiers */
  /* Example modifiers */
  /* DayPickerInput */ }
  .DayPicker-wrapper {
    position: relative;
    user-select: none;
    padding-bottom: 1rem;
    flex-direction: row; }
  .DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .DayPicker-Month {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    user-select: none;
    margin: 0 1rem;
    margin-top: 1rem; }
  .DayPicker-NavButton {
    position: absolute;
    cursor: pointer;
    top: 1rem;
    right: 1.5rem;
    margin-top: 2px;
    color: #8b9898;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center; }
    .DayPicker-NavButton:hover {
      opacity: 0.8; }
    .DayPicker-NavButton--prev {
      margin-right: 1.5rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC"); }
    .DayPicker-NavButton--next {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg=="); }
    .DayPicker-NavButton--interactionDisabled {
      display: none; }
  .DayPicker-Caption {
    padding: 0 0.5rem;
    display: table-caption;
    text-align: left;
    margin-bottom: 0.5rem; }
    .DayPicker-Caption > div {
      font-size: 1.15rem;
      font-weight: 500; }
  .DayPicker-Weekdays {
    margin-top: 1rem;
    display: table-header-group; }
  .DayPicker-WeekdaysRow {
    display: table-row; }
  .DayPicker-Weekday {
    display: table-cell;
    padding: 0.5rem;
    font-size: 0.875em;
    text-align: center;
    color: #8b9898; }
    .DayPicker-Weekday abbr[title] {
      border-bottom: none;
      text-decoration: none; }
  .DayPicker-Body {
    display: table-row-group; }
  .DayPicker-Week {
    display: table-row; }
  .DayPicker-Day {
    display: table-cell;
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    outline: none; }
  .DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5rem;
    text-align: right;
    vertical-align: middle;
    min-width: 1rem;
    font-size: 0.75em;
    cursor: pointer;
    color: #8b9898;
    border-right: 1px solid #eaecec; }
  .DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default; }
  .DayPicker-Footer {
    padding-top: 0.5rem; }
  .DayPicker-TodayButton {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    color: #4a90e2;
    font-size: 0.875em; }
  .DayPicker-Day--today {
    color: #d0021b;
    font-weight: 700; }
  .DayPicker-Day--outside {
    cursor: default;
    color: #8b9898; }
  .DayPicker-Day--disabled {
    color: #dce0e0;
    cursor: default; }
  .DayPicker-Day--sunday {
    background-color: #f7f8f8; }
  .DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #dce0e0; }
  .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;
    color: #f0f8ff;
    background-color: #4a90e2;
    border-radius: 100%; }
  .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #51a0fa; }
  .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #f0f8ff;
    border-radius: 50%; }
  .DayPicker .DayPickerInput {
    display: inline-block; }
    .DayPicker .DayPickerInput-OverlayWrapper {
      position: relative; }
    .DayPicker .DayPickerInput-Overlay {
      left: 0;
      z-index: 1;
      position: absolute;
      background: white;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.range-date .DayPicker-Day {
  border-radius: 0 !important; }
  .range-date .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
    background-color: #f0f8ff !important;
    color: #4a90e2; }
  .range-date .DayPicker-Day--start {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
  .range-date .DayPicker-Day--end {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }

/* Typeahead */
.rbt-highlight-text {
  padding: 0;
  background: none;
  font-weight: bold;
  margin: 0; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
.obt-spinner {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 10100; }
  .obt-spinner-card {
    max-width: 600px;
    margin: 1rem; }
  .obt-spinner-content:before {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem auto;
    font-size: 64px;
    content: "";
    background: url("../../images/skin/loading-spinner-sprite.png") left center;
    line-height: 1;
    animation: loading 3s steps(75) infinite; }
  .obt-spinner-content-nocopy:before {
    margin-bottom: 0; }
  .obt-spinner-content-arrows {
    padding-left: 2rem;
    position: relative; }
    .obt-spinner-content-arrows:before {
      content: "";
      color: #464a4c;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 20px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NjYuOTQgMTAwNS4xIj48dGl0bGU+QXNzZXQgMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBkPSJNNzc0LjIyLDExNy42OCw4ODcuMzQsNC41NlE4OTMuMi0xLjMsODk3LjgxLjM3dDQuNjEsMTAuODlWMzEzLjc1YTIxLjQ2LDIxLjQ2LDAsMCwxLTIxLjc5LDIxLjc5SDU3OC4xNXEtOS4yMiwwLTEwLjg5LTQuNjF0NC4xOS0xMC40N0w2ODMuNzMsMjA4LjE3cS05Mi4xNy02Mi44NC0yMDAuMjYtNjIuODQtOTcuMiwwLTE3OS43Myw0Ny43NkEzNTEuMzcsMzUxLjM3LDAsMCwwLDE3My40NSwzMjMuMzhxLTQ3Ljc2LDgyLjUzLTQ3Ljc2LDE3OS43M0gwQTQ3NC43OSw0NzQuNzksMCwwLDEsMzguMTMsMzE1LjQycTM4LjEyLTg5LjY2LDEwMy4wNi0xNTQuNTlUMjk1Ljc4LDU3Ljc3QTQ3NC43OSw0NzQuNzksMCwwLDEsNDgzLjQ3LDE5LjY0cTE2MC44OCwwLDI5MC43NSw5OFptNjcsMzg1LjQ0SDk2Ni45NGE0NzQuNzksNDc0Ljc5LDAsMCwxLTM4LjEyLDE4Ny42OVE4OTAuNjksNzgwLjQ2LDgyNS43NSw4NDUuNFQ2NzEuMTYsOTQ4LjQ2YTQ3NC43OSw0NzQuNzksMCwwLDEtMTg3LjY5LDM4LjEzcS0xNjAuODgsMC0yOTEuNTktOTguODdMNzkuNiwxMDAwcS01Ljg3LDYuNy0xMC40Nyw0LjYxdC00LjYxLTEwLjQ3VjY5Mi40OEEyMS40NiwyMS40NiwwLDAsMSw4Ni4zLDY3MC43SDM4Ny45NXE4LjM4LDAsMTAuNDcsNC42MXQtNC42MSwxMC40N0wyODIuMzcsNzk3LjIycTkyLjE3LDYzLjY4LDIwMS4xLDYzLjY4LDk3LjIsMCwxNzkuNzMtNDcuNzZBMzUxLjM3LDM1MS4zNywwLDAsMCw3OTMuNDksNjgyLjg0cTQ3Ljc2LTgyLjUzLDQ3Ljc2LTE3OS43M1oiLz48L2c+PC9nPjwvc3ZnPg==");
      background-repeat: no-repeat;
      background-size: 20px 20px;
      opacity: .6;
      position: absolute;
      left: 0;
      line-height: 1;
      animation: loadingArrows .7s infinite linear;
      top: 0; }
    .obt-spinner-content-arrows-small {
      padding-left: 17px; }
      .obt-spinner-content-arrows-small:before {
        width: 14px;
        height: 14px;
        font-size: 14px;
        background-size: 14px 14px; }

@keyframes loading {
  100% {
    background-position: -4800px; } }

@keyframes loadingArrows {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .obt-spinner-animation {
    display: none;
    margin: 0 auto .5rem auto;
    width: 210px;
    height: 24px;
    overflow: hidden;
    position: relative; }
    .obt-spinner-animation .obt-icon, .obt-spinner-animation .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:before, .obt-spinner-animation .obt-rate-container-tip:before, .obt-spinner-animation .obt-rate-fare-tip:before, .obt-spinner-animation .obt-rate-summary-header:after, .obt-spinner-animation .obt-rate-summary-footer-tip:before, .obt-spinner-animation .obt-rate-summary-arrow {
      transform: rotate(45deg);
      display: block;
      width: 20px;
      float: left;
      line-height: 20px;
      margin: 0 5px;
      font-size: 20px;
      line-height: 1;
      overflow: hidden; }
      .obt-spinner-animation .obt-icon:before, .obt-spinner-animation .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:before, .obt-spinner-animation .obt-rate-container-tip:before, .obt-spinner-animation .obt-rate-fare-tip:before, .obt-spinner-animation .obt-rate-summary-footer-tip:before, .obt-spinner-animation .obt-rate-summary-arrow:before {
        content: ""; }
      .obt-spinner-animation .obt-icon:nth-child(1), .obt-spinner-animation .daterangepicker .glyphicon-calendar:nth-child(1):before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:nth-child(1):before, .obt-spinner-animation .obt-rate-container-tip:nth-child(1):before, .obt-spinner-animation .obt-rate-fare-tip:nth-child(1):before, .obt-spinner-animation .obt-rate-summary-header:nth-child(1):after, .obt-spinner-animation .obt-rate-summary-footer-tip:nth-child(1):before, .obt-spinner-animation .obt-rate-summary-arrow:nth-child(1) {
        color: #c6c9cb; }
      .obt-spinner-animation .obt-icon:nth-child(2), .obt-spinner-animation .daterangepicker .glyphicon-calendar:nth-child(2):before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:nth-child(2):before, .obt-spinner-animation .obt-rate-container-tip:nth-child(2):before, .obt-spinner-animation .obt-rate-fare-tip:nth-child(2):before, .obt-spinner-animation .obt-rate-summary-header:nth-child(2):after, .obt-spinner-animation .obt-rate-summary-footer-tip:nth-child(2):before, .obt-spinner-animation .obt-rate-summary-arrow:nth-child(2) {
        color: #acb0b2; }
      .obt-spinner-animation .obt-icon:nth-child(3), .obt-spinner-animation .daterangepicker .glyphicon-calendar:nth-child(3):before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:nth-child(3):before, .obt-spinner-animation .obt-rate-container-tip:nth-child(3):before, .obt-spinner-animation .obt-rate-fare-tip:nth-child(3):before, .obt-spinner-animation .obt-rate-summary-header:nth-child(3):after, .obt-spinner-animation .obt-rate-summary-footer-tip:nth-child(3):before, .obt-spinner-animation .obt-rate-summary-arrow:nth-child(3) {
        color: #91979a; }
      .obt-spinner-animation .obt-icon:nth-child(4), .obt-spinner-animation .daterangepicker .glyphicon-calendar:nth-child(4):before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:nth-child(4):before, .obt-spinner-animation .obt-rate-container-tip:nth-child(4):before, .obt-spinner-animation .obt-rate-fare-tip:nth-child(4):before, .obt-spinner-animation .obt-rate-summary-header:nth-child(4):after, .obt-spinner-animation .obt-rate-summary-footer-tip:nth-child(4):before, .obt-spinner-animation .obt-rate-summary-arrow:nth-child(4) {
        color: #777e81; }
      .obt-spinner-animation .obt-icon:nth-child(5), .obt-spinner-animation .daterangepicker .glyphicon-calendar:nth-child(5):before, .daterangepicker .obt-spinner-animation .glyphicon-calendar:nth-child(5):before, .obt-spinner-animation .obt-rate-container-tip:nth-child(5):before, .obt-spinner-animation .obt-rate-fare-tip:nth-child(5):before, .obt-spinner-animation .obt-rate-summary-header:nth-child(5):after, .obt-spinner-animation .obt-rate-summary-footer-tip:nth-child(5):before, .obt-spinner-animation .obt-rate-summary-arrow:nth-child(5) {
        color: #464a4c; }
  .obt-spinner-icons {
    width: 150px;
    height: 24px;
    position: absolute;
    top: 0;
    animation: spinner 2s steps(10) infinite; }

@keyframes spinner {
  from {
    left: -120px; }
  to {
    left: 180px; } }
  .obt-spinner-flights .obt-spinner {
    text-align: center; }
    .obt-spinner-flights .obt-spinner-content {
      padding-left: 0; }
      .obt-spinner-flights .obt-spinner-content:before {
        display: none; }
    .obt-spinner-flights .obt-spinner-animation {
      display: block; }

.obt-loader {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 10100; }
  .obt-loader-card {
    width: 80%;
    min-width: 200px;
    max-width: 1000px;
    max-height: 600px;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #464a4c;
    border-radius: 4px; }
  .obt-loader-status {
    min-width: 220px; }
  .obt-loader-progress {
    width: 200px; }
  .obt-loader-message {
    min-height: 150px;
    max-height: 420px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 1rem;
    overflow-y: auto; }

@media (min-width: 992px) {
  .obt-skin-submenu-nav-item {
    border-bottom: none !important; } }

.obt-skin-submenu .nav {
  background-color: #1d96ff;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #0061b6;
  min-width: 20rem; }
  @media (min-width: 992px) {
    .obt-skin-submenu .nav {
      min-width: 15rem; } }

.obt-skin-submenu-dropdown {
  white-space: nowrap;
  color: #ffffff;
  padding: 0 1rem;
  margin-bottom: -1px;
  background-color: #0061b6; }
  .obt-skin-submenu-dropdown:hover, .obt-skin-submenu-dropdown:focus {
    color: #ffffff;
    background-color: #0061b6; }
  .obt-skin-submenu-dropdown.collapsed {
    color: #ffffff;
    background: transparent; }

.obt-skin-submenu-item {
  border: none !important; }

.obt-skin-submenu-link {
  padding: 0 2rem;
  margin-bottom: -1px;
  text-align: left;
  background-color: transparent; }
  .obt-skin-submenu-link:hover, .obt-skin-submenu-link:focus {
    color: #ffffff;
    background-color: #006fcf; }

.obt-skin-submenu-label {
  display: block;
  padding: 1rem;
  color: #ffffff;
  border-bottom: 1px solid #006fcf; }

.obt-skin-submenu-chevron {
  font-size: .75rem; }

.obt-skin-menu-nav .nav-item.show .obt-skin-submenu .nav-link {
  padding: 0 2rem;
  text-align: left;
  background-color: transparent !important;
  white-space: normal; }
  .obt-skin-menu-nav .nav-item.show .obt-skin-submenu .nav-link:hover, .obt-skin-menu-nav .nav-item.show .obt-skin-submenu .nav-link:focus {
    color: #ffffff;
    background-color: #006fcf !important; }
  .obt-skin-menu-nav .nav-item.show .obt-skin-submenu .nav-link.active {
    background-color: #0061b6 !important; }

.obt-skin-summary {
  position: fixed;
  height: 100vh;
  z-index: 5020;
  background: white;
  width: 0;
  top: 0;
  right: -1rem;
  overflow: hidden;
  transition: width ease 300ms, position ease 300ms;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
  border-left: 1px solid #006fcf;
  /* Desktop -------------------------------------------- */ }
  .obt-skin-summary-open {
    width: 320px;
    right: 0; }
  .obt-skin-summary-header {
    background: #006fcf;
    color: #ffffff;
    padding: 1rem 1rem 1rem 3.25rem;
    position: relative;
    width: 320px; }
    .obt-skin-summary-header .obt-icon, .obt-skin-summary-header .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-skin-summary-header .glyphicon-calendar:before, .obt-skin-summary-header .obt-rate-container-tip:before, .obt-skin-summary-header .obt-rate-fare-tip:before, .obt-skin-summary-header .obt-rate-summary-header:after, .obt-skin-summary-header .obt-rate-summary-footer-tip:before, .obt-skin-summary-header .obt-rate-summary-arrow {
      font-size: 1.875rem;
      position: absolute;
      left: 1rem;
      top: 1rem; }
  .obt-skin-summary-scroll {
    height: calc(100vh - 4.375rem);
    -webkit-overflow-scrolling: touch; }
    .obt-skin-summary-scroll .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
      right: .125rem; }
  .obt-skin-summary-content {
    padding-bottom: 4rem;
    min-height: calc(100vh - 6rem); }
  .obt-skin-summary-title {
    background: #f7f7f9;
    padding: .675rem 1rem;
    border-bottom: 3px solid #eceeef;
    width: 320px;
    position: relative; }
  .obt-skin-summary-close {
    position: absolute;
    right: .5rem;
    top: .5rem; }
  .obt-skin-summary-details {
    width: calc(320px - 2.25rem);
    margin: 0 1rem;
    padding: 1rem 0 1rem 2.25rem;
    position: relative;
    line-height: 1.25;
    border-bottom: 1px solid #eceeef;
    margin-bottom: -1px; }
    .obt-skin-summary-details .obt-icon, .obt-skin-summary-details .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-skin-summary-details .glyphicon-calendar:before, .obt-skin-summary-details .obt-rate-container-tip:before, .obt-skin-summary-details .obt-rate-fare-tip:before, .obt-skin-summary-details .obt-rate-summary-header:after, .obt-skin-summary-details .obt-rate-summary-footer-tip:before, .obt-skin-summary-details .obt-rate-summary-arrow {
      line-height: .675;
      position: absolute;
      top: 1rem;
      left: .25rem;
      font-size: 1.25rem;
      color: #777e81; }
  .obt-skin-summary-note, .obt-skin-summary-total, .obt-skin-summary-traveller {
    overflow: hidden; }
  .obt-skin-summary-action, .obt-skin-summary-type, .obt-skin-summary-name {
    float: left; }
  .obt-skin-summary-date, .obt-skin-summary-price, .obt-skin-summary-status {
    float: right; }
  .obt-skin-summary-approval, .obt-skin-summary-multiple {
    padding: 1rem;
    width: calc(320px - .25rem); }
  @media (min-width: 1334px) {
    .obt-skin-summary {
      width: 320px;
      box-shadow: none;
      right: 0;
      transition: none; }
      .obt-skin-summary-header {
        border-top: 4.75rem solid #006fcf; }
      .obt-skin-summary-close {
        display: none; }
      .obt-skin-summary-scroll {
        height: calc(100vh - 9.125rem); }
      .obt-skin-summary-content {
        padding-bottom: 0;
        min-height: calc(100vh - 10.875rem); }
      .obt-skin-summary .obt-icon-briefcase {
        cursor: default; } }

.obt-charcount .text-muted.text-nowrap {
  margin-left: .75rem; }

.obt-charcount-horizontal .text-muted.text-nowrap {
  margin-left: .75rem; }

.obt-charcount-horizontal .row {
  display: block; }

.obt-charcount-horizontal div[class*="col"] {
  float: left;
  display: block; }

.obt-charcount-vertical .text-muted.text-nowrap {
  margin-left: .75rem; }

.obt-collapse-label {
  cursor: pointer; }

.obt-collapse-trigger {
  display: inline-block; }

.obt-date-picker .input-group-addon {
  cursor: pointer; }

.daterangepicker {
  margin-bottom: 1rem;
  /* Mobile landscape -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .daterangepicker.dropdown-menu {
    z-index: 10025; }
  .daterangepicker .glyphicon-calendar:before {
    content: ""; }
  .daterangepicker .fa-chevron-left,
  .daterangepicker .fa-chevron-right {
    height: 1.75rem;
    display: block; }
  .daterangepicker .fa-chevron-left:before {
    border-style: solid;
    border-color: #292b2c;
    border-width: .2rem .2rem 0 0;
    content: "";
    display: inline-block;
    height: .625rem;
    width: .625rem;
    position: relative;
    top: .5rem;
    vertical-align: top;
    left: 0.1rem;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .daterangepicker .fa-chevron-right:before {
    border-style: solid;
    border-color: #292b2c;
    border-width: .2rem .2rem 0 0;
    content: "";
    display: inline-block;
    height: .625rem;
    width: .625rem;
    position: relative;
    top: .5rem;
    vertical-align: top;
    left: -0.125rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .daterangepicker .daterangepicker_input i {
    top: 2px; }
  .daterangepicker.show-calendar .calendar,
  .daterangepicker.show-calendar .ranges {
    display: inline-block;
    vertical-align: top;
    max-width: 230px; }
  .daterangepicker .ranges .btn {
    padding: .345rem .5rem; }
  .daterangepicker select.yearselect {
    width: 48%; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 46%; }
  @media (min-width: 544px) {
    .daterangepicker.single .calendar.left {
      float: left; } }
  @media (max-width: 991px) {
    .daterangepicker.single .calendar.right {
      display: none; } }
  @media (min-width: 992px) {
    .daterangepicker .calendar.left .fa-chevron-right {
      display: none; } }

/*!
 * # Semantic UI 2.2.13 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/ }

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.13 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none; }

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px; }

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important; }

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em; }

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em; }

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0em; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4); }

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important; }

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none; }

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em; }

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em; }

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem; }

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em; }

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em; }

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em; }

.ui.button.dropdown .menu {
  min-width: 100%; }

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.375rem;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease; }

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px; }

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% +  2px);
  width: calc(100% +  2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none; }

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; } }

/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal; }

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none; }

/* Active */
.ui.selection.active.dropdown {
  border-color: #000;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: #000;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: #000;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3; }

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: ''; }

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3; }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em; }

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre; }

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none; }

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important; }

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem; } }

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: .125rem .25rem; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text; }

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  background: #eceeef;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  border-radius: .25rem; }

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: ''; }

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em; }

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: bold; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem; }

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 12; }

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important; }

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em; }

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87); }

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87); }

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none; }

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

.ui.dropdown > .loading.menu {
  left: 0px !important;
  right: auto !important; }

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38; }

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4; }

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu > .item {
  color: #9F3A38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4; }

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2; }

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF; }

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45; }

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px; }

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important; }

/* Leftward Opening Menu */
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0px !important; }

.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0em -0.5em 0em 0em !important;
  border-radius: 0.28571429rem !important; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em; }

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0em; }

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none; }

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% -  17px); } }

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem; } }

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block; }

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important; }

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em; }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Top Right Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em; }

.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0em 1em 0em 0em; }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important; }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

/* Upward pointing */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem; }

.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em; }

/* Right Pointing Upward */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 1em 0em 0em; }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15); }

/* Left Pointing Upward */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 0em 1em; }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15); }

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: ""; }

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: ""; }

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: ""; }

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
.obt-dropdown .delete {
  width: .625rem;
  height: .625rem;
  display: inline-block;
  font-family: 'obticons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .625rem;
  margin-left: .25rem; }
  .obt-dropdown .delete:before {
    content: "\e954"; }

.obt-checkbox-label {
  position: relative;
  padding-left: 1.25rem;
  cursor: pointer; }

.obt-checkbox-input {
  position: absolute;
  left: 0;
  top: .25rem; }

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

.obt-custom-file-control-disabled {
  opacity: .5;
  background-color: #eceeef; }

.obt-select select {
  height: 2.375rem !important; }

.form-horizontal {
  width: 100%; }
  .form-horizontal .form-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }

.form-group.clearfix, .form-group.obt-fieldset-inline, .obt-skin-header .form-group.navbar, .obt-charcount-horizontal .form-group.row, .form-group.obt-radio-toggle-buttons, .obt-radio-group-responsive .form-group.obt-btn-group-responsive-inline, .obt-dl dd.form-group, .obt-tabs-responsive .form-group.nav, .form-group.obt-rate-details-rail, .form-group.obt-rate-fare-gds-spec {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.obt-textarea {
  height: 6rem; }

.obt-floating-field {
  position: relative;
  padding-top: 1rem; }
  .obt-floating-field-label {
    position: absolute;
    left: .75rem;
    top: 1.5rem;
    font-weight: 400;
    transition: all 300ms ease;
    color: #717171;
    z-index: 4; }
    .obt-floating-field-label-active {
      font-size: .75rem;
      top: -.25rem;
      left: 0;
      color: black; }
  .obt-floating-field-input {
    color: black; }
    .obt-floating-field-input:focus {
      color: black; }
  .obt-floating-field-select {
    position: relative;
    z-index: 5;
    background-color: transparent; }

.obt-grid {
  /* Table portrait -------------------------------------------- */ }
  .obt-grid-heading {
    margin-bottom: 0; }
  .obt-grid-list {
    margin-bottom: 0; }
  .obt-grid-border {
    margin-top: -1px;
    margin-left: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0; }
  .obt-grid-content {
    padding: .5rem .25rem;
    display: flex;
    align-items: center;
    height: 100%; }
  .obt-grid-label {
    margin-bottom: 0;
    cursor: pointer; }
    .obt-grid-label-text {
      position: relative;
      padding-left: 1.25rem; }
  .obt-grid-checkbox {
    vertical-align: middle; }
    .obt-grid-checkbox-text {
      position: absolute;
      left: 0;
      top: .25rem; }
  .obt-grid-list {
    display: flex;
    flex-wrap: wrap; }
  .obt-grid-image {
    max-width: 100%;
    height: auto; }
  .obt-grid-select-btn {
    padding: 0;
    margin-bottom: .5rem;
    margin-right: 1rem;
    white-space: normal;
    text-align: left; }
  @media (min-width: 768px) {
    .obt-grid-border {
      border: 1px solid #ddd; }
    .obt-grid-content {
      padding: 1rem; }
    .obt-grid-list {
      margin: .5rem 0; } }

.obt-input-group .obt-icon, .obt-input-group .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-input-group .glyphicon-calendar:before, .obt-input-group .obt-rate-container-tip:before, .obt-input-group .obt-rate-fare-tip:before, .obt-input-group .obt-rate-summary-header:after, .obt-input-group .obt-rate-summary-footer-tip:before, .obt-input-group .obt-rate-summary-arrow {
  display: block; }

.obt-input-group .obt-price-select.form-control {
  flex-direction: row; }

.obt-input-group-white .input-group .form-control:not(:last-child) {
  border-right: none;
  padding-right: 0; }

.obt-input-group-white .form-control:focus + .input-group-addon:not(:first-child) {
  border-color: #545454;
  outline: 0; }

.obt-input-group-white .input-group-addon {
  background: none; }

.obt-input-group-buttons .btn {
  float: none;
  display: inline-block; }

.obt-input-group-field .input-group {
  width: 100%;
  display: table;
  border-collapse: separate; }

.obt-input-group-field .form-control {
  display: block;
  width: 100%; }

.obt-input-group-field-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  padding-right: .5rem; }

.obt-input-group-field-secondary {
  min-width: 4.25rem; }

.obt-price-group .input-group {
  width: 100%;
  display: table;
  border-collapse: separate; }
  .obt-price-group .input-group .form-control, .obt-price-group .input-group .input-group-addon, .obt-price-group .input-group .input-group-btn {
    display: table-cell; }
  .obt-price-group .input-group .form-control {
    width: 100%; }

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

.obt-price-text-active {
  color: white;
  background: #165287; }

.obt-radio-toggle {
  vertical-align: middle;
  display: inline-block; }
  .obt-radio-toggle legend {
    width: auto;
    float: left; }
  .obt-radio-toggle-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    padding: .5rem 1rem .5rem 0; }
  .obt-radio-toggle-buttons {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    display: inline-block;
    width: 7rem;
    vertical-align: middle; }
    .obt-radio-toggle-buttons.disabled {
      opacity: .8;
      pointer-events: none; }
      .obt-radio-toggle-buttons.disabled .obt-radio-toggle-active {
        cursor: default; }
        .obt-radio-toggle-buttons.disabled .obt-radio-toggle-active:hover, .obt-radio-toggle-buttons.disabled .obt-radio-toggle-active:focus {
          color: #141414; }
    .obt-radio-toggle-buttons.active {
      cursor: pointer; }
      .obt-radio-toggle-buttons.active label {
        cursor: pointer; }
      .obt-radio-toggle-buttons.active .obt-radio-toggle-active {
        cursor: pointer; }
        .obt-radio-toggle-buttons.active .obt-radio-toggle-active:hover, .obt-radio-toggle-buttons.active .obt-radio-toggle-active:focus {
          background-color: #d4d4d4;
          color: #141414; }
  .obt-radio-toggle-label {
    display: none;
    border: 1px solid #8c8c8c;
    border-radius: 0.25rem;
    margin: 0;
    padding: .375rem 0;
    width: 5.5rem;
    text-align: center;
    margin: -1px;
    background-color: #e6e6e6;
    color: #141414; }
    .obt-radio-toggle-label label {
      margin-bottom: 0; }
  .obt-radio-toggle-input {
    display: none; }
  .obt-radio-toggle-active {
    display: inline-block; }
  .obt-radio-toggle-left {
    float: left; }
  .obt-radio-toggle-right {
    float: right; }

.obt-radio-group {
  /* Mobile landscape -------------------------------------------- */
  /* Mobile landscape -------------------------------------------- */ }
  .obt-radio-group .btn-group {
    display: block; }
    .obt-radio-group .btn-group .btn {
      border-radius: 0;
      display: block;
      float: none;
      margin: 0; }
    .obt-radio-group .btn-group .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
      border-radius: .25rem .25rem 0 0; }
    .obt-radio-group .btn-group .btn:last-child {
      border-radius: 0 0 .25rem .25rem; }
  .obt-radio-group-title {
    padding: .5rem 1rem .5rem 0; }
    .obt-radio-group-title-spacer {
      height: 2.5rem; }
  .obt-radio-group-sort {
    flex: 1; }
    .obt-radio-group-sort .active:before {
      border-style: solid;
      border-color: #292b2c;
      border-width: .2rem .2rem 0 0;
      content: "";
      display: inline-block;
      height: .625rem;
      width: .625rem;
      position: relative;
      top: .5rem;
      vertical-align: top;
      left: -0.125rem;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: .375rem; }
    .obt-radio-group-sort .active.down:before {
      border-style: solid;
      border-color: #292b2c;
      border-width: .2rem .2rem 0 0;
      content: "";
      display: inline-block;
      height: .625rem;
      width: .625rem;
      position: relative;
      top: .5rem;
      vertical-align: top;
      left: -0.125rem;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      top: .25rem; }
  .obt-radio-group-persistant {
    display: inline-block;
    vertical-align: middle; }
    .obt-radio-group-persistant .btn-group {
      overflow: hidden;
      display: inline-block; }
      .obt-radio-group-persistant .btn-group .btn {
        float: left; }
      .obt-radio-group-persistant .btn-group .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: .25rem 0 0 .25rem; }
      .obt-radio-group-persistant .btn-group .btn:last-child {
        border-radius: 0 .25rem .25rem 0; }
  .obt-radio-group-responsive-inline {
    display: inline-block; }
  .obt-radio-group-responsive .obt-btn-group-responsive {
    display: table;
    width: 100%;
    border-collapse: separate; }
    .obt-radio-group-responsive .obt-btn-group-responsive .btn {
      display: table-cell;
      float: none;
      width: 1%; }
    .obt-radio-group-responsive .obt-btn-group-responsive-inline {
      display: inline-block;
      width: auto; }
      .obt-radio-group-responsive .obt-btn-group-responsive-inline .btn {
        display: block;
        float: left;
        width: auto; }
    .obt-radio-group-responsive .obt-btn-group-responsive .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
      border-radius: .25rem 0 0 .25rem; }
    .obt-radio-group-responsive .obt-btn-group-responsive .btn:last-child {
      border-radius: 0 .25rem .25rem 0; }
  .obt-radio-group-responsive-title {
    text-align: left;
    transition: none;
    display: none; }
    .obt-radio-group-responsive-title:after {
      float: right;
      margin-top: .5rem; }
  .obt-radio-group-responsive-dropdown .obt-radio-group-responsive-title {
    display: inline-block; }
  .obt-radio-group-responsive-dropdown .dropdown-menu {
    position: absolute;
    display: block;
    left: -10000rem;
    width: auto; }
    .obt-radio-group-responsive-dropdown .dropdown-menu .btn {
      color: #292b2c;
      border: none;
      padding: 3px 1.5rem;
      border-radius: 0 !important;
      background: none;
      line-height: 1.5;
      text-align: left;
      transition: none;
      display: block;
      width: auto;
      float: none; }
      .obt-radio-group-responsive-dropdown .dropdown-menu .btn:focus, .obt-radio-group-responsive-dropdown .dropdown-menu .btn:hover {
        background-color: #f7f7f9; }
      .obt-radio-group-responsive-dropdown .dropdown-menu .btn.active {
        color: #fff;
        background-color: #141414;
        border: none; }
        .obt-radio-group-responsive-dropdown .dropdown-menu .btn.active:before {
          border-color: white;
          top: .5rem;
          margin-left: -.875rem; }
        .obt-radio-group-responsive-dropdown .dropdown-menu .btn.active.down:before {
          top: .25rem; }
  .obt-radio-group-responsive-dropdown.show .dropdown-menu {
    left: 0; }
  @media (min-width: 544px) {
    .obt-radio-group-inline {
      /* Inline radio group */
      display: inline-block;
      vertical-align: middle; }
      .obt-radio-group-inline legend {
        width: auto;
        float: left; }
      .obt-radio-group-inline .btn-group {
        overflow: hidden;
        display: inline-block; }
        .obt-radio-group-inline .btn-group .btn {
          float: left; }
        .obt-radio-group-inline .btn-group .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-inline .btn-group .btn:last-child {
          border-radius: 0 .25rem .25rem 0; }
    .obt-radio-group-justified {
      /* Justified radio group */ }
      .obt-radio-group-justified .obt-btn-group-justified {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate; }
        .obt-radio-group-justified .obt-btn-group-justified .btn {
          display: table-cell;
          width: 1%;
          float: none;
          padding-left: 0;
          padding-right: 0; }
        .obt-radio-group-justified .obt-btn-group-justified .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-justified .obt-btn-group-justified .btn:last-child {
          border-radius: 0 .25rem .25rem 0; }
    .obt-radio-group-flex {
      /* Flex radio group */ }
      .obt-radio-group-flex .obt-btn-group-flex {
        display: flex; }
        .obt-radio-group-flex .obt-btn-group-flex .btn {
          white-space: normal;
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .obt-radio-group-flex .obt-btn-group-flex .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-flex .obt-btn-group-flex .btn:last-child {
          border-radius: 0 .25rem .25rem 0; }
    .obt-radio-group-flexible {
      /* Flexible radio group */ }
      .obt-radio-group-flexible .obt-btn-group-flexible {
        display: table;
        width: 100%;
        border-collapse: separate; }
        .obt-radio-group-flexible .obt-btn-group-flexible .btn {
          display: table-cell;
          float: none;
          padding-left: 0;
          padding-right: 0;
          width: 1%; }
        .obt-radio-group-flexible .obt-btn-group-flexible .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-flexible .obt-btn-group-flexible .btn:last-child {
          border-radius: 0 .25rem .25rem 0; } }
  @media (min-width: 768px) {
    .obt-radio-group-flex-md-up {
      /* Flex radio group */ }
      .obt-radio-group-flex-md-up .obt-btn-group-flex-md-up {
        display: flex; }
        .obt-radio-group-flex-md-up .obt-btn-group-flex-md-up .btn {
          white-space: normal;
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .obt-radio-group-flex-md-up .obt-btn-group-flex-md-up .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-flex-md-up .obt-btn-group-flex-md-up .btn:last-child {
          border-radius: 0 .25rem .25rem 0; }
    .obt-radio-group-inline-md-up {
      /* Inline radio group */
      display: inline-block;
      vertical-align: middle; }
      .obt-radio-group-inline-md-up .btn-group {
        overflow: hidden;
        display: inline-block; }
        .obt-radio-group-inline-md-up .btn-group .btn {
          float: left; }
        .obt-radio-group-inline-md-up .btn-group .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-inline-md-up .btn-group .btn:last-child {
          border-radius: 0 .25rem .25rem 0; }
    .obt-radio-group-flexible-md-up {
      /* Justified radio group */ }
      .obt-radio-group-flexible-md-up .obt-btn-group-flexible-md-up {
        display: table;
        width: 100%;
        border-collapse: separate; }
        .obt-radio-group-flexible-md-up .obt-btn-group-flexible-md-up .btn {
          display: table-cell;
          float: none;
          padding-left: 0;
          padding-right: 0;
          width: 1%; }
        .obt-radio-group-flexible-md-up .obt-btn-group-flexible-md-up .btn:first-child:first-child:not(:last-child):not(.dropdown-toggle) {
          border-radius: .25rem 0 0 .25rem; }
        .obt-radio-group-flexible-md-up .obt-btn-group-flexible-md-up .btn:last-child {
          border-radius: 0 .25rem .25rem 0; } }

.obt-range-slider.noUi-horizontal {
  height: 1rem;
  border-radius: .25rem;
  box-shadow: none;
  background: none;
  border-color: rgba(0, 0, 0, 0.15); }

.obt-range-slider .noUi-base {
  width: auto;
  margin: 0 .625rem; }

.obt-range-slider .noUi-connect {
  box-shadow: none;
  background-color: #e6e6e6;
  border: 1px solid #adadad;
  top: -1px;
  bottom: -1px;
  margin: 0 -.625rem;
  border-radius: .25rem; }

.obt-range-slider .noUi-handle {
  box-shadow: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  top: -.375rem;
  left: -.75rem;
  cursor: pointer;
  border-color: #8c8c8c;
  background: white; }
  .obt-range-slider .noUi-handle:before, .obt-range-slider .noUi-handle:after {
    display: none; }

.obt-range-slider .noUi-active, .obt-range-slider .noUi-handle:hover, .obt-range-slider .noUi-handle:focus {
  box-shadow: none;
  background-color: #d4d4d4; }

.obt-time-slider.noUi-horizontal {
  height: 1rem;
  border-radius: .25rem;
  box-shadow: none;
  background: none;
  border-color: rgba(0, 0, 0, 0.15); }

.obt-time-slider .noUi-base {
  width: auto;
  margin: 0 .625rem; }

.obt-time-slider .noUi-connect {
  box-shadow: none;
  background-color: #e6e6e6;
  border: 1px solid #adadad;
  top: -1px;
  bottom: -1px;
  margin: 0 -.625rem;
  border-radius: .25rem; }

.obt-time-slider .noUi-handle {
  box-shadow: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  top: -.375rem;
  left: -.75rem;
  cursor: pointer;
  border-color: #8c8c8c;
  background: white; }
  .obt-time-slider .noUi-handle:before, .obt-time-slider .noUi-handle:after {
    display: none; }

.obt-time-slider .noUi-active, .obt-time-slider .noUi-handle:hover, .obt-time-slider .noUi-handle:focus {
  box-shadow: none;
  background-color: #d4d4d4; }

.has-error .form-control,
.has-error .input-group-addon {
  border-color: #a62924;
  border-width: 2px; }

.obt-accordion .card {
  overflow: hidden; }

.obt-accordion-heading {
  cursor: pointer; }

.obt-accordion-header {
  border-bottom: none; }

.obt-accordion-trigger {
  display: block;
  position: relative;
  text-decoration: none !important; }
  .obt-accordion-trigger:after {
    border-style: solid;
    border-color: #292b2c;
    border-width: .2rem .2rem 0 0;
    content: "";
    display: inline-block;
    height: .625rem;
    width: .625rem;
    position: relative;
    top: .5rem;
    vertical-align: top;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 1.375rem;
    right: 1rem; }
  .obt-accordion-trigger.collapsed:after {
    border-style: solid;
    border-color: #292b2c;
    border-width: .2rem .2rem 0 0;
    content: "";
    display: inline-block;
    height: .625rem;
    width: .625rem;
    position: relative;
    top: .5rem;
    vertical-align: top;
    left: auto;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 1.125rem;
    right: 1rem; }

.obt-card {
  /* Mobile landscape -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-card-d-flex-1 {
    display: flex;
    flex: 1; }
  .obt-card-cell-label {
    margin: .25rem 0; }
  .obt-card-info {
    color: #165287; }
    .obt-card-info .card {
      border: 1px solid #165287; }
      .obt-card-info .card-header {
        background: #165287;
        color: white;
        border-radius: 0; }
    .obt-card-info .obt-accordion-trigger {
      color: white !important; }
      .obt-card-info .obt-accordion-trigger:after, .obt-card-info .obt-accordion-trigger.collapsed:after {
        border-color: white; }
      .obt-card-info .obt-accordion-trigger:focus, .obt-card-info .obt-accordion-trigger:hover {
        color: white !important; }
  .obt-card-danger {
    color: #a62924; }
    .obt-card-danger .card {
      border: 1px solid #a62924; }
      .obt-card-danger .card-header {
        background: #a62924;
        color: white;
        border-radius: 0; }
    .obt-card-danger .obt-accordion-trigger {
      color: white !important; }
      .obt-card-danger .obt-accordion-trigger:after, .obt-card-danger .obt-accordion-trigger.collapsed:after {
        border-color: white; }
      .obt-card-danger .obt-accordion-trigger:focus, .obt-card-danger .obt-accordion-trigger:hover {
        color: white !important; }
  .obt-card-striped .card-block {
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .obt-card-striped .card-block:nth-of-type(even) {
      background: #f7f7f9; }
  @media (max-width: 767px) {
    .obt-card-md-up {
      border: none;
      margin-bottom: 0; }
    .obt-card-block-md-up {
      padding: 0; } }
  @media (max-width: 991px) {
    .obt-card-lg-up {
      border: none;
      margin-bottom: 0; }
    .obt-card-block-lg-up {
      padding: 0; } }
  @media (min-width: 768px) {
    .obt-card-md-down {
      border: none;
      margin-bottom: 0; }
    .obt-card-block-md-down {
      padding: 0; } }
  @media (min-width: 992px) {
    .obt-card-table {
      display: table;
      width: 100%; }
    .obt-card-cell {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
    .obt-card-cell-spacer {
      display: table-cell; }
      .obt-card-cell-spacer:after {
        display: block;
        content: "";
        width: 1rem; } }

.obt-dl {
  /* Tablet portait -------------------------------------------- */
  /* Tablet portait -------------------------------------------- */ }
  .obt-dl-col {
    overflow: hidden;
    text-overflow: ellipsis; }
  .obt-dl-striped {
    margin-bottom: 0; }
    .obt-dl-striped dt {
      padding: .25rem .5rem; }
    .obt-dl-striped dd {
      padding: 0 .5rem .25rem .5rem;
      margin-bottom: 0; }
    .obt-dl-striped dt:nth-of-type(odd),
    .obt-dl-striped dd:nth-of-type(odd) {
      background-color: #f7f7f9; }
  .obt-dl-vendor {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem; }
    .obt-dl-vendor-logo {
      width: 50%;
      padding-right: .5rem; }
    .obt-dl-vendor-reference {
      position: absolute;
      top: 0;
      right: 0;
      font-size: .75rem;
      color: #51595e; }
    .obt-dl-vendor-name {
      margin-top: .5rem; }
  @media (min-width: 544px) {
    .obt-dl-vendor {
      display: table;
      width: 100%; }
      .obt-dl-vendor-logo {
        display: table-cell;
        vertical-align: middle;
        width: 8rem; }
      .obt-dl-vendor-name {
        display: table-cell;
        vertical-align: middle;
        padding: 0 1rem;
        margin: 0; } }
  @media (min-width: 768px) {
    .obt-dl-title-wide {
      width: 17rem; }
    .obt-dl-col-wide {
      padding-left: 18rem; }
    .obt-dl-title {
      padding-top: .25rem; }
    .obt-dl-horizontal dt {
      float: left;
      width: 13rem;
      clear: left;
      text-align: right;
      overflow: hidden;
      padding-bottom: 0; }
      .obt-dl-horizontal dt.obt-dl-title-wide {
        width: 17rem; }
    .obt-dl-horizontal dd {
      padding: .25rem 0 .25rem 14rem; }
      .obt-dl-horizontal dd.obt-dd-wide {
        padding-left: 18rem; }
      .obt-dl-horizontal dd.obt-dl-col {
        overflow: visible; }
    .obt-dl-horizontal .obt-dl-col:not(:last-child) {
      padding-right: 0 !important; }
    .obt-dl-horizontal .obt-dl-col-wide {
      padding-left: 18rem; }
    .obt-dl-compact-title,
    .obt-dl-compact dt {
      padding-top: 0; }
    .obt-dl-compact dd {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: .25rem; }
    .obt-dl-vendor-logo {
      width: 13rem;
      padding-right: 0; } }

.obt-destination {
  margin-bottom: 1rem;
  padding: .125rem 3.5rem 0 0;
  position: relative;
  /* Tablet portait -------------------------------------------- */ }
  .obt-destination-share {
    position: absolute;
    top: 0;
    right: 0; }
  .obt-destination-left {
    display: block; }
  .obt-destination-spacer {
    display: block; }
  .obt-destination-right {
    display: inline-block; }
  @media (min-width: 768px) {
    .obt-destination {
      padding-right: 4.5rem; }
      .obt-destination-left {
        display: inline-block;
        padding-right: 1rem; }
      .obt-destination-spacer {
        display: inline-block;
        padding-right: 1rem; } }

.obt-alert .obt-icon, .obt-alert .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-alert .glyphicon-calendar:before, .obt-alert .obt-rate-container-tip:before, .obt-alert .obt-rate-fare-tip:before, .obt-alert .obt-rate-summary-header:after, .obt-alert .obt-rate-summary-footer-tip:before, .obt-alert .obt-rate-summary-arrow {
  position: absolute; }

.obt-gmaps {
  min-height: 320px;
  position: relative;
  height: 100%;
  background: #f7f7f9;
  /* Mobile Landscape -------------------------------------------- */ }
  .obt-gmaps:before {
    content: attr(data-label);
    speak: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%); }
  .obt-gmaps-responsive {
    min-height: 0;
    padding-bottom: 100%;
    height: auto; }
  @media (min-width: 544px) {
    .obt-gmaps-responsive {
      padding-bottom: 50%; } }

.obt-info {
  margin-bottom: 1rem;
  display: inline-block;
  text-align: left;
  /* Tablet portait -------------------------------------------- */ }
  .obt-info-message {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: .5rem 1rem;
    border-radius: 0.25rem; }
    .obt-info-message-content {
      padding-left: 2rem; }
    .obt-info-message-icon {
      position: absolute; }
    .obt-info-message-link {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .obt-info-message {
      padding-right: 0; }
      .obt-info-message-content {
        padding-right: 0; }
      .obt-info-message-addon {
        width: 2.5rem;
        background: #f7f7f9;
        height: 2.5rem;
        margin: -.5rem 0 -.5rem .5rem;
        display: inline-block;
        vertical-align: top; }
      .obt-info-message-action {
        display: inline-block;
        margin-left: .5rem; } }

.obt-journey {
  line-height: 1.25; }
  .obt-journey-line {
    border-left: 2px solid #464a4c; }
  .obt-journey-stop {
    border-left: 2px solid #464a4c;
    position: relative; }
    .obt-journey-stop:before {
      content: "";
      width: 20px;
      height: 20px;
      border: 2px solid #464a4c;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: -11px;
      margin-top: -10px;
      top: 50%;
      background: white; }

.obt-key .list-inline {
  margin-bottom: -1rem; }
  .obt-key .list-inline-item {
    margin-right: 1rem;
    margin-bottom: 1rem; }

.obt-key .obt-seatmap-seat {
  cursor: default;
  display: inline-block;
  vertical-align: bottom; }

.obt-seatmap {
  /* Mobile landscape -------------------------------------------- */ }
  .obt-seatmap-row {
    margin: 0 -2.8rem; }
  .obt-seatmap p.form-control-static {
    margin-bottom: 1rem; }
  @media (max-width: 543px) {
    .obt-seatmap-table {
      transform: scale(0.8, 0.8); } }
  .obt-seatmap-table td,
  .obt-seatmap-table th {
    border: none !important;
    padding: 1px;
    text-align: center;
    width: 1.25rem; }
  .obt-seatmap-seat {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    border: none;
    background: none;
    padding: 0;
    display: block;
    transition: none; }
    .obt-seatmap-seat-flight {
      width: 25px;
      height: 25px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAZCAIAAADlkcbwAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QEGDDcabbi0wQAABmRJREFUaN7tm31ME3cYx5/WOsDWUj0ijgQIb5PpLBsVZmwmkNRVLYnTRRcxUDsniM7OWqskJKzyh1FJw8QwKUtAfMExUFIMESYa0+ALGCBs1AiTQqekTIryUkqpFfbHbbeKYq/tj5eZ+/7R3F2f+909z33u+f3ufs/RJiYmgJKL2pfRUFDS7nk7e8TL8o9/+o4Fh0Yh5YbmvX/ul/M7PG9nW/LFl8YUN3YUiUSOq9XV1XMnOHSKj/+dRCKR3G6X2+0AgC9MImyOIkUX0+liektLC6lWxHS62GU6pVKpVCqdDuOZ9EKSXiNJr5kOY0KnvbxOe3mR9AI3nsVAMabaRyVRAQDvB954ybjTA+DGdDHdqbEjInK5HF/Iy8tDaDyTXkjSa4b+EAEAO6K6+Mx6hMaOiKTV1gKAevXqT8bGSBqf9vLa78x4mgLFIHM8x1W/hX50Gv3p0FOEqXJS+uFwOHQ6/dmzZyizsXjau3g30o8b6QoAQCCY8q85ECjnSOFI4uIGcPkh/ImJiZ7Bnqu6q/hGebHcw5PAMxCu4OBgYtlgMPxzDiqVh4dw9OLN5+CxF3gGeovYEZ4OotNqazfn5LzxrxqBoFKhUAuFCAOVEpOCMbHnludnG8+SD5QLSMriZXFhcYqfFUlnkoIWBcniZcjvQpwnrVZbUVExCS9KAIDzhA/MX1+Yijb3lBKTUtdWJ/lJUvtb7c7Yneif+GTxMk2zZsm3S/Lr8jXNmiBZUH1HfTo/HS1PVqs1MzOzoqJCq9UqlUqKqjdk038xIrndDa0NW5u2Jg1jYm1P2krqS1r/bF20YFHqmtSEiATELxGk56VBWJDkM0nChwmcBRx5qdx7vjfaeKlUKn9//8TERB6Px2KxCgoKKIZmWIIPBLYxW3ljudlqxq+v93veZqv58v3L5hHz55GfIxhLETKZTWwf9ouXLwIXB1Z+V8nyZllfWNH6Mzg4yGQy7Xa7v7+/WCymLvDMa2XAyu0/bi9rKNtbsjdwcSAAXLp76WT1yVHb6NbYrWX7ylAilRqfeurXU7oeHY1G0/fps77IEqwQoPVn06ZNZWVler2eRqP19PTs2rWLusYzr1Uhq7pN3ff19zt6OwCgo7eDTqPHhsbGhMag7PhudNzI3ZGrzdTGR8ZjLKyhs2FL3pah0SFfH1+EzvD5/Ly8vOjoaF9fX51Ol5GRAQAsFou6zK8MDxgMFYMx1aqHUt9RyzfI72bdLdpd9N9Gifre9/cObThUeKcQDVKhWGj44vD95/fb7La4yDhRlCj7y2yz1fzor0eRSyKReBIQEIA/6wFAdHQ0n89PTU21WCwAgGEYhZEjQMRsDDEwl9vtqKiy2CxNj5v0ffoDFw4AQOLHiQBwsPRgu7Fd16sbsY2gQarP3IexsPLG8mR1srZd+6Dnwbn6c74+vuH+4Q+fPkTiycDAAADcvHkzOzu7paWlq6vr2rVreH7q7++nSJrJJz5eIE95RTlgGVj30TrNAc3GqI3D1uGsK1krlq5A1vENjw2zvFk1iprlAcvrO+qbDc1sH3aVrIrtwx4cHURzc1gsAKBUKkNCQlpbW9vb25lM5rFjxwDAbDZTJE3V/SHs8gg1PW4q/LrwsOhw0TdFxiGjWqJWbFQU7y7W9erI7E72hHJv5Sbxkq4fuX608mi3qbt4d/GIbST3Vi5CTwwGQ3BwcHJyclRUlNFoFAqF4PACnZJjx4f/TtqC6hDaTu2TgSfHtx3X/K7R9+vD/MJOfHWiqq2q09SJEikAKG0qXcpeeiTxyPjEeKOh8XbXbeTxMhgMGIZxuVwul0vx9LoqFYrNOTmv04NvqVQo1HV1SA6k79cT+aLT1OlS7nCO1KQ5Hb+FfvPnzTcOGFHeea9O4XE4HAaDYTKZUA5BPJ7CcyrPp/CcP44JhXgBQ82rM8fr6+oAAAlPngeK4bRpMhOu8mK5U7O3kOQ4bTyVpUqlcmo2K14QJJGZNmZHVF/Ij3GDJHwBL1wBgDSHGb1KhQIUCsJSLRQSZrMSqCkLhYmyGPLnRL7MCBdRBUUeQfLFUtPqhWOhMFEFRR5BoliKZKEwUQVFHkHyxVLIA/W22nOXSmdc5YmgiryxqzxNnxeTas9dqpRyLL4jX3vuUjmUqzyhDRT1OYM7mvXPGeayqM8ZKCEWgwqBG9ojXrYt+SKSdt694PwNotT/MRdnozIAAAAASUVORK5CYII=") !important;
      background-repeat: no-repeat; }
      .obt-seatmap-seat-flight.charge {
        background-position: -4px 0; }
      .obt-seatmap-seat-flight.available {
        background-position: -70px 0; }
      .obt-seatmap-seat-flight.notavailable {
        background-position: -37px 0; }
      .obt-seatmap-seat-flight.occupied {
        background-position: -136px 0;
        cursor: default;
        opacity: .75; }
      .obt-seatmap-seat-flight.preferred {
        background-position: -169px 0; }
      .obt-seatmap-seat-flight.selected {
        background-position: -103px 0; }
  .obt-seatmap-occupied {
    cursor: default; }
  .obt-seatmap-coach {
    width: 278px; }
    .obt-seatmap-coach-layout {
      width: 100%; }
    .obt-seatmap-coach-middle {
      background: url("../images/e320/320-window-single.png") repeat-y;
      padding: 0 .625rem;
      width: 240px;
      margin: 0 auto; }
    .obt-seatmap-coach-seats {
      width: 77px;
      padding: 0 0 0 1px;
      vertical-align: top; }
    .obt-seatmap-coach-seat {
      width: 38px;
      height: 22px;
      background-image: url("../images/rail/e320SeatIcons.png") !important;
      background-repeat: no-repeat; }
      .obt-seatmap-coach-seat.available.fwd {
        background-position: 0 0; }
      .obt-seatmap-coach-seat.available.back {
        background-position: -38px 0; }
      .obt-seatmap-coach-seat.priority.fwd {
        background-position: -76px 0; }
      .obt-seatmap-coach-seat.priority.back {
        background-position: -114px 0; }
      .obt-seatmap-coach-seat.occupied.fwd {
        background-position: -152px 0; }
      .obt-seatmap-coach-seat.occupied.back {
        background-position: -190px 0; }
      .obt-seatmap-coach-seat.selected.fwd {
        background-position: -228px 0; }
      .obt-seatmap-coach-seat.selected.back {
        background-position: -266px 0; }
      .obt-seatmap-coach-seat:before {
        content: attr(value);
        position: absolute;
        width: 100%;
        display: block;
        font-weight: 700;
        text-align: center;
        font-size: .875rem;
        line-height: 22px;
        top: 0; }
    .obt-seatmap-coach-group {
      padding: 4px 0 5px 0;
      overflow: hidden; }
    .obt-seatmap-coach-table:after {
      content: "";
      display: block;
      height: 9px;
      border: 1px solid #ebcccc;
      border-radius: .125rem;
      margin-top: 5px;
      margin-bottom: -4px;
      float: left;
      width: 100%;
      background: #f2dede; }
    .obt-seatmap-coach-wall:before {
      content: "";
      display: block;
      height: 9px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: .125rem;
      margin-bottom: 5px;
      margin-top: -4px;
      float: left;
      width: 75%;
      background: #f7f7f9; }
    .obt-seatmap-coach-panel:after {
      content: "";
      display: block;
      height: 9px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: .125rem;
      margin-top: 5px;
      margin-bottom: -4px;
      float: left;
      width: 75%;
      background: #f7f7f9; }
    .obt-seatmap-coach-single {
      width: 38px; }
    .obt-seatmap-coach-right .obt-seatmap-coach-single {
      margin-left: auto; }
    .obt-seatmap-coach-right .obt-seatmap-coach-panel:after,
    .obt-seatmap-coach-right .obt-seatmap-coach-wall:before {
      float: right; }
    .obt-seatmap-coach-direction {
      text-align: center;
      font-size: .875rem;
      font-weight: 700;
      margin: .25rem 0; }
  .obt-seatmap-nav {
    padding-top: 3rem; }
    .obt-seatmap-nav:before {
      content: "";
      width: 32px;
      height: 78px;
      background: url("../images/rail/PowerCarFront.gif") no-repeat;
      display: block;
      opacity: .5; }
    .obt-seatmap-nav:after {
      content: "";
      width: 32px;
      height: 78px;
      background: url("../images/rail/PowerCarRear.gif") no-repeat;
      display: block;
      opacity: .5; }
    .obt-seatmap-nav-list {
      margin-right: 3rem; }
    .obt-seatmap-nav-link {
      display: block !important;
      width: 32px !important;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      font-size: .875rem;
      padding: 0;
      -webkit-appearance: none;
      border-radius: 0 !important; }
      .obt-seatmap-nav-link[disabled] {
        background: #eceeef !important; }
    .obt-seatmap-nav-buffet {
      height: 2rem;
      width: 32px;
      background: #ccc;
      display: block; }
  @media (min-width: 544px) {
    .obt-seatmap-table td,
    .obt-seatmap-table th {
      padding: .25rem; } }

.obt-table {
  /* Mobile landscape -------------------------------------------- */
  /* Tablet portrait -------------------------------------------- */ }
  .obt-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f9; }
  .obt-table .col-md-3 {
    width: 25%; }
  .obt-table .col-lg-2 {
    width: 16.66667%; }
  .obt-table-middle td, .obt-table-middle th {
    vertical-align: middle; }

@media (min-width: 544px) and (max-width: 767px) {
  .obt-table-responsive td[data-label]:before {
    float: left;
    width: 10rem;
    margin-top: .125rem; } }
  @media (max-width: 767px) {
    .obt-table-responsive {
      display: block; }
      .obt-table-responsive caption {
        display: none; }
      .obt-table-responsive thead {
        display: none; }
      .obt-table-responsive tbody {
        display: block; }
      .obt-table-responsive tr {
        display: block;
        background: none !important;
        border: 1px solid #ccc;
        margin-bottom: 1rem; }
      .obt-table-responsive td {
        display: block;
        border: none !important; }
        .obt-table-responsive td[data-label]:before {
          content: attr(data-label);
          display: block;
          font-weight: 700;
          font-size: .75rem; }
        .obt-table-responsive td:nth-of-type(odd) {
          background-color: rgba(0, 0, 0, 0.05); } }

@media (min-width: 768px) and (max-width: 991px) {
  .obt-table-responsive-md-down td[data-label]:before {
    float: left;
    width: 11rem; } }
  @media (max-width: 991px) {
    .obt-table-responsive-md-down {
      display: block; }
      .obt-table-responsive-md-down caption {
        display: none; }
      .obt-table-responsive-md-down thead {
        display: none; }
      .obt-table-responsive-md-down tbody {
        display: block; }
      .obt-table-responsive-md-down tr {
        display: block;
        background: none !important;
        border: 1px solid #ccc;
        margin-bottom: 1rem; }
      .obt-table-responsive-md-down td {
        display: block;
        border: none !important; }
        .obt-table-responsive-md-down td[data-label]:before {
          content: attr(data-label);
          display: block;
          font-weight: 700;
          font-size: .75rem; }
        .obt-table-responsive-md-down td:nth-of-type(odd) {
          background-color: rgba(0, 0, 0, 0.05); } }

.obt-breadcrumb {
  padding-top: 1rem; }
  .obt-breadcrumb .breadcrumb {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1; }
    .obt-breadcrumb .breadcrumb-item {
      float: none;
      color: #51595e;
      display: inline; }

.obt-cheapestfares {
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-cheapestfares-title {
    font-size: 1rem; }
  .obt-cheapestfares-list {
    margin-bottom: 0; }
  .obt-cheapestfares-item {
    margin-bottom: .5rem; }
    .obt-cheapestfares-item:last-child {
      margin-bottom: 0; }
  .obt-cheapestfares-link {
    color: #141414;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .obt-cheapestfares-item {
      display: inline-block;
      margin-right: 1rem;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .obt-cheapestfares-title {
      display: inline-block;
      margin-right: 1rem;
      margin-bottom: 0; }
    .obt-cheapestfares-list {
      display: inline-block; } }

.obt-tabs {
  /* Mobile Landscape -------------------------------------------- */
  /* Tablet portrait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-tabs .nav-tabs .nav-item + .nav-item {
    margin-left: .2rem; }
  .obt-tabs .btn {
    white-space: normal; }
  .obt-tabs-standard .nav {
    border-bottom: 1px solid #ddd; }
  .obt-tabs-standard .nav-link {
    background: #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    border-left: 1px solid #ddd;
    border-radius: .25rem .25rem 0 0;
    color: #141414;
    white-space: nowrap; }
  .obt-tabs-standard .nav-link.active {
    background: #fff; }
  .obt-tabs-standard .nav-link:hover, .obt-tabs-standard .nav-link:focus {
    background: #f1f1f1; }
  .obt-tabs-content-upsell:not(.obt-tabs-responsive-content) .obt-rate-container-upsell,
  .obt-tabs-content-upsell:not(.obt-tabs-responsive-content) .obt-rate-container-upsell .obt-rate-fare-upsell:first-child .obt-rate-fare-tip:before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none; }
  .obt-tabs-content-standard {
    padding: 1rem;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem; }
  .obt-tabs-title {
    display: inline-block;
    vertical-align: middle;
    padding-right: 1rem;
    margin-bottom: .5rem;
    font-size: 1rem; }
  .obt-tabs-buttons .nav-tabs {
    border-bottom: none;
    margin-bottom: 1rem;
    flex-direction: column; }
    .obt-tabs-buttons .nav-tabs:after {
      display: none; }
    .obt-tabs-buttons .nav-tabs .nav-item {
      margin: 0 !important; }
      .obt-tabs-buttons .nav-tabs .nav-item .btn {
        border-radius: 0;
        display: block;
        float: none;
        margin: 0; }
      .obt-tabs-buttons .nav-tabs .nav-item:first-child .btn {
        border-radius: .25rem .25rem 0 0; }
      .obt-tabs-buttons .nav-tabs .nav-item:last-child .btn {
        border-radius: 0 0 .25rem .25rem; }
  .obt-tabs-buttons-disabled {
    pointer-events: none;
    opacity: .3; }
  .obt-tabs-toggle-nav {
    border-bottom: none;
    margin-bottom: 1rem; }
    .obt-tabs-toggle-nav .nav-item {
      margin: 0 !important; }
      .obt-tabs-toggle-nav .nav-item:first-child .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .obt-tabs-toggle-nav .nav-item:last-child .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .obt-tabs-toggle-justified .nav {
    overflow: hidden; }
    .obt-tabs-toggle-justified .nav .nav-item {
      float: left;
      width: 50%; }
      .obt-tabs-toggle-justified .nav .nav-item .btn {
        display: block; }
  .obt-tabs-responsive .nav {
    display: block; }
  .obt-tabs-responsive .nav-item {
    float: left; }
  .obt-tabs-responsive-title {
    font-weight: bold;
    margin-bottom: .5rem;
    transition: none; }
  .obt-tabs-responsive-content {
    border: none;
    padding: 0;
    margin-top: .5rem; }
  .obt-tabs-responsive-dropdown .obt-tabs-responsive-title {
    font-weight: normal;
    margin-bottom: 0; }
  .obt-tabs-responsive-dropdown .dropdown-menu {
    display: block;
    left: -10000rem; }
  .obt-tabs-responsive-dropdown .nav-tabs {
    border: none;
    flex-direction: column; }
    .obt-tabs-responsive-dropdown .nav-tabs .nav-item {
      margin: 0 !important;
      float: none; }
    .obt-tabs-responsive-dropdown .nav-tabs .nav-link {
      color: #292b2c;
      border: none;
      padding: 3px 1.5rem;
      border-radius: 0;
      background: none;
      transition: none;
      white-space: nowrap; }
      .obt-tabs-responsive-dropdown .nav-tabs .nav-link:focus, .obt-tabs-responsive-dropdown .nav-tabs .nav-link:hover {
        background-color: #f7f7f9; }
      .obt-tabs-responsive-dropdown .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #141414;
        border: none; }
  .obt-tabs-responsive-dropdown.show .dropdown-menu {
    left: 0; }
  .obt-tabs-responsive-toggle .nav-tabs {
    border: 1px solid #ccc;
    border-radius: .25rem;
    display: inline-block; }
  .obt-tabs-responsive-toggle .nav-link {
    display: none; }
    .obt-tabs-responsive-toggle .nav-link.active {
      display: block; }
  .obt-tabs-responsive-toggle .obt-radio-toggle-buttons {
    width: 9rem; }
  .obt-tabs-responsive-toggle .obt-radio-toggle-label {
    width: 7.5rem; }
  .obt-tabs-responsive-toggle .obt-tabs-content-standard {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    margin-top: 1rem; }
  @media (min-width: 544px) {
    .obt-tabs-inline {
      display: inline-block;
      vertical-align: middle; }
      .obt-tabs-inline .nav-tabs {
        overflow: hidden;
        flex-direction: row; }
        .obt-tabs-inline .nav-tabs .nav-item {
          float: left; }
          .obt-tabs-inline .nav-tabs .nav-item:first-child .btn {
            border-radius: .25rem 0 0 .25rem; }
          .obt-tabs-inline .nav-tabs .nav-item:last-child .btn {
            border-radius: 0 .25rem .25rem 0; }
    .obt-tabs-title {
      margin-bottom: 0;
      line-height: 2.375;
      vertical-align: top; }
      .obt-tabs-title-justified {
        line-height: 1.5;
        margin-bottom: .5rem; }
    .obt-tabs-justified .obt-nav-tabs-justified {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-collapse: separate; }
      .obt-tabs-justified .obt-nav-tabs-justified .nav-item {
        display: table-cell;
        width: 1%; }
        .obt-tabs-justified .obt-nav-tabs-justified .nav-item:first-child .btn {
          border-radius: .25rem 0 0 .25rem; }
        .obt-tabs-justified .obt-nav-tabs-justified .nav-item:last-child .btn {
          border-radius: 0 .25rem .25rem 0; }
    .obt-tabs-flexible .obt-nav-tabs-flexible {
      display: table;
      width: 100%;
      border-collapse: separate; }
      .obt-tabs-flexible .obt-nav-tabs-flexible .nav-item {
        display: table-cell; }
        .obt-tabs-flexible .obt-nav-tabs-flexible .nav-item:first-child .btn {
          border-radius: .25rem 0 0 .25rem; }
        .obt-tabs-flexible .obt-nav-tabs-flexible .nav-item:last-child .btn {
          border-radius: 0 .25rem .25rem 0; }
    .obt-tabs-flex .obt-nav-tabs-flex {
      display: flex;
      flex-direction: row; }
      .obt-tabs-flex .obt-nav-tabs-flex .nav-item {
        display: flex;
        justify-content: center;
        flex: 1; }
        .obt-tabs-flex .obt-nav-tabs-flex .nav-item .btn {
          display: flex;
          white-space: normal;
          align-items: center;
          justify-content: center;
          flex: 1; }
        .obt-tabs-flex .obt-nav-tabs-flex .nav-item:first-child .btn {
          border-radius: .25rem 0 0 .25rem; }
        .obt-tabs-flex .obt-nav-tabs-flex .nav-item:last-child .btn {
          border-radius: 0 .25rem .25rem 0; } }
  @media (min-width: 768px) {
    .obt-tabs-sm-down .nav-tabs {
      border-bottom: none;
      display: flex;
      margin: 0 -15px; }
      .obt-tabs-sm-down .nav-tabs:after {
        display: none; }
    .obt-tabs-sm-down .nav-item {
      flex: 1;
      padding-right: 15px;
      padding-left: 15px;
      margin: 0 !important; }
    .obt-tabs-sm-down .nav-link {
      background: none !important;
      border: none !important;
      display: block;
      padding: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #141414 !important;
      cursor: default; }
    .obt-tabs-sm-down-content {
      border: none;
      padding: 0;
      border-bottom: none; }
      .obt-tabs-sm-down-content .tab-content {
        display: flex;
        margin: 0 -15px; }
      .obt-tabs-sm-down-content .tab-pane {
        display: block;
        opacity: 1;
        flex: 1;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 !important; } }
  @media (min-width: 992px) {
    .obt-tabs-content-keymap-lg .tab-content {
      display: flex; }
    .obt-tabs-content-keymap-lg .tab-pane {
      display: block;
      opacity: 1;
      flex: 1; } }

.obt-carousel-mainImage {
  max-height: calc(100vh - 320px);
  border: 1px solid #aaa;
  border-radius: 0.25rem; }

.obt-carousel-thumbnail {
  max-height: 80px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.6;
  border: 1px solid #aaa;
  border-radius: 0.25rem; }

.obt-carousel-thumbnail.active {
  opacity: 1; }

.obt-carousel-body {
  height: calc(100vh - 258px);
  overflow-y: auto; }

.obt-carousel-footer {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 130px;
  padding: 15px;
  justify-content: normal;
  background-color: #fff;
  overflow-x: auto;
  z-index: 10030; }

.obt-carousel-nav {
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.obt-modal-xxl {
  width: calc(100% - 50px);
  max-width: none; }

.obt-rate-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: .5rem;
  border-radius: 0 0 .25rem .25rem;
  /* Mobile landscape -------------------------------------------- */
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Large Desktop -------------------------------------------- */ }
  .obt-rate-container-upsell {
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: hidden; }
    .obt-rate-container-upsell .obt-rate-fare-upsell:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .obt-rate-container-upsell .obt-rate-fare-upsell:first-child .obt-rate-fare-tip:before {
      border-top-left-radius: .25rem; }
  .obt-rate-container-disabled {
    background: none !important;
    cursor: default;
    pointer-events: none; }
    .obt-rate-container-disabled .obt-rate-logo-number,
    .obt-rate-container-disabled .obt-rate-logo-note,
    .obt-rate-container-disabled .obt-rate-details-date,
    .obt-rate-container-disabled .obt-rate-details-start,
    .obt-rate-container-disabled .obt-rate-details-start .obt-icon-button,
    .obt-rate-container-disabled .obt-rate-details-start .obt-rate-container-tip,
    .obt-rate-container-disabled .obt-rate-details-start .obt-rate-fare-tip,
    .obt-rate-container-disabled .obt-rate-details-start .obt-rate-summary-footer-tip,
    .obt-rate-container-disabled .obt-rate-details-start .obt-rate-summary-arrow,
    .obt-rate-container-disabled .obt-rate-details-end,
    .obt-rate-container-disabled .obt-rate-details-end .obt-icon-button,
    .obt-rate-container-disabled .obt-rate-details-end .obt-rate-container-tip,
    .obt-rate-container-disabled .obt-rate-details-end .obt-rate-fare-tip,
    .obt-rate-container-disabled .obt-rate-details-end .obt-rate-summary-footer-tip,
    .obt-rate-container-disabled .obt-rate-details-end .obt-rate-summary-arrow,
    .obt-rate-container-disabled .obt-rate-details-time,
    .obt-rate-container-disabled .obt-rate-options-term,
    .obt-rate-container-disabled .obt-rate-options-term,
    .obt-rate-container-disabled .obt-rate-price-payment,
    .obt-rate-container-disabled .obt-rate-price-total,
    .obt-rate-container-disabled .obt-rate-price-local,
    .obt-rate-container-disabled .obt-rate-logo-date,
    .obt-rate-container-disabled .obt-rate-details-start strong,
    .obt-rate-container-disabled .obt-rate-details-end strong,
    .obt-rate-container-disabled .obt-rate-details-time .obt-text-light,
    .obt-rate-container-disabled .obt-rate-fare-class,
    .obt-rate-container-disabled .obt-rate-fare-seats {
      text-decoration: line-through;
      color: #51595e; }
    .obt-rate-container-disabled .obt-rate-container-main .obt-icon, .obt-rate-container-disabled .obt-rate-container-main .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-container-disabled .obt-rate-container-main .glyphicon-calendar:before, .obt-rate-container-disabled .obt-rate-container-main .obt-rate-container-tip:before, .obt-rate-container-disabled .obt-rate-container-main .obt-rate-fare-tip:before, .obt-rate-container-disabled .obt-rate-container-main .obt-rate-summary-header:after, .obt-rate-container-disabled .obt-rate-container-main .obt-rate-summary-footer-tip:before, .obt-rate-container-disabled .obt-rate-container-main .obt-rate-summary-arrow,
    .obt-rate-container-disabled .obt-rate-container-price .obt-icon,
    .obt-rate-container-disabled .obt-rate-container-price .daterangepicker .glyphicon-calendar:before,
    .daterangepicker .obt-rate-container-disabled .obt-rate-container-price .glyphicon-calendar:before,
    .obt-rate-container-disabled .obt-rate-container-price .obt-rate-container-tip:before,
    .obt-rate-container-disabled .obt-rate-container-price .obt-rate-fare-tip:before,
    .obt-rate-container-disabled .obt-rate-container-price .obt-rate-summary-header:after,
    .obt-rate-container-disabled .obt-rate-container-price .obt-rate-summary-footer-tip:before,
    .obt-rate-container-disabled .obt-rate-container-price .obt-rate-summary-arrow,
    .obt-rate-container-disabled .obt-rate-details-dash {
      color: #51595e; }
    .obt-rate-container-disabled .obt-rate-options-button {
      border-color: #51595e; }
      .obt-rate-container-disabled .obt-rate-options-button:after {
        border-top-color: #51595e; }
    .obt-rate-container-disabled .obt-rate-logo-company {
      opacity: .5; }
  .obt-rate-container-tip {
    position: absolute;
    top: -1px;
    left: -1px;
    position: absolute;
    pointer-events: auto !important; }
    .obt-rate-container-tip:before {
      display: block;
      width: 148px;
      border-bottom-right-radius: 1.25rem;
      font-size: 0.875rem;
      text-align: center;
      color: white; }
    .obt-rate-container-tip-yes:before {
      content: "";
      background: #387f38; }
    .obt-rate-container-tip-no:before {
      content: "";
      background: #a62924; }
    .obt-rate-container-tip:before {
      border-top-left-radius: .25rem; }
    .obt-rate-container-tip-narrow:before {
      width: 58px;
      height: 1.5rem;
      padding-top: .125rem; }
  .obt-rate-container-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem .25rem 0 0;
    border-bottom: none;
    border-top-left-radius: .375rem;
    position: relative;
    min-height: calc(4.5rem + 2px);
    padding-top: 1.375rem; }
    .obt-rate-container-wrapper-header {
      background: #F3F4F5;
      top: 0;
      left: 0;
      right: 0;
      height: calc(2.25rem + 1px);
      position: absolute;
      border-bottom: 1px solid #E0E0E0;
      /*padding-top: 2.75rem;*/
      /*&:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: calc(2.25rem + 1px);
                background: #F3F4F5;
            }

            &:after {
                content: '';
                display: block;
                position: absolute;
                top: calc(2.1875rem + 1px);
                left: 0;
                right: 0;
                background: #F3F4F5;
                border-bottom: 1px solid $card-border-color;
            }*/ }
  .obt-rate-container-main {
    position: relative; }
  .obt-rate-container-group {
    padding-bottom: 1rem; }
  .obt-rate-container-group:last-child {
    padding-bottom: 0; }
  .obt-rate-container-logo {
    padding: 0 .5rem .25rem .5rem; }
    .obt-rate-container-logo .obt-rate-logo-multiple {
      padding-right: 4rem; }
  .obt-rate-container-details {
    padding: 0 .5rem .5rem .5rem; }
  .obt-rate-container-options {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .5rem; }
    .obt-rate-container-options-header {
      padding: 0 .25rem;
      top: .25rem; }
  .obt-rate-container-date {
    position: absolute;
    top: .375rem;
    left: 4.75rem; }
  .obt-rate-container-price {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: .5rem 2rem .5rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.5rem;
    cursor: pointer; }
    .obt-rate-container-price:hover, .obt-rate-container-price:focus {
      background: #f7f7f9; }
    .obt-rate-container-price:after {
      position: absolute;
      top: 50%;
      margin-top: -.25rem;
      right: .5rem;
      color: #51595e;
      display: block;
      width: 0;
      height: 0;
      content: "";
      border-bottom: .5em solid;
      border-right: .5em solid transparent;
      border-left: .5em solid transparent; }
    .obt-rate-container-price.collapsed:after {
      border-bottom: none;
      border-top: .5em solid; }
    .obt-rate-container-price.disabled {
      padding-right: .5rem; }
      .obt-rate-container-price.disabled:after {
        display: none; }
    .obt-rate-container-price-combined:after {
      display: none; }
    .obt-rate-container-price-flights {
      border-top: none;
      position: relative;
      padding-top: .75rem; }
      .obt-rate-container-price-flights:before {
        content: '';
        display: block;
        left: 2.5rem;
        right: 2rem;
        top: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        position: absolute; }
  .obt-rate-container-car .obt-rate-options .obt-rate-options-tip {
    margin-right: .5rem; }
  .obt-rate-container-car .obt-rate-container-logo {
    padding-top: .125rem; }
  .obt-rate-container-ground .obt-rate-options-tip {
    margin-right: .5rem; }
  .obt-rate-container-combined:hover, .obt-rate-container-combined:focus {
    cursor: pointer;
    background: #f7f7f9; }
  .obt-rate-container-combined-selected .obt-rate-container-wrapper {
    background: #CAE5FC;
    border-radius: .25rem; }
    .obt-rate-container-combined-selected .obt-rate-container-wrapper:hover, .obt-rate-container-combined-selected .obt-rate-container-wrapper:focus {
      cursor: pointer;
      background: #f7f7f9; }
  .obt-rate-container-combined-cheapest {
    border-bottom-color: transparent; }
    .obt-rate-container-combined-cheapest .obt-rate-container-wrapper {
      border: 5px solid #F7D570;
      border-radius: .25rem; }
      .obt-rate-container-combined-cheapest .obt-rate-container-wrapper .obt-rate-container-tip {
        top: -5px;
        left: -5px; }
    .obt-rate-container-combined-cheapest .obt-rate-container-price.disabled {
      padding-right: .25rem;
      padding-left: .25rem; }
    .obt-rate-container-combined-cheapest .obt-rate-container-logo {
      padding-left: .25rem; }
  .obt-rate-container-combined .obt-rate-container-wrapper {
    min-height: 9.5rem;
    border-radius: .25rem; }
  .obt-rate-container-combined .obt-rate-container-group {
    position: relative; }
  .obt-rate-container-missed .obt-rate-container-wrapper {
    padding-top: 0;
    min-height: 0; }
  .obt-rate-container-list ul {
    font-size: .75rem;
    margin-bottom: 0;
    margin-top: .25rem;
    padding-left: 1rem; }
  .obt-rate-container-list br {
    display: none; }
  .obt-rate-container-divider:before {
    border-bottom: 1px solid #eceeef;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 1rem;
    position: absolute; }
  .obt-rate-container-divider:last-child {
    padding-bottom: 0; }
  .obt-rate-container-divider-thick:before {
    border-bottom-width: 3px;
    border-color: #DFDFDF; }
  .obt-rate-container-parking .obt-rate-container-details {
    padding: 0 .5rem .5rem .5rem; }
  .obt-rate-container-parking:hover, .obt-rate-container-parking:focus {
    cursor: pointer;
    background: #f7f7f9; }
  .obt-rate-container-rail {
    border: none; }
    .obt-rate-container-rail-fares {
      margin: 0 -.125rem;
      display: flex; }
    .obt-rate-container-rail-highlight {
      border: 5px solid #F7D570;
      border-radius: .25rem; }
  .obt-rate-container-key .card {
    overflow: hidden;
    margin-bottom: .125rem !important;
    display: block; }
  .obt-rate-container-journey {
    float: left;
    line-height: 1.625rem;
    font-size: .875rem;
    font-weight: 700; }
  .obt-rate-container-tips {
    float: right; }
  .obt-rate-container-travelcard {
    border-bottom: 0; }
    .obt-rate-container-travelcard .col-4 {
      width: 33.33333%; }
    .obt-rate-container-travelcard .obt-rate-container-journey {
      font-weight: 400;
      font-size: .875rem !important;
      line-height: 1.25; }
    .obt-rate-container-travelcard .obt-rate-fare-tip:before {
      border-top-left-radius: .25rem; }
    .obt-rate-container-travelcard .obt-rate-container-tips {
      float: none; }
    .obt-rate-container-travelcard .obt-rate-container-journey {
      float: none; }
    .obt-rate-container-travelcard .obt-rate-fare-rail {
      width: 100%; }
  .obt-rate-container-hotel .obt-rate-logo {
    margin-top: .25rem; }
  .obt-rate-container-hotel .obt-rate-container-options {
    position: static;
    margin-bottom: .5rem; }
  .obt-rate-container-hotel .obt-rate-options-group {
    display: block; }
  .obt-rate-container-hotel .obt-rate-options-icons {
    margin-bottom: .25rem; }
  .obt-rate-container-ground:hover, .obt-rate-container-ground:focus {
    cursor: pointer;
    background: #f7f7f9; }
  .obt-rate-container-ground .obt-rate-logo {
    padding-right: 5rem; }
  .obt-rate-container-ground .obt-rate-container-options {
    line-height: 1; }
  .obt-rate-container-ground .obt-rate-details-text {
    margin: 0 0 .25rem 0;
    display: block; }
  .obt-rate-container-ground .obt-rate-details-text-spec {
    display: inline-block; }
  @media (min-width: 544px) {
    .obt-rate-container-main {
      display: table;
      width: 100%;
      border-right: 190px solid transparent; }
    .obt-rate-container-upsell {
      overflow: visible; }
    .obt-rate-container-price {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      border-top: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.125);
      width: 190px; }
      .obt-rate-container-price-flights, .obt-rate-container-price-combined {
        top: 2.3125rem; }
        .obt-rate-container-price-flights:before, .obt-rate-container-price-combined:before {
          display: none; }
    .obt-rate-container-combined-cheapest .obt-rate-container-price.disabled {
      width: 186px; }
    .obt-rate-container-combined-cheapest .obt-rate-container-main {
      border-right-width: 186px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .obt-rate-container-combined .obt-rate-details-date {
    width: auto;
    max-width: 84px; }
  .obt-rate-container-combined .obt-rate-details-range {
    min-width: 210px; } }
  @media (min-width: 768px) {
    .obt-rate-container-notes {
      display: table;
      width: 100%;
      text-align: center;
      border-left: 1px solid rgba(0, 0, 0, 0.125);
      border-right: 1px solid rgba(0, 0, 0, 0.125);
      border-top: 1px solid rgba(0, 0, 0, 0.125); }
      .obt-rate-container-notes-combos {
        display: table-cell;
        padding: .5rem 1rem;
        vertical-align: middle; }
      .obt-rate-container-notes-selection {
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        display: table-cell;
        width: 163px;
        padding: .5rem;
        vertical-align: middle; }
      .obt-rate-container-notes-badge {
        border-radius: 2rem;
        display: inline-block;
        padding: .25rem 2rem;
        background-color: #e9f0f5;
        border: 1px solid #a3c0d5; }
    .obt-rate-container-logo {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 .5rem .5rem;
      width: 37%; }
      .obt-rate-container-logo-flights {
        width: auto; }
      .obt-rate-container-logo .obt-rate-logo-multiple {
        padding-right: 0; }
      .obt-rate-container-logo-combined {
        display: block;
        float: left;
        width: 50%; }
    .obt-rate-container-details {
      display: table-cell;
      vertical-align: top;
      padding: 0 .25rem 1.8rem .25rem; }
      .obt-rate-container-details-combined {
        display: block;
        float: left;
        width: 50%; }
    .obt-rate-container-options {
      position: static;
      display: table-cell;
      vertical-align: top;
      padding: 0 .5rem .5rem 0; }
      .obt-rate-container-options-header {
        position: absolute;
        padding: 0 .25rem; }
    .obt-rate-container-group {
      padding-bottom: .5rem; }
      .obt-rate-container-group::after {
        display: block;
        content: "";
        clear: both; }
    .obt-rate-container-car .obt-rate-container-logo {
      width: 180px; }
    .obt-rate-container-hotel .obt-rate-container-logo {
      width: 175px;
      display: table-cell;
      position: static;
      text-align: center;
      /*width: 215px;
                display: block;
                position: absolute;*/ }
    .obt-rate-container-hotel .obt-rate-container-details {
      display: block;
      /*padding-left: 215px;*/
      margin-right: -.75rem; }
    .obt-rate-container-hotel .obt-rate-container-options {
      display: block;
      float: left;
      width: 100%;
      /*padding-left: 215px;*/
      margin-bottom: 0; }
    .obt-rate-container-ground .obt-rate-logo {
      padding-right: 0; }
    .obt-rate-container-divider:before {
      bottom: .5rem; }
    .obt-rate-container-divider-thick {
      padding-bottom: .625rem; } }
  @media (min-width: 992px) {
    .obt-rate-container-logo {
      width: 41%; }
      .obt-rate-container-logo-flights {
        width: auto; }
    .obt-rate-container-details-combined {
      float: right;
      width: 36%; }
      .obt-rate-container-details-combined .obt-rate-details-wrapper-flights {
        width: auto;
        margin-left: -.5rem; }
    .obt-rate-container-key {
      text-align: left; }
      .obt-rate-container-key .card {
        padding: .5rem .5rem 0 .5rem;
        height: 6.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center; }
    .obt-rate-container-journey {
      font-size: .675rem;
      line-height: 1.125;
      font-weight: 400; }
    .obt-rate-container-hotel .obt-rate-container-logo {
      display: table-cell;
      position: static; }
    .obt-rate-container-hotel .obt-rate-container-details {
      display: table-cell;
      padding-left: 0; }
    .obt-rate-container-hotel .obt-rate-container-options {
      display: table-cell;
      float: none;
      width: 12.25rem;
      padding-left: 0;
      position: relative;
      top: -.625rem; } }
  @media (min-width: 1680px) {
    .obt-rate-container-key .card {
      height: 5rem; } }

.obt-rate-hotelImage {
  max-width: 160px;
  max-height: 133px;
  margin-right: .5rem;
  border-radius: 0.25rem; }

.obt-rate-hotelChainLogo {
  position: absolute;
  max-width: 70px;
  max-height: 60px;
  top: -4px;
  left: -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
  -webkit-box-shadow: 5px 5px 10px 0px #4C4C4C;
  box-shadow: 5px 5px 10px 0px #4C4C4C;
  background-color: #fff; }

.obt-rate-details {
  max-width: 480px;
  min-height: 2.5rem;
  /* Mobile landscape -------------------------------------------- */
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Desktop -------------------------------------------- */ }
  .obt-rate-details-flights {
    padding: 1rem 1.5rem 0 2.75rem; }
  .obt-rate-details-wrapper {
    display: table;
    width: 100%; }
    .obt-rate-details-wrapper-flights {
      display: block; }
  .obt-rate-details-date {
    vertical-align: top;
    display: table-cell;
    font-size: 0.75rem;
    padding-top: .125rem;
    width: 84px; }
  .obt-rate-details-range {
    vertical-align: top;
    display: table-cell;
    line-height: 1.25;
    padding-left: .25rem; }
    .obt-rate-details-range-flights {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      padding-left: 0; }
  .obt-rate-details-start {
    vertical-align: top;
    display: inline-block;
    text-align: left; }
    .obt-rate-details-start-flights {
      font-size: 1.125rem; }
  .obt-rate-details-end {
    vertical-align: top;
    display: inline-block;
    text-align: left; }
    .obt-rate-details-end-flights {
      text-align: right;
      font-size: 1.125rem; }
  .obt-rate-details-days {
    font-size: 0.75rem;
    width: 1.25rem;
    display: inline-block;
    position: relative;
    top: -1px; }
    .obt-rate-details-days-flights {
      margin-left: -.5rem;
      top: .25rem;
      vertical-align: top; }
  .obt-rate-details-time {
    display: block;
    font-size: 0.75rem;
    padding-top: .125rem; }
    .obt-rate-details-time-flights {
      display: inline-block;
      text-align: center;
      padding-top: 1.75rem;
      position: relative;
      line-height: 1.6; }
      .obt-rate-details-time-flights:before {
        content: '';
        display: block;
        width: 1.5rem;
        top: .6875rem;
        border-top: 2px solid black;
        left: 50%;
        margin-left: -.75rem;
        position: absolute; }
  .obt-rate-details-spacer {
    width: .5rem;
    display: inline-block; }
  .obt-rate-details-text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1rem;
    font-size: .75rem; }
    .obt-rate-details-text-spec {
      display: block; }
  .obt-rate-details-distance {
    font-size: .75rem;
    display: block;
    padding-bottom: .5rem; }
  .obt-rate-details-area {
    display: inline-block; }
  .obt-rate-details-unit {
    display: inline-block; }
  .obt-rate-details-car .obt-rate-details-text {
    margin: .25rem 0 0 0;
    display: block; }
  .obt-rate-details-car .obt-rate-details-text-spec {
    display: inline-block; }
  .obt-rate-details-rail {
    text-align: center;
    font-size: 0.875rem;
    max-width: none; }
  .obt-rate-details-journey {
    padding: 0 .125rem; }
    .obt-rate-details-journey .card {
      padding: .25rem 0; }
      .obt-rate-details-journey .card .hidden-sm-down {
        display: block; }
    .obt-rate-details-journey br {
      display: none; }
    .obt-rate-details-journey-disabled {
      display: flex; }
      .obt-rate-details-journey-disabled .card {
        width: 100%; }
        .obt-rate-details-journey-disabled .card:before, .obt-rate-details-journey-disabled .card:after {
          content: "";
          display: inline-block;
          width: .25rem;
          height: 4.5rem;
          background: #eceeef;
          position: absolute;
          align-self: center;
          top: 50%;
          margin-top: -2.25rem; }
        .obt-rate-details-journey-disabled .card:before {
          -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
          margin-left: -.125rem;
          left: 50%; }
        .obt-rate-details-journey-disabled .card:after {
          -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
          margin-right: -.125rem;
          right: 50%; }
    .obt-rate-details-journey-active .card {
      background: #eceeef; }
  .obt-rate-details-key {
    padding-top: .25rem;
    border: 1px transparent; }
  .obt-rate-details-journeys {
    margin: 0 -.125rem;
    flex-direction: row;
    display: flex; }
  .obt-rate-details-changes, .obt-rate-details-duration {
    font-size: .625rem;
    line-height: 1.75; }
  .obt-rate-details-holder {
    position: fixed;
    top: -100rem;
    left: 0;
    right: 0;
    background: white;
    z-index: 10;
    opacity: 0;
    transition: opacity ease 300ms; }
    .obt-rate-details-holder .obt-rate-details-journeys {
      border-bottom: 1px solid #ccc;
      padding: 0 2rem; }
      .obt-rate-details-holder .obt-rate-details-journeys.clearfix, .obt-rate-details-holder .obt-rate-details-journeys.obt-fieldset-inline, .obt-rate-details-holder .obt-skin-header .obt-rate-details-journeys.navbar, .obt-skin-header .obt-rate-details-holder .obt-rate-details-journeys.navbar, .obt-rate-details-holder .obt-charcount-horizontal .obt-rate-details-journeys.row, .obt-charcount-horizontal .obt-rate-details-holder .obt-rate-details-journeys.row, .obt-rate-details-holder .obt-rate-details-journeys.obt-radio-toggle-buttons, .obt-rate-details-holder .obt-radio-group-responsive .obt-rate-details-journeys.obt-btn-group-responsive-inline, .obt-radio-group-responsive .obt-rate-details-holder .obt-rate-details-journeys.obt-btn-group-responsive-inline, .obt-rate-details-holder .obt-dl dd.obt-rate-details-journeys, .obt-dl .obt-rate-details-holder dd.obt-rate-details-journeys, .obt-rate-details-holder .obt-tabs-responsive .obt-rate-details-journeys.nav, .obt-tabs-responsive .obt-rate-details-holder .obt-rate-details-journeys.nav, .obt-rate-details-holder .obt-rate-details-journeys.obt-rate-details-rail, .obt-rate-details-holder .obt-rate-details-journeys.obt-rate-fare-gds-spec {
        display: block; }
    .obt-rate-details-holder .obt-rate-details-journey {
      display: flex;
      flex-direction: column; }
      .obt-rate-details-holder .obt-rate-details-journey br {
        display: none; }
    .obt-rate-details-holder-active {
      top: 0;
      opacity: 1; }
  .obt-rate-details-hotel {
    max-width: none; }
    .obt-rate-details-hotel .obt-rate-details-wrapper {
      display: block; }
    .obt-rate-details-hotel .obt-rate-details-text {
      display: block;
      padding: 0 0 .5rem 0; }
    .obt-rate-details-hotel .obt-rate-details-icons .obt-icon-button, .obt-rate-details-hotel .obt-rate-details-icons .obt-rate-container-tip, .obt-rate-details-hotel .obt-rate-details-icons .obt-rate-fare-tip, .obt-rate-details-hotel .obt-rate-details-icons .obt-rate-summary-footer-tip, .obt-rate-details-hotel .obt-rate-details-icons .obt-rate-summary-arrow {
      margin-right: .75rem; }
  @media (min-width: 544px) {
    .obt-rate-details-flights {
      width: 16rem;
      padding-left: 2rem; }
      .obt-rate-details-flights-multiple {
        float: left; }
    .obt-rate-details-time {
      display: inline-block;
      vertical-align: top;
      line-height: 1.6;
      padding-left: .5rem; }
      .obt-rate-details-time-flights {
        padding-left: 0; }
    .obt-rate-details-spacer {
      display: block; }
    .obt-rate-details-changes, .obt-rate-details-duration {
      font-size: .75rem; }
    .obt-rate-details-missed {
      min-width: 190px; } }
  @media (min-width: 768px) {
    .obt-rate-details-flights {
      padding: 0 .5rem 0 0;
      width: auto;
      max-width: none; }
      .obt-rate-details-flights-multiple {
        float: left;
        width: 55%; }
    .obt-rate-details-wrapper-flights {
      margin-left: auto;
      width: 12rem; }
    .obt-rate-details-time {
      padding-left: .125rem; }
      .obt-rate-details-time-flights {
        padding-left: 0; }
    .obt-rate-details-range {
      padding-left: .375rem; }
    .obt-rate-details-date {
      width: 64px; }
    .obt-rate-details-hotel .obt-rate-details-wrapper {
      display: table; }
    .obt-rate-details-hotel .obt-rate-details-text {
      display: table-cell;
      padding: 0;
      vertical-align: top; }
    .obt-rate-details-hotel .obt-rate-details-icons {
      display: table-cell;
      width: 6rem;
      padding: 0;
      vertical-align: top;
      position: relative;
      top: -.2rem; }
    .obt-rate-details-hotel .obt-rate-details-distance {
      display: table-cell;
      vertical-align: top;
      padding: 0 .5rem;
      min-width: 4rem; } }
  @media (min-width: 992px) {
    .obt-rate-details-spacer {
      display: inline-block; }
    .obt-rate-details-date {
      width: 70px; }
    .obt-rate-details-range {
      padding-left: 0; } }
  @media (min-width: 1334px) {
    .obt-rate-details-range {
      padding-left: .375rem; } }

.obt-rate-fare {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
  padding: .25rem .5rem;
  position: relative;
  font-size: .875rem;
  cursor: pointer;
  /* Mobile landscape -------------------------------------------- */
  /* Tablet portait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Desktop -------------------------------------------- */
  /* Large Desktop -------------------------------------------- */ }
  .obt-rate-fare:hover, .obt-rate-fare:focus {
    background: #f7f7f9; }
  .obt-rate-fare-additional-rcb-fares {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: none;
    padding: .25rem .5rem;
    position: relative;
    font-size: .875rem;
    cursor: default; }
  .obt-rate-fare:hover, .obt-rate-fare:focus {
    background: #fff; }
  .obt-rate-fare-selected {
    background: #CAE5FC; }
    @media (max-width: 767px) {
      .obt-rate-fare-selected-sm-down {
        background: #CAE5FC; } }
    @media (min-width: 544px) {
      .obt-rate-fare-selected-md {
        background: #CAE5FC; } }
    .obt-rate-fare-selected-parent {
      background: #CAE5FC !important; }
  .obt-rate-fare-upsell {
    border: none; }
    .obt-rate-fare-upsell.obt-rate-fare-flight {
      padding-right: .75rem; }
  .obt-rate-fare-dual {
    flex-grow: 1; }
  .obt-rate-fare-disabled {
    background: none !important;
    cursor: default;
    pointer-events: none; }
    .obt-rate-fare-disabled .obt-rate-fare-rich {
      opacity: .5; }
    .obt-rate-fare-disabled .obt-rate-fare-class,
    .obt-rate-fare-disabled .obt-rate-fare-spec,
    .obt-rate-fare-disabled .obt-rate-fare-rules-link,
    .obt-rate-fare-disabled .obt-rate-fare-emissions,
    .obt-rate-fare-disabled .obt-rate-fare-price,
    .obt-rate-fare-disabled .obt-rate-price-from {
      text-decoration: line-through;
      color: #51595e; }
    .obt-rate-fare-disabled.obt-rate-fare-car .obt-rate-fare-icons {
      float: left; }
    .obt-rate-fare-disabled .obt-rate-fare-icons .obt-icon, .obt-rate-fare-disabled .obt-rate-fare-icons .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-fare-disabled .obt-rate-fare-icons .glyphicon-calendar:before, .obt-rate-fare-disabled .obt-rate-fare-icons .obt-rate-container-tip:before, .obt-rate-fare-disabled .obt-rate-fare-icons .obt-rate-fare-tip:before, .obt-rate-fare-disabled .obt-rate-fare-icons .obt-rate-summary-header:after, .obt-rate-fare-disabled .obt-rate-fare-icons .obt-rate-summary-footer-tip:before, .obt-rate-fare-disabled .obt-rate-fare-icons .obt-rate-summary-arrow {
      color: #51595e; }
    .obt-rate-fare-disabled .obt-rate-fare-class .obt-icon-button, .obt-rate-fare-disabled .obt-rate-fare-class .obt-rate-container-tip, .obt-rate-fare-disabled .obt-rate-fare-class .obt-rate-fare-tip, .obt-rate-fare-disabled .obt-rate-fare-class .obt-rate-summary-footer-tip, .obt-rate-fare-disabled .obt-rate-fare-class .obt-rate-summary-arrow {
      text-decoration: line-through;
      color: #51595e; }
  .obt-rate-fare-cheapest {
    border: 5px solid #F7D570;
    padding: .25rem; }
    .obt-rate-fare-cheapest .obt-rate-fare-tip {
      top: -5px;
      left: -5px; }
  .obt-rate-fare-flight {
    padding: .25rem 2rem .75rem 2.5rem; }
    .obt-rate-fare-flight .obt-rate-options-blue-dropdown {
      margin-left: -2.5rem;
      margin-right: -2rem;
      padding-left: 2rem;
      padding-right: .5rem; }
    .obt-rate-fare-flight-multiple {
      cursor: auto; }
      .obt-rate-fare-flight-multiple:hover, .obt-rate-fare-flight-multiple:focus {
        background: none; }
  .obt-rate-fare-missed {
    padding: 1rem 1rem .5rem 1rem;
    border: none;
    border-bottom: 1px solid #F3F4F5;
    margin-left: -15px;
    margin-right: -15px; }
  .obt-rate-fare-divider {
    border-width: 5px; }
  .obt-rate-fare-tip {
    position: absolute;
    top: -1px;
    left: -1px;
    pointer-events: auto !important; }
    .obt-rate-fare-tip:before {
      display: block;
      width: 28px;
      border-bottom-right-radius: 1.25rem;
      font-size: 0.875rem;
      text-align: center;
      color: white; }
    .obt-rate-fare-tip-yes:before {
      content: "";
      background: #387f38; }
    .obt-rate-fare-tip-no:before {
      content: "";
      background: #a62924; }
  .obt-rate-fare-class {
    padding: .625rem 0 0 .875rem; }
    .obt-rate-fare-class-flights {
      font-weight: 700;
      font-size: .875rem;
      margin-bottom: .75rem;
      margin-top: .25rem;
      padding-left: 0; }
      .obt-rate-fare-class-flights-combined {
        padding-top: 0;
        margin-top: 0; }
      .obt-rate-fare-class-flights-multiple {
        cursor: pointer;
        padding: .875rem 2rem .5rem 2.5rem;
        margin: -.25rem -2rem .375rem -2.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        .obt-rate-fare-class-flights-multiple:hover, .obt-rate-fare-class-flights-multiple:focus {
          background: #f7f7f9; }
    .obt-rate-fare-class-multiple {
      font-weight: 700;
      font-size: .875rem;
      text-align: right;
      padding-right: 2.5rem;
      padding-bottom: .25rem;
      position: relative;
      top: .125rem; }
      .obt-rate-fare-class-multiple .obt-icon, .obt-rate-fare-class-multiple .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-fare-class-multiple .glyphicon-calendar:before, .obt-rate-fare-class-multiple .obt-rate-container-tip:before, .obt-rate-fare-class-multiple .obt-rate-fare-tip:before, .obt-rate-fare-class-multiple .obt-rate-summary-header:after, .obt-rate-fare-class-multiple .obt-rate-summary-footer-tip:before, .obt-rate-fare-class-multiple .obt-rate-summary-arrow {
        line-height: 1; }
    .obt-rate-fare-class-note {
      font-weight: 400; }
  .obt-rate-fare-spec {
    display: table;
    width: 100%; }
    .obt-rate-fare-spec-flights {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: .5rem; }
  .obt-rate-fare-rich {
    margin-bottom: .5rem;
    min-width: 6rem; }
    .obt-rate-fare-rich-multiple {
      padding-right: 2.5rem; }
  .obt-rate-fare-seats {
    display: table-cell;
    vertical-align: middle;
    font-size: .875rem;
    position: relative;
    top: -1px; }
    .obt-rate-fare-seats-flights {
      display: block;
      width: 4.5rem;
      color: #141414; }
  .obt-rate-fare-rules {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .obt-rate-fare-rules-link {
      text-decoration: underline;
      color: #141414; }
    .obt-rate-fare-rules-flights {
      display: block;
      line-height: 1.5; }
  .obt-rate-fare-emissions {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: .75rem; }
  .obt-rate-fare-icons {
    display: block;
    font-size: 1.25rem;
    text-align: right;
    line-height: 1.125; }
    .obt-rate-fare-icons .obt-icon-button, .obt-rate-fare-icons .obt-rate-container-tip, .obt-rate-fare-icons .obt-rate-fare-tip, .obt-rate-fare-icons .obt-rate-summary-footer-tip, .obt-rate-fare-icons .obt-rate-summary-arrow {
      vertical-align: middle; }
      @media print {
        .obt-rate-fare-icons .obt-icon-button[aria-disabled="true"], .obt-rate-fare-icons .obt-rate-container-tip[aria-disabled="true"], .obt-rate-fare-icons .obt-rate-fare-tip[aria-disabled="true"], .obt-rate-fare-icons .obt-rate-summary-footer-tip[aria-disabled="true"], .obt-rate-fare-icons .obt-rate-summary-arrow[aria-disabled="true"] {
          display: inline-block !important;
          opacity: 0 !important; } }
    .obt-rate-fare-icons-flights {
      float: left; }
  .obt-rate-fare-price-flights {
    font-weight: 700; }
    .obt-rate-fare-price-flights-multiple {
      cursor: pointer; }
      .obt-rate-fare-price-flights-multiple .obt-rate-price {
        float: right; }
  .obt-rate-fare-logo {
    position: relative;
    margin: .25rem 0; }
    .obt-rate-fare-logo .obt-icon-button, .obt-rate-fare-logo .obt-rate-container-tip, .obt-rate-fare-logo .obt-rate-fare-tip, .obt-rate-fare-logo .obt-rate-summary-footer-tip, .obt-rate-fare-logo .obt-rate-summary-arrow {
      line-height: 1;
      vertical-align: middle; }
  .obt-rate-fare-stopover {
    font-size: .75rem;
    padding-left: 88px; }
    .obt-rate-fare-stopover:before {
      display: inline-block;
      position: relative;
      top: .125rem; }
  .obt-rate-fare-wait {
    font-size: .75rem;
    position: relative;
    text-align: center;
    margin: 1.25rem 1.5rem 1.25rem 2rem; }
    .obt-rate-fare-wait:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: .5rem;
      background: #F3F4F5;
      height: .25rem; }
    .obt-rate-fare-wait-duration {
      position: relative;
      display: inline-block;
      background: white;
      padding: 0 .5rem;
      font-weight: 700; }
  .obt-rate-fare-note {
    font-size: .75rem; }
  .obt-rate-fare-number {
    font-size: .75rem;
    padding-left: .5rem; }
  .obt-rate-fare .obt-rate-details-range {
    font-size: 1rem; }
  .obt-rate-fare-multiples {
    cursor: default;
    padding: .75rem .5rem .25rem .5rem; }
    .obt-rate-fare-multiples:hover, .obt-rate-fare-multiples:focus {
      background: none; }
    .obt-rate-fare-multiples .obt-rate-options-blue-dropdown {
      margin-left: -.5rem;
      margin-right: -3rem; }
  .obt-rate-fare-car {
    padding-left: 1.375rem; }
    .obt-rate-fare-car .obt-rate-fare-class {
      padding-left: 0; }
    .obt-rate-fare-car .obt-rate-fare-icons {
      display: flex;
      width: 100%;
      justify-content: space-between;
      line-height: 1.875rem; }
      .obt-rate-fare-car .obt-rate-fare-icons .obt-icon, .obt-rate-fare-car .obt-rate-fare-icons .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-fare-car .obt-rate-fare-icons .glyphicon-calendar:before, .obt-rate-fare-car .obt-rate-fare-icons .obt-rate-container-tip:before, .obt-rate-fare-car .obt-rate-fare-icons .obt-rate-fare-tip:before, .obt-rate-fare-car .obt-rate-fare-icons .obt-rate-summary-header:after, .obt-rate-fare-car .obt-rate-fare-icons .obt-rate-summary-footer-tip:before, .obt-rate-fare-car .obt-rate-fare-icons .obt-rate-summary-arrow {
        width: 1.25rem; }
    .obt-rate-fare-car .obt-rate-fare-terms {
      font-size: .75rem;
      display: table;
      width: 100%; }
    .obt-rate-fare-car .obt-rate-fare-emissions {
      text-align: right; }
  .obt-rate-fare-rail {
    padding: 0 .125rem;
    text-align: center; }
    .obt-rate-fare-rail .obt-rate-fare-tip {
      display: block; }
      .obt-rate-fare-rail .obt-rate-fare-tip:before {
        border-top-left-radius: .25rem; }
    .obt-rate-fare-rail .card {
      display: flex;
      height: 4rem; }
      .obt-rate-fare-rail .card:hover, .obt-rate-fare-rail .card:focus {
        background: #eceeef; }
  .obt-rate-fare-radio {
    line-height: 1.125;
    margin: 0;
    display: block;
    cursor: pointer;
    padding-top: 1.25rem;
    flex: 1; }
    .obt-rate-fare-radio input {
      cursor: pointer; }
  .obt-rate-fare-empty .card {
    text-align: center;
    display: block; }
    .obt-rate-fare-empty .card:hover, .obt-rate-fare-empty .card:focus {
      background: none; }
    .obt-rate-fare-empty .card:before, .obt-rate-fare-empty .card:after {
      content: "";
      display: inline-block;
      width: .25rem;
      height: 3rem;
      background: #eceeef;
      position: absolute;
      align-self: center;
      top: 50%;
      margin-top: -1.5rem; }
    .obt-rate-fare-empty .card:before {
      -webkit-transform: rotate(35deg);
      transform: rotate(35deg);
      margin-left: -.125rem;
      left: 50%; }
    .obt-rate-fare-empty .card:after {
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg);
      margin-right: -.125rem;
      right: 50%; }
  .obt-rate-fare-hotel {
    padding-top: 1.5rem; }
    .obt-rate-fare-hotel::after {
      display: block;
      content: "";
      clear: both; }
    .obt-rate-fare-hotel .obt-rate-fare-spec {
      padding-top: .25rem;
      margin-bottom: .125rem; }
    .obt-rate-fare-hotel .obt-rate-fare-icons {
      float: left; }
    .obt-rate-fare-hotel .obt-rate-fare-price {
      float: right; }
      .obt-rate-fare-hotel .obt-rate-fare-price:before {
        content: attr(data-label);
        display: block;
        font-weight: 700; }
  .obt-rate-fare-gds-spec {
    display: block; }
  .obt-rate-fare-gds-icons {
    float: right; }
    .obt-rate-fare-gds-icons .obt-icon, .obt-rate-fare-gds-icons .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-fare-gds-icons .glyphicon-calendar:before, .obt-rate-fare-gds-icons .obt-rate-container-tip:before, .obt-rate-fare-gds-icons .obt-rate-fare-tip:before, .obt-rate-fare-gds-icons .obt-rate-summary-header:after, .obt-rate-fare-gds-icons .obt-rate-summary-footer-tip:before, .obt-rate-fare-gds-icons .obt-rate-summary-arrow {
      font-size: 1.25rem;
      vertical-align: middle;
      margin-left: .25rem; }
  .obt-rate-fare-gds-description {
    margin-bottom: .5rem; }
  .obt-rate-fare-gds-taxes {
    float: left; }
  .obt-rate-fare-gds-spacer {
    display: block; }
  .obt-rate-fare-cell {
    position: relative;
    padding-left: 8.5rem;
    line-height: 1.5; }
    .obt-rate-fare-cell[data-label]:before {
      content: attr(data-label);
      display: block;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 0; }
  .obt-rate-fare-combined {
    position: relative;
    padding: .75rem 2rem .75rem 2.5rem; }
    .obt-rate-fare-combined .obt-rate-options-blue-dropdown {
      margin-left: -2.5rem;
      margin-right: -2rem;
      padding-left: 2rem;
      padding-right: .5rem; }
    .obt-rate-fare-combined:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 2.5rem;
      right: 2rem;
      border-top: 1px solid rgba(0, 0, 0, 0.125); }
  @media (min-width: 544px) {
    .obt-rate-fare-spec {
      float: left;
      width: 66.67%;
      line-height: 2.25; }
      .obt-rate-fare-spec-flights {
        width: 50%; }
      .obt-rate-fare-spec-combined {
        float: none;
        width: 100%; }
    .obt-rate-fare-upsell .obt-rate-fare-spec-flights {
      width: 40%;
      margin-left: -1.5rem; }
    .obt-rate-fare-icons {
      float: left;
      width: 33.33%; }
      .obt-rate-fare-icons-flights {
        width: auto; }
    .obt-rate-fare-multiple {
      position: relative; }
    .obt-rate-fare-stopover {
      position: absolute;
      top: 2.5rem;
      width: 170px;
      text-align: left;
      padding-left: 1rem;
      right: 0; }
    .obt-rate-fare-car .obt-rate-fare-spec {
      width: 40%; }
    .obt-rate-fare-car .obt-rate-fare-terms {
      width: 60%;
      float: left;
      line-height: 1.875rem;
      padding-left: 1rem; }
    .obt-rate-fare-hotel .obt-rate-fare-spec {
      width: 60%; }
    .obt-rate-fare-hotel .obt-rate-fare-icons {
      float: left;
      width: 3rem;
      text-align: left;
      margin-top: 3.5rem; }
    .obt-rate-fare-hotel .obt-rate-fare-price {
      margin-top: 3.5rem; }
    .obt-rate-fare-gds-spacer {
      width: 2rem;
      display: inline-block; }
    .obt-rate-fare-gds-icons {
      position: relative;
      top: -.5rem; }
    .obt-rate-fare-class-multiple {
      padding-top: 1rem; }
    .obt-rate-fare-seats-flights {
      width: auto;
      padding: 0 1rem; } }
  @media (min-width: 768px) {
    .obt-rate-fare-type {
      cursor: pointer;
      float: left;
      margin: -.75rem 0 -.25rem -2.5rem;
      padding: .75rem 0 .25rem 2.5rem;
      width: calc(100% - 90px);
      border-right: 1px solid rgba(0, 0, 0, 0.125); }
      .obt-rate-fare-type:hover, .obt-rate-fare-type:focus {
        background: #f7f7f9; }
      .obt-rate-fare-type .obt-rate-fare-spec-flights {
        width: auto; }
      .obt-rate-fare-type .obt-rate-fare-icons-flights {
        width: auto;
        float: right;
        margin-right: 2.5rem; }
    .obt-rate-fare-flight {
      padding-top: .75rem;
      padding-bottom: .25rem; }
    .obt-rate-fare-upsell .obt-rate-fare-spec-flights {
      width: 44%;
      padding-left: 0;
      margin-left: -.875rem; }
    .obt-rate-fare-upsell .obt-rate-fare-seats-flights {
      position: static;
      white-space: nowrap;
      padding: 0 2rem 0 0; }
    .obt-rate-fare-upsell.obt-rate-fare-flight {
      padding-bottom: .75rem;
      padding-right: 1.25rem; }
    .obt-rate-fare-class {
      float: left;
      padding: .25rem 1rem 0 2rem;
      width: 23%; }
      .obt-rate-fare-class-flights {
        padding-left: 0; }
        .obt-rate-fare-class-flights-combined {
          width: 36%;
          padding-bottom: .125rem;
          padding-top: .375rem;
          position: relative;
          top: .25rem; }
        .obt-rate-fare-class-flights-multiple {
          margin: .25rem 0 .75rem 0;
          border: none;
          width: 30%; }
          .obt-rate-fare-class-flights-multiple:hover, .obt-rate-fare-class-flights-multiple:focus {
            background: none; }
      .obt-rate-fare-class-multiple {
        width: 182px;
        float: none;
        padding: 0 1.5rem 0 0;
        display: block;
        margin-left: auto; }
    .obt-rate-fare-spec {
      float: left;
      width: 38%; }
      .obt-rate-fare-spec-flights {
        width: 23%;
        position: relative;
        line-height: 1.5;
        padding-left: 3.75rem; }
      .obt-rate-fare-spec-combined {
        float: right;
        width: 30%;
        line-height: 1.5;
        padding-top: .875rem; }
    .obt-rate-fare-price {
      float: right;
      margin-left: auto; }
      .obt-rate-fare-price-flights .obt-rate-price {
        padding-top: 0; }
      .obt-rate-fare-price-flights-multiple {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        padding: .75rem 2rem 0 0;
        width: 162px; }
        .obt-rate-fare-price-flights-multiple:hover, .obt-rate-fare-price-flights-multiple:focus {
          background: #f7f7f9; }
    .obt-rate-fare-rich {
      width: 16%;
      float: left;
      padding-top: .25rem;
      margin-bottom: 0; }
      .obt-rate-fare-rich-multiple {
        width: 182px;
        float: none;
        padding-right: 1.5rem;
        display: block;
        margin-left: auto; }
      .obt-rate-fare-rich-combined {
        padding-top: .625rem; }
    .obt-rate-fare-rules-link {
      padding-left: .5rem; }
    .obt-rate-fare-rules-flights {
      padding-right: 0; }
    .obt-rate-fare-rules-combined .obt-rate-fare-emissions {
      text-align: right; }
    .obt-rate-fare-emissions {
      padding-right: 1rem; }
    .obt-rate-fare-icons {
      width: 22%; }
      .obt-rate-fare-icons-flights {
        width: 17%; }
      .obt-rate-fare-icons .obt-icon, .obt-rate-fare-icons .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-fare-icons .glyphicon-calendar:before, .obt-rate-fare-icons .obt-rate-container-tip:before, .obt-rate-fare-icons .obt-rate-fare-tip:before, .obt-rate-fare-icons .obt-rate-summary-header:after, .obt-rate-fare-icons .obt-rate-summary-footer-tip:before, .obt-rate-fare-icons .obt-rate-summary-arrow {
        margin-left: .5rem; }
    .obt-rate-fare-multiple {
      padding-top: .75rem; }
      .obt-rate-fare-multiple .obt-rate-fare-logo {
        padding-left: 1.25rem;
        width: 37%; }
      .obt-rate-fare-multiple .obt-rate-details {
        position: relative;
        left: -1px; }
        .obt-rate-fare-multiple .obt-rate-details-flights {
          position: absolute;
          left: auto;
          right: 186px;
          width: auto; }
    .obt-rate-fare-combined {
      padding-right: .75rem;
      float: left;
      width: 100%;
      padding-top: 0;
      padding-bottom: .125rem; }
      .obt-rate-fare-combined:before {
        right: .75rem; }
      .obt-rate-fare-combined .obt-rate-options-blue-dropdown {
        margin: .5rem 0 0;
        padding: .375rem; }
    .obt-rate-fare-logo {
      display: table-cell;
      vertical-align: top; }
      .obt-rate-fare-logo .obt-icon-unused-ticket-credit {
        position: absolute;
        left: 0;
        top: .125rem;
        font-size: 1rem;
        line-height: 1; }
    .obt-rate-fare-details {
      display: table-cell;
      vertical-align: top; }
      .obt-rate-fare-details-multiple {
        float: left;
        display: block;
        width: calc(100% - 14rem);
        margin-bottom: .5rem;
        position: relative; }
    .obt-rate-fare-wait {
      clear: both;
      margin-bottom: 0; }
    .obt-rate-fare-stopover {
      top: 1.5rem;
      right: auto;
      left: calc(50% + 170px); }
    .obt-rate-fare-flight .obt-rate-options-blue-dropdown {
      margin: .5rem 0 0 0;
      padding: .375rem; }
    .obt-rate-fare-car {
      padding-left: 2rem;
      display: flex;
      align-items: center; }
      .obt-rate-fare-car .obt-rate-fare-class {
        width: 25%; }
      .obt-rate-fare-car .obt-rate-fare-spec {
        width: 25%;
        padding-right: 0; }
      .obt-rate-fare-car .obt-rate-fare-terms {
        width: 25%;
        padding: .25rem 0 0 0;
        line-height: 1; }
      .obt-rate-fare-car .obt-rate-fare-price {
        min-width: 8rem; }
      .obt-rate-fare-car .obt-rate-price {
        position: relative;
        padding-bottom: 1rem;
        text-align: left; }
      .obt-rate-fare-car .obt-rate-price-from {
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto; }
      .obt-rate-fare-car .obt-rate-price-currency {
        padding-right: 0; }
    .obt-rate-fare-hotel {
      padding-top: .25rem; }
      .obt-rate-fare-hotel .obt-rate-fare-spec {
        padding-left: 108px;
        width: 70%; }
      .obt-rate-fare-hotel .obt-rate-fare-icons {
        width: 5rem; }
    .obt-rate-fare-gds {
      width: 100%; }
      .obt-rate-fare-gds::after {
        display: block;
        content: "";
        clear: both; }
      .obt-rate-fare-gds-spec {
        float: left;
        padding-left: 2rem;
        width: calc(100% - 13rem); }
      .obt-rate-fare-gds-price {
        float: right;
        width: 11.5rem; }
      .obt-rate-fare-gds-description {
        margin-bottom: .25rem; }
    .obt-rate-fare-seats-flights {
      position: absolute;
      left: 0;
      top: .5rem; } }
  @media (min-width: 992px) {
    .obt-rate-fare-spec-combined {
      float: right;
      width: 36%; }
    .obt-rate-fare-upsell {
      display: flex;
      align-items: center; }
      .obt-rate-fare-upsell .obt-rate-fare-spec-flights {
        max-width: 20%;
        flex: 0 0 20%;
        padding-left: 3.75rem;
        margin-left: 0; }
      .obt-rate-fare-upsell .obt-rate-fare-seats-flights {
        position: absolute;
        padding: 0 1rem; }
      .obt-rate-fare-upsell .obt-rate-fare-price {
        white-space: nowrap;
        padding-left: 1rem;
        max-width: 20%;
        flex: 0 0 20%; }
      .obt-rate-fare-upsell .obt-rate-fare-icons-flights {
        flex: 0 0 13%;
        max-width: 13%; }
    .obt-rate-fare-number {
      display: inline-block; }
    .obt-rate-fare-multiple .obt-rate-fare-logo {
      width: 41%; }
    .obt-rate-fare-stopover {
      left: calc(50% + 200px); }
    .obt-rate-fare-cell {
      float: left;
      width: 50%; }
    .obt-rate-fare-missed {
      padding-left: 0;
      padding-right: 0;
      margin-right: 0;
      margin-left: 0;
      max-width: 600px; }
    .obt-rate-fare-hotel-header {
      font-size: .75rem;
      font-weight: bold;
      background: none !important;
      cursor: default; }
      .obt-rate-fare-hotel-header button {
        font-weight: bold; }
    .obt-rate-fare-hotel .obt-rate-fare-spec {
      padding-left: 1.5rem;
      padding-right: 0;
      width: 75%; }
      .obt-rate-fare-hotel .obt-rate-fare-spec-header {
        margin-bottom: 0; }
    .obt-rate-fare-hotel .obt-rate-fare-icons {
      margin-top: 0; }
    .obt-rate-fare-hotel .obt-rate-fare-price {
      margin-top: 0; }
      .obt-rate-fare-hotel .obt-rate-fare-price:before {
        display: none; }
    .obt-rate-fare-cell {
      width: auto;
      padding-left: 0;
      padding-right: .25rem; }
      .obt-rate-fare-cell[data-label]:before {
        display: none; }
      .obt-rate-fare-cell-room {
        width: 30%; }
      .obt-rate-fare-cell-occupancy {
        width: 7%; }
      .obt-rate-fare-cell-availability {
        width: 7%; }
      .obt-rate-fare-cell-meals {
        width: 30%; }
      .obt-rate-fare-cell-service {
        width: 12%; }
      .obt-rate-fare-cell-tax {
        width: 10%; }
      .obt-rate-fare-cell-night {
        position: absolute;
        right: .5rem; }
    .obt-rate-fare-gds-spacer {
      display: block; }
    .obt-rate-fare-gds-description {
      float: left;
      width: 62%;
      padding-right: 2rem; }
    .obt-rate-fare-gds-icons {
      top: 0; }
    .obt-rate-fare-car .obt-rate-fare-class {
      width: 30%; }
    .obt-rate-fare-rail .card {
      height: 6.5rem;
      padding-top: .75rem; } }
  @media (min-width: 1334px) {
    .obt-rate-fare-car .obt-rate-fare-spec {
      width: 29%;
      padding-left: 5%; }
    .obt-rate-fare-car .obt-rate-fare-terms {
      width: 29%;
      padding: .5rem 0 0; }
    .obt-rate-fare-upsell .obt-rate-fare-spec-flights {
      max-width: 15%;
      flex: 0 0 15%; }
    .obt-rate-fare-upsell .obt-rate-fare-price {
      max-width: 17%;
      flex: 0 0 17%; }
    .obt-rate-fare-upsell .obt-rate-fare-icons-flights {
      flex: 0 0 11%;
      max-width: 11%; }
    .obt-rate-fare-upsell .obt-rate-fare-rich {
      width: auto;
      float: none;
      flex: 0 0 33%;
      max-width: 33%; }
    .obt-rate-fare-upsell .obt-rate-fare-dual-class {
      flex: 0 0 42%;
      max-width: 42%; }
    .obt-rate-fare-upsell .obt-rate-fare-dual-direction {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 1680px) {
    .obt-rate-fare-rail .card {
      height: 5rem;
      padding-top: .375rem; } }

.obt-rate-logo {
  min-height: 2.5rem;
  position: relative;
  line-height: 1.25;
  /* Tablet portait -------------------------------------------- */ }
  .obt-rate-logo-flight {
    padding-left: 2rem; }
    .obt-rate-logo-flight .obt-icon, .obt-rate-logo-flight .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-logo-flight .glyphicon-calendar:before, .obt-rate-logo-flight .obt-rate-container-tip:before, .obt-rate-logo-flight .obt-rate-fare-tip:before, .obt-rate-logo-flight .obt-rate-summary-header:after, .obt-rate-logo-flight .obt-rate-summary-footer-tip:before, .obt-rate-logo-flight .obt-rate-summary-arrow {
      position: absolute;
      left: 0;
      font-weight: 700; }
    .obt-rate-logo-flight img {
      max-height: 2.5rem;
      width: auto; }
  .obt-rate-logo-company {
    font-size: 0.875rem;
    min-height: 1.5rem;
    display: inline-block; }
  .obt-rate-logo-number {
    font-size: 0.75rem;
    display: block;
    color: #51595e;
    padding-top: .25rem; }
  .obt-rate-logo-note {
    display: block;
    font-size: 0.75rem;
    padding-top: .25rem;
    color: #51595e; }
  .obt-rate-logo-date {
    font-size: .75rem;
    color: #51595e;
    float: right;
    padding-top: .25rem;
    padding-right: 2.5rem; }
    .obt-rate-logo-date-combined {
      padding-right: 1.5rem; }
    .obt-rate-logo-date-missed {
      padding-right: 0; }
  .obt-rate-logo-missed img {
    max-height: 2.5rem;
    width: auto; }
  @media (min-width: 768px) {
    .obt-rate-logo-flight {
      width: 100%; }
      .obt-rate-logo-flight-multiple {
        float: left;
        width: 14rem;
        padding-right: .75rem;
        margin-bottom: .5rem; }
    .obt-rate-logo-date {
      padding-right: 0; }
      .obt-rate-logo-date-missed {
        position: absolute;
        left: 190px;
        white-space: nowrap; }
    .obt-rate-logo-missed {
      width: 190px;
      padding-right: 10px; } }

.obt-rate-options {
  text-align: right;
  /* Mobile landscape -------------------------------------------- */
  /* Tablet portrait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */ }
  .obt-rate-options-tiny .btn-group {
    vertical-align: initial; }
  .obt-rate-options-blue {
    text-align: left; }
    .obt-rate-options-blue-dropdown {
      position: static;
      float: none;
      border: none;
      background: #e9f0f5;
      border-radius: 0;
      margin-top: .5rem; }
      .obt-rate-options-blue-dropdown li {
        position: relative;
        margin: 1px 0;
        padding-left: 3.25rem; }
        .obt-rate-options-blue-dropdown li .obt-icon:first-child, .obt-rate-options-blue-dropdown li .daterangepicker .glyphicon-calendar:first-child:before, .daterangepicker .obt-rate-options-blue-dropdown li .glyphicon-calendar:first-child:before, .obt-rate-options-blue-dropdown li .obt-rate-container-tip:first-child:before, .obt-rate-options-blue-dropdown li .obt-rate-fare-tip:first-child:before, .obt-rate-options-blue-dropdown li .obt-rate-summary-header:first-child:after, .obt-rate-options-blue-dropdown li .obt-rate-summary-footer-tip:first-child:before, .obt-rate-options-blue-dropdown li .obt-rate-summary-arrow:first-child {
          left: 0; }
        .obt-rate-options-blue-dropdown li .obt-icon:nth-child(2), .obt-rate-options-blue-dropdown li .daterangepicker .glyphicon-calendar:nth-child(2):before, .daterangepicker .obt-rate-options-blue-dropdown li .glyphicon-calendar:nth-child(2):before, .obt-rate-options-blue-dropdown li .obt-rate-container-tip:nth-child(2):before, .obt-rate-options-blue-dropdown li .obt-rate-fare-tip:nth-child(2):before, .obt-rate-options-blue-dropdown li .obt-rate-summary-header:nth-child(2):after, .obt-rate-options-blue-dropdown li .obt-rate-summary-footer-tip:nth-child(2):before, .obt-rate-options-blue-dropdown li .obt-rate-summary-arrow:nth-child(2) {
          left: 1.5rem; }
      .obt-rate-options-blue-dropdown .obt-icon, .obt-rate-options-blue-dropdown .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-options-blue-dropdown .glyphicon-calendar:before, .obt-rate-options-blue-dropdown .obt-rate-container-tip:before, .obt-rate-options-blue-dropdown .obt-rate-fare-tip:before, .obt-rate-options-blue-dropdown .obt-rate-summary-header:after, .obt-rate-options-blue-dropdown .obt-rate-summary-footer-tip:before, .obt-rate-options-blue-dropdown .obt-rate-summary-arrow {
        margin: 0 .25rem;
        position: absolute; }
      .obt-rate-options-blue-dropdown-card {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
      .obt-rate-options-blue-dropdown-striped {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem; }
    .obt-rate-options-blue-wrapper {
      position: relative; }
  .obt-rate-options-grid .obt-rate-options-button {
    position: relative;
    padding-right: 1.25rem; }
    .obt-rate-options-grid .obt-rate-options-button .obt-icon, .obt-rate-options-grid .obt-rate-options-button .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-options-grid .obt-rate-options-button .glyphicon-calendar:before, .obt-rate-options-grid .obt-rate-options-button .obt-rate-container-tip:before, .obt-rate-options-grid .obt-rate-options-button .obt-rate-fare-tip:before, .obt-rate-options-grid .obt-rate-options-button .obt-rate-summary-header:after, .obt-rate-options-grid .obt-rate-options-button .obt-rate-summary-footer-tip:before, .obt-rate-options-grid .obt-rate-options-button .obt-rate-summary-arrow {
      margin-right: .25rem; }
    .obt-rate-options-grid .obt-rate-options-button:before {
      content: '';
      display: block;
      position: absolute;
      right: 1.75rem;
      top: 0;
      bottom: 0;
      border-left: 1px solid #a3c0d5; }
    .obt-rate-options-grid .obt-rate-options-button:after {
      position: relative;
      left: .625rem; }
  .obt-rate-options-button {
    height: 1.75rem;
    background-color: white; }
    .obt-rate-options-button .obt-icon, .obt-rate-options-button .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-options-button .glyphicon-calendar:before, .obt-rate-options-button .obt-rate-container-tip:before, .obt-rate-options-button .obt-rate-fare-tip:before, .obt-rate-options-button .obt-rate-summary-header:after, .obt-rate-options-button .obt-rate-summary-footer-tip:before, .obt-rate-options-button .obt-rate-summary-arrow {
      display: inline-block;
      width: 1rem; }
    .obt-rate-options-button-left {
      float: left; }
    .obt-rate-options-button-right {
      float: right; }
    .obt-rate-options-button-tiny {
      height: 1.0625rem;
      padding: 0 .25rem; }
      .obt-rate-options-button-tiny:after {
        margin-left: 0;
        border-width: .2em;
        position: relative;
        top: -.125rem; }
      .obt-rate-options-button-tiny .obt-icon, .obt-rate-options-button-tiny .daterangepicker .glyphicon-calendar:before, .daterangepicker .obt-rate-options-button-tiny .glyphicon-calendar:before, .obt-rate-options-button-tiny .obt-rate-container-tip:before, .obt-rate-options-button-tiny .obt-rate-fare-tip:before, .obt-rate-options-button-tiny .obt-rate-summary-header:after, .obt-rate-options-button-tiny .obt-rate-summary-footer-tip:before, .obt-rate-options-button-tiny .obt-rate-summary-arrow {
        position: relative;
        top: -.0625rem;
        width: .625rem; }
    .obt-rate-options-button-blue {
      background-color: #e9f0f5;
      border-color: #a3c0d5;
      border-radius: .5rem;
      min-width: 6rem;
      color: #141414; }
      .obt-rate-options-button-blue:focus, .obt-rate-options-button-blue:hover {
        background-color: #e9f0f5;
        box-shadow: none; }
      .obt-rate-options-button-blue:focus {
        border-color: #467699; }
      .obt-rate-options-button-blue:after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        border-style: solid;
        border-color: #292b2c;
        border-width: .2rem .2rem 0 0;
        height: .5rem;
        width: .5rem;
        margin-top: -.25rem; }
      .obt-rate-options-button-blue[aria-expanded=true]:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: .0625rem; }
  .obt-rate-options-group {
    text-align: left; }
  .obt-rate-options-icons {
    font-size: 0.875rem; }
  .obt-rate-options-icon {
    padding-right: .5rem; }
    .obt-rate-options-icon-left {
      float: left;
      padding-right: 1rem; }
    .obt-rate-options-icon-right {
      float: left;
      padding-right: 0; }
  .obt-rate-options-tips {
    font-size: 1.25rem; }
  .obt-rate-options-tip {
    line-height: 1.125;
    vertical-align: middle; }
  .obt-rate-options-terms {
    font-size: .875rem;
    margin-bottom: 1rem; }
    .obt-rate-options-terms-combined {
      margin-bottom: 0; }
  .obt-rate-options-term {
    margin-left: 1.5rem;
    color: #141414;
    text-decoration: underline; }
  .obt-rate-options-combined {
    margin: .5rem 0 .25rem 0; }
    .obt-rate-options-combined .obt-rate-options-tip {
      margin-right: 1rem; }
      .obt-rate-options-combined .obt-rate-options-tip:last-child {
        margin-right: 0; }
    .obt-rate-options-combined .dropdown-toggle {
      padding: .25rem; }
  @media (min-width: 544px) {
    .obt-rate-options-combined {
      margin-bottom: .5rem; }
      .obt-rate-options-combined .obt-rate-options-tip {
        margin-right: .25rem; }
    .obt-rate-options-terms {
      margin-bottom: .5rem; }
    .obt-rate-options-term {
      margin-left: .5rem; }
      .obt-rate-options-term:first-child {
        margin-left: 0; }
    .obt-rate-options-blue-md-up .obt-rate-options-blue-dropdown {
      position: absolute;
      width: 13rem;
      padding: .375rem;
      border-radius: .5rem;
      border: 1px solid #a3c0d5; }
      .obt-rate-options-blue-md-up .obt-rate-options-blue-dropdown-card, .obt-rate-options-blue-md-up .obt-rate-options-blue-dropdown-striped {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 768px) {
    .obt-rate-options-buttons {
      float: right; }
    .obt-rate-options-icons {
      float: left; }
    .obt-rate-options-button-left {
      padding-right: .75rem; }
    .obt-rate-options-blue-dropdown {
      position: absolute;
      width: 13rem;
      padding: .375rem;
      border-radius: .5rem;
      border: 1px solid #a3c0d5; }
      .obt-rate-options-blue-dropdown-card, .obt-rate-options-blue-dropdown-striped {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 992px) {
    .obt-rate-options-buttons {
      float: none;
      white-space: nowrap; }
    .obt-rate-options-icons {
      float: none; }
    .obt-rate-options .obt-rate-options-button-right {
      float: left; }
    .obt-rate-options-grid .obt-rate-options-button {
      display: none; }
    .obt-rate-options-grid .obt-rate-options-blue-dropdown {
      display: block !important;
      position: static;
      padding: 0;
      margin: .25rem 0;
      border-radius: 0;
      border: none;
      background: none;
      width: auto; }
      .obt-rate-options-grid .obt-rate-options-blue-dropdown ul {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #ddd;
        padding: .25rem 0; }
      .obt-rate-options-grid .obt-rate-options-blue-dropdown li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: .25rem .5rem .25rem 3.75rem;
        margin-right: 0; }
        .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-icon:first-child, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .daterangepicker .glyphicon-calendar:first-child:before, .daterangepicker .obt-rate-options-grid .obt-rate-options-blue-dropdown li .glyphicon-calendar:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-container-tip:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-fare-tip:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-header:first-child:after, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-footer-tip:first-child:before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-arrow:first-child {
          left: .5rem; }
        .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-icon:nth-child(2), .obt-rate-options-grid .obt-rate-options-blue-dropdown li .daterangepicker .glyphicon-calendar:nth-child(2):before, .daterangepicker .obt-rate-options-grid .obt-rate-options-blue-dropdown li .glyphicon-calendar:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-container-tip:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-fare-tip:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-header:nth-child(2):after, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-footer-tip:nth-child(2):before, .obt-rate-options-grid .obt-rate-options-blue-dropdown li .obt-rate-summary-arrow:nth-child(2) {
          left: 2rem; } }

.obt-rate-price {
  text-align: right;
  line-height: 1.25;
  padding-top: .125rem; }
  .obt-rate-price-payment {
    font-size: 0.75rem; }
  .obt-rate-price-from {
    font-size: 0.75rem;
    white-space: nowrap;
    position: relative;
    top: -1px; }
  .obt-rate-price-figure {
    font-size: 1.125rem; }
  .obt-rate-price-currency {
    font-size: 0.875rem;
    padding-right: .25rem;
    position: relative;
    top: -1px; }
  .obt-rate-price-local {
    font-size: 0.875rem; }

.obt-rate-summary {
  /* Mobile landscape -------------------------------------------- */
  /* Tablet portrait -------------------------------------------- */
  /* Tablet landscape -------------------------------------------- */
  /* Desktop -------------------------------------------- */ }
  .obt-rate-summary-rail {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .obt-rate-summary-card {
    padding: 0 .5rem;
    max-height: 3rem;
    transition: max-height 500ms ease;
    width: 100%;
    margin-bottom: -1rem; }
    .obt-rate-summary-card.active {
      max-height: 20rem; }
    .obt-rate-summary-card-static {
      max-height: none;
      margin-bottom: 0; }
      .obt-rate-summary-card-static .card {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none; }
      .obt-rate-summary-card-static .obt-rate-details-flights {
        padding: .5rem 1.5rem 0 4.5rem; }
      .obt-rate-summary-card-static .obt-rate-details-date {
        position: absolute;
        left: .75rem; }
  .obt-rate-summary .card-footer {
    position: relative; }
  .obt-rate-summary-info {
    border-top: none;
    font-size: .75rem;
    line-height: 1.25;
    padding: 0 .5rem .5rem .5rem; }
  .obt-rate-summary-header {
    cursor: pointer;
    padding: .5rem; }
    .obt-rate-summary-header:hover, .obt-rate-summary-header:focus {
      text-decoration: underline; }
    .obt-rate-summary-header:after {
      float: right;
      content: ""; }
    .obt-rate-summary-header.active:after {
      content: ""; }
    .obt-rate-summary-header-static {
      pointer-events: none;
      cursor: auto; }
      .obt-rate-summary-header-static:after {
        content: '';
        display: none; }
  .obt-rate-summary-footer {
    position: relative;
    z-index: 20; }
    .obt-rate-summary-footer .obt-rate-price {
      position: relative; }
    .obt-rate-summary-footer-tip {
      position: absolute;
      top: -1px;
      left: -1px;
      left: -.5rem;
      top: -.5rem;
      margin-top: -1px;
      margin-left: -1px; }
      .obt-rate-summary-footer-tip:before {
        display: block;
        width: 28px;
        border-bottom-right-radius: 1.25rem;
        font-size: 0.875rem;
        text-align: center;
        color: white; }
      .obt-rate-summary-footer-tip-yes:before {
        content: "";
        background: #387f38; }
      .obt-rate-summary-footer-tip-no:before {
        content: "";
        background: #a62924; }
    .obt-rate-summary-footer-static {
      padding: 0 .5rem; }
      .obt-rate-summary-footer-static .card-footer {
        border: 1px solid rgba(0, 0, 0, 0.125); }
  .obt-rate-summary-continue {
    position: absolute;
    right: .5rem;
    bottom: .5rem; }
  .obt-rate-summary-total {
    min-height: 2.5rem;
    margin-left: auto;
    padding-right: 120px; }
    .obt-rate-summary-total-rail {
      padding-right: 120px; }
    .obt-rate-summary-total-static {
      padding-right: 0;
      width: 100%; }
  .obt-rate-summary-details {
    margin-bottom: .125rem; }
    .obt-rate-summary-details .obt-rate-details-date {
      width: auto; }
  .obt-rate-summary-logo {
    margin-bottom: .125rem; }
    .obt-rate-summary-logo .obt-rate-logo-note {
      padding: 0; }
    .obt-rate-summary-logo .obt-rate-logo-company {
      min-height: 0;
      margin-bottom: .25rem; }
    .obt-rate-summary-logo .obt-rate-logo {
      min-height: 0; }
    .obt-rate-summary-logo img {
      max-height: 2.5rem;
      width: auto; }
    .obt-rate-summary-logo-branding {
      padding-right: 7rem;
      min-height: 1.75rem;
      margin-top: .25rem; }
  .obt-rate-summary-segments {
    position: relative;
    margin: 0 -.75rem; }
    .obt-rate-summary-segments.slick-dotted {
      padding: 0 .75rem;
      margin: 0; }
    .obt-rate-summary-segments-static {
      position: relative;
      margin: 0 -1.25rem; }
    .obt-rate-summary-segments-slider.slick-dotted {
      padding: 0 1.25rem; }
    .obt-rate-summary-segments-slider .obt-rate-summary-prev {
      left: -.25rem; }
    .obt-rate-summary-segments-slider .obt-rate-summary-next {
      right: -.25rem; }
  .obt-rate-summary-segment {
    padding: .5rem .75rem; }
    .obt-rate-summary-segment .h6 {
      margin-bottom: 0; }
    .obt-rate-summary-segment-static {
      border-bottom: 1px solid #eceeef;
      padding-top: 0; }
      .obt-rate-summary-segment-static:last-child {
        border-bottom: none; }
      .obt-rate-summary-segment-static .h6 {
        padding-top: .5rem; }
    .obt-rate-summary-segment-divider {
      border-top: 3px solid #DFDFDF;
      margin-top: -1px; }
  .obt-rate-summary-dots {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .obt-rate-summary-dots li {
      display: inline-block;
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      border: 1px solid #464a4c;
      margin: 0 .125rem; }
      .obt-rate-summary-dots li.slick-active {
        background: #464a4c; }
  .obt-rate-summary-arrow {
    overflow: hidden;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    z-index: 10;
    color: #464a4c; }
    .obt-rate-summary-arrow.slick-disabled {
      color: #eceeef; }
  .obt-rate-summary-prev {
    transform: rotate(180deg);
    left: -.75rem; }
  .obt-rate-summary-next {
    right: -.75rem; }
  .obt-rate-summary-rules {
    line-height: 1.25; }
    .obt-rate-summary-rules .obt-checkbox-input {
      top: .125rem; }
  .obt-rate-summary-travelcard {
    background-color: #f7f7f9;
    margin-bottom: 0;
    width: auto !important; }
    .obt-rate-summary-travelcard .obt-rate-summary-footer-tip:before {
      border-top-left-radius: .25rem;
      width: 148px; }
  .obt-rate-summary-branding {
    position: relative; }
  .obt-rate-summary-options .obt-rate-options-button {
    position: absolute;
    right: 0;
    top: 0; }
  .obt-rate-summary-options .obt-rate-options-blue-wrapper {
    position: static; }
  .obt-rate-summary-options .obt-rate-options-blue-dropdown {
    padding-left: .75rem;
    padding-right: .75rem;
    margin: .5rem -.75rem -.75rem -.75rem; }
  @media (min-width: 544px) {
    .obt-rate-summary-footer-tip:before {
      width: 148px; }
    .obt-rate-summary-combined {
      margin: 0 auto; }
    .obt-rate-summary-segment:after {
      content: "";
      display: block;
      width: 1px;
      top: 0;
      bottom: 0;
      position: absolute; }
    .obt-rate-summary-total {
      margin-right: auto;
      padding-right: 0; }
    .obt-rate-summary-static {
      max-width: 300px;
      margin: 0 auto; }
      .obt-rate-summary-static .obt-rate-details-flights {
        padding: .5rem 1.5rem 0 4.5rem; }
      .obt-rate-summary-static .obt-rate-details-wrapper-flights {
        width: 11rem; } }
  @media (min-width: 768px) {
    .obt-rate-summary-options .obt-rate-options-blue-dropdown {
      right: .75rem;
      left: auto;
      top: 1.75rem; }
    .obt-rate-summary-static .obt-rate-details-wrapper-flights {
      width: 11rem; } }
  @media (min-width: 992px) {
    .obt-rate-summary {
      width: 240px; }
      .obt-rate-summary-rail {
        position: absolute;
        top: 0;
        left: auto;
        top: 0;
        margin-right: 0; }
      .obt-rate-summary-card {
        max-height: none;
        position: static;
        padding: 0;
        margin-bottom: -.875rem; }
        .obt-rate-summary-card .card-block {
          padding: .75rem; }
        .obt-rate-summary-card-static {
          margin-bottom: 0;
          padding: 0 .5rem; }
          .obt-rate-summary-card-static .card-block {
            padding: 1.25rem; }
      .obt-rate-summary-info {
        border-top: none !important;
        margin-top: -1px !important; }
      .obt-rate-summary-header {
        cursor: auto; }
        .obt-rate-summary-header:after {
          display: none; }
        .obt-rate-summary-header:hover, .obt-rate-summary-header:focus {
          text-decoration: none; }
      .obt-rate-summary-segments-scroll {
        max-height: 350px;
        overflow: hidden; }
        .obt-rate-summary-segments-scroll .mCSB_scrollTools_vertical {
          right: -.125rem !important; }
      .obt-rate-summary-segment {
        border-bottom: 1px solid #eceeef; }
        .obt-rate-summary-segment:last-child {
          border-bottom: none; }
        .obt-rate-summary-segment-slider {
          border: none; }
      .obt-rate-summary-footer .card-footer {
        border: 1px solid rgba(0, 0, 0, 0.125); }
      .obt-rate-summary-footer-rail .obt-rate-price {
        padding-bottom: 2.25rem; }
      .obt-rate-summary-card-rules.card-footer {
        position: absolute;
        top: 2.625rem;
        border-top: none;
        z-index: 1;
        background: none;
        border: none;
        width: 100%; }
      .obt-rate-summary-continue {
        position: static;
        margin-top: .5rem; }
        .obt-rate-summary-continue .btn {
          width: 100%; }
      .obt-rate-summary-total {
        width: 100%;
        padding-top: .625rem; }
      .obt-rate-summary-combined {
        margin: 0; }
      .obt-rate-summary-rules .obt-checkbox-label {
        font-size: .75rem; } }
  @media (min-width: 1334px) {
    .obt-rate-summary-sticky .obt-rate-summary {
      right: 320px;
      margin-right: 2rem; } }

.obt-summary {
  /* Tablet landscape -------------------------------------------- */
  /* Desktop -------------------------------------------- */ }
  .obt-summary-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .obt-summary-box-rail {
      position: static; }
  @media (min-width: 992px) {
    .obt-summary-content-body {
      position: relative;
      padding-right: 272px;
      min-height: 35rem; }
    .obt-summary-box {
      width: 240px;
      position: absolute;
      right: 1rem;
      left: auto;
      top: 0;
      bottom: auto;
      margin-top: 1rem; }
      .obt-summary-box-sticky .obt-rate-summary {
        position: fixed;
        margin-right: 1rem;
        top: 1rem; }
      .obt-summary-box-rail {
        position: absolute;
        left: 0;
        width: auto; }
        .obt-summary-box-rail .obt-rate-details-freeze {
          padding-right: 256px; }
          .obt-summary-box-rail .obt-rate-details-freeze-container {
            height: 330px;
            transition: height 200ms ease;
            overflow: hidden; }
        .obt-summary-box-rail.obt-summary-box-sticky {
          position: fixed;
          z-index: 5;
          top: 0;
          left: 56px;
          right: 0;
          margin-top: 0; }
          .obt-summary-box-rail.obt-summary-box-sticky .obt-rate-summary {
            position: absolute;
            right: 1rem; }
          .obt-summary-box-rail.obt-summary-box-sticky .obt-rate-details-freeze {
            padding: 0 16px;
            margin: 0 auto;
            max-width: 1400px;
            position: relative; }
            .obt-summary-box-rail.obt-summary-box-sticky .obt-rate-details-freeze-container {
              background: #fff;
              padding-bottom: .5rem;
              border-bottom: 1px solid #eceeef;
              margin-left: 1rem;
              margin-right: 272px;
              padding-top: 1rem;
              height: 190px; }
            .obt-summary-box-rail.obt-summary-box-sticky .obt-rate-details-freeze-hide {
              display: none; }
      .obt-summary-box-spacer {
        height: 321px;
        transition: height 200ms ease; }
        .obt-summary-box-spacer-sticky {
          height: 190px; }
    .obt-summary-card-rail {
      position: relative;
      padding: 1rem 272px 1rem 1rem; } }
  @media (min-width: 1334px) {
    .obt-summary-box-rail.obt-summary-box-sticky {
      right: 320px; } }

/* Legacy */
.Seat {
  font-size: 13px;
  width: 59px;
  height: 29px;
  border: none;
  padding: 0px;
  float: left; }

.SeatE320 {
  font-size: 13px;
  width: 50px;
  height: 22px;
  border: none;
  padding: 0px;
  float: left; }

.PriorityE320 {
  font-size: 13px;
  width: 50px;
  height: 22px;
  border: none;
  padding: 0px;
  float: left; }

img.Spacer {
  border: none;
  float: left; }

.box-sizing-content-box {
  box-sizing: content-box; }

.InlineLeft {
  display: inline-block;
  float: left; }
