﻿body.waiting .save-spinner, body.waiting .processing-spinner {
    display: block !important;
}

body .save-spinner, body .processing-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background-color: gray;
    z-index: 4000;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

body .save-spinner-visible, ody .processing-spinner-visible {
    display: block !important;
}

.save-spinner .spinner span.glyphicon-refresh, .processing-spinner .spinner span.glyphicon-refresh {
    font-size: 82px;
}

.save-spinner strong, .processing-spinner strong {
    font-size: 30px;
}

.save-spinner .spinner, .processing-spinner .spinner {
    margin: 100px auto;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

body.waiting .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}


@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.notificationBadge {
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    background-color: #2a6496;
    padding: 0 5px 0 5px;
    display: inline-block;
    color: white;
    font-size: 80%;
    vertical-align: text-bottom;
}

a.notificationBadge, a.notificationBadge:hover {
    text-decoration: none;
    color: white;
}

.input-group-btn .bootstrap-select {
    width: 75px !important;
}

.help-block {
    display: inline;
}

.numc, th.numc, .curr {
    text-align: right;
}

input.releasedays {
    width: 50px;
}

.selectline {
    -webkit-user-select: text; /* Chrome all / Safari all */
    -moz-user-select: text; /* Firefox all */
    -ms-user-select: text; /* IE 10+ */
    user-select: text;
}


.page-nav {
    line-height: 36px;
}

    .page-nav > a + a:before {
        padding: 0 5px;
        color: #000000;
        content: "/\00a0";
    }

    .page-nav > a:hover {
        text-decoration: none !important;
    }

/* Side notes for calling out things
-------------------------------------------------- */
.lowlabel label {
    margin: 0 0 0 0;
    width: 18px;
}

.lowlabel input {
    width: 18px;
}

.float-right {
    float: right;
}

.no-radius {
    border-radius: 0;
}

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .bs-callout h4 {
        margin-top: 0;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code,
    .bs-callout .highlight {
        background-color: #fff;
    }

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

/* Bootstrap submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/* END Bootstrap submenu */

/* Bootstrap override */
.navbar-top {
    margin-bottom: 10px;
}
/* END Bootstrap override */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left:10px;
}

.ml-5 {
    margin-left: 5px;
}

.mtb-15 {
    margin: 0 0 15px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right:5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-lg-3 {
    margin-top: 15px;
}

.mt-md-3 {
    margin-top: 15px;
}

.no-number-arrows::-webkit-outer-spin-button, .no-number-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-number-arrows[type=number] {
    -moz-appearance: textfield;
}

.fake-label {
    margin-bottom: 5px;
}

.editintable {
    color: rgb(230, 159, 29);
}

.calintable {
    color: rgb(87, 172, 84);
}

.listintable {
    color: #428bca;
}

.displayblock {
    display: block;
}

.editintable, .calintable, .plusintable {
    font-size: 16px;
    cursor: pointer;
}

.vouchercon {
    display: inline-block;
}

#printico {
    cursor: pointer;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.uploadbtn {
    width: 100%;
    text-align: left;
}

.error {
    color: red;
}

.validation-summary-errors {
    background-color: pink;
}

.alert .validation-summary-errors {
    background-color: transparent;
}

.field-validation-error {
    color: red;
}

.btn-warning-red {
    color: red;
}

.red {
    color: red;
}

.red-bg {
    background: rgb(255,55,55);
}

.yellow-bg {
    background: yellow;
}

.parrow {
    cursor: default;
}

.d-none {
    display: none;
}

.attachment-badge {
    background-color: rgb(94, 168, 233) !important;
}

.onlyinexcel {
    display: none !important;
}

.sb-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 100px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .sb-footer a {
        color: #777;
    }

.panel-headertext {
    font-size: 22px;
}

#tourrange .row {
    margin-bottom: 8px;
}

.strikethrough {
    text-decoration: line-through !important;
}

.input-group-addon.tagbox {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-align: left;
}

.tagbox a.tag-header-main {
    color: #999;
}

.tagbox a .glyphicon, #selected-tags {
    color: #000000;
}

#showActiveDates, .dateInThePast {
    display: none;
}
/** Hover / tooltip **/
.hover {
    cursor: default;
}

.btn-group.blocks {
    border-spacing: 5px;
}

.nohover {
    color: #333333 !important;
    background-color: #ffffff !important;
    border-color: #cccccc !important;
    cursor: default !important;
}

#tooltip {
    display: none; /* Hide initially */
    position: absolute;
    top: 40px;
    height: 25px;
    line-height: 25px;
    background-color: #5B595A;
    color: white;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px; /* This is the nice shading for the top of the button */
    background-image: -webkit-gradient(linear, left top, left bottom, from( #7B7B7B /*{d-bar-background-start}*/ ), to( #5B595A /*{d-bar-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #7B7B7B /*{d-bar-background-start}*/, #5B595A /*{d-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #7B7B7B /*{d-bar-background-start}*/, #5B595A /*{d-bar-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #7B7B7B /*{d-bar-background-start}*/, #5B595A /*{d-bar-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient(top, #7B7B7B /*{d-bar-background-start}*/, #5B595A /*{d-bar-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient(top, #7B7B7B /*{d-bar-background-start}*/, #5B595A /*{d-bar-background-end}*/ );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.clearonsm {
    clear: both;
}

.btn-secondary {
    color: #212529;
    background-color: #acacac;
    border-color: #acacac;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #999;
        border-color: #939292;
    }

    .btn-secondary:focus,
    .btn-secondary.focus {
        box-shadow: 0 0 0 none rgba(172, 172, 172, .5);
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #212529;
        background-color: #acacac;
        border-color: #acacac;
    }

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #939292;
        border-color: #8c8c8c;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 none rgba(172, 172, 172, .5);
        }

/* START: Partial Cancellation files */

.room-details-container {
    margin-bottom: 50px;
    border: 1px solid #428bca;
    border-radius: 3px;
    padding: 15px;
    transition: all 0.5s ease;
}

.room-selection-container {
    margin-bottom: 1.5rem;
}

.deleteselectedroom {
    position: absolute;
    top: 15px;
    right: 15px;
}

.deleteselectedtraveler.btn-default.active {
    box-shadow: none;
    background: 0;
}

.room-selection-container .form-group {
    margin-bottom: 0;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.position-relative {
    position: relative;
}

.mb-3 {
    margin-bottom: 15px;
}

.deleteselectedtraveler {
    transition: all 0.5s ease;
}

.panel-header.partial-header {
    padding: 15px 30px;
}

    .panel-header.partial-header h3 {
        margin: 10px 0;
    }

.panel-body.partial-body {
    padding: 10px 30px 30px 30px;
}

#tour-details label, #traveler-info label {
    font-weight: normal;
}

#tour-details .panel-body, #traveler-info .panel-body {
    padding: 15px 15px 0 15px;
}

.partial-body input::-webkit-outer-spin-button,
.partial-body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.partial-body input[type=number] {
    -moz-appearance: textfield;
}

.partial-body .gray-background {
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
}

.partial-body .products-cancelled-background .gray-background {
    background-color: #fff;
}

.partial-body .gray-background.padding-prices {
    padding: 8px 20px 20px 20px;
}

.partial-body .traveler-background {
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    margin-right: 15px;
}

.gray-background .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .gray-background .input-group > .form-control {
        /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

.gray-background .input-group-append {
    margin-left: -1px;
    display: flex;
}

.gray-background .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    justify-content: center;
    min-width: 45px;
}

.gray-background label {
    font-weight: normal;
}

.product-not-changed {
    margin-bottom: 10px;
}

    .product-not-changed:last-child {
        margin-bottom: 0;
    }

.gray-background .price-section {
    margin-bottom: 15px;
}

    .gray-background .price-section:last-child {
        margin-bottom: 0;
    }

.partial-body section {
    margin-bottom: 40px;
}

.documents-section {
    display: flex;
    align-items: center;
}

    .documents-section .btn-default {
        margin-right: 15px;
    }

.gray-background .input-group:last-child {
    margin-bottom: 0;
}

.gray-background .input-group-no-append:last-child {
    margin-bottom: 0;
}

.gray-background .drink-input-section {
    margin-bottom: 20px;
}

    .gray-background .drink-input-section:last-child {
        margin-bottom: 0;
    }

.gray-background:last-child {
    margin-bottom: 0;
}

.customer-price-label {
    margin-top: 30px;
}

.price-section.data-inside {
    margin-bottom: -20px;
}

.price-section.no-data-inside {
    margin-bottom: 15px;
}

.customer-price-value {
    font-weight: bold;
}

.hotel-line {
    margin-bottom: 10px;
}

    .hotel-line:last-child {
        margin-bottom: 0;
    }

.customer-price {
    margin-bottom: 15px;
}

    .customer-price:last-child {
        margin-bottom: 0;
    }

.products-cancelled-background {
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 30px;
    margin-top: 20px;
}

.headline-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.order-date {
    font-size: 16px;
    margin-left: 10px;
}

.order-date-label {
    color: #B0B0B0;
}

/* END: Partial Cancellation files */

/* Imageshop button */

@media (max-width: 767px) {

    #launcher-frame {
        position: absolute !important;
        bottom: unset !important;
        right: 0px !important;
        z-index: 10000 !important;
    }

    #order nav {
        z-index: 10001;
    }
}

a.imageshop-button, a.imageshop-button-freesize {
    background: url(/Content/images/screenteklogo.png) no-repeat;
    text-decoration: none;
}

.add-img, .remove-img, .imageshop-button, .imageshop-button-freesize {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
}

.remove-img {
    background: url("/Content/images/button_delete.png") center center no-repeat;
}

.add-img {
    background: url("/Content/images/button_add.png") center center no-repeat;
}

.imageshop-button {
    position: absolute;
    right: 20px;
    top: 8px;
}

.imageshop-button-freesize {
    position: absolute;
    left: 20px;
    top: 8px;
}

.distributorlogo {
    padding-left: 30px;
}

.con-addremove {
    margin-top: 6px;
}

.sumOrders, .sumTravelers, .sumSale, .txtSum {
    font-weight: bold;
}

.btninheader {
    float: right;
    margin-top: -6px;
    margin-right: 10px;
}

.one {
    float: left;
    min-width: 100px;
    margin-right: 15px;
}

.bold {
    font-weight: bold;
}

.bold-italic {
    font-weight: bold;
    font-style: italic;
}

.datepicker {
    z-index: 2000 !important;
}

.pointer {
    cursor: pointer;
}

.space {
    margin-bottom: 10px;
}

.overflowlist {
    height: 200px;
    overflow: auto;
}

.showall .overflowlist {
    height: auto;
}

#addrowproductunitidselect {
    margin-bottom: 10px;
}

.optionalday {
    position: absolute;
    right: 40px;
    width: 173px;
    top: 0px;
}

.with-form-group {
    margin-top: -10px;
}
/* Counteract the form-group margin-bottom to move an associated control up nearer the group */

.flightheading {
    min-height: 80px;
    padding-left: 0;
    padding-right: 0;
}

.fchild {
    display: inline-block;
}

-flightheading .dropdown {
    padding: 15px 0;
}

.flightheading > div {
    padding: 0 15px 0;
}

input[type="number"].twoDigit {
    width: 40px;
}

input[type="number"].threeDigit {
    width: 50px;
}

#order .panel-footer {
    min-height: 55px;
}

div.productUnit {
    margin-bottom: 50px;
    border: 1px solid #428bca;
    padding: 20px;
    background: #f5f5f5;
}

.width-100 {
    width: 100%;
}


/* My page */
.mypagerow {
    padding-bottom: 10px;
}

.mypage .innercon {
    padding: 0 15px 15px 15px;
}

.mypage .canceledtraveler, .mypage .canceledtraveler .form-control {
    color: darkgrey;
}

.mypage .datepicker {
    margin-top: 0;
}
/* END My page */
.panelhelptip {
    font-size: 17px;
}

    .panelhelptip .popover {
        color: black !important;
        font-size: 13px;
    }

/* Order view */
.orderlinegroupheading {
    font-weight: bold;
    font-size: 14px;
}

.orderlinegroup .panel-heading {
    cursor: pointer;
}

.datecontainer {
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    padding: 3px 10px;
    background: #999999;
    color: white;
}

.reddatecontainer {
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    padding: 3px 10px;
    background: rgb(255,55,55);
    color: white;
}

.pinkdatecontainer {
    font-weight: bold;
    font-size: 12px;
    border-radius: 15px;
    padding: 3px 10px;
    background: #f19baa;
    color: white;
}


.selectedttid {
    background-color: lightblue;
}

.command-table {
    margin-top: -20px;
}

.assign-table-row {
    width: 10%
}

.con-unit {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
}

.top-margin {
    margin-top: 10px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.discardday {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}

.width-date {
    width: 100px;
}

.invoicedatepicker {
    min-width: 100px;
}
/* END Order view */

/* Customer view */
.letter {
    padding: 10px 5px;
    font-weight: bold;
}
/* END Customer view */

/* Edit commission agreements */
.cbAgreement {
    font-size: 14px;
    margin-left: 20px;
    font-weight: bold;
}
/* END Edit commission agreements */


/* Reports styles */
.con-report .groupbackground {
    background-color: #D6E6F3 !important;
    -webkit-print-color-adjust: exact !important;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}

.con-report .tableheader {
    background-color: #BAE497 !important;
    -webkit-print-color-adjust: exact;
    font-weight: bold;
}

.con-report .tablestyle {
    border-collapse: collapse;
    border: 1px solid lightgray;
    -webkit-print-color-adjust: exact;
    font-family: Arial, sans-serif;
    font-size: 11px;
}
/* END Reports styles */

/* Tour template */
.conditiondd {
    /* position: absolute; right: 40px; top: 0; width: 15%;*/ width: 100px;
}

.newalternativebtn {
    background-color: #5BA7C7;
    color: #FFF;
    border-color: #fff;
}
/* END Tour template */

.input-validation-error, .error-bg {
    border: 1px solid #e80c4d;
    background-color: #ffeeee;
}

/* Waiting list */
#waitingListDataTable_filter input {
    min-width: 300px;
}
/* Language */
.ddLangContainer {
    display: table-cell;
    width: 110px;
    text-align: left;
}

.trans .input-group {
    width: 100%;
}

.trans .input-group-addon {
    vertical-align: top;
}

.contrans > *:not(.summernoteEditor) {
    display: none;
}

.contrans > *:first-child {
    display: block;
}

.listLang {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

    .listLang li {
        padding: 5px 10px;
    }

    .listLang label {
        cursor: pointer;
    }

    .listLang li:hover:not(.selectedLang) {
        background-color: lightblue;
    }

    .listLang .selectedLang {
        background-color: #428bca;
        color: white;
    }

.ddLangContainer .dropdown-toggle {
    float: none;
    -ms-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: #f5f5f5;
    border-right: none;
    width: 110px;
    text-align: right;
}

.ddLangContainer .lblLang {
    float: left;
}
/* END Language */



/* Select picker*/

.selectpicker li {
    padding-left: 0;
    padding-right: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1000 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text, .bootstrap-select .dropdown-menu li a span.text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    margin-right: 0;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li, .bootstrap-select .dropdown-menu li {
    padding-right: 0;
    padding-left: 0;
}

.bootstrap-select .dropdown-menu.inner {
    overflow-x: hidden;
}
/* END Select picker */
.sb-widget {
    margin-right: 10px;
    display: inline-block;
    height: 80px;
    text-align: right;
    border-radius: 0;
}

.sb-widget-subtitle {
    font-size: 70%;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.reportcontent table tr td, .reportcontent table tr th {
    border: 1px solid black;
}

a.showVisitedStyle:visited {
    color: purple;
}

.submitLink {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    color: #428bca;
    cursor: pointer;
}

    .submitLink:focus {
        outline: none;
    }


.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.width50 {
    width: 50px;
    display: inline-block;
}

/* Menu */
.dropdown-menu .dividertext {
    position: relative;
    z-index: 1;
    text-align: center;
    height: auto;
    background: initial;
    margin: 0;
}

    .dropdown-menu .dividertext:before {
        border-top: 1px solid #dfdfdf;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

    .dropdown-menu .dividertext span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #fff;
        padding: 0 15px;
    }

.optioncon {
    border: 1px solid #cccccc;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.js-show {
    cursor: pointer;
}

/* workaround for modal popups that gets behind */
.modal-backdrop {
    z-index: -1;
}

.modal {
    overflow-y: auto;
}


.editproducttemplate {
    /*position: absolute;
    right: 15%;
    top: 0px;
    margin-right: 60px;*/
    width: 150px;
    display: inline;
}


/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

span.input-group-addon.langlabel {
    width: 117px;
    text-align: left;
    padding-top: 9px;
    font-weight: bold;
    padding-left: 22px;
}

.datecol {
    min-width: 120px;
}

.dropdownarrow {
    padding: 0;
}

.input-daterange .dropdown-toggle, .input-datetimerange .dropdown-toggle {
    padding: 9px 10px;
}

.input-daterange .glyphicon-calendar.dropdown-toggle, .input-datetimerange .glyphicon-calendar.dropdown-toggle {
    padding-right: 0;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.panel-header {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel-header {
    border-top: 0;
}

.panel-header {
    border-bottom: 1px solid #dddddd;
}

.multidropdown .dropdown-header {
    padding: 0 10px;
    padding-top: 5px;
}

.lead-time {
    clear: both;
}

    .lead-time .lead-time-group {
        width: 25%;
        float: left;
    }

        .lead-time .lead-time-group input {
            width: 75%;
        }

        .lead-time .lead-time-group label {
            font-weight: normal;
        }

.no-border {
    border: 0;
    box-shadow: none;
}

.glyphicon.glyphicon-plane {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #e8e8e8;
}

.table-hover .table-secondary:hover {
    background-color: #dbdbdb;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #dbdbdb;
    }


.tour-tabs > li.active > a {
    font-weight: bold
}

.tour-tabs > li {
    border-color: #dddddd;
    border-bottom: 1px solid #357ebd;
}

    .tour-tabs > li a {
        border: 1px solid #dddddd;
        border-bottom: 1px solid transparent;
    }

    .tour-tabs > li.active a {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
        border-bottom: 1px solid #428bca;
    }

.nav-tabs {
    border-bottom: 1px solid #357ebd;
}

.tour-tabs > li.active a {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .tour-tabs > li.active a:hover,
    .tour-tabs > li.active a:focus,
    .tour-tabs > li.active a:active,
    .tour-tabs > li.active a.active,
    .open .dropdown-toggle.nav-tabs > li.active a {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.datatable-striped > tbody > tr.odd > td,
.datatable-striped > tbody > tr.odd > th {
    background-color: #f9f9f9;
}

.togglerow {
    width: 20px;
    background-image: url('/Content/images/btn_open.png');
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: center center;
    background-position: center center;
    cursor: pointer;
}

    .togglerow.expanded {
        width: 20px;
        background-image: url('/Content/images/btn_close.png');
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-position: center center;
        background-position: center center;
    }

.table-responsive {
    overflow-x: auto;
}

span.glyphicon.glyphicon-info-sign.helptip {
    width: 30px;
    text-align: center;
}

span.helptip {
    cursor: pointer;
}

.container {
    max-width: 100%;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    left: 8px;
    right: auto;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-left: 28px;
    padding-right: 0px;
}

#tourStartdateSearchResult.table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-left: 8px;
    padding-right: 25px;
    white-space: nowrap;
}

#tourStartdateSearchResult.table tbody > tr > td {
    vertical-align: middle;
}

#tourStartdateSearchResult .pnrs-field {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tourStartdateSearchResult_wrapper .col-sm-12 {
    overflow-x: auto;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
    border: 0;
}

    .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover {
        background: none;
        border: 0;
    }

.taskNew {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.taskProcessing {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.taskDone {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.taskArchived {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .taskNew:hover, .taskProcessing:hover, .taskDone:hover, .taskArchived:hover,
    .taskNew:active, .taskProcessing:active, .taskDone:active, .taskArchived:active,
    .taskNew:visited, .taskProcessing:visited, .taskDone:visited, .taskArchived:visited,
    .taskNew:focus, .taskProcessing:focus, .taskDone:focus, .taskArchived:focus {
        color: #fff;
    }

.taskNew, .taskProcessing, .taskDone, .taskArchived {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
}

.opDone {
    color: rgba(0, 0, 0, 0.3);
}


    .opDone a {
        color: rgba(0, 0, 0, 0.3);
    }

    .opDone button {
        opacity: 0.3;
    }



.table.vertical-aligned tbody > tr > td {
    vertical-align: middle;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mtb-15 {
    margin: 0 0 15px 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-lg-3 {
    margin-top: 15px;
}

.dd-handle {
    cursor: move;
}

.editTourPlanItem {
    margin-right: 15px;
}

.routetype.active {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

:not(.dd-product-item) > .tphandle.verified {
    background: lightgreen;
}

#tourplandays .btn-delete {
    position: absolute;
    right: 0;
    color: white;
}

#tourplandays .deleteitem {
    color: black;
    padding-right: 0;
}

#addSupplierActivityModal input[type=checkbox], #UseAsTemplate, #addTourLeaderActivityModal input[type=checkbox], #addrow input[type=checkbox], .bigcheckbox {
    width: 20px;
    height: 20px;
}

.dropdown-toggle[title='(Default)'], .dropdown-toggle[title='(Default is Yes)'], .dropdown-toggle[title='(Default is No)'] {
    color: #999;
}

.panel-info .clickable {
    width: 100px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}

.clickable2 {
    cursor: pointer;
}

.glyphicon.glyphicon-remove.grey {
    color: #696969;
}

#searchDetailsModal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
}

#searchDetailsModal .modal-content {
    padding: 15px 30px;
    width: 100%;
}

#searchDetailsModal .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.search-details-headline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 30px;
}

.danger-background {
    background-color: red;
    color: white;
}

.table > tbody > tr.active > td.danger-background {
    background-color: red;
}

.searchresulttable.table tbody > tr > td {
    vertical-align: middle;
}

.toursearchdetails .btn-success {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.toursearchdetails .table .no-padding-left {
    padding-left: 0;
}


#CustomTravelerInfoSelection {
    border: 1px solid #ccc;
}

#CustomTravelerInfoSelections ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#CustomTravelerInfoSelections li {
    margin: 5px;
    padding: 5px;
    width: 220px;
    color: #333;
    background-color: #eee;
    border: 1px solid #ccc;
    float: left;
    display: block;
}

    #CustomTravelerInfoSelections li.draggable {
        cursor: move;
    }

#CustomTravelerInfoSelections label {
    font-weight: normal;
    margin: 0;
}


#CustomTravelerInfoSelections .selected label.click {
    font-weight: bold;
}

#CustomTravelerInfoSelections .selected {
    background-color: #ccc;
}

#CustomTravelerInfoSelections #sortable {
    float: left;
    width: 200px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px
}

#CustomTravelerInfoSelections #source {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
}

#CustomTravelerInfoSelections .required {
    text-decoration: underline;
    cursor: pointer;
}

#CustomTravelerInfoSelections .requiredcheck {
    display: none;
}

#CustomTravelerInfoSelections .required-selected {
    font-weight: bold;
}

.ttcapacitytb {
    display: inline-block;
    width: 80px;
}

.dd-handle .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.dd-handle.flight .form-group {
    display: block;
}

.ttconditiondd {
    width: 200px !important;
}

.grouptraveldayol .dd-empty, .flightgroupol .dd-empty {
    display: none;
}

.flightgroupol :not(.dd-product-item) > .dd-handle {
    padding: 15px;
}

.grouptraveltemplatedays .nestedtitle {
    font-size: 18px;
}

.f18 {
    font-size: 18px;
}

.mt-25 {
    margin-top: 25px;
}

.tree-combo .tree-item-wrapper {
    font-weight: normal;
    padding-bottom: 5px;
    display: flex;
}

.tree-combo .tree-item-label input {
    margin-right: 5px;
}

.tree-combo .tree-item-label {
    padding: 2px 5px;
    font-weight: normal;
    width: 90%;
    margin-bottom: 0;
}

    .tree-combo .tree-item-label:hover {
        background-color: #428bca;
        color: white;
    }

.tree-combo .dropdown-menu {
    padding: 10px;
    width: 700px;
    overflow-y: hidden;
}

.tree-combo .tree-content {
    max-height: 500px;
    overflow-y: auto;
}

.tree-combo > .dropdown-toggle {
    width: 100%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

    .tree-combo > .dropdown-toggle.default {
        color: #999;
    }

.tree-combo .btn-group {
    width: 100%;
}

.tree-combo .tree-collapse {
    width: 25px;
}

.tree-combo .btn-group button {
    width: 50%;
    margin: 5px 0;
}

.tree-combo .tree-open-child {
    cursor: pointer;
    display: inline-block;
    width: 1.5em;
    text-align: center;
    margin-right: 3px;
    height: 100%;
}

    .tree-combo .tree-open-child:hover {
        background-color: #ebebeb;
    }

.tree-combo .tree-list {
    flex: 1;
}

.tree-combo .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}


.json-editor .btn i {
    display: inline-block;
}

.json-editor .table {
    margin: 0;
    width: 100% !important;
}

span.taskdesc, span.taskcomm {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.dropdown-menu li.archived span, #standardTasks td.archived, td.archived input, #tblStandardTasks tr.archived {
    color: #AEAEAE;
}

.dropdown-menu li.archived:hover span, dropdown-menu li.archived:hover span,
.dropdown-menu li.active span, dropdown-menu li.archived.active span {
    color: white;
}

.find-customer-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .find-customer-container span {
        color: #999999;
        display: block;
        margin-left: 10px;
    }

.create-customer-container {
    display: flex;
    justify-content: flex-end;
}

.edit-startdatesetup .allowonlinebooking-checkbox {
    margin-top: 0;
}

    .edit-startdatesetup .allowonlinebooking-checkbox label {
        margin-left: 6px;
    }

.edit-startdatesetup .btn-create-fee {
    width: 100%;
    display: block;
}

.checkbox-col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    .checkbox-col label {
        margin-left: 6px;
        position: relative;
        top: -1px;
    }

.button-col {
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.modal-dialog.modal-md {
    width: 500px;
}

#feeModal .bootstrap-select {
    width: 100%;
}

#feeModal label {
    font-weight: normal;
}

.fee-container {
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid #adadad;
    border-radius: 4px;
    background-color: #fff;
    width: fit-content;
    color: #333333;
    display: block;
}

.fee-percentage-container {
    padding: 6px 12px;
    border-right: 0;
}

.selected-product-container {
    padding: 6px 12px;
    border-right: 0;
}

.due-date-container {
    padding: 6px 12px;
}

.delete-currency-fee-container {
    border: none;
    border-radius: 0 4px 4px 0;
}

.fee-container .value {
    font-weight: bold;
}

/* START: Calendar styles */

#calendar-container {
    overflow-y: auto;
}

    #calendar-container .dp__calendar_wrap {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    #calendar-container .dp-custom-cell {
        outline: 1px solid #D8D8D8;
        border-radius: 0;
    }

        #calendar-container .dp-custom-cell:hover {
            background-color: #F5F5F5;
        }

    #calendar-container .dp__outer_menu_wrap {
        width: 100%;
    }

    #calendar-container .dp__menu {
        border: 0;
    }

    #calendar-container .dp__calendar_header_separator {
        display: none;
    }

    #calendar-container .dp__calendar_row {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 1px;
        margin-bottom: 1px;
    }

    #calendar-container .dp__calendar {
        font-size: 12px;
    }

    #calendar-container .dp__cell_inner {
        width: 50px;
        height: 50px;
    }

    #calendar-container .dp__calendar_header_item {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    #calendar-container .dp__instance_calendar {
        padding: 10px;
    }

    #calendar-container .dp__month_year_select {
        font-size: 16px;
        font-weight: bold;
    }

.btn-show-tourleader {
    margin: 10px 0 20px 0;
}

#createDateRange .modal-dialog {
    max-width: 420px;
}

#createDateRange .modal-header {
    text-align: left;
}

#createDateRange .modal-body label {
    text-align: left;
    font-weight: normal;
    display: block;
}

#createDateRange textarea {
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 4px;
    min-height: 150px;
}

#createDateRange .modal-footer {
    margin-top: 0;
}

#createDateRange .modal-body .input-group {
    width: 100%;
}

.order-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .order-buttons-container .order-buttons {
        display: flex;
        align-items: center;
    }

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.searchresultline:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}

.navbar-nav.not-logged li a {
    padding-top: 22px;
    padding-bottom: 22px;
}

.navbar-toggle.not-logged {
    margin-top: 15px;
    margin-bottom: 15px;
}

.customer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-heading .label {
    position: relative;
    top: -2px;
}

.tour-leader-photo-container {
    position: relative;
}

.tour-leader-photo-container:hover .image-hover-container {
    display: block;
}

.tour-leader-small-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}

.tour-leader-small-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tour-leader-photo-container .photo-placeholder {
    position: relative;
    background-color: #f5f5f5;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 50%;
}

.tour-leader-photo-container .photo-placeholder .glyphicon-user {
    color: #cfcfcf;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -43%);
}

.tour-leader-photo-container .image-hover-container {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 30px;
    overflow: hidden;
    border-radius: 50%;
    top: -105px;
    left: -30px;
    display: none;
    background-color: #f5f5f5;
    z-index: 10;
}

.tour-leader-photo-container .image-hover-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tour-leader-photo-container .image-hover-container:hover {
    display: none;
}

.tour-leaders-table tbody > tr > td {
    vertical-align: middle;
}

.tour-leader-image-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
    background-color: #f5f5f5;
    float: left;
}

.tour-leader-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tour-leader-image-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}

.tour-leader-image-placeholder .glyphicon-user {
    color: #cfcfcf;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    transform: translate(-50%, -50%);
}

.tours-custom-popover {
    min-width: 600px;
}

/* END: Calendar styles */

/* START: Bus layout styles */

.preview-placeholder {
    width: 60%;
    flex: 1 1 auto;
    background-color: #F5F5F5;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bus-layouts-container {
    display: flex;
}

.left-column {
    width: 40%;
    margin: 15px;
}

.separator-line {
    width: 1px;
    flex: 1 1 auto;
    background-color: #dddddd;
}

.right-column {
    width: 60%;
    flex: 1 1 auto;
    margin: 15px;
}

.placeholder-content {
    text-align: center;
}

    .placeholder-content .bus-icon {
        width: 72px;
        height: 39px;
        display: block;
        margin: 0 auto;
    }

    .placeholder-content .ship-icon {
        width: 81px;
        height: 38px;
        display: block;
        margin: 0 auto;
    }

.left-column .table tbody > tr > td {
    vertical-align: middle;
}

.bus-layout-grid-container {
    overflow: auto;
    margin-top: 20px;
}

#order-allocation-container .bus-layout-grid-container .cell {
    cursor: not-allowed;
}

.bus-layout-grid-container .cell {
    min-width: 80px;
    height: 80px;
    background-color: lightgrey;
    display: table-cell;
    border-bottom: 1px solid white;
    color: white;
    position: relative;
    padding: 5px;
    cursor: pointer;
}

#order-allocation-container .bus-layout-grid-container .cell {
    cursor: not-allowed;
}

.bus-layout-grid-container .cell-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-auto-flow: column;
    gap: 1px;
}

.bus-layout-grid-container .cell.bookable {
    background-color: #20B65E;
}

#order-allocation-container .bus-layout-grid-container .cell.bookable {
    cursor: pointer;
}

.bus-layout-grid-container .cell.selected {
    background-color: #ed9c28;
}

.bus-layout-grid-container .cell.booked {
    background-color: #FF6000;
}

#order-allocation-container .bus-layout-grid-container .cell.booked {
    cursor: not-allowed;
}

    #order-allocation-container .bus-layout-grid-container .cell.booked.current-order {
        background-color: #A71B00;
        cursor: pointer;
    }

.cell.same-seat-number {
    background-color: red !important;
}

.bus-layout-grid-container .seat-number {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 24px;
}

.bus-layouts-container .panel-default.active, .ship-layouts-container .panel-default.active {
    border: 1px solid #3276b1;
    transition: all 0.5s ease;
}

.bus-layouts-container .nav-tabs {
    margin-bottom: 20px;
}

    .bus-layouts-container .nav-tabs li {
        cursor: pointer;
    }

.bus-layouts-container .edit-number-input {
    width: 100%;
    outline: 0;
    border-radius: 5px;
}

.bus-layouts-container .btn-apply {
    margin-top: 12px;
}

.bus-layouts-container .create-new-layout {
    width: 100%;
}

    .bus-layouts-container .create-new-layout .btn-default {
        width: 50%;
    }

.bus-layouts-container .functions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bus-layouts-container .functions-container .glyphicon-info-sign {
        margin-right: 5px;
    }

.functions-container .popover {
    max-width: 800px;
}

    .functions-container .popover .table {
        margin-bottom: 0;
    }

.functions-container .btn-group .btn:focus {
    background-color: #ed9c28;
    color: white;
}

.deck-headline {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .deck-headline .deck-name {
        font-size: 16px;
        font-weight: normal;
    }

    .deck-headline .glyphicon-pencil {
        color: #3276b1;
        cursor: pointer;
        padding: 5px 10px;
    }

        .deck-headline .glyphicon-pencil:hover {
            opacity: 0.5;
        }

.deck-name-input-container {
    position: relative;
    width: 100%;
}

    .deck-name-input-container .glyphicon-ok {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #3276b1;
        cursor: pointer;
        padding: 5px 10px;
    }

        .deck-name-input-container .glyphicon-ok:hover {
            opacity: 0.5;
        }

.nocells-placeholder {
    width: 100%;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

#hotkeysPopover {
    cursor: pointer;
}

.add-new-element-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    margin-top: 10px;
}

    .add-new-element-container:hover {
        opacity: 0.5;
    }

    .add-new-element-container .plus-sign {
        width: 34px;
        height: 34px;
        border: 1px solid #D8D8D8;
        border-radius: 50%;
        position: relative;
        background-color: white;
    }

        .add-new-element-container .plus-sign:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 1px;
            background-color: #333333;
        }

        .add-new-element-container .plus-sign:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1px;
            height: 10px;
            background-color: #333333;
        }

.add-element-text {
    margin-left: 10px;
    margin-bottom: 0;
}

.hotkeys-popover-container {
    padding: 10px;
}

/* END: Bus layout styles */

/* START: Ship layout styles */

.preview-placeholder {
    width: 60%;
    flex: 1 1 auto;
    background-color: #F5F5F5;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ship-layouts-container {
    display: flex;
}

.left-column {
    width: 40%;
    margin: 15px;
}

.separator-line {
    width: 1px;
    flex: 1 1 auto;
    background-color: #dddddd;
}

.right-column {
    width: 60%;
    flex: 1 1 auto;
    margin: 15px;
}

.placeholder-content {
    text-align: center;
}

    .placeholder-content .ship-icon {
        width: 72px;
        height: 39px;
        display: block;
        margin: 0 auto;
    }

.left-column .table tbody > tr > td {
    vertical-align: middle;
}

.ship-layout-grid-container {
    overflow: auto;
    margin-top: 20px;
}

    .ship-layout-grid-container .cell {
        min-width: 80px;
        height: 80px;
        background-color: lightgrey;
        display: table-cell;
        border-bottom: 1px solid white;
        color: white;
        position: relative;
        padding: 5px;
        cursor: pointer;
    }

    .ship-layout-grid-container .cell-row {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        grid-auto-flow: column;
        gap: 1px;
    }

    .ship-layout-grid-container .cell.bookable {
        background-color: #20B65E;
    }

        .ship-layout-grid-container .cell.bookable.includes-product-unit {
            background-color: #20B65E;
        }

    .ship-layout-grid-container .cell.selected {
        background-color: #ed9c28;
    }

    .ship-layout-grid-container .cell.booked {
        background-color: #FF6000;
    }

    .ship-layout-grid-container .cell.current-order {
        background-color: #A71B00;
    }

    .ship-layout-grid-container .badge {
        cursor: pointer;
    }

#order-allocation-container .ship-layout-grid-container .cell {
    cursor: not-allowed;
}

    #order-allocation-container .ship-layout-grid-container .cell.bookable {
        background-color: #20B65E;
        opacity: 0.5;
        cursor: not-allowed;
    }

        #order-allocation-container .ship-layout-grid-container .cell.bookable.includes-product-unit {
            opacity: 1;
            cursor: pointer;
        }

    #order-allocation-container .ship-layout-grid-container .cell.booked {
        background-color: #FF6000;
        opacity: 0.5;
        cursor: not-allowed;
    }

        #order-allocation-container .ship-layout-grid-container .cell.booked.bookable.current-order.includes-product-unit {
            background-color: #A71B00;
            opacity: 1;
            cursor: pointer;
        }

        #order-allocation-container .ship-layout-grid-container .cell.booked.current-order {
            background-color: #A71B00;
            opacity: 0.5;
            cursor: not-allowed;
        }

        #order-allocation-container .ship-layout-grid-container .cell.booked.bookable.includes-product-unit {
            background-color: #FF6000;
            opacity: 0.5;
            cursor: not-allowed;
        }

.cell.same-seat-number {
    background-color: red !important;
}

.ship-layout-grid-container .seat-number {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 24px;
}

.ship-layouts-container .nav-tabs {
    margin-bottom: 20px;
}

    .ship-layouts-container .nav-tabs li {
        cursor: pointer;
    }

.ship-layouts-container .edit-number-input {
    width: 100%;
    outline: 0;
    border-radius: 5px;
}

.ship-layouts-container .btn-apply {
    margin-top: 12px;
}

.ship-layouts-container .create-new-layout {
    width: 100%;
}

    .ship-layouts-container .create-new-layout .btn-default {
        width: 50%;
    }

.ship-layouts-container .functions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cabin-types-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

    .cabin-types-container .btn-deck-type {
        margin-right: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .cabin-types-container .btn-deck-type .badge {
            top: unset;
            margin-right: 5px;
        }

.ship-layouts-container .functions-container .glyphicon-info-sign {
    margin-right: 5px;
}

.functions-container .popover {
    max-width: 800px;
}

    .functions-container .popover .table {
        margin-bottom: 0;
    }

.functions-container .btn-group .btn:focus {
    background-color: #ed9c28;
    color: white;
}

.deck-headline {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .deck-headline .deck-name {
        font-size: 16px;
        font-weight: normal;
    }

    .deck-headline .glyphicon-pencil {
        color: #3276b1;
        cursor: pointer;
        padding: 5px 10px;
    }

        .deck-headline .glyphicon-pencil:hover {
            opacity: 0.5;
        }

.deck-name-input-container {
    position: relative;
    width: 100%;
}

    .deck-name-input-container .glyphicon-ok {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #3276b1;
        cursor: pointer;
        padding: 5px 10px;
    }

        .deck-name-input-container .glyphicon-ok:hover {
            opacity: 0.5;
        }

.nocells-placeholder {
    width: 100%;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

#hotkeysPopover {
    cursor: pointer;
}

.add-new-element-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    margin-top: 10px;
}

    .add-new-element-container:hover {
        opacity: 0.5;
    }

    .add-new-element-container .plus-sign {
        width: 34px;
        height: 34px;
        border: 1px solid #D8D8D8;
        border-radius: 50%;
        position: relative;
        background-color: white;
    }

        .add-new-element-container .plus-sign:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 1px;
            background-color: #333333;
        }

        .add-new-element-container .plus-sign:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1px;
            height: 10px;
            background-color: #333333;
        }

.add-element-text {
    margin-left: 10px;
    margin-bottom: 0;
}

.hotkeys-popover-container {
    padding: 10px;
}

/* END: Ship layout styles */

/* START: Route layout styles */

.routetype.active {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.route-point-container {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    margin-bottom: 5px;
}

#routepointslist {
    padding-left: 0;
}

    #routepointslist .inptedit {
        display: none;
    }

.route-point-container li.routepoint {
    list-style-type: none;
    height: 45px;
    background: white;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.route-point-container.nidden-routepoint .location-container {
    opacity: 0.3;
}

.route-point-container.nidden-routepoint .description-container {
    opacity: 0.3;
}

.route-point-container.nidden-routepoint .meeting-time-container {
    opacity: 0.3;
}

.route-point-container.nidden-routepoint .departure-time-container {
    opacity: 0.3;
}

.route-point-container.nidden-routepoint .homecoming-time-container {
    opacity: 0.3;
}

.route-point-container.nidden-routepoint .display-container {
    opacity: 0.3;
}

.route-point-container .itemlbl {
    /*display: none;*/
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.labels-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .labels-container label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.details-route-points .location-container .glyphicon-option-vertical {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.details-route-points .glyphicon-trash {
    padding: 0 10px;
}

.details-route-points .labels-container .location-container, .details-route-points .route-point-container .location-container {
    width: 20%;
    padding: 0 10px 0 28px;
    display: flex;
    align-items: center;
    position: relative;
}

.details-route-points .labels-container .description-container, .details-route-points .route-point-container .description-container {
    width: 20%;
    padding: 0 10px;
}

.details-route-points .labels-container .meeting-time-container, .details-route-points .route-point-container .meeting-time-container {
    width: 11%;
    padding: 0 10px;
    position: relative;
}

.details-route-points .labels-container .departure-time-container, .details-route-points .route-point-container .departure-time-container {
    width: 11%;
    padding: 0 10px;
    position: relative;
}

.details-route-points .labels-container .homecoming-container, .details-route-points .route-point-container .homecoming-container {
    width: 11%;
    padding: 0 10px;
    position: relative;
}

.details-route-points .labels-container .display-container, .details-route-points .route-point-container .display-container {
    width: 12%;
    padding: 0 10px;
}

.details-route-points .labels-container .change-container, .details-route-points .route-point-container .change-container {
    width: 15%;
    padding: 0 10px;
}

.details-route-points .route-point-container .change-container {
    display: flex;
    align-items: center;
}

.details-route-points .route-point-container .change-container .glyphicon-remove {
    margin-left: 10px;
    color: #CFCFCF;
}

.details-route-points .route-point-container .change-container .glyphicon-trash {
    top: 3px;
}

.details-route-points .route-point-container .delete-container .btn {
    padding: 3px 12px;
}

.details-route-points .label.see-internet {
    margin-right: 5px;
}

.details-route-points .label.see-admin {
    margin-left: 5px;
}

.details-route-points .labels-edit-mode {
    display: flex;
    align-items: center;
}

.type-status-container {
    display: flex;
    align-items: center;
}

    .type-status-container .status-container {
        margin-left: 10px;
    }

    .type-status-container .btn-group {
        display: flex;
    }

    .type-status-container .checkbox {
        margin: 10px 0 0 10px;
    }

        .type-status-container .checkbox span {
            white-space: nowrap;
        }

.btn-connect-show {
    margin-left: 10px;
}

.route-placeholder {
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    border-radius: 4px;
}

    .route-placeholder .route-icon {
        display: block;
        margin: 0 auto;
    }

    .route-placeholder .route-placeholder-content {
        text-align: center;
    }

#connect-routes-container .connect-route-heading {
    display: flex;
    align-items: center;
}

    #connect-routes-container .connect-route-heading span {
        display: block;
    }

    #connect-routes-container .connect-route-heading .info-group:nth-child(2) {
        margin-left: 30px;
    }

#connect-routes-container .labels-container .location-container, #connect-routes-container .route-point-container .location-container {
    width: 20%;
    padding: 0 20px;
}

#connect-routes-container .labels-container .description-container, #connect-routes-container .route-point-container .description-container {
    width: 20%;
    padding: 0 10px;
}

#connect-routes-container .labels-container .meeting-time-container, #connect-routes-container .route-point-container .meeting-time-container {
    width: 15%;
    padding: 0 10px;
}

#connect-routes-container .labels-container .homecoming-time-container, #connect-routes-container .route-point-container .homecoming-time-container {
    width: 15%;
    padding: 0 10px;
}

#connect-routes-container .labels-container .display-container, #connect-routes-container .route-point-container .display-container {
    width: 30%;
    padding: 0 20px;
}

#connect-routes-container .route-point-container.selected {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

#connect-routes-container .route-point-container.connected {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

#connect-routes-container .btn-go-back {
    margin-top: 10px;
}

.show-routes-filter {
    display: flex;
    justify-content: flex-end;
}

.index-details-route-points .labels-container .position-container, .index-details-route-points .route-point-container .position-container {
    width: 10%;
    padding: 0 20px;
}

.index-details-route-points .labels-container .location-container, .index-details-route-points .route-point-container .location-container {
    width: 20%;
    padding: 0 10px;
}

.index-details-route-points .labels-container .description-container, .index-details-route-points .route-point-container .description-container {
    width: 20%;
    padding: 0 10px;
}

.index-details-route-points .labels-container .meeting-time-container, .index-details-route-points .route-point-container .meeting-time-container {
    width: 10%;
    padding: 0 10px;
}

.index-details-route-points .labels-container .departure-time-container, .index-details-route-points .route-point-container .departure-time-container {
    width: 10%;
    padding: 0 10px;
}

.index-details-route-points .labels-container .homecoming-time-container, .index-details-route-points .route-point-container .homecoming-time-container {
    width: 10%;
    padding: 0 10px;
}

.index-details-route-points .labels-container .display-container, .index-details-route-points .route-point-container .display-container {
    width: 20%;
    padding: 0 20px;
}

.label.see-internet {
    margin-right: 5px;
}

.label.see-admin {
    margin-left: 5px;
}

/* END: Route layout styles */

/* START: Assign pickup and seating styles */

#order-allocation-container .nav-tabs {
    margin-bottom: 20px;
}

#order-allocation-container .select-unselect-button-container {
    display: flex;
    align-items: center;
}

#order-allocation-container .travelers-container {
    margin: 0 -5px 10px -5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #order-allocation-container .travelers-container.ships {
        flex-wrap: wrap;
        justify-content: start;
    }

    #order-allocation-container .travelers-container .btn-default {
        margin: 0 5px 5px 5px;
    }

#order-allocation-container .pickup-seating-container {
    display: block;
    padding: 15px;
}

    #order-allocation-container .pickup-seating-container .left-column {
        width: 100%;
        margin: 0;
    }

    #order-allocation-container .pickup-seating-container .separator-line {
        display: none;
    }

    #order-allocation-container .pickup-seating-container .right-column {
        width: 100%;
        margin: 0;
    }

#order-allocation-container .btn-traveler {
    outline: 0;
    position: relative;
}

    #order-allocation-container .btn-traveler .checkmark {
        display: none;
        padding: 8px;
        position: relative;
        margin-right: 6px;
        margin-left: 3px;
        position: absolute;
        border-radius: 50%;
        background-color: #47a447;
        right: 0;
        top: 8px;
    }

        #order-allocation-container .btn-traveler .checkmark::before {
            position: absolute;
            left: -3px;
            top: 7px;
            height: 30%;
            width: 2px;
            background-color: white;
            content: "";
            transform: translateX(9px) rotate(-45deg);
            transform-origin: left bottom;
        }

        #order-allocation-container .btn-traveler .checkmark::after {
            position: absolute;
            left: -3px;
            bottom: 4px;
            height: 2px;
            width: 50%;
            background-color: white;
            content: "";
            transform: translateX(10px) rotate(-45deg);
            transform-origin: left bottom;
        }

    #order-allocation-container .btn-traveler.success .traveler-info {
        padding-right: 15px;
    }

    #order-allocation-container .btn-traveler.success .checkmark {
        display: block;
    }

#order-allocation-container .outbound-default-icon {
    width: 15px;
    height: 18px;
    background-image: url('/Content/images/outbound-default.svg');
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

    #order-allocation-container .outbound-default-icon.selected {
        background-image: url('/Content/images/outbound-selected.svg');
    }

#order-allocation-container .homebound-default-icon {
    width: 18px;
    height: 18px;
    background-image: url('/Content/images/homebound-default.svg');
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

    #order-allocation-container .homebound-default-icon.selected {
        background-image: url('/Content/images/homebound-selected.svg');
    }

#order-allocation-container .table tbody > tr > td {
    vertical-align: middle;
}

#order-allocation-container .travelers-table-container {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#order-allocation-container .travelers-table-container, #order-allocation-container .description-table-container {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#order-allocation-container .table tr.connected {
    background-color: #F5F5F5;
}

#order-allocation-container .direction-icons-container {
    white-space: nowrap;
}

#attachments-modal .modal-footer {
    margin-top: 0;
}

/* END: Assign pickup and seating styles */

.giro-placeholder {
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    border-radius: 4px;
}

    .giro-placeholder .upload-file-container {
        display: flex;
        align-items: center;
    }

        .giro-placeholder .upload-file-container .btn {
            border-radius: 0 4px 4px 0;
            padding: 11px 30px;
        }

    .giro-placeholder .upload-file {
        padding: 10px;
        background-color: white;
        display: flex;
        align-items: center;
        border-radius: 4px 0 0 4px;
        border: 1px solid #D8D8D8;
        min-width: 350px;
    }

    .giro-placeholder .placeholder-content {
        text-align: center;
    }

.giro-table tbody > tr > td {
    vertical-align: middle;
}

.traveler-personal-info-container {
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #dddddd;
}

    .traveler-personal-info-container:last-child {
        border-bottom: 0;
    }

.middle-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-comment-section {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}

    .order-comment-section .icon-section {
        width: 5%;
    }

    .order-comment-section .createdby-section {
        width: 10%;
        max-width: 10%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
    }

        .order-comment-section .createdby-section span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .order-comment-section .comment-section {
        width: 67%;
        max-width: 67%;
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 15px;
    }

    .order-comment-section .comment-message {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

        .order-comment-section .comment-message #text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
        }

    .order-comment-section .date-section {
        width: 15%;
    }

    .order-comment-section .action-comment {
        width: 3%;
        display: flex;
        justify-content: center;
    }

.comment-headline {
    font-weight: bold;
}

#commentpanel .panel-footer, #logpanel .panel-footer, #paymentsummary .panel-footer {
    display: flex;
    justify-content: flex-end;
}

.log-row-section {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}

    .log-row-section .createdby-section {
        width: 15%;
        max-width: 15%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
    }

        .log-row-section .createdby-section span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .log-row-section .log-text-section {
        width: 67%;
        max-width: 67%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .log-row-section .date-section {
        width: 15%;
    }

    .log-row-section .action-section {
        width: 3%;
        display: flex;
        justify-content: center;
    }

.no-margin-top {
    margin-top: 0;
}

#traveler-info .panel-body {
    max-height: 310px;
    overflow: auto;
    padding: 0;
}

.flight-details-labels {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .flight-details-labels span {
        font-weight: bold;
    }

.flight-details-container {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #D8D8D8;
    margin-bottom: 10px;
    border-radius: 3px;
}

    .flight-details-container:last-child {
        margin-bottom: 15px;
    }

    .flight-details-labels .departure-date-container, .flight-details-container .departure-date-container {
        width: 12%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flight-details-labels .departure-airport-container, .flight-details-container .departure-airport-container {
        width: 23%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flight-details-labels .departure-time-container, .flight-details-container .departure-time-container {
        width: 10%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flight-details-labels .flight-number, .flight-details-container .flight-number {
        width: 10%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flight-details-labels .arrival-date-container, .flight-details-container .arrival-date-container {
        width: 12%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flight-details-labels .arrival-airport-container, .flight-details-container .arrival-airport-container {
        width: 23%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flight-details-labels .arrival-time-container, .flight-details-container .arrival-time-container {
        width: 10%;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.order-details-data {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    display: block;
    white-space: nowrap;
}

.personal-details-data {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    display: block;
    white-space: nowrap;
}

.bus-info-data {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    display: block;
    white-space: nowrap;
}

.bus-info {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

    .bus-info .homebound-stop {
        padding: 0 15px;
        max-width: 45%;
    }

    .bus-info .outbound-stop {
        padding: 0 15px;
        max-width: 45%;
    }

    .bus-info .bus-seat {
        padding: 0 15px;
        max-width: 10%;
    }

.no-m {
    margin: 0;
}

.payment-details-table.table tbody > tr > td {
    vertical-align: middle;
}

.summary-collapse {
    padding: 10px;
    background-color: #F5F5F5;
    border-radius: 4px;
}

.payment-summary-table .arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
    margin-left: 5px;
}

    .payment-summary-table .arrow.up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: -1px;
    }

.payment-summary-table .collapse-row {
    cursor: pointer;
}

.payment-details-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table thead tr:first-child th.top-table-panel, .table thead tr:first-child td.top-table-panel, .table tfoot tr:first-child th.top-table-panel, .table tfoot tr:first-child td.top-table-panel {
    vertical-align: middle;
    border-bottom: 0;
    background-color: #F5F5F5;
}

    .table thead tr:first-child th.top-table-panel:first-child, table tfoot tr:first-child th.top-table-panel:first-child {
        padding: 15px;
    }

.transcations-table tr td:first-child, .transcations-table tr th:first-child {
    padding-left: 15px;
}

.transcations-table tr td:last-child, .transcations-table tr th:last-child {
    padding-right: 15px;
}

.operation-container {
    display: flex;
    justify-content: space-between;
}

.menu-select {
    max-height: 34px;
}

.posting-types-container .form-control:not(:first-child) {
    margin-top: 10px;
}

.transcations-table .actions-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.transcations-table .transcations-data-field {
    display: flex;
    align-items: center;
    min-height: 34px;
}

    .transcations-table .transcations-data-field:not(:first-child) {
        margin-top: 10px;
    }

.seat-number-badge {
    background-color: #5cb85c;
    padding: 7px;
    display: flex;
    align-items: center;
    width: fit-content;
}

    .seat-number-badge .icon-cross {
        position: relative;
        padding: 5px 0;
        display: block;
        width: 8px;
        height: 8px;
        cursor: pointer;
        margin-left: 5px;
    }

        .seat-number-badge .icon-cross:hover {
            opacity: 0.5;
        }

.cell-seat-number {
    display: block;
}

.seat-number-badge .icon-cross::before,
.seat-number-badge .icon-cross::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white; /* You can customize the color */
    top: 50%;
    transform-origin: center;
    left: 0;
}

.seat-number-badge .icon-cross::before {
    transform: translateY(-50%) rotate(45deg);
}

.seat-number-badge .icon-cross::after {
    transform: translateY(-50%) rotate(-45deg);
}

.seat-numbers-table {
    margin-bottom: 0;
}

    .seat-numbers-table.table thead > tr > th, .seat-numbers-table.table tbody > tr > td {
        vertical-align: middle;
    }

.seat-actions-buttons-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.seat-actions-buttons-container .btn {
    flex-grow: 1;
    margin: 10px 5px 0 5px;
}

.transfer-icon {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.transfer-icon.collapsed {
    transform: rotateX(180deg);
}

.transfer-icon:hover {
    opacity: 0.7;
}

.newbuslayout-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.new-bus-layout-container {
    margin-top: 10px;
}

.new-bus-layout-container .newbuslayout-actions {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.min-max-input {
    height: 28px;
    max-width: 70px;
}

#tour-startdate-bus-container .bus-layout-grid-container .cell {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

#tour-startdate-bus-container .bus-layout-grid-container .cell-row {
    grid-template-columns: repeat(auto-fill, minmax(40px, 0fr));
}

#tour-startdate-bus-container .bus-layout-grid-container .seat-number {
    font-size: 18px;
}

.layout-travelers {
    margin: 0 -5px 10px -5px;
}

.layout-travelers .btn {
    margin: 0 5px;
}

.unassigned-travelers-container {
    margin: 0 -5px;
}

.unassigned-travelers-container .btn {
    margin: 0 5px 5px 5px;
}

.transfer-buttons-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

    .transfer-buttons-container .btn-primary {
        padding: 6px 40px;
    }

.navbar-nav.not-logged li a {
    padding-top: 22px;
    padding-bottom: 22px;
}

.navbar-toggle.not-logged {
    margin-top: 15px;
    margin-bottom: 15px;
}

.calendar-panel-body {
    background-color: #f5f5f5;
    ;
}

.color-input {
    max-width: 34px;
    padding: 2px;
    cursor: pointer;
}

    .color-input:hover {
        border-color: #adadad
    }

.grouptraveldayol .dd-handle.tphandle {
    align-items: center;
}

    .grouptraveldayol .dd-handle.tphandle .emptyspan {
        min-width: 56px;
    }

.remove-flight-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.order-tabs {
    position: relative;
}

    .order-tabs .warnings-container {
        position: absolute;
        right: 0;
        top: 10px;
        display: flex;
        align-items: center;
    }

        .order-tabs .warnings-container .btn {
            font-size: 12px;
            font-weight: bold;
            padding: 1px 12px;
        }

.agent-status-btn .btn {
    padding: 1px 12px;
}

.transcations-data-input-group {
    margin-top: 10px;
}

.transcations-data-form-control {
    margin-top: 10px;
}

.itinerary-container .glyphicon-option-vertical {
    color: #d8d8d8;
}

.itinerary-container {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: grab;
    background-color: #f5f5f5;
}

    .itinerary-container:hover {
        background-color: #E9E9E9;
    }

        .itinerary-container:hover .glyphicon-option-vertical {
            color: #B5B5B5;
        }

    .itinerary-container.sortable-chosen {
        background-color: #E9E9E9;
    }

    .itinerary-container .form-group {
        margin-bottom: 0;
        width: 100%;
    }

.itinerary-labels-container {
    display: flex;
    align-items: center;
}

    .itinerary-container .title-container, .itinerary-labels-container .title-container {
        display: flex;
        align-items: center;
        width: 20%;
        padding: 0 10px;
    }

    .itinerary-container .description-container, .itinerary-labels-container .description-container {
        width: 20%;
        padding: 0 10px;
    }

    .itinerary-container .direction-container, .itinerary-labels-container .direction-container {
        width: 20%;
        padding: 0 10px;
    }

    .itinerary-container .transport-container, .itinerary-labels-container .transport-container {
        width: 20%;
        padding: 0 10px;
    }

    .itinerary-container .checkmark-container, .itinerary-labels-container .checkmark-container {
        width: 10%;
        padding: 0 10px;
    }

.itinerary-container .remove-container {
    width: 10%;
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
}

.itinerary-container .title-container .form-group {
    padding-left: 10px;
}

.itinerary-labels-container .title-container label {
    margin-left: 30px;
}

.itinerary-table tbody > tr > td {
    vertical-align: middle;
}

.itinerary-table .name-col {
    width: 95%;
}

.itinerary-table .change-col {
    width: 5%;
}

.rating-star {
    position: relative;
    display: block;
    font-size: 23px;
}

    .rating-star:before {
        content: "★";
        color: rgb(161 197 229);
    }

    .rating-star.active:before {
        color: #428BCA;
        text-shadow: 0 0 1px #333;
    }

.bus-table tbody > tr > td, .ship-table tbody > tr > td {
    vertical-align: middle;
}

.tourtemplate-tagbox .tags-collapse {
    position: absolute;
    padding: 10px;
    background-color: white;
    left: 0;
    z-index: 1;
    min-width: 250px;
    border: 1px solid #cccccc;
    top: 33px;
    border-radius: 4px;
}

.tourtemplate-tagbox .tag-header {
    display: flex;
    justify-content: space-between;
}

.tourtemplate-tagbox .selected-tags {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 350px;
}

.tourtemplate-tagbox .panel-collapse .list-group {
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter {
    text-align: left !important;
}

.select-all-group, .select-none-group {
    padding: 2px 6px;
}

.custom-tourtemplate-row {
    display: flex;
    align-items: center;
    margin: 0 -10px -10px -10px;
    flex-wrap: wrap;
}

.custom-tourtemplate-row .custom-col {
    padding: 0 10px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .no-right-padding {
        padding-right: 0;
    }

    .clearonsm {
        clear: none;
    }

    .modal-dialog {
        right: auto;
        left: 50%;
        width: auto;
        max-width: 1024px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .itemcontentnobreak {
        min-width: 700px;
        width: 700px;
        text-align: right;
    }

        .itemcontentnobreak.unitprice {
            min-width: 997px;
            width: 997px;
            text-align: right;
        }

    .add-product-modal {
        width: auto;
        min-width: 751px;
        max-width: 1060px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 992px) {
    .split-row {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .column-span-all {
        -webkit-column-span: all; /* Chrome, Safari, Opera */
        column-span: all;
    }

    .split-row > * {
        -webkit-column-break-inside: avoid;
        -webkit-backface-visibility: hidden;
        display: inline-block;
        width: 100%;
        float: none;
    }

    .panel-info .clickable {
        width: 100%;
        cursor: pointer;
        text-align: right;
        float: right;
    }

    .edit-startdatesetup .allowonlinebooking-checkbox {
        margin-top: 30px;
    }

    .bus-layouts-container .btn-apply {
        margin-top: 24px;
    }

    .ship-layouts-container .btn-apply {
        margin-top: 24px;
    }

    .remove-flight-button {
        right: 30px;
    }
}

@media (min-width: 1200px) {
    .fee-container {
        display: flex;
        align-items: center;
    }

    .fee-percentage-container {
        border-right: 1px solid #adadad;
    }

    .selected-product-container {
        border-right: 1px solid #adadad;
    }

    .due-date-container {
        border-right: 1px solid #adadad;
    }

    #order-allocation-container .pickup-seating-container {
        display: flex;
        padding: 0;
    }

        #order-allocation-container .pickup-seating-container .left-column {
            width: 40%;
            margin: 15px;
        }

        #order-allocation-container .pickup-seating-container .separator-line {
            width: 1px;
            flex: 1 1 auto;
            background-color: #dddddd;
            display: block;
        }

        #order-allocation-container .pickup-seating-container .right-column {
            width: 60%;
            flex: 1 1 auto;
            margin: 15px;
        }

    .type-status-container .status-container {
        margin-left: 30px;
    }

    .type-status-container .checkbox {
        margin: 10px 0 0 30px;
    }

    .details-route-points .labels-container .location-container, .details-route-points .route-point-container .location-container {
        width: 23%;
    }

    .details-route-points .labels-container .description-container, .details-route-points .route-point-container .description-container {
        width: 23%;
    }

    .details-route-points .labels-container .meeting-time-container, .details-route-points .route-point-container .meeting-time-container {
        width: 12%;
    }

    .details-route-points .labels-container .departure-time-container, .details-route-points .route-point-container .departure-time-container {
        width: 12%;
    }

    .details-route-points .labels-container .homecoming-container, .details-route-points .route-point-container .homecoming-container {
        width: 12%;
    }

    .details-route-points .labels-container .display-container, .details-route-points .route-point-container .display-container {
        width: 10%;
    }

    .details-route-points .labels-container .change-container, .details-route-points .route-point-container .change-container {
        width: 8%;
    }

    .mt-lg-3 {
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    #connect-routes-container .labels-container .location-container, #connect-routes-container .route-point-container .location-container {
        width: 25%;
        padding: 0 20px;
    }

    #connect-routes-container .labels-container .description-container, #connect-routes-container .route-point-container .description-container {
        width: 25%;
        padding: 0 10px;
    }

    #connect-routes-container .labels-container .display-container, #connect-routes-container .route-point-container .display-container {
        width: 20%;
        padding: 0 20px;
    }
}

p.list-group-item-text {
    width: 186px;
    margin: 0 auto;
}

.order-search-ul {
    justify-content: space-between;
}

    .order-search-ul .list-group-item-text {
        font-weight: bold;
        font-size: 17px;
    }

.admin-order-active-box .list-group-item-text, .admin-order-disabled-box .list-group-item-text {
    color: #212529;
}

.column_3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

    .column_3 > span {
        display: block;
    }

.seat-icon {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
    background-image: url('/Content/images/seat.svg');
}
