﻿.navbar-brand img {
  height: 20px;
}

.main-cont {
  min-height: 500px;
}

.clear {
  clear: both;
}

.cancelled {
  text-decoration: line-through;
}

.cancelled-table-row td {
  color: white !important;
  background-color: orange;
}

.warning {
  color: orange;
}

.error {
  color: red;
}

.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.i-close-push-notification {
  float: right;
  cursor: pointer;
}

#div-notifications {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #eee;
  border: 1px solid #aaa;
}

.div-loading-fullscreen-wrapper {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  font-size: 20px;
  display: table;
  padding-left: calc(50% - 20px);
  padding-top: 300px;
}

.loader-line {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}

.loader-line:before {
  display: block;
  position: absolute;
  content: "";
  width: 30%;
  height: 4px;
  background-color: #2980b9;
  animation: loading-line 1s linear infinite;
}

.sign-in {
  padding: 100px 70px 100px 70px;
  /*max-width:600px;*/
  background-color: white;
}

.sign-in .card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes loading-line {
  from {
    left: 0;
  }
  50% {
    left: 70%;
  }
  to {
    left: 0;
  }
}
.hidden {
  display: none;
}

#map {
  height: 400px;
  width: 100%;
}

.data-table-td-edit .myselect {
  position: relative;
}

.myselect {
  /*height:23px;*/
}

.myselect.mobile input {
  padding: 5px;
}

.myselect.mobile .myselectbody {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 50%;
  max-width: 100%;
  border: 1px solid #aaa;
  background-color: #f7f7f7;
}

.myselect.mobile .myselectbody .myselectcontainer {
  background-color: #f7f7f7;
}

.myselect.mobile .myselectitem {
  padding: 10px;
}

.myselect-error {
  background-color: red;
  color: white;
}

.myselect-warning {
  background-color: orange;
  color: white;
}

.myselect i {
  padding: 4px;
  /*float:right;*/
  margin-top: -20px;
}

.myselectinput {
  width: 100%;
}

.myselectinput.error {
  border-color: red;
}

.arrival-from-time {
  height: 20px;
}

.myselectinput.clearable, .arrival-from-time {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.myselectinput.disabled {
  color: #aaa;
}

.myselectbody {
  position: absolute;
  background-color: white;
  z-index: 3;
  padding: 0;
}

.myselectcontainer {
  max-height: 400px;
  overflow-y: auto;
}

.myselectitem {
  text-indent: 0;
  padding: 5px;
  cursor: pointer;
  min-width: 350px;
  border-bottom: 1px solid #ddd;
}

.data-table-td-edit .myselectitem {
  min-width: 100% !important;
}

.myselectitem.preselected {
  background-color: rgb(226, 234, 241);
}

.myselectitem.disabled {
  color: #bbb;
  cursor: not-allowed;
}

.myselectitem.selected {
  color: white;
  background-color: #215277;
}

.myselectitem.myselectgroup {
  cursor: default;
  font-weight: bold;
}

.myselectitem-lev-2 {
  padding-left: 20px;
}

::-webkit-input-placeholder {
  color: #777;
  font-weight: normal;
}

::-moz-placeholder {
  color: #777;
  font-weight: normal;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #777;
  font-weight: normal;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #777;
  font-weight: normal;
}

.input-overridable {
  color: black;
  font-weight: bold;
}

.wrapper-a-holder {
  height: 300px !important;
}

.header-lang a.langs-item.en {
  background: url(/img/eng.gif) left top no-repeat;
}

.header-lang a.langs-item.ru {
  background: url(/themes/sparrow/img/rus.png) left top no-repeat;
}

.langs-drop:hover {
  display: block;
}

.gallery-i img {
  max-height: 75px;
}

.js-current-time {
  padding-right: 20px;
}

.a-main-logo {
  text-decoration: none;
}

.header-b.fixed {
  z-index: 100;
  background-color: white;
}

.a-main-logo span {
  font-size: 24px;
  font-weight: bold;
}

.a-main-logo img {
  width: 80px;
  margin-top: -20px;
}

.fixed .header-logo img {
  margin-top: 0;
}

.div-offer-details {
  display: none;
}

.div-offer-details.description {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.catalog-row {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.a-back-to-offers {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Montserrat", "PT Sans";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  display: block;
  color: #43434b;
  background: #fcfcfc;
  border: 1px solid #e3e3e3;
  padding: 5px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 0;
}

.a-back-to-offers:hover {
  color: #ff7200;
}

.float-right {
  float: right;
}

.a-offer-detailed-book {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: center;
  width: 94px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Montserrat", "PT Sans";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  display: block;
  background-color: #ff7200;
  border: 1px solid #ff7200;
  color: #fff;
  margin-left: 5px;
}

.a-offer-detailed-book:hover {
  background-color: #e26f12;
  border: 1px solid #e26f12;
}

.p-offer-details i {
  margin-right: 5px;
}

.autorize-tab-content input[type=password] {
  border: 1px solid #ebebeb;
  background: #fff;
  width: 381px;
  border-radius: 3px;
  font-size: 11px;
  padding: 10px 8px 10px 8px;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 15px;
}

.autorize-padding {
  padding-top: 0px;
}

.autorize-popup {
  height: auto;
}

.validation-summary-errors ul {
  list-style: none;
}

.validation-summary-errors ul li {
  font-family: "Raleway";
  font-size: 12px;
  color: red;
}

.autorize-popup-static {
  position: absolute;
  top: 40%;
}

.but-logoff {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", "PT Sans";
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 14px 22px 0px 22px;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.subMenu {
  background-color: white;
  padding: 10px;
  z-index: 1000;
}

.subMenu a {
  text-decoration: none;
  font-family: Montserrat;
}

.subMenu a.active {
  background-color: #ff7200;
  color: white;
}

.subNavBtn {
  padding: 10px;
}

.div-submenu-section {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
}

.div-submenu-section h1 {
  font-size: 25px;
}

.div-submenu-section {
  font-size: 13px;
  color: #626262;
  font-family: "Raleway";
  line-height: 21px;
  margin-bottom: 20px;
}

.sidebar-book {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: center;
  width: auto;
  margin: 0 auto;
  font-weight: 400;
  text-decoration: none;
  font-family: "Montserrat", "PT Sans";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  display: block;
  background-color: #ff7200;
  border: 1px solid #ff7200;
  color: #fff;
  margin-top: 10px;
}

.sidebar-book:hover {
  background-color: #e26f12;
  border: 1px solid #e26f12;
}

.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-active {
  width: 100% !important;
  text-align: center;
}

.td-border-left {
  border-left: 2px solid #aaa;
}

.td-border-bottom, .tr-border-bottom, .tr-border-bottom td {
  border-bottom: 2px solid #aaa;
}

.td-border-right, .tr-border-right, .tr-border-right td {
  border-right: 2px solid #aaa;
}

.td-no-border-bottom {
  border-bottom: none !important;
}

.div-table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  background-color: white;
}

.navbar-fixed-top {
  margin: 0;
}

/***************Search Tours*****************************/
#search_bar form .side-block {
  margin: 0;
}

.div-children-age {
  width: 50px;
  float: left;
}

#div-children-ages-filter-group {
  width: auto;
}

.js-custom-date-select {
  width: 85px;
  margin: 0 auto 12px auto;
}

/***************Search Tours*****************************/
/****************Fixed Column Table**********************/
/*.fixed-column{
    position:absolute;
    width:150px;
    background-color:white;
    z-index:999;
}
.fixed-column-offername{

}*/
.fixedColumnTable > thead > tr > th {
  border-bottom: 2px solid #aaa;
}

.table-fixed thead {
  width: 97%;
}

.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.table-fixed tbody td, .table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}

.checkbox-table-cell {
  width: 8px;
  padding-left: 14px !important;
}

.a-hide-unavailable i {
  color: #333;
  cursor: pointer;
}

.a-show-unavailable i {
  color: #ccc;
  cursor: pointer;
}

.fixedColumnTable > thead > th {
  z-index: 6;
}

.fixedColumnTable > thead > tr > th:first-child {
  position: absolute;
  margin-left: -2px;
  display: inline-block;
  background-color: #fff;
  min-height: 55px;
  width: 250px;
  z-index: 6;
  border-right: 2px solid #aaa !important;
}

.fixedColumnTable > thead > tr:first-child > th:first-child {
  height: 100%;
}

.fixedColumnTable > thead > tr > th, .fixedColumnTable > tbody > tr > td {
  text-align: right;
  max-width: 300px;
}

.fixedColumnTable > tbody > tr > td:first-child {
  position: absolute;
  margin-left: -2px;
  display: inline-block;
  background-color: #fff;
  min-height: 42px;
  height: 42px;
  width: 250px;
  overflow: visible;
  z-index: 6;
  border-right: 2px solid #aaa !important;
}

.fixedColumnTable tbody > tr > td:nth-child(2),
.fixedColumnTable thead > tr > th:nth-child(2) {
  padding-left: 250px;
}

.fixedColumnTable > tbody > tr > td {
  background-color: white;
  padding: 0;
}

.fixedColumnTable > tbody > tr > td > input[type=number] {
  border: none;
  padding: 3px;
  width: 70px;
}

.fixedColumnTable > thead > tr:first-child > th:first-child {
  padding: 0;
}

.fixedColumnTable > thead > tr > th > .search-offer-name-perperson {
  border: none;
  height: auto;
}

.fixedColumnTable > tbody {
  /*height: 50px;
  display: inline-block;
  width: 100%;
  overflow-y:scroll;*/
}

.padded-cell-in-fixed-table {
  padding-left: 238px !important;
  width: 1px !important;
}

.div-availability-time-slot {
  width: 100px;
  float: left;
  border: 1px solid #aaa;
  border-bottom: none;
}

.select-seize-count {
  width: 100px;
}

.sub-caption {
  font-size: 10px;
  font-weight: bold;
}

.span-availability-timslot-time {
  font-size: 10px;
  font-weight: bold;
  background-color: #777;
  color: white;
  /*padding:2px;
  position:absolute;*/
}

.label-block-timeslot {
  display: none;
  font-size: 10px;
  font-weight: normal;
  margin-right: 5px;
  margin-left: 2px;
  font-weight: bold;
}

.chk-block-timeslot {
  display: none;
  margin: 0 !important;
}

.span-availability-capacity {
  padding: 2px;
  background-color: #333;
  color: white;
  font-size: 12px;
  float: right;
}

.txt-availability-seize-notes {
  display: none;
  width: 100px;
}

.a-availability-seize-button {
  display: none;
  color: white;
  background-color: rgb(113, 182, 249);
  padding: 2px 6px !important;
}

.availability-unblock {
  font-weight: normal;
  cursor: pointer;
  font-size: 8px;
}

.availability-unblock:hover {
  color: white;
}

.add-new-availability-anytime {
  float: right;
  margin-right: 5px;
}

.div-cart-error-message {
  color: red;
  font-size: 10px;
}

.h2-empty-cart {
  text-align: center;
  padding-top: 50px;
}

.cart-panel {
  z-index: 9999;
}

.booking-item-delete {
  float: right;
  cursor: pointer;
}

.select-pupt-ages {
  border: none;
}

.ch-ages-input {
  padding: 5px 6px 4px 6px !important;
}

.booking-form-ch-age {
  display: none;
}

.payment-tabs a {
  padding-bottom: 20px;
}

.twitter-typeahead {
  width: 100%;
}

.booking-form-i:nth-child(2n) {
  float: left;
}

.i-delete-checkout {
  font-size: 14px;
  cursor: pointer;
  padding: 5px;
  margin-left: auto;
  margin-right: 0;
}

.checkout-pickup-point {
  /*border-bottom:1px solid #ddd;*/
}

.div-remove-checkout-pickuppoint {
  display: block;
  text-align: right;
}

#div-errors {
  position: fixed;
  bottom: 0;
  width: 400px;
  right: 80px;
  z-index: 1000;
  color: white;
  display: none;
  border: 1px solid red;
  background-color: rgba(254, 8, 0, 0.5);
  padding: 10px;
}

#div-errors p {
  margin: 5px;
}

.span-checkout-numpeople-error {
  display: none;
  color: red;
}

.div-checkout-error-message {
  color: red;
  font-size: 10px;
}

.checkout-pickup-point .booking-form-i input {
  border: 0px;
  width: 100%;
  font-size: 14px;
  font-family: "Raleway";
}

.book-button-accept-cancellation-policy, .book-button-accept-cancellation-policy-done {
  width: 200px;
}

.checkout-agree-charge-agency-done, .checkout-agree-charge-agency, #checkout-charge-agency-howto {
  width: 100% !important;
}

#checkout-agency-credit-how-to-top-up {
  display: none;
  margin-top: 20px;
}

.book-button-accept-agent-notes i, .book-button-accept-cancellation-policy i, .checkout-agree-charge-agency i {
  display: none;
}

.book-button-accept-agent-notes-done, .book-button-accept-cancellation-policy-done, .checkout-agree-charge-agency-done {
  background: green !important;
}

.book-button-accept-agent-notes-done:hover, .book-button-accept-cancellation-policy-done:hover, .checkout-agree-charge-agency-done:hover {
  background-color: green !important;
}

.book-div-cancellation-policy, .book-div-notes-to-agent {
  width: 50%;
  float: left;
}

.checkout-tour-img-div {
  overflow: hidden;
  height: 100px;
  width: 100px;
  max-height: 100px;
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.checkout-tour-img {
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  width: auto;
}

.booking-devider {
  border-top: 1px solid #777;
}

.booking-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

span.confirmed, span.sent {
  display: block;
  margin: -3px;
  padding: 3px;
  overflow: auto;
  height: 100%;
}

td.sent, span.sent {
  color: black;
  background-color: lightblue;
}

td.confirmed, span.confirmed {
  color: black;
  background-color: lightgreen;
}

.data-table-data-row-cancelled {
  text-decoration: line-through;
  color: #aaa;
  background-color: #fff766;
}

.data-table-data-cell-attention {
  background-color: salmon;
}

.data-table-data-cell-error {
  background-color: red;
  color: white !important;
}

.data-table-data-cell-warning {
  background-color: orange;
  color: white !important;
}

.data-table-data-cell-sent {
  background-color: lightblue;
}

.data-table-data-cell-confirmed {
  background-color: lightgreen;
}

.data-table-td-edit .DayPickerInput input {
  width: 100%;
}

.data-table-td-edit .booking-table-time-picker {
  width: 100% !important;
}

.data-table-pagination {
  width: 80%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 5px;
}

.data-table-fixed tbody tr {
  background-color: #F8F8F8;
}

.data-table-fixed tbody tr:nth-child(2n+1) {
  background-color: white;
}

.data-table-fixed tbody tr:hover {
  background-color: #e5f8fe;
}

tr.deleted-arrival {
  text-decoration: line-through;
  background-color: lightgrey !important;
}
tr.deleted-arrival td {
  /*color: gray !important;*/
}

.data-table-pagination-summary {
  position: absolute;
  right: 5px;
  font-size: 12px;
  margin-top: 5px;
}

.data-table-pagination-onpage-selector-title {
  float: left;
}

.data-table-pagination-onpage-selector {
  position: absolute;
  left: 5px;
}
.data-table-pagination-onpage-selector .myselect {
  width: 60px;
  float: left;
  margin-left: 5px;
}
.data-table-pagination-onpage-selector .myselect input {
  height: 20px;
  border: none;
}

.data-table-custom-comp {
  display: block;
  min-width: 150px;
  width: auto;
  float: left;
  vertical-align: middle;
}

.data-table-custom-comp p.p-label, .data-table-custom-comp label.p-label {
  display: inline-block;
  float: left;
  width: 100px;
  margin-top: 12px;
  color: white;
  font-weight: normal;
}

.data-table-custom-comp label.p-label {
  width: auto;
}

.data-table-custom-comp span {
  float: left;
  padding: 15px;
}

.data-table-custom-comp.autowidth {
  width: auto;
}

.data-table-custom-comp .myselect {
  padding-top: 10px;
  padding-right: 5px;
}

.data-table-custom-comp .DayPickerInput {
  margin-top: 10px;
  float: left;
}

.data-table-custom-comp .myselectinput, .data-table-custom-comp .DayPickerInput input {
  width: 100%;
  background: none;
  border: none;
  height: 28px;
  border: none;
  color: white;
}

.data-table-custom-comp .DayPickerInput input {
  width: 75px;
  margin-right: 20px;
  margin-left: 10px;
  border-bottom: 1px solid #777;
}

.data-table-custom-comp .myselectinput::placeholder {
  color: orange;
}

.data-table-page {
  padding: 5px;
  margin: 3px;
}

.data-table-page.current-page {
  background-color: #337ab7;
  color: white;
}

.data-table-filter {
  position: absolute;
  right: 5px;
}

.data-table-sort {
  position: absolute;
  right: 15px;
}

.fa-sort-up, .fa-sort-down {
  cursor: pointer;
}

.data-table-icons span {
  margin-right: 5px;
}

.data-table-icons i {
  cursor: pointer;
}

.data-table-filter-body {
  background-color: white;
  border: 1px solid #aaa;
  padding: 10px !important;
  width: 300px;
  -webkit-box-shadow: 2px 2px 10px 2px #777777;
  -moz-box-shadow: 2px 2px 10px 2px #777777;
  box-shadow: 2px 2px 10px 2px #777777;
  position: absolute;
  z-index: 2;
}

.data-table-filter-body input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
}

.data-table-filter-close {
  color: #aaa;
  float: right;
  cursor: pointer;
  margin: 10px;
  font-size: 16px;
}

.data-filter-multiselect-area {
  max-height: 250px;
  overflow-y: auto;
  padding-top: 10px;
  width: 100%;
}

.data-filter-multiselect-option.active {
  background-color: #3aaced;
  color: white;
  border-bottom: 1px solid white;
}

.data-filter-multiselect-option {
  color: #777;
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.data-filter-multiselect-option:hover {
  background-color: #eee;
}

.data-filter-multiselect-option.parent {
  cursor: initial;
  font-weight: bold;
}

.data-filter-multiselect-option.child {
  padding-left: 10px;
}

.data-filter-multiselect-option.active:hover {
  background-color: #3aaced;
  color: #eee;
}

.data-filter-actions {
  height: 24px;
}

.data-filter-action {
  cursor: pointer;
  background-color: #18458B;
  color: white;
  display: inline-block;
  padding: 5px;
}

.data-table-action-toolbar {
  color: white;
  padding: 15px;
}

.data-table-clear-filters, .data-table-export-excel, .data-table-action-toolbar, .data-table-refresh, .data-table-custom-actions, .data-table-custom-actions-menu span {
  position: fixed;
  bottom: 17px;
  left: 0;
  cursor: pointer;
  background-color: rgba(24, 69, 139, 0.1);
  color: white;
  z-index: 2;
  padding: 15px;
  width: 42px;
  text-align: center;
}

.data-table-action-toolbar a {
  color: white;
}

.data-table-custom-actions-menu span {
  color: #333;
}

.data-table-actions-wrapper.embeded {
  position: absolute;
}

.data-table-custom-actions-menu.embeded {
  position: absolute;
  top: 82px;
  left: 0;
}

.data-table-custom-actions-menu.embeded span {
  color: black;
}

.data-table-td-edit input::placeholder {
  color: rgb(204, 204, 204);
}

.data-table-actions-wrapper h3 {
  color: white;
  margin-right: 30px;
  float: left;
  line-height: 27px;
  margin-left: 20px;
}

.data-table-action-embeded {
  position: relative;
  float: left;
  bottom: auto !important;
}

.data-table-custom-actions-menu span {
  position: relative;
  background-color: white;
  border: 1px solid #aaa;
}
.data-table-custom-actions-menu div {
  display: inline-block;
}
.data-table-custom-actions-menu ul {
  background-color: white;
  color: black;
  list-style: none;
  padding: 0;
  position: absolute;
  margin-left: -20px;
  border: 1px solid #aaa;
  margin-top: 15px;
}
.data-table-custom-actions-menu li {
  padding: 10px;
  margin: 0;
}
.data-table-custom-actions-menu li:hover {
  background-color: #eee;
}

.data-table-export-excel {
  bottom: 67px;
}

.data-table-refresh {
  bottom: 117px;
}

.data-table-custom-actions {
  bottom: 166px;
}

.data-table-custom-actions-menu {
  position: fixed;
  left: 40px;
  bottom: 163px;
}

.data-table-clear-filters:hover, .data-table-action-toolbar:hover, .data-table-action-toolbar a:hover, .data-table-export-excel:hover, .data-table-refresh:hover, .data-table-custom-actions:hover, .data-table-custom-actions.active {
  background-color: #18458B;
  color: #c8fe7a;
}

.data-table-clear-filters i {
  text-decoration: line-through;
}

.data-table-filter-clear {
  position: absolute;
  right: 0;
  right: 20px;
  margin-top: 10px;
  color: #aaa;
  cursor: pointer;
}

.data-table-filter-icon {
  cursor: pointer;
}

.data-table-filter-icon.active {
  color: #d10000;
}

.data-table-filter-add-button {
  background: #3AACED;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  border: none;
  float: right;
  margin-top: 10px;
}

.data-table-filter-add-button:hover {
  background: #089aec;
}

.data-table-filter-add-button.left {
  float: left;
}

.data-table-fixed {
  table-layout: fixed;
}

.data-table-fixed tr td, .data-table-fixed tr th {
  word-wrap: break-word;
  font-size: 12px;
  font-weight: normal;
  border-collapse: collapse;
  border: 1px solid #aaa;
  padding: 3px !important;
}

.data-table-fixed tr td.error {
  color: red !important;
  font-weight: bold !important;
}

.data-table-fixed tr.selected td {
  background-color: rgba(0, 136, 204, 0.08);
}

.data-table-fixed tr th {
  border: 1px solid #999;
  padding-right: 20px !important;
  position: relative;
}

.data-table-fixed tr.cancelled {
  background-color: orange !important;
  color: white !important;
}
.data-table-fixed tr.cancelled td {
  color: white !important;
}

.data-table-header {
  background-color: #eee;
}

.right-bar-toggle {
  cursor: pointer;
}

.right-bar {
  margin-top: 50px;
}

.notification-list {
  overflow: auto;
}

.notificationsCountAlert {
  background-color: red;
  color: white;
  position: absolute;
  margin-left: 8px;
  font-size: 10px;
  padding: 2px;
  margin-top: -10px;
}

.div-notifications-sidebar {
  display: inline-block;
}
.div-notifications-sidebar .side-bar {
  width: 70%;
}

.bookings-chat-desc {
  white-space: normal !important;
}

.p-small-text {
  font-size: 10px;
}

.i-refresh-bookings-chat {
  float: right;
  cursor: pointer;
  padding: 13px;
}

.bookings-chat-icon {
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 9999;
  padding: 1px;
  font-size: 8px;
  bottom: 50px;
  padding-top: 5px;
  background-color: white;
  border: 1px solid #aaa;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bookingsChatTextArea {
  margin: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.span-booking-status-cancelled {
  background-color: red;
  padding: 5px;
  color: white;
}

.span-editbooking-numeric {
  width: 100px;
  float: left;
}

#div-edit-booking-confirm-changes {
  display: none;
  padding: 5px;
}

#span-edit-booking-confirm-changes {
  font-weight: bold;
}

#editbooking-confirmchanges {
  float: right;
  font-size: 8px;
  height: auto;
  width: auto;
  padding: 10px;
  margin-top: 0;
}

#editbooking-cancelbooking {
  float: right;
  background-color: red;
  font-size: 8px;
  height: auto;
  width: auto;
  padding: 10px;
  margin-top: 0;
}

#editbooking-cancelbooking:hover {
  background-color: darkred;
}

.custom-checkout-date {
  width: 85px;
  margin-left: auto;
  margin-right: auto;
}

.tour-name {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.booking-form-childrenages-strval {
  /*display:none;*/
}

.booking-form-i-one-four {
  width: 24%;
  margin-right: 0.8%;
}

.booking-form-i-one-sixth {
  width: 16.7%;
  margin-right: 0.8%;
}

.booking-form-i-one-sixteen {
  width: 5.8%;
  margin-right: 0.5%;
}

.booking-form-i-one-twelve {
  width: 9%;
  margin-right: 0.8%;
}

.booking-form-i-one-eight {
  width: 12%;
  margin-right: 0.8%;
}

.autocomplete-text {
  cursor: pointer;
  line-height: 35px;
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: block;
}

.jv-autocomplete {
  background-color: white;
}

.jv-autocomplete-title, .jv-autocomplete-text, .jv-autocomplete-description {
  padding: 5px;
  display: block;
}

.jv-autocomplete-description {
  color: #aaa;
  padding: 1px;
  font-size: 10px;
  margin-top: -10px;
  padding-left: 10px;
}

.autocomplete-text:hover {
  background-color: #eee;
}

.jv-autocomplete:hover {
  background-color: #eee;
  cursor: pointer;
}

.jv-autocomplete-title {
  cursor: default;
  font-weight: bold;
  background-color: #eee;
  /*border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;*/
}

.tt-menu {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #eee;
}

.booking-item .tt-menu {
  background-color: white;
}

.tt-suggestion {
  width: 400px;
}

.div-checkout-payment-company-credit {
  width: 47%;
  float: left;
  padding: 10px;
}

.custom-time-hour, .custom-time-minutes {
  float: left;
  width: 35px !important;
  padding-left: 8px !important;
}

.custom-time-hour {
  margin-left: 5px !important;
  margin-right: 2px !important;
}

.custom-time-minutes {
  margin-left: 2px !important;
}

.option-input-custom-time span {
  float: left;
}

.redesign-search {
  width: 200px;
}

.redesign-tour-calendar {
  padding-top: 0;
}

.redesign-tour-info {
  width: 100%;
}

.card-box {
  overflow: auto;
}

.fixed-card-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin: 0;
  width: 100%;
  z-index: 99;
}

/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}

.timeline .time-show a {
  color: #ffffff;
}

.timeline:before {
  background-color: rgba(152, 166, 173, 0.3);
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}

.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #98a6ad;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}

.timeline .timeline-icon.bg-danger {
  background-color: #ff5b5b;
}

.timeline .timeline-icon i {
  color: #ebeff2;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

h3.timeline-title {
  color: #98a6ad;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline-item {
  display: table-row;
}

.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -7px;
  top: 50%;
  width: 0;
}

.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt .panel .panel-body p + p {
  margin-top: 10px !important;
}

.timeline-item.alt h4 {
  text-align: right;
}

.timeline-item.alt p {
  text-align: right;
}

.timeline-item.alt .timeline-date {
  text-align: right;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
}

.timeline-desk h5 span {
  color: #797979;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-desk .album {
  margin-top: 12px;
}

.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}

.timeline-desk .album img {
  height: 36px;
  width: auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

.timeline-item a {
  color: #337ab7;
}

img.media-object.img-circle.thumb-sm {
  min-width: 32px;
  height: 32px;
}

.timeline-date-group-label {
  cursor: none;
  background-color: #337ab7;
  text-decoration: none;
}

.tr-admin-padding th {
  padding-left: 10px;
  padding-right: 10px;
}

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

.input-intable-data {
  border: 1px solid #eee;
}

.input-big {
  font-size: 24px;
}

tr.ticket-freezed {
  background-color: lightblue;
}

td.ticket-reserved {
  background-color: orange;
  color: white !important;
}

td.ticket-prereserved {
  background-color: purple;
  color: white !important;
}

td.ticket-sent {
  background-color: lightblue;
}

td.ticket-received {
  background-color: lightgreen;
}

.SortButtons {
  color: blue;
}

.SortButtons i {
  color: blue;
  cursor: pointer;
}

i.disabled {
  color: gray;
  cursor: not-allowed;
}

.SortButtons i.active {
  color: red;
}

.selectable-icon {
  color: #aaa;
}

.selectable-icon.active {
  color: black;
}

.clickable {
  cursor: pointer;
}

.enlarged .left-side-menu {
  position: absolute;
  padding-top: 0;
  width: 70px !important;
  z-index: 9;
}

.left-side-menu {
  width: 240px;
  background: #fff;
  bottom: 0;
  padding: 20px 0;
  position: fixed;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 50px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  z-index: 99;
}

.metismenu {
  padding: 0;
}

.account-settings-wrapper {
  padding-left: 240px;
}

.enlarged .account-settings-wrapper {
  padding-left: 70px;
}

.enlarged .metismenu {
  padding-top: 5px;
  padding-left: 7px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a i {
  font-size: 1.75rem;
  margin-right: 20px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: 260px;
  color: #71b6f9;
  background-color: #fafafa;
  -webkit-transition: none;
  transition: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 54px;
}

.enlarged .user-box {
  display: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}

#sidebar-menu .menu-title {
  padding: 10px 20px;
  letter-spacing: 0.05em;
  pointer-events: none;
  cursor: default;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #adb5bd;
  font-weight: 500;
}

.metismenu li {
  list-style: none;
}

#sidebar-menu > ul > li > a {
  color: #435966;
  display: block;
  padding: 13px 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.fixed-account {
  background-color: lightgreen;
}

.color-accounts.old {
  background-color: yellow;
}

.color-accounts.new {
  background-color: mistyrose;
}
