/* here you can put your own css to customize and override the theme */

body{
    font-family: Arial;
    color: #000;
    font-size: 14px;
}

.form-control, .m-form .form-control-label, .m-form div.col-form-label{
    font-weight: 400;
    font-size: 14px;
}

.m-form .form-control-label, .m-form label{
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
}

.test-site-banner {
    background-color: red;
    color: white;
    font-size: 2em;
    font-weight: bold;
    margin-top: 4px;
    padding: 0 1em;
    float:left;
    position:relative;
    left: 25%;
}

@media (max-width: 767px) {
    .test-site-banner {
        left: 10%;
    }
}

.field-error{
  color:#a94442;
}

.input-spinner{
  width:70px !important;
}

.scrollspy-example{
  height:500px;
}

.scrollspy-example .form-group{
  margin-right:0px;
}

.page-sidebar .page-sidebar-menu > li > a > i{
    font-size:22px;
}

.form-group .form-text{
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

.portlet.light.bordered{
    overflow: auto;
}

/* UTILITIES */
.absolute {
    position: absolute;
}

.bottom-2 {
    bottom: .5rem;
}

.pin-l-10 {
    left: 2.5rem;
}

.fixed {
    position: fixed;
}

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

.flex {
    display: flex;
}

.d-flex-1 {
    flex: 1;
}

.flex-col {
    flex-direction: column;
}

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

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

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

.w-full {
    width: 100%;
}

.w-16 {
    width: 4rem;
}

.w-1\/3 {
    width: 33.333333%;
}

.h-12 {
    height: 3rem;
}

.h-24 {
    height: 6rem;
}

.-mt-px {
    margin-top: -1px;
}

.mt1 {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}

.mt-4 {
    margin-top: 1rem;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mr1 {
    margin-right: 1em;
}

.mr2 {
    margin-right: 2em;
}

.ml0 {
    margin-left: 0;
}

.ml1 {
    margin-left: 1em;
}

.ml3 {
    margin-left: 3em;
}

.pl0 {
    padding-left: 0;
}

.p2 {
    padding: 2em;
}

.pt1 {
    padding-top: 1em;
}

.r-4 {
    right: 1.5rem;
}

.r-6 {
    right: 3.5rem;
}

.block {
    display: block;
}

.none {
    display: none;
}

.inline {
    display: inline;
}

.invisible {
    visibility: hidden;
}

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

.underline {
    text-decoration: underline;
}

.decoration-none{
    text-decoration: none !important;
}

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.text-xs {
    font-size: .75rem;
}

.text-xs-imp {
    font-size: .75rem !important;
}

@media (min-width:992px) {
    .lg\:text-xs {
        font-size: .75rem;
    }
}

.text-sm {
    font-size: .875rem;
}

.text-sm-imp {
    font-size: .875rem !important;
}

@media (min-width:1200px) {
    .xl\:text-sm {
        font-size: .875rem;
    }
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

@media (min-width:768px) {
    .md\:text-xl {
        font-size: 1.25rem;
    }
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

@media (min-width:576px) {
    .sm\:text-3xl {
        font-size: 1.875rem;
    }
}

@media (min-width:768px) {
    .md\:text-3xl {
        font-size: 1.875rem;
    }
}

.text-5xl {
    font-size: 3rem;
}

.bg-stripe {
    background-color: #32364e;
}

.bg-grey{
    background-color: #f0f0f0;
}

.bg-grey-light-imp {
    background-color: lightgrey !important;
}

.bg-dark-purple{
    background-color: #615e86;
}

.bg-orange-imp {
    background-color: #e6873c !important;
}

.bg-blue-sky-imp {
    background-color: #09afdd !important;
}

.bg-blue-dark-imp {
    background-color: #253e77 !important;
}

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

.text-orange {
    color: #e6873c;
}

.text-blue-sky {
    color: #09afdd;
}

.text-blue-sky-imp {
    color: #09afdd !important;
}

.text-blue-dark {
    color: #253e77;
}

.text-blue-dark-imp {
    color: #253e77 !important;
}

.text-brand {
 color: #716aca;
}

.text-grey-imp {
    color: #848587 !important;
}

.text-metal {
    color: #c4c5d6;
}

.text-google {
    color: #d34836;
}

.text-black{
    color: #000 !important;
}

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

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-scroll{
    overflow-y: scroll;
}

.z-10{
    z-index: 10;
}

.events-none {
    pointer-events: none;
}

.opacity-50 {
    opacity: .5;
}

.opacity-1{
    opacity: 1;
}

.height-fit{
    height: fit-content !important;
}

/* UTILITIES */

.exports-form {
  border: 1px solid #e5e5e5;
  padding: 1em;
}

#sortable li span.photo-action-icons {
    border: 1px solid lightgrey;
    padding: 2px 5px;
    margin-top: 5px;
    display: inline-block;
}

#sortable li span.photo-action-icons a {
    float: none;
    padding: 0;
}

#sortable li span.photo-action-icons div.checker {
    float: none;
}

#sortable li span.photo-action-icons div.checker span {
    margin: 0;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 450px; }
#sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 24%; height: 330px; font-size: 4em; text-align: center; background-color: #fff}

#sortable li:hover {cursor: hand}
#sortable li img:hover {cursor: hand}
#sortable li span {font-size: 0.3em;float: left;padding:5px 0px 5px 15px;}
#sortable li a {font-size: 0.4em;float: right;padding:5px 15px 5px 0px;color:#717171;}

#sortable li div.checker { float: right; }
#sortable li div.checker span { padding: 0; margin-top: 5px; margin-left: -2px; }

/*table.concierges-car-rental-edit > tbody > tr > td {*/
    /*font-size: 16px;*/
/*}*/

.season_name {
    height: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 4px;
}

.checkbox-wrapper {
    margin-left: -5px;
    margin-top: 5px;
}

.fade.in {
    opacity: 1
}

.not-allowed {
    pointer-events: none;
    display: none;
}

.hidden{
    display: none;
}

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

.table-editable td.form-field-text,
.table-editable td.form-field-wrapper {
    cursor: pointer;
}

.table th, .table td {
    vertical-align: middle;
}

.m-checkbox>span.select-all {
    width: 2rem;
    height: 2rem;
    top: -.5rem;
    left: .5rem;
}

.border{
    border: 1px solid #3d3b56 !important;
}

.border-2 {
    border-width: 2px;
}

.border-2-imp {
    border-width: 2px !important;
}

.border-bottom{
    border-bottom: 1px solid #c8c7d8 !important;
}

.rounded-none-imp {
    border-radius: 0 !important;
}

.rounded-2xl-imp {
    border-radius: 1rem !important;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

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

.rotate-y-180 {
    transform: rotateY(180deg);
}

.m-tabs-line{
    border-bottom: 1px solid #ffffff !important;
}

.m-portlet {
    box-shadow: 0px 1px 15px 1px rgba(81,77,92,0.2);
}

.m-portlet .m-portlet__foot:not(.m-portlet__no-border){
    border-top: 1px solid #3d3b56;
}

.m-portlet.m-portlet--purple.m-portlet--head-solid-bg .m-portlet__head{
    background-color: #615e86;
    border-color: #5867dd;
}

.m-portlet.m-portlet--purple.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon{
    color: #f7f7f7;
}

.m-portlet.m-portlet--purple.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text{
    color: #fff;
}

.dashboard-tasks .m-portlet__body {
    max-height: 350px;
    overflow-y: auto;
}

.m-form .m-form__seperator{
    border-top: 1px solid #3d3b56;
}

.form-control[readonly], .form-control{
    border-color: #b7b8b9;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    border: 1px solid #b7b8b9;
}

#select2-experience-category-results .select2-results__group {
    padding-top: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

#select2-experience-category-results .select2-results__group ~ ul {
    display: none;
}

.select2-selection__choice[title='Airport Transfer'],
.select2-selection__choice[title='Boat Charter'],
.select2-selection__choice[title='Boat Transfers'],
.select2-selection__choice[title='Fast Track Service'],
.select2-selection__choice[title='Fishing'],
.select2-selection__choice[title='Food & Wine'],
.select2-selection__choice[title='Ground Tours'],
.select2-selection__choice[title='Sailing'],
.select2-selection__choice[title='Spa'],
.select2-selection__choice[title='St Barts Transfers'],
.select2-selection__choice[title='Watersports'],
.select2-selection__choice[title='Wintersports'] {
    font-weight: bold;
}

.border-success {
    border-color: #34bfa3 !important;
}

.list-group-item, hr{
    border: 1px solid #3d3b56;
}

button:focus{
    border: 1px solid #716aca;
    background-color: #929ade;
}

.m_aside_toggle {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    left: 27px;
    padding-top: 7px;
    padding-left: 7px;
    color: #bfc2d3;
    background-color: white;
    box-shadow: 0px 0px 15px 1px rgba(81,77,92,0.2);
    border-radius: 100%;
    z-index: 110;
    cursor: pointer;
}

.m_aside_toggle:hover {
    color: #716aca;
}

.m_aside_toggle .toggle_btn {
    font-size: 30px;
    display: none
}

.m_aside_toggle .toggle_btn.active {
    display: inline-block;
}

@media (max-width:1024px) {
    .m_aside_toggle {
        display: none;
    }
}

.help-text {
    font-size: 13px;
    color:grey;
}

.select2-container--default .select2-results__option .select2-results__group {
    font-weight: 600;
}

.topbar_title {
    position: absolute;
    left: 20%;
    top: 28%;
    z-index: 4;
}

.topbar_title .burger-menu {
    display: none;
}

.booking_topbar_title {
    display: inline-block;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: #3d3b56;
}

@media (max-width: 767px) {
    .booking_topbar_title {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .topbar_title {
        top: 28px;
        left: 16px;
    }

    .topbar_title .burger-menu {
        display: block;
        font-size: 32px;
    }
}

.local_concierges_wrapper {
    height: 344px;
    overflow-y: auto;
    background-color: #f5f5f5;
    padding: 15px;
}

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

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }

    .modal-xxl {
        width: 90%;
        max-width:1600px;
    }
}
/**Fixes for modal glitch, when modal is opened some tags get padding-right: 15px*/
body{padding-right:0 !important;}
.fixed-bottom{padding-right:0 !important;}

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

/*#specialist.tab-pane .dataTables_pager {*/
/*    display: none;*/
/*}*/

.results-list {
    background-color: white;
    overflow-y: auto;
    position: absolute;
    max-height: 120px;
    margin-top: -4px;
    margin-right: 53px;
    padding: 0;
    list-style-type: none;
    border: 1px solid #716aca;
    border-top: 1px solid transparent;
    border-radius: .25rem;
    z-index: 1;
}

.results-list li {
    padding: .5rem;
    cursor: pointer;
}

.results-list li:hover {
    background-color: lightgrey;
}

.popover {
    white-space: pre-wrap;
}

.booking-details-map {
    background-color: #ceeff8;
    position: fixed;
    left: 45%;
    margin-left: -378px;
    top: 170px;
    /*z-index: 98;*/
    z-index: 1;
    /*box-shadow: 0 8px 15px 0 rgba(81,77,92,0.2);*/
    border-radius: 0 0 1rem 1rem;
}

.booking-details-map .m-tabs__item {
    margin-right: 0;
}

@media (min-width: 1025px) {
    .m-header--fixed.m-header--minimize-on .booking-details-map {
        -webkit-transition: all 0.3s ease 0.3s;
        transition: all 0.3s ease 0.3s;
        top: 60px;
    }
}

.amount-refunded-label {
    margin-top: .75rem;
}

#booked-experience-edit-modal .amount-refunded-label {
    margin-top: 0;
}

#accounts-domain-filter ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
#accounts-villa-filter ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 0 6px 10px;
}

/*******************************************
 *
 * 		THEME REDESIGN APRIL '21
 *
 *******************************************/
/* Active main menu link */
@media (max-width: 1024px) {
    .m-aside-header-menu-mobile .m-menu__nav {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #fff !important;
    }
}

/* Tasks widget in the Dashboard */
.nav.nav-pills .nav-link.active {
    border: 2px solid #253e77;
}

.pipe-orange:before {
    background: #e6873c !important;
}

.pipe-blue-dark:before {
    background: #253e77 !important;
}

/* Page numbers in pagination */
.dataTables_wrapper .pagination .page-item.active>.page-link,
.dataTables_wrapper .dataTables_paginate .pagination .page-item>.page-link:hover {
    background: #253e77;
}

/* Properties of Interest in the Lead page */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border-radius: 1rem;
}

/* Portlet Heads */
.m-portlet.m-portlet--purple.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #253e77;
    border-color: #253e77;
}

.m-portlet.m-portlet--blue-sky.m-portlet--head-solid-bg .m-portlet__head {
    background: #09afdd;
    border-color: #09afdd;
}

.m-portlet.m-portlet--blue-sky.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #fff;
}

/* Buttons */
.btn-blue-dark {
    color: #fff;
    background-color: #253e77;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px;
}
.btn-blue-dark:hover {
    color: #253e77;
    background-color: #fff;
    border: 2px solid #253e77;
}

.btn-outline-blue-dark {
    color: #253e77;
    background-color: #fff;
    border: 2px solid #253e77;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #253e77;
}

.btn-outline-blue-sky {
    color: #09afdd;
    background-color: #fff;
    border: 2px solid #09afdd;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-blue-sky:hover {
    color: #fff;
    background-color: #09afdd;
}

.btn-outline-dark {
    color: #343a40;
    background-color: #fff;
    border: 2px solid #343a40;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
}

.btn-danger-2 {
    color: #fff;
    background-color: #f4516c;
    border: 2px solid #f4516c;
    border-radius: 30px;
    padding: 12px;
}
.btn-danger-2:hover {
    color: #f4516c;
    background-color: #fff;
}

.btn-outline-danger-2 {
    color: #f4516c;
    background-color: #fff;
    border: 2px solid #f4516c;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-danger-2:hover {
    color: #fff;
    background-color: #f4516c;
}

.btn-warning-2 {
    color: #fff;
    background-color: #ffb822;
    border: 2px solid #ffb822;
    border-radius: 30px;
    padding: 12px;
}
.btn-warning-2:hover {
    color: #ffb822;
    background-color: #fff;
}

.btn-outline-warning-2 {
    color: #ffb822 !important;
    background-color: #fff;
    border: 2px solid #ffb822;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-warning-2:hover {
    color: #fff !important;
    background-color: #ffb822;
}

.btn-success-2 {
    color: #fff;
    background-color: #34bfa3;
    border: 2px solid #34bfa3;
    border-radius: 30px;
    padding: 12px;
}
.btn-success-2:hover {
    color: #34bfa3;
    background-color: #fff;
}

.btn-outline-success-2 {
    color: #34bfa3;
    background-color: #fff;
    border: 2px solid #34bfa3;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-success-2:hover {
    color: #fff;
    background-color: #34bfa3;
}

.btn-outline-secondary-2 {
    color: #212529;
    background-color: #fff;
    border: 2px solid #ebedf2;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-secondary-2:hover {
    color: #212529;
    background-color: #ebedf2;
}

.btn-outline-brand-2 {
    color: #716aca;
    background-color: #fff;
    border: 2px solid #716aca;
    border-radius: 30px;
    padding: 12px;
}
.btn-outline-brand-2:hover {
    color: #fff;
    background-color: #716aca;
}


/* Badges */
.m-badge-outline--success {
    color: #34bfa3;
    background-color: #fff;
    border: 2px solid #34bfa3;
}

.m-badge-outline--brand {
    color: #716aca;
    background-color: #fff;
    border: 2px solid #716aca;
}

.m-badge--blue-sky {
    color: #fff;
    background-color: #09afdd;
    border: 2px solid #09afdd;
}

.m-badge-outline--blue-sky {
    color: #09afdd;
    background-color: #fff;
    border: 2px solid #09afdd;
}

.m-badge--blue-dark {
    color: #fff;
    background-color: #253e77;
    border: 2px solid #253e77;
}

.m-badge--purple {
    color: #fff;
    background-color: #8E44AD;
    border: 2px solid #8E44AD;
}

.m-badge-outline--blue-dark {
    color: #253e77;
    background-color: #fff;
    border: 2px solid #253e77;
}

.m-badge-outline--danger-2 {
    color: #f4516c;
    background-color: #fff;
    border: 2px solid #f4516c;
}

.m-badge-outline--warning-2 {
    color: #ffb822;
    background-color: #fff;
    border: 2px solid #ffb822;
}

.m-badge--dark {
    color: #fff;
    background-color: #343a40;
    border: 2px solid #343a40;
}

/* Checkboxes */
.m-checkbox.m-checkbox--blue-sky > input:checked ~ span {
    border: 1px solid #09afdd;
}
.m-checkbox.m-checkbox--blue-sky > input:checked ~ span:after {
    border: solid #09afdd;
}

.booked-villas-documents-wrapper {
    padding: 1rem 1.5rem;
    border: 1px solid #b7b8b9;
    border-radius: .25rem;
}

@media (max-width: 1024px) {
    #tasks-widget .m-tooltip--portlet {
        opacity: 0;
    }
}

@media (min-width: 1536px) {
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
