﻿@charset "UTF-8";
body {
  padding-top: 5rem;
}

main > div {
  padding: 3rem 1.5rem;
  padding-top: 5px;
}

/* Респозив таблица */
.rwd-table {
  margin: 1em 0;
  min-width: 250px;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:last-child {
  padding-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .rwd-table td {
    white-space: pre;
    width: initial !important;
  }
  .rwd-table .delete-table-item {
    float: left !important;
    margin-bottom: 15px;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}
.delete-table-item {
  color: white !important;
}

.universal-list-table table {
  table-layout: fixed !important;
  margin: 0px !important;
  width: 100% !important;
}

table.dataTable {
  border-collapse: collapse !important;
}

@media (max-width: 720px) {
  .universal-list-table table td a {
    white-space: normal !important;
    text-align: left;
    display: inline-block;
    margin-left: -14px;
    margin-right: 18px;
  }
  .universal-list-table table td a.delete-table-item {
    margin-left: 0px;
  }
  div.dataTables_wrapper div.dataTables_filter label {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
    line-height: 31px !important;
    text-align: right !important;
  }
  .dataTables_length {
    margin: 0px !important;
    padding-top: 9px;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    right: 0px;
    width: calc(100% - 66px) !important;
  }
  .dataTables_filter {
    width: 36%;
    margin: 0px;
    text-align: right !important;
    float: right !important;
  }
}
@media (min-width: 720px) {
  .dataTables_filter input {
    width: 300px !important;
  }
}
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.progress-table .spinner {
  width: 86px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  padding-top: 17px;
}

.progress-table {
  table-layout: fixed;
  width: 100%;
}

.progress-table .fa {
  color: #518dc1 !important;
}

.progress-table .progress {
  margin: 0;
  padding: 0;
}

.progress-td {
  padding-right: 30px;
}

.start-search-btn {
  margin-bottom: 15px;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

input[type=number].remove-arrows::-webkit-inner-spin-button,
input[type=number].remove-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.preloader-bar {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.preloader-bar > div {
  display: inline-block !important;
}

.loading-top-text, .loading-bottom-text {
  text-align: center !important;
  display: inline-block !important;
  width: 100% !important;
  font-size: 26px;
  font-weight: bold;
  color: #0071bc;
}

.preloader-bar {
  display: none;
  position: relative !important;
}

.ldBar.label-center > .ldBar-label {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.refresh-spin {
  font-size: 40px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  margin-left: -60px;
  margin-top: -40px;
}

.disabled-control > * {
  opacity: 0.5;
  pointer-events: none;
}

.disabled-control {
  cursor: not-allowed;
}

.nav-item.arrow {
  line-height: 36px;
}

.active-item {
  border-radius: 0px;
}

.ttable {
  display: table;
  table-layout: fixed;
}

.trow {
  display: table-row;
}

.tcell {
  display: table-cell;
  vertical-align: middle;
}

.stars-filter label {
  margin-bottom: 0 !important;
}

.filters-divider {
  height: 5px;
  background-color: #dfdcdc;
  width: 100%;
  display: inline-block;
}

.hotel-nav {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.hl-ui-dropdown-control:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-width: 4px;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: transparent;
  border-top-color: #78b835;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #78b835;
  border-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  left: auto;
  right: 0;
  margin-top: -1px;
}

.input-radius {
  position: relative;
}

.input-radius .fa-times {
  position: absolute;
  right: 8px;
  top: 7px;
}

.offices-button {
  width: 43px !important;
  padding: 6px;
  text-align: center;
  display: inline-block;
  line-height: 0px;
  padding: 0px;
  height: 37px;
  vertical-align: middle;
  padding: 0px !important;
}

.offices-button .m-badge {
  top: -7px;
  position: absolute;
}

.offices-button .fa-building {
  line-height: 33px;
}

.map-options .tcell {
  vertical-align: top;
  padding: 5px;
}

.map-options {
  width: 100%;
  top: 0px;
  position: absolute;
  padding: 6px 21px 6px 6px;
}

.offices-cell {
  width: 45px;
}

.address-cell {
  width: auto;
}

.radius-cell {
  width: 105px;
}
.radius-cell input {
  padding-left: 9px !important;
  padding-right: 10px !important;
}

.apply-cell {
  width: 95px;
}

.map-options .background {
  background-color: white !important;
}

.css-table {
  display: table;
  table-layout: fixed;
}

.css-table > div {
  display: table-row;
}

.css-table > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
}

.css-table .btn {
  margin: 0px;
}

.map-options-wrapper {
  width: 750px;
  position: relative;
}

.white-overlay {
  position: absolute;
  right: 6px;
  left: 5px;
  height: 44px;
  top: 4px;
  background-color: white;
  border-radius: 8px;
  opacity: 0.5;
  width: calc(100% - 28px);
}

.child-ages-control {
  display: inline-block;
  float: left;
}

.form-control-feedback {
  display: none;
}

.has-danger .form-control-feedback {
  display: inline-block;
  white-space: nowrap;
  right: 19px;
}

.input_places .form-control-feedback {
  left: 15px;
}

.geo_radius .form-control-feedback {
  position: absolute;
  white-space: nowrap;
  right: 19px;
}

.geo-place-wrapper.has-danger,
.radius-wrapper.has-danger {
  margin-bottom: 15px;
}

.wrapper-hotel-period.has-success input {
  background-size: 63px 27px !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAbCAIAAABEAMCoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAKkSURBVHja7JexS+NQHMd/bbrYpkipXOEKRhxKBzuI0KFoiRTSTSg4CKZj00ncHOpgK8QlS12dhJA/QOgg9RDRRZTYoYimQ2tKu5RyBQsJhWJueHe5o7mrbXLoyfU7PPL7kff4vC+//PKeTdM0+LCyw0fWhP5/puc4zuVyGfMul4vjuH+dXlEURVFGz08qx5ooirL9EMrkcjnbL8rlciivZyiKMq5js9LvL5uXwqMwMzXDRtixJurQACAIQq1Wu729PTk50ZNra2vhcHh6enpra0tPGlHN04stMV/KA8CUY+oodmSafnQZUR3m0OWufFT+TpwOpcedTpIkSZIXFxckSQIAeng1NK7jMId+cHOg9BUASC2klj4tmaDf29sDADTqD8PDsenFlthW23Ei/rOR9ZV8KY/Q40Q86o+a2D8yUrdzxNC4h1foUWXLXZlZYBA6e8O21TYALH9epoO0ucJ7I+9n3bP1bv2qeRX0BKP+aL6Ur3frKG+i3M15Xy6XeZ4nCGJseibEsDes2leFR+Gudffw9QGh74Z3rfT7sbwvFArr6+uJRCKZTGIYNgY94SbSoTQqdLElov7IhBinw2mFfrjZc3Nzx8fHzWZzf38/Eolsbm72er1KpaKqKo7jg030VfEPPH1K06d06kvq6flJs6xsNquPA2G/39/Y2LDb7YeHh5Ik+Xw+AAgEAufn58Z1RuqYdJCWn2W5K9NBmnAT1k8KQ7xfWVlpNBovLy/b29sej6fT6fj9/mKxmMlkVldXf/MDe3vt7Oz8yXtN087OznRQr9d7f3+vTxnQ+9APfHzGk32hUIjFYjiOF4vFxcVFAMAwzLiO7V1u5TzPV6vVIS84nU6GYSRJ6nQ619fXADA/P59MJv/mGXNyM5zQT+jfQd8GAMRXEMNM4WZMAAAAAElFTkSuQmCC") !important;
}

.wrapper-hotel-age-child select {
  padding-right: 15px;
  padding-left: 15px;
}

.wait-loader-container {
  position: relative;
  width: 600px;
  display: inline-block;
  height: 350px;
}

.wait-loader-background {
  position: absolute;
  background-image: url("/Img/map-empty.png");
  background-position: center;
  width: 600px;
  height: 350px;
}

.wait-loader-fill {
  position: absolute;
  background-image: url(/Img/map-full.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 600px;
  height: 350px;
  bottom: 0px;
}

.map-texts {
  position: absolute;
  width: 600px;
  height: 350px;
}

.map-texts .css-table {
  width: 100%;
  height: 100%;
}

.top-label {
  vertical-align: top !important;
  text-align: center !important;
  font-size: 20px;
  color: #0071bc;
  font-weight: bold;
}

.bottom-label {
  vertical-align: bottom !important;
  text-align: center !important;
  font-size: 20px;
  color: #0071bc;
  font-weight: bold;
}

.center-label {
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: 36px;
  font-weight: bold;
}

.wait-loader-container-wrapper {
  width: 100%;
  height: 350px;
  text-align: center;
  margin-top: 43px;
}

.hidden-control {
  display: none !important;
}

.mobile-error {
  background-color: rgba(217, 49, 19, 0.25) !important;
  padding-top: 5px !important;
  padding-bottom: 8px !important;
}

/* popups without javascript */
/* showing popup background */
.overlay:target {
  display: block !important;
  opacity: 1 !important;
}

/* showing popup */
.overlay:target .popup-content {
  display: block;
}

/* popup target anchor and background */
.overlay {
  /* background is initially hidden */
  display: none;
  position: fixed;
  z-index: 99999; /* anything, really, but bigger than other elements on the page */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: default;
  white-space: initial;
}

/* popup window */
div.popup-content {
  /* popup window is initially hidden */
  display: none;
  background: white; /* choose your color; */
  width: 640px; /* width */
  height: 480px; /* height */
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -320px; /* = -width / 2 */
  margin-top: -240px; /* = -height / 2 */
  z-index: 4; /* z-index of popup backgroung + 1 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* links to close popup */
div.popup-content > a.close {
  color: white;
  position: absolute;
  font-weight: bold;
  right: 10px;
}

div.popup-content > a.close.word {
  top: 100%;
  margin-top: 5px;
}

div.popup-content > a.close.x {
  bottom: 100%;
  margin-bottom: 5px;
}

.overlay .modal-dialog {
  margin-top: 132px;
}

.save-dropdown {
  display: inline-block;
}

.save-dropdown:focus {
  outline: none;
}

.save-dropdown:focus .dropdown-menu {
  display: block;
  left: 0px;
  position: absolute;
}

.save-dropdown .dropdown-menu:hover {
  display: block !important;
}

.save-dropdown .btn-default {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.number-item {
  width: 13px;
  padding-top: 23px;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.child-age-label {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}

.child-age-label .mbsc-label {
  float: left !important;
  display: inline-block !important;
  vertical-align: middle !important;
  padding-top: 7px !important;
  width: 175px !important;
}

.child-age-label input[type=text] {
  width: 128px !important;
  float: right !important;
  color: gray !important;
  text-align: right !important;
  padding-right: 21px !important;
}

.remove-arrows::-webkit-outer-spin-button,
.remove-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.remove-arrows {
  -moz-appearance: textfield;
}

.subagent-addition-label {
  width: 100% !important;
  margin-bottom: 0px !important;
}

.subagent-addition-label .mbsc-label {
  width: 155px !important;
  display: inline-block !important;
  margin-top: 6px !important;
}

.subagent-addition-label input {
  float: right !important;
  width: 149px !important;
  display: inline-block !important;
  text-align: right !important;
  color: grey !important;
}

.mbsc-form-group-title-additional {
  min-height: 34px !important;
  padding-bottom: 4px !important;
}

.trip-advisor-progress-bar-container {
  position: relative;
  display: inline-block;
  width: 136px;
  height: 26px;
  margin: 0 auto;
}

.trip-advisor-progressbar {
  top: 0px;
  position: absolute;
  width: 136px;
  height: 27px;
  background-size: 136px 27px;
  background-image: url("/Img/ta-ratings/LogoTA_10.svg");
  margin: 0 auto;
  opacity: 0.5;
}

.trip-advisor-progressbar-fill {
  top: 0px;
  position: absolute;
  width: 136px;
  height: 27px;
  background-size: 136px 27px;
  background-image: url("/Img/ta-ratings/LogoTA_10.svg");
  margin: 0 auto;
}

.trip-advisor-progressbar-click-area {
  top: 0px;
  position: absolute;
  width: 95px;
  height: 27px;
  background-color: transparent;
  opacity: 0.5;
  margin-left: 41px;
  cursor: pointer;
}

.match-tp-cell input[type=checkbox] {
  display: inline-block;
  float: left;
  margin-top: 3px !important;
  margin-right: 6px;
}

.match-tp-cell label {
  margin-bottom: 0px !important;
}

.services-dropdown-menu li,
.agents-dropdown-menu li {
  margin: 0px !important;
  padding: 5px !important;
  height: 31px;
  width: 100%;
}

.services-dropdown-menu li label,
.agents-dropdown-menu li label {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.services-filter a {
  color: black !important;
  text-decoration: none !important;
}

.services-filter {
  min-width: 160px;
}

.map-options-wrapper-cell {
  width: 40%;
}

.map-options-wrapper-cell .map-options-wrapper {
  width: 100%;
}

.steps-line li:last-of-type {
  display: none !important;
}

.services-dropdown-menu input[type=checkbox] {
  float: left;
  margin-top: 4px;
}

.btn-apply-selection {
  margin-right: 6px;
  margin-left: 6px;
}

.price-unit-cell input {
  float: left;
  margin-top: 3px;
  margin-right: 4px;
}

.price-unit-cell label {
  margin-bottom: 0px;
}

.hidescrollarrows::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.hidescrollarrows::-webkit-scrollbar-track {
  background: #c1c1c1;
}

/* Handle */
.hidescrollarrows::-webkit-scrollbar-thumb {
  background: grey;
}

.hidescrollarrows::-webkit-scrollbar-thumb:window-inactive {
  background: grey;
}

.table-head::-webkit-scrollbar,
.table-head::-webkit-scrollbar-thumb,
.table-head::-webkit-scrollbar-track {
  visibility: hidden !important; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

.table-head {
  overflow-y: auto;
  padding-right: 11px;
}
.table-head .ttable {
  width: 100%;
  table-layout: fixed;
}
.table-head .ttable div div {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid lightgray;
  border-left: 0px;
  background-color: white;
}
.table-head .ttable div div:first-of-type {
  padding-left: 10px;
  text-align: left;
  border: 1px solid lightgray !important;
}

.table-items {
  height: 100%;
  overflow-y: auto;
}

.hotel-variants-layout-table {
  width: 100%;
  table-layout: fixed;
}

.results-line {
  height: 100%;
  display: inline-block;
  width: 100%;
  position: relative;
}
.results-line .ttable {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.results-line .table-cell {
  position: relative;
}
.results-line .table-cell .table-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
}
.results-line .table-cell .table-main-area {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 40px;
  background-color: white;
  height: auto !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
.results-line .map-cell {
  width: 35%;
  position: relative;
}

.fill-remaining-height {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.trow > div {
  display: table-cell;
}

.map_google_hotels {
  height: auto !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.fake-content {
  display: inline-block;
  width: 0px;
  height: 2000px;
  float: left;
}

.table-body .trow {
  height: 25px !important;
}

.table-body .trow > div {
  text-align: center;
}

.table-body .trow > div:first-of-type {
  text-align: left;
}

.facilities-col {
  width: 148px !important;
  text-align: left !important;
}

.facilities-col > span {
  margin-right: 1px;
}

.pac-container {
  min-width: 300px !important;
}

.clear-map-filter {
  cursor: pointer;
}

.clear-map-filter:hover {
  opacity: 0.5;
}

.info-line {
  background-color: white;
}

.info-line h5 {
  padding-top: 5px;
  padding-left: 7px;
  padding-bottom: 0px;
}

.red-font {
  color: red !important;
}

.result-hotel button.price {
  font-size: 11px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.suppliers-col {
  position: relative;
}

.dots-overflow {
  max-width: 50px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.suppliers-badge {
  padding: 0px !important;
  margin: 0px !important;
  height: 10px;
  border-radius: 5px;
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.table-body .trow:hover {
  background-color: #f2f3f8;
}

.hotel_name {
  vertical-align: middle !important;
}

.hotel_name:hover {
  position: absolute !important;
  line-height: 25px !important;
  background-color: #f2f3f8 !important;
  z-index: 999 !important;
}

.show-hotels-in-5km-radius {
  white-space: nowrap;
  float: right;
  cursor: pointer;
}

.show-hotels-in-5km-radius:hover {
  opacity: 0.5;
}

.preloader-title {
  text-align: center;
  margin-top: 50px;
}

.main-wrapper.hidden {
  transform: perspective(1500px) rotateY(90deg);
  transform-style: preserve-3d;
  transition: all 1s linear;
}

.main-wrapper {
  transform: perspective(1500px) rotateY(0deg);
  transform-style: preserve-3d;
  transition: all 1s linear;
  display: inline-block !important;
  width: 100% !important;
}

.new-preloader.visible {
  transform: perspective(1500px) rotateY(0deg);
  transform-style: preserve-3d;
  transition: all 1s linear;
}

.new-preloader {
  position: absolute;
  transform: perspective(1500px) rotateY(-90deg);
  transform-style: preserve-3d;
  transition: all 1s linear;
  z-index: 9;
  display: inline-block !important;
  width: 100% !important;
}

.services_flight__item {
  color: #2d2d3a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  padding: 0px !important;
  vertical-align: top;
}
.services_flight__item .fa {
  vertical-align: top;
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
}
.services_flight__item--success {
  background-color: green;
}
.services_flight__item--warning {
  background-color: #FFC107;
}
.services_flight__item--danger {
  background-color: rgba(255, 0, 13, 0.8);
}
.services_flight__item--square {
  border-radius: 7px;
  margin-left: 30px;
}
.services_flight__item--info {
  border: 2px solid #52b0f8 !important;
}
.services_flight__item--info:hover {
  background-color: #52b0f8 !important;
}
.services_flight__item--info:hover .fa {
  color: #fff !important;
}
.services_flight__item--info .fa {
  color: #52b0f8 !important;
}
.services_flight__item--big {
  width: 35px;
  height: 35px;
  padding-top: 5px !important;
}

.disabled-field {
  cursor: not-allowed !important;
}
.disabled-field input {
  opacity: 0.9 !important;
  background-color: #eeeeee !important;
  pointer-events: none !important;
}
.disabled-field select {
  opacity: 0.9 !important;
  background-color: #eeeeee !important;
  pointer-events: none !important;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

@media (min-width: 480px) {
  .universal-list-aviacommissionconditioneditor table,
  .universal-list-aviaservicefeeconditioneditor table {
    table-layout: fixed !important;
  }
  .universal-list-aviacommissionconditioneditor .table-head-id_Comission,
  .universal-list-aviaservicefeeconditioneditor .table-head-id_Comission {
    width: 50px !important;
  }
  .universal-list-aviacommissionconditioneditor .table-head-Name,
  .universal-list-aviaservicefeeconditioneditor .table-head-Name {
    width: 200px !important;
  }
  .universal-list-aviacommissionconditioneditor .table-head-id_Condition,
  .universal-list-aviaservicefeeconditioneditor .table-head-id_Condition {
    width: 20px !important;
  }
  .universal-list-aviacommissionconditioneditor thead th:last-of-type,
  .universal-list-aviaservicefeeconditioneditor thead th:last-of-type {
    width: 20px !important;
  }
  .hidden-period .start-period,
  .hidden-period .end-period {
    visibility: hidden;
  }
  .hidden-period .start-period,
  .hidden-period .end-period {
    visibility: hidden;
  }
  .form-control-feedback {
    white-space: normal !important;
  }
  .universal-list-aviacommissioneditor .table-head-id_Comission {
    width: 100px !important;
  }
  .universal-list-aviacommissioneditor table {
    table-layout: fixed !important;
  }
  .universal-list-aviacommissioneditor .table-head-Name {
    width: 200px !important;
  }
  .universal-list-aviaservicefeeeditor th.table-head-id_Comission {
    width: 100px !important;
  }
  .universal-list-aviaservicefeeeditor table {
    table-layout: fixed !important;
  }
  .universal-list-aviaservicefeeeditor th.table-head-Name {
    width: 200px !important;
  }
}
.code-shares-hidden .code-shares-row {
  display: none !important;
}

.discount-form-3 .code-shares-row,
.discount-form-4 .code-shares-row {
  display: block;
}

.discount-form-1 .origins,
.discount-form-1 .destinations,
.discount-form-1 .rbd,
.discount-form-1 .csroot,
.discount-form-5 .origins,
.discount-form-5 .destinations,
.discount-form-5 .rbd,
.discount-form-5 .csroot,
.discount-form-6 .origins,
.discount-form-6 .destinations,
.discount-form-6 .rbd,
.discount-form-6 .csroot,
.discount-form-7 .origins,
.discount-form-7 .destinations,
.discount-form-7 .rbd,
.discount-form-7 .csroot,
.discount-form-8 .origins,
.discount-form-8 .destinations,
.discount-form-8 .rbd,
.discount-form-8 .csroot {
  display: none !important;
}

.universal-list-aviastockgroupeditor .table-head-id_Group {
  width: 100px !important;
}

.stock-group-stocks-list tbody tr td:last-of-type,
.stock-group-stocks-list thead tr th:last-of-type {
  display: none !important;
}

.stock-group-stocks-list table a {
  color: black !important;
  pointer-events: none;
}

.disabled-guid {
  cursor: not-allowed;
}
.disabled-guid input {
  background-color: #eaeaea;
  pointer-events: none;
}

.disabled-dropdown {
  cursor: not-allowed;
}
.disabled-dropdown select {
  pointer-events: none;
  background-color: #f1f1f1;
}

.export-import .fileinput-button input[type=file] {
  left: 0px !important;
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0;
  margin: 0;
  opacity: 0;
}

.card-block-inner {
  padding: 20px;
}

.google-maps-placeholder {
  display: inline-block !important;
  width: 100%;
  height: 200px;
}

.hotel-services-list label {
  display: inline-block;
  width: 27%;
}

.hotel-profile-checkbox {
  width: 32%;
  display: inline-block;
  float: left;
}

.agency-name {
  color: white;
  margin-right: 14px;
}

.right-navbar {
  float: right;
  margin-right: 0px !important;
}
.right-navbar .dropdown-menu {
  left: -57px;
}

html.login-layout,
body.login-layout {
  height: 100%;
}

body.login-layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

th[class*=table-head-id_] {
  width: 93px;
}

.col_id {
  width: 90px !important;
  box-sizing: border-box !important;
}

.col_name {
  width: 580px !important;
  box-sizing: border-box !important;
}

.col_description {
  width: auto !important;
  box-sizing: border-box !important;
}

.has-danger .form-control-feedback {
  color: red !important;
}

.dashboard-header {
  font-size: 30px;
  margin-bottom: 30px;
}

.dashboard-menu-item {
  width: 20%;
  float: left;
  border: 1px solid #bcbbcb;
  text-align: center;
  min-height: 340px;
}

.dashboard-menu-item a {
  text-decoration: none;
}

.dashboard-menu-item:nth-child(even) i {
  color: #360570;
}

.dashboard-menu-item:nth-child(odd) i {
  color: #f59e42;
}

.dashboard-menu-item:hover i {
  opacity: 0.7;
}

.dashboard-menu-item:hover .name a {
  text-decoration: underline;
}

.dashboard-menu-item .icon i {
  font-size: 8.57rem;
  margin-top: 50px;
}

.dashboard-menu-item .name a {
  color: #360570;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 50px;
  line-height: 25px;
}

.dashboard-menu-item .name a:hover {
  text-decoration: underline;
}

.col-sm-6 .dataTables_paginate {
  float: left !important;
}

.dataTables_length > label {
  display: flex;
  margin-top: 9px;
}
.dataTables_length > label select {
  margin-top: -5px;
  margin-right: 8px;
  margin-left: 8px;
}

.col-sm-6 .dataTables_filter, .col-sm-6 .dataTables_length {
  float: right !important;
  margin-right: 5px;
}

.col-sm-6 .dataTables_filter input {
  width: 294px !important;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: "loading…";
}

.visibility-hidden {
  visibility: hidden;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-results__options {
  max-height: 500px;
  overflow-y: auto;
}

.disabled-section {
  cursor: not-allowed;
  opacity: 0.5;
}

.disabled-section > * {
  pointer-events: none;
}

.slide-image img {
  height: 50px;
  margin: 10px;
  cursor: pointer;
}

.slide-image:hover {
  opacity: 0.7;
}

.session-end-dialog {
  display: none;
}

.session-end-dialog.visible {
  display: inline-block !important;
}

.background-overlay {
  background-color: rgba(211, 211, 211, 0.5215686275);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.form-group-justify-start-label .col-form-label {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

.width-100-px {
  width: 100px;
}

#hotel-editor .form-control:not([size]):not([multiple]) {
  height: auto !important;
}
