body {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #195191;
}

a {
    color: #00a6cb;
    text-decoration: none;
}

.back {
    background: #00a6cb;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px 10px 5px 5px;
    color: #fff;
    margin-top: 20px;
}

.back:hover {
    color: #fff;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
}

h1 {
    font-size: 51px;
    font-weight: normal;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
}

.mr-5 {
    margin-bottom: 5px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

.navbar-inverse .navbar-link {
    color: #fff;
}

thead {
    background: #e6e6e6;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #00a6cb, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a6cb), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #00a6cb, #0077b3);
    background-image: -o-linear-gradient(top, #00a6cb, #0077b3);
    background-image: linear-gradient(to bottom, #00a6cb, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a6cb', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #00a6cb, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a6cb), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #00a6cb, #0077b3);
    background-image: -o-linear-gradient(top, #00a6cb, #0077b3);
    background-image: linear-gradient(to bottom, #00a6cb, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a6cb', endColorstr='#ff0077b3', GradientType=0);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #13b7db, #00a6cb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#13b7db), to(#00a6cb));
    background-image: -webkit-linear-gradient(top, #13b7db, #00a6cb);
    background-image: -o-linear-gradient(top, #13b7db, #00a6cb);
    background-image: linear-gradient(to bottom, #13b7db, #00a6cb);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13b7db', endColorstr='#00a6cb', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #00a6cb;
    *background-color: #003bb3;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f26522);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f26522));
    background-image: -webkit-linear-gradient(top, #fbb450, #f26522);
    background-image: -o-linear-gradient(top, #fbb450, #f26522);
    background-image: linear-gradient(to bottom, #fbb450, #f26522);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #ffffff;
    background-color: #f26522;
    *background-color: #df8505;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #58a328);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#58a328));
    background-image: -webkit-linear-gradient(top, #62c462, #58a328);
    background-image: -o-linear-gradient(top, #62c462, #58a328);
    background-image: linear-gradient(to bottom, #62c462, #58a328);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-link {
    color: #00a6cb;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alert {

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #00a6cb;
}

.nav-tabs {
    margin-bottom: -1px;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid #eaedef;
    border-bottom-color: transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #00a6cb;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #00a6cb;
    border-bottom-color: #00a6cb;
}

.navbar-inner {
    border: none;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 5px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav > li {
    float: left;
    border-left: 1px solid #2f5b91;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #cae1fc;
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #184d8b, #133867);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#184d8b), to(#133867));
    background-image: -webkit-linear-gradient(top, #184d8b, #133867);
    background-image: -o-linear-gradient(top, #184d8b, #133867);
    background-image: linear-gradient(to bottom, #184d8b, #133867);
    background-repeat: repeat-x;
    border-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
    color: #cae1fc;
}

.navbar-inverse .navbar-text {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: #cae1fc;
    background-color: transparent;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #00a6cb;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.label-trips {
    background-color: #c30011;
}

.label-hotels {
    background-color: #5f30ae;
}

.label-tickets {
    background-color: #00aeef;
}

.label-parkings {
    background-color: #58A328;
}

.label-insurances {
    background-color: #DC3958;
}

.label-transfers {
    background: #58a328;
}

.label-priority {
    background: #f1a831;
}

.label-seats {
    background: #2f5b91;
}

.label-tickets a, .label-transfers a, .label-tickets a, .label-hotels a, .label-trips a,
.label-parkings a, .label-insurances a, .label-priority a {
    color: #FFF;
}

.index {
    margin-top: 100px;
}

.index .login-form {
    background-color: #fff;
    border-radius: 5px;
}

.login-form form {
    margin: 40px 20px 40px 20px;
}

.welcome h1 {
    color: #fff;
    margin: 0 40px 20px 20px;
    line-height: 1.1;
}

.welcome ul {
    margin: 20px 20px 40px 20px;
}

.welcome ul li {
    background: url('../../img/backend/icon-check.png') 0 0 no-repeat;
    padding-left: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.sidebar-nav {
    padding: 9px 0;
}

td.last {
    width: 170px;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
}

#content {
    background: #fff;
    padding: 20px;
}

.tabs-container {
    background: #f8fafb;
    border-bottom: 1px solid #eaedef;
    padding: 20px;
    padding-bottom: 0;
}

.page-title {
    background: #f8fafb;
    border-bottom: 1px solid #eaedef;
    padding: 20px;
}

.page-title h1 {
    margin-bottom: 10px;
}

a.main-nav-item {
    display: block;
    width: 100px;
    height: 40px;
    float: left;
    background: #00a6cb;
    color: #fff;
    border-right: 1px solid #33b8d5;
    cursor: pointer;
    text-align: center;
    padding-top: 60px;
}

a.main-nav-item:hover {
    text-decoration: none;
}

a.main-nav-item.active {
    font-weight: bold;
    color: #000;
    background: #f8fafb;
}

a.main-nav-item.active.dashboard {
    background: url('../../img/backend/icon-dashboard-active.png') center 25px no-repeat #f8fafb;
}

a.main-nav-item.dashboard {
    background: url('../../img/backend/icon-dashboard.png') center 25px no-repeat #00a6cb;
}

a.main-nav-item.active.projects {
    background: url('../../img/backend/icon-projects-active.png') center 28px no-repeat #f8fafb;
}

a.main-nav-item.projects {
    background: url('../../img/backend/icon-projects.png') center 28px no-repeat #00a6cb;
}

a.main-nav-item.active.flights {
    background: url('../../img/backend/icon-flights-active.png') center 20px no-repeat #f8fafb;
}

a.main-nav-item.flights {
    background: url('../../img/backend/icon-flights.png') center 20px no-repeat #00a6cb;
}

a.main-nav-item.active.hotels {
    background: url('../../img/backend/icon-hotels-active.png') center 20px no-repeat #f8fafb;
}

a.main-nav-item.hotels {
    background: url('../../img/backend/icon-hotels.png') center 20px no-repeat #00a6cb;
}

a.main-nav-item.transactions {
    background: url('../../img/backend/icon-money.png') center 20px no-repeat #00a6cb;
}

a.main-nav-item.statistics {
    background: url('../../img/backend/icon-statistics.png') center 20px no-repeat #00a6cb;
}

a.main-nav-item.active.statistics {
    background: url('../../img/backend/icon-statistics-active.png') center 20px no-repeat #f8fafb;
}

a.main-nav-item.pages {
    background: url('../../img/backend/icon-pages.png') center 20px no-repeat #00a6cb;
}

a.main-nav-item.active.pages {
    background: url('../../img/backend/icon-pages-active.png') center 20px no-repeat #f8fafb;
}

a.main-nav-item.active.transactions {
    background: url('../../img/backend/icon-money-active.png') center 20px no-repeat #f8fafb;
}

a.main-nav-item.active.orders {
    background: url('../../img/backend/icon-orders-active.png') center 25px no-repeat #f8fafb;
}

a.main-nav-item.orders {
    background: url('../../img/backend/icon-orders.png') center 25px no-repeat #00a6cb;
}

a.main-nav-item.active.destinations {
    background: url('../../img/backend/icon-destinations-active.png') center 25px no-repeat #f8fafb;
}

a.main-nav-item.destinations {
    background: url('../../img/backend/icon-destinations.png') center 25px no-repeat #00a6cb;
}

a.main-nav-item.projects:hover {
    background: url('../../img/backend/icon-projects.png') center 28px no-repeat #0184b5;
}

a.main-nav-item.flights:hover {
    background: url('../../img/backend/icon-flights.png') center 20px no-repeat #0184b5;
}

a.main-nav-item.hotels:hover {
    background: url('../../img/backend/icon-hotels.png') center 20px no-repeat #0184b5;
}

a.main-nav-item.orders:hover {
    background: url('../../img/backend/icon-orders.png') center 25px no-repeat #0184b5;
}

a.main-nav-item.destinations:hover {
    background: url('../../img/backend/icon-destinations.png') center 25px no-repeat #0184b5;
}

.stats table {
    background: #f8fafb;
}

.stats p {
    margin-bottom: 0;
}

.stats h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}

.text-trips {
    color: #c30011;
}

.text-tickets {
    color: #00aeef;
}

.text-hotels {
    color: #5f30ae;
}

.text-transfers {
    color: #58a328;
}

i.filter {
    background: url('../../img/backend/icon-filter.png') 0 0 no-repeat;
    display: inline-block;
    width: 12px;
    height: 19px;
    margin-top: 1px;
    line-height: 19px;
    vertical-align: text-top;
}

.results table thead th a {
    color: #000;
}

.results table thead th p input, .results table thead th p select, .results table thead th p {
    margin-bottom: 0;
}

.results table thead th p {
    margin-top: 5px;
}

.results table thead th a:hover {
    text-decoration: none;
    color: #6e6c6c;
}

footer, footer a {
    color: #fff;
}

footer {
    margin-top: 10px;
}

div.error-message {
    color: red;
}

#navigation a {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#legend {
    position: absolute;
    top: -2em;
    right: 44%;
    width: 10em;
    border: 1px solid #F2F2F2;
    background-color: #FFF;
}

#legend .title {
    display: block;
    margin: 0.5em;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0.3em;
}

#legend ul {
    list-style: none;
    padding-left: 10px;
}

#legend span {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

a.edit-pnr, a.edit-pnr:hover {
    border-bottom: 1px dashed #0088cc;
}

.ui-front {
    z-index: 10000 !important;
}

.navbar-inner .ui-autocomplete-loading {
    background: url('../img/ajax-loader.gif') no-repeat right center;
    background-color: #ffffff;
}

.font-40p {
    font-size: 40%;
}

.margin-top-btm-20 {
    margin: 20px 0;
}

.order-category-selection.dropdown:hover .dropdown-menu {
    display: block;
}

.order-category-selection .dropdown-menu li:hover {
    visibility: visible;
}

.order-category-selection .dropdown:hover > ul.dropdown-menu {
    display: block;
}

.order-category-selection .dropdown-menu {
    margin-top: 0;
    left: 100px;
}

.status-unused {
     background: #dff0d8;
 }

.status-used {
    background: #f2dede;
}

.popover-title {
    padding: 14px;
}

.close-popover {
    margin-top: -3px;
    line-height: 1.3;
}

.inactive {
    background: #e5e5e5;
}

.bank-transactions-filter-order-checkbox {
    margin: 5px 10px;
}

.bank-transactions-filter-order {
    display: inline-flex;
}

.w-40 {
    width: 40px;
    min-width: 40px;
}

.w-60 {
    width: 60px;
    min-width: 60px;
}

.w-70 {
    width: 70px;
    min-width: 70px;
}

.w-130 {
    width: 130px;
    min-width: 130px;
}

.w-140 {
    width: 140px;
    min-width: 140px;
}

.w-100 {
    width: 100px;
    min-width: 100px;
}

.w-110 {
    width: 110px;
    min-width: 110px;
}

.w-120 {
    width: 120px;
    min-width: 120px;
}

.w-160 {
    width: 160px;
    min-width: 160px;
}

.w-300 {
    width: 300px;
}

.h-50 {
    height: 50px;
}

.ml-10 {
    margin-left: 10px;
}

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

.p-0 {
    padding: 0;
}

.price-widget-offers-filter th {
    vertical-align: initial !important;
    text-align: center;
}

.price-widget-offers-table td {
    text-align: center;
    vertical-align: middle !important;
}

.right {
    float: right;
}

.backend-pagination span {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.backend-pagination span a {
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
}

.backend-pagination span.disabled {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
}

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

.break-all {
    word-break: break-all;
}

.project-errors-block {
    max-height: 200px;
    overflow: scroll;
}

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

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

.m-0 {
    margin: 0!important
}

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

.m-2 {
    margin: .5rem!important
}

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

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

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

.m-auto {
    margin: auto!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

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

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

.me-auto {
    margin-right: auto!important
}

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

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

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

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

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

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

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

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

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

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

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

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

.p-2 {
    padding: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

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

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

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

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

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

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

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

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

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

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

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

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

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

.text-nowrap {
    text-wrap: nowrap;
}

.hotel-search-form .select2-container--default .select2-selection--single {
    height: 34px; /* Adjust the height as needed */
}

.hotel-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px; /* Match the height */
}

.hotel-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px; /* Match the height */
    line-height: 34px;
}
.bg-white {
    background: #fff;
}
.expand-on-hover {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expand-on-hover:hover {
    -webkit-line-clamp: unset;
}
