﻿/* You can add global styles to this file, and also import other style files */
.ui-autocomplete {
    z-index: 1100;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
}

#navbar-left {
    /*height: calc(100vh - 2rem);*/
    min-height: 100vh;
}

    #navbar-left .nav-link i {
        width: 40px;
    }

.sidebar-mini {
    width: 50px;
}

    .sidebar-mini .nav-item span {
        display: none;
    }

.profile-icon-50 {
    width: 50px;
    height: 50px;
}

.trip-header {
    background-color: #ac9263;
    color: #fff;
}

.agent-page {
    background-color: #F5F6F7;
}

    .agent-page .agent-page__body {
        padding: 20px 35px;
    }

    .agent-page .dropdown .btn {
        color: #212529;
        background-color: #f8f9fa;
    }

    .agent-page .card-title, .agent-page .card-header {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .agent-page .link {
        color: #01B4BC;
        text-decoration: none;
    }

.agent-details-header {
    background-color: #ac9263;
    color: #fff;
    padding: 20px 35px;
}

    .agent-details-header h1, .agent-details-header h2 {
        font-family: 'Circular Pro Bold';
        font-weight: 500;
    }

    .agent-details-header h1 {
        font-size: 40px;
        /*font-weight: bold;*/
    }

    .agent-details-header h2 {
    }

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    background: white url("/assets/ajax-loader.gif") right center no-repeat;
}

.bg-warning-light {
    background-color: #fff3cd;
}

.list-group-item-link > a {
    display: block;
    text-decoration: none;
    color: #212529;
}

.list-group-item-link {
    position: relative;
}

    .list-group-item-link .custom-checkbox {
        position: absolute;
        left: 45px;
        top: 20px;
        z-index: 1001;
    }

    .list-group-item-link:hover .handle {
        opacity: 1;
    }

    .list-group-item-link .handle {
        position: absolute;
        opacity: 0;
        transition: opacity ease 0.4s;
        left: 20px;
        top: 22px;
        z-index: 1001;
    }

.bg-grey {
    background-color: #ececec !important;
}

.list-group-item-itinerary .special-ocassion {
    opacity: 0;
    transition: opacity ease 0.4s;
}

.list-group-item-itinerary:hover .special-ocassion {
    opacity: 1;
}

.bg-primary-spark {
    background-color: rgb(110, 196, 204);
}


.timepicker-overlay {
    z-index: 1999 !important;
}

.timepicker-backdrop-overlay {
    z-index: 1990 !important;
}

.page__body .data, .page__body .trips, .page__body .travellers-page {
    background-color: #F5F6F7;
}

.data h3 {
    font-family: 'Circular Pro Bold';
}

.data-card {
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    padding: 30px;
    -webkit-transition: background .4s, -webkit-box-shadow .4s;
    transition: background .4s, -webkit-box-shadow .4s;
    -o-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s, -webkit-box-shadow .4s;
}

    .data-card:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    }
    /*.data-card a:hover {
    background-color: red;
}*/
    /*.data-card a {
    text-decoration: initial;
    display: block;
  }*/
    .data-card a:hover {
        color: inherit;
    }

    .data-card h5 {
        font-size: 18px;
        font-family: 'Circular Pro Bold';
    }

    .data-card .data-card-ico-wrapper {
        width: 30px;
        display: flex;
        align-items: center;
    }

    .data-card .card-subtitle {
        font-size: 16px;
        color: #AFAFAF;
    }

.ico-blue {
    color: #10B7BE;
}

.ico-yellow {
    color: #E3B505;
}

.ico-red {
    color: #DF6560;
}

.trip-status-item ~ .trip-status-item--danger:before {
    background-color: #DD6560;
}

.trip-status-item--danger {
    background-color: #DD6560;
    color: #fff;
}

    .trip-status-item--danger svg {
        color: #fff;
    }

.trip .trip__tabs-body {
    /*background-color: #f0f0f0;*/
    background-color: #F5F6F7;
}

    .trip .trip__tabs-body .trip-overview-pane {
    }

.trip-overview-pane {
}

    .trip-overview-pane .dropdown .btn {
        color: #212529;
        background-color: #f8f9fa;
    }

    .trip-overview-pane .card-title, .trip-overview-pane .card-header {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .trip-overview-pane .link {
        color: #01B4BC;
        text-decoration: none;
    }

    .trip-overview-pane .badge-secondary {
        padding: 10px;
        background-color: #f2f4f6;
        color: #000;
    }

    .trip-overview-pane .btn-yellow {
        background-color: #e3b505;
    }

        .trip-overview-pane .btn-yellow:hover, .trip-overview-pane .btn-yellow:active, .trip-overview-pane .btn-yellow:focus {
            background-color: #d6ab04 !important;
        }

    .trip-overview-pane .contact-attempts-card {
    }

        .trip-overview-pane .contact-attempts-card .card-text {
            font-size: 14px;
        }

        .trip-overview-pane .contact-attempts-card .btn {
            font-size: 14px;
            margin-right: 10px;
        }

        .trip-overview-pane .contact-attempts-card table {
            font-size: 14px;
        }

            .trip-overview-pane .contact-attempts-card table span {
                color: #AFAFAF;
            }

            .trip-overview-pane .contact-attempts-card table tr td {
                border-top: 1px solid #AFAFAF;
                padding: 5px 0;
            }

.documents__section {
    margin-bottom: 5px;
}

    .documents__section .documents__section-head {
        background-color: #E3E3E3;
        color: #9B9B9B;
        text-decoration: none;
        display: block;
        padding: 22px 23px;
    }

        .documents__section .documents__section-head:hover, .documents__section .documents__section-head.active {
            background-color: #F5F6F7;
            color: #333;
        }

        .documents__section .documents__section-head h5 {
            font-size: 22px;
            font-family: 'Circular Pro Bold';
            margin-bottom: 0;
        }

.document__section {
    margin-top: 5px;
}

    .document__section h6 {
        font-size: 18px;
    }

    .document__section ul {
        list-style-type: none;
    }

    .document__section a {
        color: #000;
    }

    .document__section th, .document__section td {
        padding: 10px;
    }

    .document__section .dropdown-item {
        text-decoration: none;
    }

    .document__section button {
        font-size: 14px;
    }

    .document__section table button.dropdown-toggle {
        width: 100%;
        text-align: left;
        position: relative;
        border-radius: 10px;
    }

        .document__section table button.dropdown-toggle:after {
            position: absolute;
            top: 50%;
            right: 10px;
        }

    .document__section table p {
        margin: 0;
    }

    .document__section .checkbox label::before {
        margin-right: 10px;
    }

    .document__section .btn-warning.dropdown-toggle {
        background-color: #E3B505;
    }

.document__section-head {
    background-color: #14A6AD;
    color: #fff;
    padding: 10px 23px;
}

    .document__section-head h5 {
        margin-bottom: 0;
        font-size: 16px;
    }

        .document__section-head h5 a {
            color: #fff;
        }

    .document__section-head .document__section-subtitle {
        font-size: 14px;
    }

    .document__section-head .dropdown-toggle {
        width: 100%;
        text-align: left;
        position: relative;
        border-radius: 10px;
        width: 300px;
    }

        .document__section-head .dropdown-toggle:after {
            position: absolute;
            top: 50%;
            right: 10px;
        }

.document__section-body {
    margin: 5px 0;
}

.document__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.document__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
}

.document__col-half {
    flex: 1;
}

.document__col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.document__col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.document__col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.document__col-half:last-child {
    padding-right: 0;
}

.document__col-inner {
    background-color: #fff;
    padding: 22px 23px;
    height: 100%;
}

.document__add {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    text-decoration: none;
    margin-left: 5px;
}

    .document__add:hover {
        /*color: inherit;*/
        background-color: #ededed;
    }

    .document__add i {
        font-size: 14px;
    }

a.document__add-white {
    color: #fff;
}

    a.document__add-white:hover {
        color: #000;
    }

.document__edit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    text-decoration: none;
}

    .document__edit:hover {
        background-color: #ededed;
    }

    .document__edit i {
        font-size: 14px;
    }

.document__delete {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    text-decoration: none;
}

    .document__delete:hover {
        background-color: #ededed;
    }

    .document__delete i {
        font-size: 14px;
    }

a.document__delete-white {
    color: #fff;
}

    a.document__delete-white:hover {
        color: #000;
    }

.payments__section {
    margin-bottom: 5px;
}

    .payments__section a {
        color: #02A6AD;
    }

    .payments__section .dropdown .dropdown-item {
        color: #212529;
    }

    .payments__section a.payment__add {
        color: #068EC9;
        margin-left: -10px;
    }

        .payments__section a.payment__add:hover {
            color: #0682b9;
        }

    .payments__section .payments__section-head {
        background-color: #E3E3E3;
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 13px 23px;
        margin-bottom: 5px;
    }

.payments__section-head h5 {
    font-family: 'Circular Pro Bold';
    font-size: 22px;
    margin-bottom: 0;
}

.payments__section-head .btn {
    background-color: #068EC9;
    text-decoration: none;
    color: #fff;
    font-weight: initial;
    font-family: 'Circular Pro Bold';
    font-size: 14px;
    margin-right: 5px;
    padding: 12px 26px 10px;
}

    .payments__section-head .btn:hover {
        background-color: #0682b9;
    }

    .payments__section-head .btn:last-child {
        margin-right: 0;
    }

    .payments__section-head .btn i {
        margin-right: 5px;
    }

.payment__section-body {
    margin: 5px 0;
    padding: 10px 23px;
    background-color: #fff;
}

.payment__section-body-gray {
    background-color: #ededed;
}

.payment__section-footer {
    color: #fff;
    background-color: #464646;
    padding: 10px 23px;
}

.payment__cols {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

/*.payment__cols-inner {
  background-color: #fff;
  padding: 22px 23px;
  height: 100%;
}*/

.payment__cols-inner-thin {
    /*padding: 0 23px;*/
    padding: 0;
    height: 100%;
    background-color: #fff;
    /*display: flex;
  align-items: center;*/
}

.payment__cols-inner-gray {
    background-color: #ededed;
}

.payment__section-footer .payment__cols-inner {
    background-color: initial;
}

.payment__col {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    /*padding-right: 5px;*/
}

.payment__col-auto {
    max-width: 100%;
    -webkit-box-flex: 1;
    flex: 1 1;
}

.payment__col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.payment__col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.dashboard-cols {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin: 20px -10px 0;
}

    .dashboard-cols .col-2 {
        padding: 0;
        /*max-width: calc(20% - 5px);
    flex: 0 0 calc(20% - 5px);*/
        max-width: 20%;
        flex: 0 0 20%;
        /*margin-right: 10px;*/
    }
/*.dashboard-cols .col-2:last-child {
    margin-right: 0;
}*/

.dashboard i.ico-warning {
    background: url("~/assets/images/svg/ico-warning.svg") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    background-size: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.trip-card {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    color: #333333;
    -webkit-transition: background .4s, -webkit-box-shadow .4s;
    transition: background .4s, -webkit-box-shadow .4s;
    -o-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s, -webkit-box-shadow .4s;
}

    .trip-card:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    }

    .trip-card a {
        color: #02A6AD;
    }

    .trip-card .badge {
        background-color: #C75D59;
    }

    .trip-card .card-status {
        margin-bottom: 10px;
        padding: 5px;
    }

    .trip-card .card-error {
        /*color: #DF6560;*/
        background-color: #fae8e7;
    }

    .trip-card .card-check {
        padding: 0 5px;
        display: flex;
    }

        .trip-card .card-check i {
            margin-right: 5px;
            /*position: relative;
    top: 2px;
    display: inline-block;*/
        }

    .trip-card .card-info {
        background-color: #daeef7;
    }

    .trip-card .card-header {
        padding: 0 0 10px;
    }

    .trip-card .card-footer {
        padding: 10px 0 0;
    }

    .trip-card .card-header, .trip-card .card-footer {
        background: initial;
    }

    .trip-card .card-body {
        background: initial;
        padding: 10px 0;
    }

    .trip-card .trip-info__organiser-actions {
        margin-bottom: 6px;
    }

        .trip-card .trip-info__organiser-actions a {
            margin-right: 6px;
        }

            .trip-card .trip-info__organiser-actions a:last-child {
                margin-right: 0;
            }

    .trip-card .text-muted {
        color: #AFAFAF !important;
    }

.trip-card-hold {
    background-color: #daeef7;
}

.trip-info__organiser-content h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.trip-info .trip-info__organiser-actions {
    margin-left: 8px;
}

.data-page {
    background-color: #F5F6F7;
}

.data-page__head {
    background-color: #AD9363;
    padding: 20px 35px;
    color: #fff;
    font-family: 'Circular Pro Bold';
}

    .data-page__head .btn-outline-primary {
        border: 1px solid #fff;
    }

.data-page__back {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 20px;
    color: #000;
    opacity: 0.4;
}

    .data-page__back:hover {
        color: #000;
        opacity: 1;
    }

.data-page .search {
    position: relative;
}

    .data-page .search .form-control {
        height: 45px;
        padding-right: calc(0.75rem + 44px);
    }

    .data-page .search .search-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
    }

.data-page .search-btn {
    background: #01B4BC;
    color: #fff;
    border-radius: 25px;
    border: none;
    height: 39px;
    width: 39px;
    display: block;
    outline: none;
}

    .data-page .search-btn:hover, .data-page .search-btn:active, .data-page .search-btn:focus {
        background: #02A6AD;
    }

.data-head--blue {
    background-color: #10b7be;
}

.data-head--yellow {
    background-color: #e3b505;
}

.data-head--red {
    background-color: #df6560;
}

.data-page__body {
    padding: 20px 35px;
}

.data-page h1 {
    margin-bottom: 0;
}

.data-page .search-options {
    text-decoration: none;
    color: #000;
}

.data-page table.dataTable thead th, .data-page table.dataTable thead td {
    background-color: #E3E3E3;
    padding: 20px 10px;
    border-bottom: none;
    white-space: nowrap;
}

.data-page table.dataTable tbody td {
    border-color: #F5F6F7 !important;
    border-width: 5px !important;
}

.data-page table.dataTable .actionView {
    color: #01B4BC;
    text-decoration: none;
}

.data-page table.dataTable tbody tr {
    -webkit-transition: background .4s, -webkit-box-shadow .4s;
    -webkit-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s;
}

.data-page table.dataTable.no-footer {
    border-bottom: none;
}


.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.ico-payment-status {
    background-size: 22px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.ico-payment-status-secondary {
    background-image: url("~/assets/images/ico-payment-status-secondary.svg");
}

.ico-payment-status-warning {
    background-image: url("~/assets/images/ico-payment-status-warning.svg");
}

.ico-payment-status-danger {
    background-image: url("~/assets/images/ico-payment-status-danger.svg");
}

.ico-payment-status-success {
    background-image: url("~/assets/images/ico-payment-status-success.svg");
}

.ico-payment-status-light {
    background-image: url("~/assets/images/ico-payment-status-light.svg");
}

i.ico-data {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
}

i.ico-agent {
    background-size: 23.8px 28px;
    width: 23.8px;
    height: 28px;
    background-image: url("~/assets/images/svg/ico-agent.svg");
}

i.ico-agent-white {
    background-size: 23.8px 28px;
    width: 23.8px;
    height: 28px;
    background-image: url("~/assets/images/ico-agent-white.png");
}

i.ico-suppliers {
    background-size: 28px 22.4px;
    width: 28px;
    height: 22.4px;
    background-image: url("~/assets/images/svg/ico-suppliers.svg");
}

i.ico-suppliers-white {
    background-size: 28px 22.4px;
    width: 28px;
    height: 22.4px;
    background-image: url("~/assets/images/ico-suppliers-white.png");
}

i.ico-data-cluster {
    background-size: 29px;
    width: 29px;
    height: 29px;
    background-image: url("~/assets/images/svg/ico-cluster-yellow.svg");
}

i.ico-accommodation {
    background-size: 28px 22.4px;
    width: 28px;
    height: 22.4px;
    background-image: url("~/assets/images/svg/ico-accommodation.svg");
}

i.ico-accommodation-white {
    background-size: 28px 22.4px;
    width: 28px;
    height: 22.4px;
    background-image: url("~/assets/images/ico-accommodation-white.png");
}

i.ico-excursion {
    background-size: 28px 26.08px;
    width: 28px;
    height: 26.08px;
    background-image: url("~/assets/images/svg/ico-data-excursion.svg");
}

i.ico-excursion-white {
    background-size: 28px 26.08px;
    width: 28px;
    height: 26.08px;
    background-image: url("~/assets/images/ico-excursion-white.png");
}

i.ico-location {
    background-size: 19.76px 28px;
    width: 19.76px;
    height: 28px;
    background-image: url("~/assets/images/svg/ico-location.svg");
}

i.ico-location-white {
    background-size: 19.76px 28px;
    width: 19.76px;
    height: 28px;
    background-image: url("~/assets/images/ico-location-white.png");
}

i.ico-transfer {
    background-size: 28px 21px;
    width: 28px;
    height: 21px;
    background-image: url("~/assets/images/svg/ico-transfer.svg");
}

i.ico-transfer-white {
    background-size: 28px 21px;
    width: 28px;
    height: 21px;
    background-image: url("~/assets/images/ico-transfer-white.png");
}

i.ico-region {
    background-size: 30px 27.27px;
    width: 30px;
    height: 27.27px;
    background-image: url("~/assets/images/svg/ico-region.svg");
}

i.ico-consent {
    background-size: 24px 28px;
    width: 24px;
    height: 28px;
    background-image: url("~/assets/images/svg/ico-consent.svg");
}

i.ico-report {
    background-size: 22.4px 28px;
    width: 22.4px;
    height: 28px;
    background-image: url("~/assets/images/svg/ico-report.svg");
}

.badge-payment {
    background-image: none;
    padding: 10px 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

    .badge-payment.ico-payment-status-secondary {
        background-color: #9b9b9b;
    }

    .badge-payment.ico-payment-status-warning {
        background-color: #e6c12e;
    }

    .badge-payment.ico-payment-status-danger {
        background-color: #df6560;
    }

    .badge-payment.ico-payment-status-success {
        background-color: #80c13f;
    }

    .badge-payment.ico-payment-status-light {
        background-color: #fff;
        color: #333;
    }

.payment__actions .btn {
    color: #464646;
}

    .payment__actions .btn:hover {
        color: #727272;
    }

.bold-text {
    font-family: 'Circular Pro Bold';
}

.payment__header {
    font-size: 18px;
}

.payment__price {
    font-size: 22px;
    margin-right: 3px;
}

/*.page .page__body .dashboard {
  background-color: #F5F6F7;
}*/
.dashboard .dashboard__head, .enquiries .enquiries__head, .data .data__head, .trips .trips__head, .travellers-page .travellers__head {
    background-color: #AD9363;
    padding: 20px 35px;
    color: #fff;
    font-family: 'Circular Pro Bold';
}

    .dashboard .dashboard__head h1, .enquiries .enquiries__head h1, .data .data__head h1, .trips .trips__head h1, .travellers-page .travellers__head h1 {
        font-size: 40px;
        margin: 0;
    }

.dashboard .dashboard__tabs-head, .enquiries .enquiries__tabs-head {
    padding: 26px 34px 0;
}

.dashboard .dashboard__tabs-nav, .enquiries .enquiries__tabs-nav {
    display: -webkit-box;
    display: flex;
    border-bottom: 0;
}

    .dashboard .dashboard__tabs-nav a:hover, .dashboard .dashboard__tabs-nav a.active,
    .enquiries .enquiries__tabs-nav a:hover, .enquiries .enquiries__tabs-nav a.active {
        background-color: #F5F6F7;
        color: #333;
    }

    .dashboard .dashboard__tabs-nav a, .enquiries .enquiries__tabs-nav a {
        display: inline-block;
        padding: 10px 34px 7px;
        margin: 0;
        border: 0;
        border-radius: 4px 4px 0 0;
        background-color: #E2E2E2;
        font-weight: 700;
        font-size: 18px;
        color: #9B9B9B;
        -webkit-transition: background .4s, color .4s;
        -o-transition: background .4s, color .4s;
        transition: background .4s, color .4s;
    }

        .dashboard .dashboard__tabs-nav a ~ a, .enquiries .enquiries__tabs-nav a ~ a {
            margin-left: 10px;
        }

.dashboard .dashboard__tabs-body, .enquiries .enquiries__tabs-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #F5F6F7;
}

.dashboard .dashboard__tabs-content, .enquiries .enquiries__tabs-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.dashboard .trip-bar {
    margin: 0 -25px 0 -20px;
}

    .dashboard .trip-bar .trip-status {
        flex-basis: 100%;
        max-width: 100%;
    }

    .dashboard .trip-bar select {
        color: #000;
        margin-left: 10px;
    }

.trip-status-item--secondary {
    background-color: #E3B505;
    color: #fff;
}

.trip-status-item ~ .trip-status-item--secondary:before {
    background-color: #F7E398;
}

.trip-status-item--secondary svg {
    color: #fff;
}

.data .data__body, .trips .trips__body, .travellers-page .travellers__body {
    padding: 20px 35px;
}

.dashboard .dashboard__tab, .enquiries .enquiries__tab {
    padding: 18px 134px 0 65px;
}

.enquiries .btn {
    font-size: 12px;
    /*font-size: 14px;*/
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

    .enquiries .btn:nth-child(2n+1) {
        margin-right: 10px;
    }

.enquiries .text-muted {
    color: #AFAFAF !important;
}

.enquiries table.dataTable tbody td {
    border-color: #F5F6F7 !important;
    border-width: 5px !important;
}

.enquiries table.dataTable thead th, .enquiries table.dataTable thead td {
    background-color: #E3E3E3;
    padding: 20px 10px;
}

.enquiries table.dataTable tbody tr {
    -webkit-transition: background .4s, -webkit-box-shadow .4s;
    transition: background .4s, -webkit-box-shadow .4s;
    -o-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s, -webkit-box-shadow .4s;
}

.enquiries table.dataTable.hover tbody tr:hover, .enquiries table.dataTable.display tbody tr:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.trips table.dataTable tbody td {
    border-color: #F5F6F7 !important;
    border-width: 5px !important;
}

.trips table.dataTable thead th, .trips table.dataTable thead td {
    background-color: #E3E3E3;
    padding: 20px 10px;
}

.trips table.dataTable tbody tr {
    -webkit-transition: background .4s, -webkit-box-shadow .4s;
    transition: background .4s, -webkit-box-shadow .4s;
    -o-transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s;
    transition: background .4s, box-shadow .4s, -webkit-box-shadow .4s;
}

.trips table.dataTable.hover tbody tr:hover, .trips table.dataTable.display tbody tr:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.trips table.dataTable .actionView {
    color: #01B4BC;
    text-decoration: none;
}

.trips .search-btn {
    background: #01B4BC;
    color: #fff;
    border-radius: 25px;
    border: none;
    height: 39px;
    width: 39px;
}

.trips .search-options {
    text-decoration: none;
    color: #000;
}

.trips .search {
    position: relative;
}

    .trips .search .form-control {
        height: 45px;
        padding-right: calc(0.75rem + 44px);
    }

    .trips .search .search-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
    }

.travellers-page {
}

    .travellers-page table.dataTable.no-footer {
        border-bottom: none;
    }

    .travellers-page table.dataTable tbody td {
        border-color: #F5F6F7 !important;
        border-width: 5px !important;
    }

    .travellers-page table.dataTable thead th, .travellers-page table.dataTable thead td {
        background-color: #E3E3E3;
        padding: 20px 10px;
        border-bottom: none;
    }

    .travellers-page .paginate_button.current {
        background: #00b4bc !important;
        border-radius: 20px;
        border: 1px solid #00b4bc !important;
    }

    .travellers-page .dataTables_wrapper .dataTables_paginate .paginate_button.current, .travellers-page .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
    }

    .travellers-page .dataTables_wrapper .dataTables_length {
        float: right;
    }

    .travellers-page .dataTables_wrapper .dataTables_paginate {
        float: initial;
    }

    .travellers-page table.dataTable tbody tr {
        -webkit-transition: background .4s, -webkit-box-shadow .4s;
        transition: background .4s, -webkit-box-shadow .4s;
        -o-transition: background .4s, box-shadow .4s;
        transition: background .4s, box-shadow .4s;
        transition: background .4s, box-shadow .4s, -webkit-box-shadow .4s;
    }

    .travellers-page table.dataTable.hover tbody tr:hover, .travellers-page table.dataTable.display tbody tr:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    }

    .travellers-page table.dataTable .actionView {
        color: #01B4BC;
        text-decoration: none;
    }

    .travellers-page .search-btn {
        background: #01B4BC;
        color: #fff;
        border-radius: 25px;
        border: none;
        height: 39px;
        width: 39px;
        display: block;
    }

    .travellers-page .search-options {
        text-decoration: none;
        color: #000;
    }

    .travellers-page .search {
        position: relative;
    }

        .travellers-page .search .form-control {
            height: 45px;
            padding-right: calc(0.75rem + 44px);
        }

        .travellers-page .search .search-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5px;
        }

.traveller-page {
    background-color: #F5F6F7;
}

    .traveller-page .dropdown .btn {
        color: #212529;
        background-color: #f8f9fa;
    }

    .traveller-page .trip-header {
        position: relative;
    }

        .traveller-page .trip-header h1 {
            font-weight: 700;
        }

            .traveller-page .trip-header h1 div {
                display: inline;
            }

        .traveller-page .trip-header .dropdown .btn {
            background-color: #464646;
            color: #fff;
        }

        .traveller-page .trip-header .trip-header-close {
            position: absolute;
            right: 0;
            top: 0;
        }

        .traveller-page .trip-header .card-group .card {
            background: #464646;
            border-radius: 5px;
            padding: 10px;
        }

        .traveller-page .trip-header .card-group .card-title {
            font-size: 16px;
        }

        .traveller-page .trip-header .card-group .card-text {
            font-size: 24px;
        }

            .traveller-page .trip-header .card-group .card-text span {
                font-size: 12px;
            }

    .traveller-page .card-title, .traveller-page .card-header {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .traveller-page .traveller-body {
        padding: 20px 35px;
    }

    .traveller-page .link {
        color: #01B4BC;
        text-decoration: none;
    }

.travellers table thead th, .travellers table thead td {
    background-color: #14A6AD;
    color: #fff;
}

.travellers .trip-info__organiser-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 5px;
}

.travellers .traveller-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.travellers .table {
    background-color: #fff;
}

    .travellers .table th, .travellers .table td {
        padding: 0.75rem;
    }

    .travellers .table table th, .travellers .table table td {
        padding: 0;
    }

    .travellers .table table thead th, .travellers .table table thead td {
        background-color: initial;
        color: initial;
    }

    .travellers .table .card {
        background-color: #f5f6f7;
    }

    .travellers .table .dropdown .btn {
        background: #fcfcfc;
        color: #000;
    }

.travellers .card-title, .travellers .card-header {
    font-size: 1.25rem;
    font-weight: 600;
}

.travellers .traveller-actions a {
    color: #464646;
}

    .travellers .traveller-actions a:hover {
        color: #AFAFAF;
    }

.trip-history {
}

    .trip-history table.dataTable thead th, .trip-history table.dataTable thead td {
        border-top: 3px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 8px 10px;
    }

    .trip-history table.dataTable.no-footer {
        border-bottom: 1px solid #e8e8e8;
    }

.select-custom__option-form-btn:disabled, .select-custom__option-form-btn.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.select-custom .select-custom__option {
    cursor: default;
}

.select2-container .select2-results__option {
    color: #000;
}

    .select2-container .select2-results__option:before {
        left: initial;
        right: 10px;
    }

.md-drppicker .btn {
    font-size: 16px;
    text-transform: none !important;
}

.md-drppicker .clear svg {
    color: #000 !important;
    fill: #000 !important;
    top: -6px;
    left: -4px;
}

a.event {
    text-decoration: none;
    color: initial;
    display: block;
}

.ico-traveller-child {
    display: inline-block;
    width: 47.05px;
    height: 35px;
    background: url("~/assets/images/svg/ico-traveller-child.svg") 0 0 no-repeat;
    background-size: 47.05px 35px;
}

.ico-traveller-adult {
    display: inline-block;
    width: 29.79px;
    height: 34px;
    background: url("~/assets/images/svg/ico-traveller-adult.svg") 0 0 no-repeat;
    background-size: 29.79px 34px;
}

.ico-edit {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url("~/assets/images/svg/ico-edit.svg") 0 0 no-repeat;
    background-size: 18px 19px;
}

@media (max-width: 1750px) {
    .dashboard .dashboard__tab, .enquiries .enquiries__tab {
        padding: 18px 25px 0 20px;
    }
}

.form-event .form-event__traveller a.traveller-ref {
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: initial;
    transform: initial;
}

.form-event__select2 .select2-selection--single {
    height: 45px !important;
    border: 1px solid #E3E3E3 !important;
    border-radius: 10px !important;
    -webkit-transition: border .4s;
    transition: border .4s;
}

    .form-event__select2 .select2-selection--single:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #464646 transparent transparent transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .form-event__select2 .select2-selection--single:focus, .form-event__select2 .select2-selection--single:hover {
        border: 1px solid #333 !important;
    }

    .form-event__select2 .select2-selection--single .select2-selection__rendered {
        line-height: 45px !important;
    }

.form-event__select2 .select2-container--open .select2-selection--single {
    border: 1px solid #333 !important;
}

.form-event__select2 .select2-selection__arrow {
    display: none;
}

.modal-change-contact .link {
    color: #02A6AD;
    text-decoration: none;
}