/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 25, 2014, 6:58:37 PM
    Author     : sebastian
*/

/* FONTS */
/*PONTE*/

.aviano-sans-bold-font {
  font-family: "AvianoSansBold";
}

@font-face {
  font-family: "AvianoSansBold";
  src: url("/assets/fonts/webfonts/avianosansbold-webfont.woff2")
      format("woff2"),
    url("/assets/fonts/webfonts/avianosansbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Tribu*/

.futura-font {
  font-family: "Futura";
}

@font-face {
  font-family: "Futura";
  src: url("/assets/fonts/webfonts/futura-webfont.woff2") format("woff2"),
    url("/assets/fonts/webfonts/futura-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Oasis Travel Aus*/

.futura-font {
  font-family: "Inter";
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/webfonts/inter.woff2") format("woff2"),
    url("/assets/fonts/webfonts/inter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.futura-font {
  font-family: "RidleyGrotesk";
}

@font-face {
  font-family: "RidleyGrotesk";
  src: url("/assets/fonts/webfonts/ridley-grotesk.woff2") format("woff2"),
    url("/assets/fonts/webfonts/ridley-grotesk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Travelous*/

.gotham-book-font {
  font-family: "GothamBook";
}

@font-face {
  font-family: "GothamBook";
  src: url("/assets/fonts/webfonts/gotham-book.woff2") format("woff2"),
    url("/assets/fonts/fonts/webfonts/gotham-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Hosted Villas*/

.garamond-pro-font {
  font-family: "GaramondPro";
}

@font-face {
  font-family: "GaramondPro";
  src: url("/assets/fonts/webfonts/AGaramondPro-Regular.woff2") format("woff2"),
    url("/assets/fonts/fonts/webfonts/AGaramondPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.novecento-wide-font {
  font-family: "NovecentoWide";
}

@font-face {
  font-family: "NovecentoWide";
  src: url("/assets/fonts/webfonts/Novecentowide-Normal.woff2") format("woff2"),
    url("/assets/fonts/fonts/webfonts/Novecentowide-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*GB*/
.gotham-book-font {
  font-family: "GothamBook";
}

@font-face {
  font-family: "AvenirLTPro-Roman";
  src: url("/assets/main/css/webfonts/37107A_4_0.eot");
  src: url("/assets/main/css/webfonts/37107A_4_0.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/main/css/webfonts/37107A_4_0.woff2") format("woff2"),
    url("/assets/main/css/webfonts/37107A_4_0.woff") format("woff"),
    url("/assets/main/css/webfonts/37107A_4_0.ttf") format("truetype");
}

/*
    header light
*/

#navbar-backend {
  height: 40px;
}

#navbar-left-container {
  display: flex;
  height: 100%;
}

a.navbar-brand.oasis-backend {
  width: 180px;
  padding: 0px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

header #leftmenu-trigger {
  border-right: 1px solid #dedede;
  color: #dedede;
}

header .toolbar .dropdown,
header #headerbardropdown,
header #rightmenu-trigger {
  border-left: 1px solid #dedede;
  color: #777;
}

header .toolbar .dropdown,
header #headerbardropdown,
header #rightmenu-trigger {
  border-left: 1px solid #dedede;
}

#page-heading .container {
  padding: 20px 20px 0 20px;
}

#admin-page-heading {
  padding: 10px 20px 0 20px;
}

#admin-page-heading .breadcrumb {
  line-height: 0.75;
  padding: 10px 0 0 10px;
  background: transparent;
}

.gb-toolbar {
  padding: 10px;
  border: solid #002a80 1px;
  background-color: #2b8be9;
}

.gb-custom-text {
  background-color: rgba(133, 199, 68, 0.15);
}

/* 
    Gallery
*/

#image-tags-gallery .btn {
  margin: 2px;
}

div.image-wrapper {
  padding: 0 5px 10px 5px;
}

div.image-tile {
  border: #d2d3d6 1px solid;
  background-color: #efefef;
  padding: 5px;
  text-align: center;
}

div.image-wrapper img {
  margin: 5px 0;
}

/*
    User for mix it up
*/
.gallery-container {
  padding: 1% 1% 0;
  text-align: justify;
  /*font-size: 0.1px;*/
  background: #dedede;

  -webkit-backface-visibility: hidden;
}

.gallery-container:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.gallery-container .mix,
.gallery-container .gap {
  display: inline-block;
  width: 49%;
}

.gallery-container .mix {
  text-align: center;
  background: #ccc;
  padding: 1%;
  margin-bottom: 2%;
  display: none;
}
/*
.gallery-container .mix img{
	width:100%;
	height:150px;
}
*/
.gallery-container .mix div.tags {
  padding: 1%;
}

@media all and (min-width: 420px) {
  .gallery-container .mix,
  .gallery-container .gap {
    width: 32%;
  }
}

@media all and (min-width: 640px) {
  .gallery-container .mix,
  .gallery-container .gap {
    width: 18.5%;
  }
}

.img-mini {
  height: 50px;
  width: 50px;
}

/* tables

.gb-table-header {
    background-color:#f2b257;font-weight:bold;
}

*/

.gb-table-header {
  background-color: rgba(39, 101, 119, 0.2);
  font-weight: bold;
}

.gb-table-header-confirmed {
  background-color: #98d061;
  font-weight: bold;
}

.gb-table-header-dark {
  background-color: #425c77;
  font-weight: bold;
  color: #ffffff;
}

table.financials td:nth-child(1),
.gb-plain {
  background-color: #dddddd;
  font-weight: bold;
}
.financials td:nth-child(5) {
  background-color: #dddddd;
}

table.financials td {
  text-align: right;
}

.gb-table-summary {
  text-align: right;
  font-weight: bold;
}
.gb-costs {
  background-color: rgba(165, 115, 186, 0.5);
  font-weight: bold;
}

.gb-profit {
  background-color: rgba(153, 208, 99, 0.5);
  font-weight: bold;
}

.gb-revenue {
  background-color: rgba(113, 164, 227, 0.5);
  font-weight: bold;
}

.gb-amt-due {
  background-color: rgba(232, 71, 71, 0.5);
  font-weight: bold;
}

.gb-diff {
  color: #e84747;
  font-weight: bold;
}

.gb-disabled {
  background-color: #edeef0;
  color: #777;
  border-color: #777;
  cursor: not-allowed;
}

.gb-odd-row {
  background-color: rgba(127, 191, 63, 0.2);
}

.gb-even-row {
  background-color: rgba(20, 20, 20, 0.2);
}

.tbl-odd-row {
  background-color: #efefef;
}

.tbl-even-row {
  background-color: #dedede;
}

.tbl-sub-row,
.tbl-sub-row td {
  border-top: 0px solid #ffffff;
}

[id^="s2id_multi_"] .select2-choices {
  background-color: rgba(102, 126, 163, 0.25);
}

[id^="s2id_multi_fuzzy_"] .select2-choices {
  background-color: rgba(232, 71, 71, 0.25);
}

input[name^="fuzzy"] {
  background-color: rgba(242, 177, 84, 0.25);
}

/*Adding Panels*/

.panel-heading {
  height: auto;
}

.panel-toyo {
  border-color: #667ea3;
}
.panel-toyo .panel-heading {
  color: #ffffff;
  background-color: #667ea3;
  border-color: #667ea3;
}
.panel-toyo .panel-body {
  border-top: 2px solid #667ea3;
}

.panel-alizarin {
  border-color: #eb6b5e;
}
.panel-alizarin .panel-heading {
  color: #ffffff;
  background-color: #eb6b5e;
  border-color: #eb6b5e;
}
.panel-alizarin .panel-body {
  border-top: 2px solid #eb6b5e;
}

.label-lighthighlight {
  background-color: #faf2cc;
  color: #777;
  font-size: 90%;
  margin: 0 0.3em;
}

.custom-var {
  margin-top: 14px;
  background-color: #dedede;
  font-style: italic;
}

/*  Form controls */
.small-form-control {
  width: 33%;
  display: inline-block;
  margin-right: 8px;
}

/* added to max textarea editables full width */
.editable-width-max .editable-container.editable-inline,
.editable-width-max
  .editable-container.editable-inline
  .control-group.form-group,
.editable-width-max
  .editable-container.editable-inline
  .control-group.form-group
  .editable-input,
.editable-width-max
  .editable-container.editable-inline
  .control-group.form-group
  .editable-input
  textarea,
.editable-width-max
  .editable-container.editable-inline
  .control-group.form-group
  .editable-input
  select,
.editable-width-max
  .editable-container.editable-inline
  .control-group.form-group
  .editable-input
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  width: 100% !important;
}

h4.gb-form-header {
  color: #4d4d4d;
  padding-bottom: 6px;
  border-bottom: solid 1px #8c9cad;
}

.control-pad {
  padding-top: 8px;
}

/*editor styles*/

#php-editor,
#sql-editor,
#css-editor,
#css-editor-2 {
  width: 100%;
  height: 400px;
  font-size: 14px;
  border: solid 1px #aaa;
}

/* Sortable styles */
.ui-state-highlight {
  height: 40px;
  background-color: #ffffcc;
  border: 1px solid #c0c0c0;
}

.day-items-container {
  list-style-type: none;
  padding: 0;
}

.day-items-container li {
  padding-bottom: 3px;
}

.day-items-container li {
  padding-bottom: 3px;
}

.day-accommodations-container {
  list-style-type: none;
  padding: 0;
  min-height: 60px;
}

.day-accommodations-container li {
  padding-bottom: 3px;
}

.day-accommodations-container li {
  padding-bottom: 3px;
}

.draggable-accommodation {
  display: flex;
  flex-direction: row;
}

tr.ui-sortable-helper {
  background-color: #fdeef4;
  width: 100%;
}

/* sticky menu  */
.days-second-menu {
  text-align: center;
  height: 40px;
  background: #fffacd;
  border: 1px solid #eee;
  padding: 4px 0;
  position: relative;
  width: 100%;
}

.secundary-menu-wrapper.sticky {
  position: fixed;
  top: 40px;
  width: 100%;
  left: 0;
  z-index: 5;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.oasis-date {
  background-color: #ffffcc;
  border: 1px solid #c0c0c0;
}

/* motive panels, labels and alerts */

.panel-motive {
  border-color: #276577;
}
.panel-motive .panel-heading {
  color: #ffffff;
  background-color: #276577;
  border-color: #276577;
}
.panel-motive .panel-body {
  border-top: 2px solid #276577;
}

.alert-motive {
  background-color: #276577;
  border-color: #ffffff;
  color: #ffffff;
}

a {
  color: #276577;
}

a:hover {
  color: #276577;
  text-decoration: underline;
}

/*Date picker bugfix*/
.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: 100% !important;
}
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
  top: 100% !important;
}

/*#summernote image file upload disable*/

.note-group-select-from-files {
  display: none;
}

.show-content-bootbox .bootbox-body {
  text-align: center;
}

.show-content-bootbox .bootbox-body {
  margin: 0 auto;
}

.document-uploader {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  background-color: #e8f0f8;
  border: 1px dashed #386475;
  text-align: center;
}

.document-uploader:hover {
  background-color: #d6eafd;
  border: 1px dashed #386475;
}

.document-uploader input {
  position: absolute;
  width: 100%;
  height: 200px;
  opacity: 0;
}

.document-uploader h2 {
  position: absolute;
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 170px;
  font-size: 20pt;
  /* color: #aaaaaa; */
}

.document-uploader p {
  position: absolute;
  width: 100%;
  /* color: #aaaaaa; */
  text-align: center;
  top: 60%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#load-animation {
  display: none;
}

.circle-loader {
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}
.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 4em;
  width: 2em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 2em;
  top: 4em;
  position: absolute;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }
  40% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
  100% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
}

.unlink-document-from-lead {
  margin-left: 8px;
}

.disabled-div {
  background-color: #edeef0;
  border: 1px solid #d2d3d6;
  padding: 10px;
  cursor: not-allowed;
}

.disabled-div span.label {
  font-size: 100%;
}
/* Override default flatpickr styles */

.datetimepicker input {
  background-color: white;
}

.datetimepicker .form-control {
  background-color: white;
}

.datetimepicker input:hover {
  cursor: text;
}

.datetimepicker span:hover {
  cursor: pointer;
}

/* Itinerary flights */

.flight-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

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

.flight-airport-code {
  font-size: 35px;
  margin-top: 8px;
}

.flight-image {
  height: 45px;
  width: auto;
  align-self: center;
}

.flight-ticket-circle {
  position: absolute;
  left: 0;
  top: 40%;
  height: 50px;
  width: 50px;
}

.flight-row-airports {
  margin-top: -15px;
}

.legacy-image {
  border: 1px solid #f7020f;
  padding: 1px;
}

a.summary-links,
a.summary-links:link,
a.summary-links:focus,
a.summary-links:active,
a.summary-links:hover,
a.summary-links:visited {
  color: #ffffff !important;
}
#widget-copy-code {
  display: none;
}

/* For custom widget content  */

.oasis-custom-panel-container {
  display: flex;
  flex-direction: row;
  flex: 100%;
}

.oasis-custom-panel-item {
  flex: 1;
}

.oasis-custom-panel-image-container {
  flex: 4;
}

.oasis-custom-panel-image {
  width: 100%;
  height: auto;
}

.oasis-custom-panel-image-text {
  flex: 8;
  padding-left: 15px;
}

.stripe-fee-title {
  font-size: 24px;
  font-weight: 400;
}

.stripe-fee-container {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  margin-bottom: 20px;
}

.stripe-fee-percent {
  font-size: 40px;
  font-weight: 500;
}

.stripe-fee-per-charge-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stripe-fee-per-charge-item {
  font-size: 16px;
  line-height: 15px;
  margin-left: 5px;
}

.stripe-fee-per-charge-item-light {
  font-weight: 200;
}

/* Video Content Styling */
.yt-max-wd {
  padding-left: 15px;
  padding-right: 15px;
}

.yt-container {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 56.25%;
  height: 0;
}

.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*working with iframes for tripclip*/
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 62.5%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lead-trip-search {
  font-size: 11px;
  color: #555555;
  font-style: italic;
}

.day-description-even {
  background-color: #ffffff !important;
  border-bottom: none !important;
}

.day-description-odd {
  background-color: #f7f8fa !important;
  border-bottom: none !important;
}

.day-number-cell {
  border-top: none !important;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  cursor: text;
}

.editable-empty.editable-empty-styled {
  color: #bbbbbb;
}

.editable-custom-service-type {
  flex: 1;
}

.day-item-type-container {
  display: flex;
  flex-direction: row;
}

.day-item-type-mismatch {
  margin-right: 5px;
}

.unsplash-logo {
  height: 17px;
  width: 17px;
  margin-top: -5px;
}

.unsplash-logo-horizontal {
  height: 18px;
  width: auto;
  margin-top: -4px;
}

.unsplash-search-results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.unsplash-display-linked-image {
  width: 100%;
}

.sortable-linked-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.individual-linked-image-container {
  width: 350px;
  padding: 5px;
}

.individual-linked-image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}

.editable-custom-service-type {
  padding-top: 8px;
}

.days-container-drop-hover {
  border: 2px solid #eac545;
}

.day-items-container {
  min-height: 60px;
}

.summernote-services + .note-editor p {
  margin: 0px;
}
@media (min-width: 992px) {
  div[data-name="day_item_link-custom_confirmation_description"]
    + div.editable-container
    textarea.input-large {
    width: 500px;
  }
}

.note-popover {
  z-index: 9999999999999999999;
}

.note-editor .note-dropzone {
  opacity: 0 !important;
}

.editable-empty {
  color: #276577;
}

.groups-list-item-non-confirmed {
  background-color: #dddddd;
}

.table-trips-total_price {
  display: none;
}

.table-trips-pax_total {
  display: none;
}

.table-trips-trip_length_days {
  display: none;
}

.table-trips-trip_type {
  display: none;
}

.table-leads-forecast_amount {
  display: none;
}

#oasis-ai-widget-container button {
  margin: 5px;
}

.costs-panel {
  overflow-x: scroll;
}

.open-oasis-ai-widget {
  color: purple;
}

#clear-invoice-sub-status {
  border: none;
}

.costs-panel {
  min-height: 250px;
}

#master-search-container {
  width: 100%;
  margin-left: 72px;
  margin-top: 2px;
}

#master-search-input {
  width: 300px;

}

.twitter-typeahead {
  margin-top: 2.5px;
}

.tt-menu {
  background-color: white;
  width: 200%;
  border-right: 1px solid #386475; /* Right border */
  border-bottom: 1px solid #386475; /* Bottom border */
}

#master-search-input:focus {
  border-color: #386475;
}