﻿@import url(Fonts/TravelitIconSet-v1.0/style.css);
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

:root {
    --primary-link-colour: #3d862d;
    --primary-link-hover: #2c6020;
    --border-primary: solid 1px #CCCCCC;
    --site-colour-02: #384453;
    --site-colour-03: #26ace2;
    --site-colour-04: #4ab848;
    --site-colour-05: #f58220;
}
h1.headingFareRules {
    font-size:20px;
}
.corporate-booking .headercontainer,
.corporate-booking .headerRightColumn,
.corporate-booking .headerLeftColumn,
.corporate-booking header {
    background-color: #fff
}
.corporate-booking .bodycontainer,
#divScreenTabs {
    background-color: #f4f4f4;
}
.corporate-booking header .headerRightColumn {
    color: #333;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
optgroup,
.grid select,
.grid textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 14px;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    min-height: 26px;
}
.grid input[type=file] {border:none}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
    padding: 4px;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size:12px
}

.grid *, .grid *:before, .grid *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}*

button,
input,
optgroup,
select,
textarea {
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}
.corporate-booking .MobileMenu-Icons {
    font-size: 24px;
    background: none;
    position: relative;
    color:#fff;
}

.corporate-booking #hrefMobileMenuTRF .MobileMenu-TRFIcon #tdfontRequestFormsTopMenu,
.corporate-booking #hrefMobileMenuTRF2 .MobileMenu-TRF2Icon #tdfontRequestForms2TopMenu {
    position: absolute;
    top: 0;
    margin-left: 5px;
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}

/* DELETE .grid input {min-height:26px}*/
button:hover {
    cursor: pointer
}

.corporate-booking .ui-dialog .ui-dialog-buttonpane button {
    color: var(--primary-link-colour);
    border: solid 1px var(--primary-link-colour);
}
.corporate-booking .ui-dialog .ui-dialog-buttonpane button:hover {
    background-color:var(--primary-link-colour);
    color:#fff;
}
a:hover {
    cursor: pointer;
    text-decoration: underline
}

.align-right {
    text-align: right
}

.align-center, .responsive-table th.align-center {
    text-align: center
}

.ui-dialog.ui-widget .ui-dialog-titlebar {
    padding: .4em 0.4em 0.6em 0.6em;
}

.ui-dialog.ui-widget .ui-dialog-titlebar-close {
    float: right;
    background-image: url(../Images/icons/close_black_24x24.png);
    background-size: contain;
}
/*==================
Structure / Mobile Responsive Grid Styling
/*==================**/
/*[class*='grid'],
[class*='col-'],
[class*='mobile-'],
[class*='tablet-'],
.grid:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.inline-table-field {
    padding: 6px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #A5A5A5;
}

.notification-box {
    padding: 5px 10px;
    border: solid 1px;
    margin-bottom: 5px;
    /* DELETE overflow:inherit;*/
    border-radius:10px;
    /* DELETE overflow:auto;*/
}

    .notification-box.blue {
        background-color: #d2f1ff;
        color: darkblue;
        border-color: darkblue
    }

.notification-box.yellow {
    background-color: #fcf8e3;
    border-color: sandybrown
}

.notification-box.green {
    background-color: #d9f7e3;
    color: #104b24;
    border-color: darkgreen
}

.notification-box.red {
    background-color: #f2dede;
    color: #b94a48;
    border-color: #eed3d7
}

.notification-box.grey {
    background-color: #f0f0f0;
    color: #999999;
    border-color: #999999
}

.notification-icon {
    margin-right: 10px;
    transform: translateY(5px)
}

.notification-box .close-icon {}
.searchingalternatives-animation span {
    line-height: 20px;
    /*font-family: 'Open Sans Semibold',sans-serif;*/
    color: #666;
    height: 20px;
    display: inline-block;
    transform: translateY(-5px);
}
.close-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../Images/icons/close_grey_24x24.png);
    background-repeat: no-repeat;
    float: right;
}
.close-icon:hover {background-image:url(../Images/icons/close_black_24x24.png); cursor:pointer}

.collapse-icon {
    transform:rotate(180deg);
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../Images/keyboard_arrow_down_grey_24x24.png);
    background-repeat: no-repeat;
    float: right;
}

.collapse-icon:hover {
    background-image: url(../Images/keyboard_arrow_down-24px-black.png);
    cursor: pointer
}

.link-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.view-link-icon {
    display:block;
    width:24px;
    height:24px;
    background-image:url(../Images/icons/link_grey_24x24.png);
    background-repeat:no-repeat;
    font-size:0
}
.view-link-icon:hover {
    background-image:url(../Images/icons/link_black_24x24.png);
    cursor:pointer;
}

.heading-row th {
    background-color: #656f7d;
    color: #fff
}

.sub-heading-row th {
    background-color: #ddd
}

.hide {
    display: none
}

.company-balancetravel .showOnlyBalanceTravel,
.company-discoveryvitality .showOnlyDiscoverVitality,
.company-travelcoza .showOnlyTravelCOZA,
.company-discoveryvitality .showOnlyNedbankAvo,
.company-airstudentleisure .showOnlyAirStudent {
    display: revert;
}
/* DELETE *body:not(.company-momentummultiply) .showOnlyMultiply,
body:not(.company-oldmutual) .showOnlyOldMutual,*/
body.company-discoveryvitality .hideOnDiscoveryVitality,
body.company-balancetravel .hideOnBalanceTravel,
/*body:not(.company-discoveryvitality):not(.company-travelcoza) .showOnlyDiscoveryVitality,
body:not(.company-discoveryvitality).company-travelcoza .showOnlyDiscoveryVitality:not(.showOnlyTravelCOZA),*/
body.company-travelcoza .hideOnTravelCOZA,
/*body:not(.company-travelcoza):not(.company-discoveryvitality) .showOnlyTravelCOZA,
body:not(.company-travelcoza).company-discoveryvitality .showOnlyTravelCOZA:not(.showOnlyDiscoveryVitality),*/
body.company-iatf .hideOnIATF,
body:not(.company-iatf) .showOnlyIATF,
body [class^='showOnly'] {
    display: none
}


/* DELETE
[class*='col-'] {
	float: left;
  	min-height: 1px;
	padding-right: 20px; 
} 

.corporate-booking .row {
    width: 100%
}*/

/* DELETE
[class*='col-'] [class*='col-']:last-child, [class*='col-'].no-right-padding, .row [class*='col-']:last-of-type {
	padding-right: 0;
}*/
.responsive-table table.nonresponsive-table > tbody > tr > td, .responsive-table tr.nonresponsive-row > td, .responsive-table tr.nonresponsive-row > td {
    padding-left: 0;
    display: table-cell;
    width: auto
}

.grid .responsive-table .nonresponsive-table tr :not(.responsive-table) td:before {
    content: none
}
.responsive-table .nonresponsive-table tbody tr {
    border-bottom: none
}
.responsive-table td.img-btn-cell {
    display: table-cell
}
/* DELETE 
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    /*font-size: 1rem;*/
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
.multiple-radio-btn-group-item {
    display: block;
    padding: 5px 0
}

.multiple-radio-btn-group-item [type="radio"]:not(:checked) + span,
.multiple-radio-btn-group-item [type="radio"]:checked + span {
    padding-left: 25px
}

.multiple-radio-btn-group-item [type="radio"]:checked + span {
    color: var(--primary-link-colour)
}

.multiple-radio-btn-group-item [type="radio"] + span:before,
.multiple-radio-btn-group-item [type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.multiple-radio-btn-group-item [type="radio"].with-gap:checked + span:before,
.multiple-radio-btn-group-item [type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}

.multiple-radio-btn-group-item [type="radio"]:not(:checked) + span:before,
.multiple-radio-btn-group-item [type="radio"]:not(:checked) + span:after {
    border: 2px solid #5a5a5a;
}

.multiple-radio-btn-group-item [type="radio"]:not(:checked) + span:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
.multiple-radio-btn-group-item [type="radio"]:checked + span:before {
    border: 2px solid transparent;
}

.multiple-radio-btn-group-item [type="radio"]:checked + span:after,
.multiple-radio-btn-group-item [type="radio"].with-gap:checked + span:before,
.multiple-radio-btn-group-item [type="radio"].with-gap:checked + span:after {
    border: 2px solid var(--primary-link-colour);
}

.multiple-radio-btn-group-item [type="radio"]:checked + span:after,
.multiple-radio-btn-group-item [type="radio"].with-gap:checked + span:after {
    background-color: var(--primary-link-colour);
}

.multiple-radio-btn-group-item [type="radio"]:checked + span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
.multiple-radio-btn-group-item [type="radio"].with-gap:checked + span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */
.multiple-radio-btn-group-item [type="radio"].tabbed:focus + span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
.multiple-radio-btn-group-item [type="radio"].with-gap:disabled:checked + span:before {
    border: 2px solid rgba(0, 0, 0, 0.42);
}

.multiple-radio-btn-group-item [type="radio"].with-gap:disabled:checked + span:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
.multiple-radio-btn-group-item [type="radio"]:disabled:not(:checked) + span:before,
.multiple-radio-btn-group-item [type="radio"]:disabled:checked + span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42);
}

.multiple-radio-btn-group-item [type="radio"]:disabled + span {
    color: rgba(0, 0, 0, 0.42);
}

.multiple-radio-btn-group-item [type="radio"]:disabled:not(:checked) + span:before {
    border-color: rgba(0, 0, 0, 0.42);
}

.multiple-radio-btn-group-item [type="radio"]:disabled:checked + span:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #949494;
}

/* Checkboxes DELETE
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"].fancycheckbox:not(:checked),
[type="checkbox"].fancycheckbox:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"].fancycheckbox {
    /* checkbox aspect */
}

[type="checkbox"].fancycheckbox + span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    /*font-size: 1rem;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"].fancycheckbox + span:not(.lever):before,
[type="checkbox"].fancycheckbox:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 7px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"].fancycheckbox:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"].fancycheckbox:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].fancycheckbox.tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].fancycheckbox:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--primary-link-colour);
    border-bottom: 2px solid var(--primary-link-colour);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].fancycheckbox:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"].fancycheckbox:indeterminate + span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid var(--primary-link-colour);
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].fancycheckbox:indeterminate:disabled + span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-link-colour);
    background-color: var(--primary-link-colour);
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: var(--primary-link-colour);
    border-color: var(--primary-link-colour);
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}

.multiple-checkbox-group-item [type="checkbox"] + span:not(.lever) {
    padding-left: 25px
}

.multiple-checkbox-group-item {
    display: block;
    padding: 5px 0
}

/*Additional checkbox design*/
/* DELETE
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    margin: 10px 0 5px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #efefef;
    border:solid 1px #555;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: darkorange;
}

.control input:checked ~ .control__indicator {
    background: var(--primary-link-colour);
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: var(--primary-link-colour);
}

.control input:disabled ~ .control__indicator {
    background: darkorange;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
*/
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

.corporate-booking a.riskline-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    text-decoration: none;
    color: #5184a1;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    cursor: pointer;
}
    .corporate-booking a.riskline-btn:hover {
        border-color: #b30000;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transform: translateY(-1px);
        background-color: #eee;
        color: #5184a1;
    }

/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch label {
    cursor: pointer;
}

#additionaluserfields-switch-label {
    color: inherit
}

.switch:hover label, #additionaluserfields-switch-label.active {
    color: var(--primary-link-colour)
}

.additional-user-fields-block {
    padding-top: 20px
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #e3b48e;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
    left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: var(--primary-link-colour);
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.switch input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
.switch input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15);
}

.switch input[type=checkbox]:not(:disabled) ~ .lever:active:before,
.switch input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #949494;
}

/* Toggle switch - the box around the slider */
.toggle-switch.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

/* Hide default HTML checkbox */
.toggle-switch.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.toggle-slider.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-slider.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle-slider.slider {
    background-color: #2196F3;
}

input:focus + .toggle-slider.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.divSwitchView .form-switch .form-check-input {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    border-color:var(--site-colour-05);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28245, 130, 32%29'/%3e%3c/svg%3e");
}
.divSwitchView .form-switch .form-check-input:hover {box-shadow:none; cursor:pointer}
.divSwitchView {
    color: var(--site-colour-05);
}
.divSwitchView .form-switch .form-check-input:checked {
    background-color:var(--site-colour-05);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28255, 255, 255%29'/%3e%3c/svg%3e");
}
.divSwitchView .selected {
    font-weight: bold;
}
.divSwitchView .form-check-input:focus {
    box-shadow:0 0 0 0.25rem rgba(245,130,32,.25);
}
/* Rounded sliders */
.toggle-slider.slider.round {
    border-radius: 34px;
}
.toggle-slider.slider.round:before {
    border-radius: 50%;
}


.error_msg {
    font-size: 0.85em;
    color: red;
    visibility: hidden;
    margin: -2px 0 3px 0;
    display: block
}

.has-error .error_msg {
    visibility: visible
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

.push-right {float: right;}

/* Content Columns */
@media only screen and (min-width:768px) {
    .col-1-1 {width: 100%;}
    .col-2-3, .col-8-12 {width: 66.66%;}
    .col-1-2, .col-6-12 {width: 50%;}
    .col-1-3, .col-4-12 {width: 33.33%;}
    .col-1-4, .col-3-12 {width: 25%;}
    .col-1-5 {width: 20%;}
    .col-1-6, .col-2-12 {width: 16.667%;}
    .col-1-7 {width: 14.28%;}
    .col-1-8 {width: 12.5%;}
    .col-1-9 {width: 11.1%;}
    .col-1-10 {width: 10%;}
    .col-1-11 {width: 9.09%;}
    .col-1-12 {width: 8.33%}
    .col-075-12 {width: 6.25%}
    .col-05-12 {width: 4.16%}

    /* Layout Columns */
    .col-115-12 {width: 95.83%}
    .col-1125-12 {width:93.75%}
    .col-11-12 {width: 91.66%}
    .col-105-12 {width: 87.5%}
    .col-1025-12 {width: 85.41%}
    .col-10-12 {width: 83.333%;}
    .col-9-12 {width: 75%;}
    .col-55-12 {width:45.82%}
    .col-525-12 {width:43.743%}
    .col-5-12 {width: 41.66%;}
    .col-7-12 {width: 58.33%}
    .col-325-12 {width:27.08%}
}

@media only screen and (min-width:1025px) {
    /* Pushing blocks */
    .push-2-3, .push-8-12 {
        margin-left: 66.66%;
    }

    .push-1-2, .push-6-12 {
        margin-left: 50%;
    }

    .push-1-3, .push-4-12 {
        margin-left: 33.33%;
    }

    .push-1-4, .push-3-12 {
        margin-left: 25%;
    }

    .push-1-5 {
        margin-left: 20%;
    }

    .push-1-6, .push-2-12 {
        margin-left: 16.667%;
    }

    .push-1-7 {
        margin-left: 14.28%;
    }

    .push-1-8 {
        margin-left: 12.5%;
    }

    .push-1-9 {
        margin-left: 11.1%;
    }

    .push-1-10 {
        margin-left: 10%;
    }

    .push-1-11 {
        margin-left: 9.09%;
    }

    .push-1-12 {
        margin-left: 8.33%
    }
    .push-075-12 {
        margin-left: 6.25%
    }
    .push-05-12 {
        margin-left: 4.16%;
    }
}


@media handheld, only screen and (max-width: 767px) {
    /*DELETE    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px; /* grid-space to left */
        padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }
/*DELETE
    [class*='col-'] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px; /* column-space */
    }
/*
        [class*='col-'] [class*='col-'] {
            padding-right: 0;
        }
*/
    /* Mobile Layout */
/* DELETE
    [class*='mobile-col-'] {
        float: left;
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 10px; 
        padding-bottom: 0;
    }

    .mobile-col-1-1 {
        width: 100%;
    }

    .mobile-col-2-3, .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2, .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-3, .mobile-col-4-12 {
        width: 33.33%;
    }

    .mobile-col-1-4, .mobile-col-3-12 {
        width: 25%;
    }

    .mobile-col-1-5 {
        width: 20%;
    }

    .mobile-col-1-6, .mobile-col-2-12 {
        width: 16.667%;
    }

    .mobile-col-1-7 {
        width: 14.28%;
    }

    .mobile-col-1-8 {
        width: 12.5%;
    }

    .mobile-col-1-9 {
        width: 11.1%;
    }

    .mobile-col-1-10 {
        width: 10%
    }

    .mobile-col-1-11 {
        width: 9.09%;
    }

    .mobile-col-1-12 {
        width: 8.33%
    }
        */
/* Layout Columns 
    .mobile-col-11-12 {
        width: 91.66%
    }

    .mobile-col-10-12 {
        width: 83.333%;
    }

    .mobile-col-9-12 {
        width: 75%;
    }

    .mobile-col-5-12 {
        width: 41.66%;
    }

    .mobile-col-7-12 {
        width: 58.33%
    }
        */
/* DELETE Pushing blocks 
    .mobile-push-2-3, .mobile-push-8-12 {
        margin-left: 66.66%;
    }

    .mobile-push-1-2, .mobile-push-6-12 {
        margin-left: 50%;
    }

    .mobile-push-1-3, .mobile-push-4-12 {
        margin-left: 33.33%;
    }

    .mobile-push-1-4, .mobile-push-3-12 {
        margin-left: 25%;
    }

    .mobile-push-1-5 {
        margin-left: 20%;
    }

    .mobile-push-1-6, .mobile-push-2-12 {
        margin-left: 16.667%;
    }

    .mobile-push-1-7 {
        margin-left: 14.28%;
    }

    .mobile-push-1-8 {
        margin-left: 12.5%;
    }

    .mobile-push-1-9 {
        margin-left: 11.1%;
    }

    .mobile-push-1-10 {
        margin-left: 10%;
    }

    .mobile-push-1-11 {
        margin-left: 9.09%;
    }

    .mobile-push-1-12 {
        margin-left: 8.33%
    }

    .mobile-push-0-12 {
        margin-left:0
    }*/
}
@media handheld, only screen and (min-width: 601px) and (max-width:1024px) {
    /*[class*='col-'] {margin-left: 0}
	
	.tablet-col-1-1 {width: 100%;}
	.tablet-col-2-3, .tablet-col-8-12 {width: 66.66%;}
	.tablet-col-1-2, .tablet-col-6-12 {width: 50%;}
	.tablet-col-1-3, .tablet-col-4-12 {width: 33.33%;}
	.tablet-col-1-4, .tablet-col-3-12 {width: 25%;}
	.tablet-col-1-5 {width: 20%;}
	.tablet-col-1-6, .tablet-col-2-12 {width: 16.667%;}
	.tablet-col-1-7 {width: 14.28%;}
	.tablet-col-1-8 {width: 12.5%;}
	.tablet-col-1-9 {width: 11.1%;}
	.tablet-col-1-10 {width: 10%}
	.tablet-col-1-11 {width: 9.09%;}
	.tablet-col-1-12 {width: 8.33%}
    .tablet-col-05-12 {width: 4.16%}
        */
    /* Layout Columns 
    .tablet-col-115-12 {width: 95.83%}
	.tablet-col-11-12 {width: 91.66%}
	.tablet-col-10-12 {width: 83.333%;}
	.tablet-col-9-12 {width: 75%;}
	.tablet-col-5-12 {width: 41.66%;}
	.tablet-col-7-12 {width: 58.33%}
        */
    /* Pushing blocks 
	.tablet-push-2-3, .tablet-push-8-12 {margin-left: 66.66%;}
	.tablet-push-1-2, .tablet-push-6-12 {margin-left: 50%;}
	.tablet-push-1-3, .tablet-push-4-12 {margin-left: 33.33%;}
	.tablet-push-1-4, .tablet-push-3-12 {margin-left: 25%;}
	.tablet-push-1-5 {margin-left: 20%;}
	.tablet-push-1-6, .tablet-push-2-12 {margin-left: 16.667%;}
	.tablet-push-1-7 {margin-left: 14.28%;}
	.tablet-push-1-8 {margin-left: 12.5%;}
	.tablet-push-1-9 {margin-left: 11.1%;}
	.tablet-push-1-10 {margin-left: 10%;}
	.tablet-push-1-11 {margin-left: 9.09%;}
	.tablet-push-1-12 {margin-left: 8.33%}
    .tablet-push-075-12 {
        margin-left: 6.25%
    }

    .tablet-push-05-12 {
        margin-left: 4.16%;
    }    */
}
/*=========
General Site-Wide Styles
/*=========**/
.clearfix.mb-1 {display:block; margin-bottom:10px; clear:both}
.clearfix.margin-bottom-5px {
    display: block;
    margin-bottom: 5px;
    clear: both
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
img.responsive-img {max-width: 100%; height:auto; width: 100%}
.maxwidth80 {
    max-width: 80%
}
.maxwidth30 {
    max-width: 33%
}
.light_table_row {
    background-color: #FFFFFF;
}
.dark_table_row {
    background-color: #F0f0f0;
}

::-webkit-input-placeholder {
    color: #ccc;
}
/* Styling of input placeholder Chrome/Opera/Safari */
::-moz-placeholder {
    color: #ccc;
}
/* Styling of input placeholder Firefox 19+ */
:-ms-input-placeholder {
    color: #ccc;
}
/* Styling of input placeholder for IE 10+ */
:-moz-placeholder {
    color: #ccc;
}
/* Styling of input placeholder for Firefox 18- */

h1.page-title {
    font-size: 28px;
    margin-top: 0
}

.img-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/*Tooltip Styles*/
/* Add this attribute to the element that needs a tooltip 
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}*/

/* Hide the tooltip content by default 
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}*/

/* Position tooltip above the element 
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}*/

/* Triangle hack to make tooltip look like a speech bubble 
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}*/

/* Show tooltip content on hover 
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}*/
/*End of Tooltip Styles*/

.moreless.less {margin-bottom:10px; display:block} /* Styling of 'show less' text */
.ui-menu .ui-autocomplete-category {
    background-color: var(--primary-link-colour);
}
/* Tabs
   ========================================================================== */
section.tab {
    display: none;
    /*padding: 10px 0;*/
    border-top: 1px solid #ddd;
    /*DELETE max-width:1000px;*/
}

section.tab.no-border {border-top:none}

input.tab-input {
    display: none
}

label.tab-label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 20px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 1px solid transparent;
    font-size:1.15em;
}
label.tab-label:first-child::before {content=""}
label.tab-label:before {
    font-weight: normal;
    margin-right: 10px;
}

label.tab-label:hover {
    color: #333;
    cursor: pointer;
}

input.tab-input:checked + label.tab-label {
    color: var(--primary-link-colour);
    border: none;
    border-bottom: 2px solid var(--primary-link-colour);
}

.tab1:checked ~ .content1,
.tab2:checked ~ .content2,
.tab3:checked ~ .content3,
.tab4:checked ~ .content4,
.tab5:checked ~ .content5 {
    display: block;
}

.section-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px
}

/* Select field element
   ========================================================================== */
.select-css {
    display: block;
    font-size: inherit;
    font-family: sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
    cursor: pointer
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(253, 131, 0, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

/* Button Radio Group
   ========================================================================== */
input.btn-radio-group-input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

label.btn-radio-group-label {
    color: #3A4451;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 20px;
    background-color: #EFEFEF;
    float: left;
    width: 47%;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 5px;
    border-radius: 5px;
}

input.btn-radio-group-input[type=radio]:checked + label.btn-radio-group-label {
    color: #ffffff;
    background: var(--site-colour-02);
    width: 120px;
}

.btn-radio-group {
    display: inline-block;
    overflow: hidden;
}


/* Increase/Decrease Number Input
   ========================================================================== */
.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #f5f5f5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .value-button:hover {
        cursor: pointer;
    }

.number-field .decrease_number {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    background-image: url("../images/icons/remove_grey_24x24.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .number-field .decrease_number:hover {
        background-image: url("../images/icons/remove_black_24x24.png")
    }

.number-field .increase_number {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
    background-image: url("../images/icons/add_grey_24x24.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .number-field .increase_number:hover {
        background-image: url("../images/icons/add_black_24x24.png")
    }

.number-field #input-wrap {
    margin: 0px;
    padding: 0px;
}

input.number-field-input {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input.number-field-input[type=number]::-webkit-inner-spin-button,
input.number-field-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-field input.number-field-input[type="number"] {
    width: 50px;
    transform: translateY(2px);
    border-radius: 0;
    font-size: 14px;
}

.submitbtn {
    width: 100%
}

.font-size-14 {
    font-size:14px;
}

.hide-on-first-load {
    display: none
}

/*==================
Header Styling
/*==================*/
/* Mega Menu */
.filter-container {display:none;
    background-color:#fff;
    position:absolute;
    width:300px;
    border:1px solid #ccc;
}
#closeButton {color:red;margin-left:10px}
.FilterClose{}
.hotel-search-filters li{
    list-style:none;
    float:left;
}
.hotel-search-filters #top-nav > ul > li {width:150px;}
.filter-container {width:60%; padding: 30px; transform:translateX(40px)}
.filter-container li {margin-right: 20px; display:flex; vertical-align: middle}
.filter-container ul {-webkit-padding-start: 0;}
.filter-container input[type="submit"] {clear:both; margin-top: 20px; float:left}
/* End of Mega Menu Styling*/
#search-filters {clear:both; display:block}	
/*Breadcrumbs*/
.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font-size: 11px;
  padding: 0;
}
.breadcrumb li {float: left;}
.breadcrumb-item a {text-decoration:none}
/* DELETE
#divCartSummary .breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 8px 0 8px 40px;
    background: #3A4451;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid rgb(58,68,81);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}	
.breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}*/
#divCartSummary .breadcrumb li:first-child a {
    padding-left: 10px;
}
.breadcrumb li:last-child a {
  background: #e0e0e0 !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:after { border-left: 30px solid #e0e0e0;}
.breadcrumb li a:hover {text-decoration:underline }
.breadcrumb li a:hover:after { border-left-color: rgb(86,101,117) !important; }
/*==================
Body Styling
/*==================*/
img.hotel-thumbnail {
    object-fit: cover
}
.travelit-btn, 
.primary-btn {background-color:#3A4451; color:#fff; border:solid 1px #3A4451; border-radius: 5px; padding:10px; height:auto; text-decoration:none!important}
.travelit-btn:hover, 
.primary-btn:hover, .ui-widget-content .travelit-btn:hover,  .ui-widget-content .primary-btn:hover {background-color:#566575; cursor: pointer; box-shadow:none; text-decoration:none}
.grey-btn {
    background-image: linear-gradient(rgba(252,252,252), rgb(217,215,215));
    border-radius: 5px;
    padding: 9px;
    height: auto;
    border: #AAAAAA solid 1px
}
.grey-btn:hover {
    cursor: pointer;
    box-shadow: none;
    border: none;
    border: #AAAAAA solid 1px;
    background-image: linear-gradient(rgba(217,215,215), rgb(238,238,238));
}
.warning-btn {
    border-radius: 5px;
    padding: 10px;
    height: auto;
    border: red solid 1px;
    color: red;
    background-color: white
}

.warning-btn:hover {
    cursor: pointer;
    box-shadow: none;
    border: none;
    border: darkred solid 1px;
    color: darkred
}

.flat.grey-btn {
    background-color: #f2f2f2;
    border: solid 1px #ddd
}

.blue-btn {
    background-image: linear-gradient(rgba(252,252,252), rgb(217,215,215));
    border-radius: 5px;
    padding: 9px;
    height: auto;
    border: #AAAAAA solid 1px
}

.flat.blue-btn {
    background-color: #f4f4f4;
    border: solid transparent;
    color: var(--primary-link-colour);
}

.green-btn {
    background-image: linear-gradient(rgba(252,252,252), rgb(217,215,215));
    border-radius: 5px;
    padding: 9px;
    height: auto;
    border: #AAAAAA solid 1px
}

.flat.green-btn {
    background-color: #f4f4f4;
    border: solid 1px #42B31E;
    color: #42B31E;
}

.secondary-btn {
    background: #ddf1d7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #ddf1d7, #FFF);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ddf1d7, #FFF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ddf1d7, #FFF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom, #ddf1d7, #FFF);
    /* Standard syntax */
    color: #333333;
    border: solid 1px #333333;
    border-radius: 5px;
    padding: 10px;
    height: auto
}

.secondary-btn:hover {
    background: #ADDE9E;
    color: #fff;
    cursor: pointer;
}

input[type="button"], .dd-button {
    font-size: 13px
}

input[type="button"].non-essential-btn {
        font-size: 14px
}


input[type="button"].non-essential-btn {
    font-size: 14px
}

.outline-btn {
    /*background: #ddf1d7;*/
    /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(bottom, #ddf1d7, #FFF);*/
    /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(bottom, #ddf1d7, #FFF);*/
    /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(bottom, #ddf1d7, #FFF);*/
    /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(bottom, #ddf1d7, #FFF);*/
    /* Standard syntax */
    /*color:#333333; border:solid 1px #333333; border-radius: 5px; padding:10px; height:auto*/
}
.outline-btn:hover {
  background-color: #ADDE9E;color:#fff; cursor:pointer;
}
.outline-btn.room-allocation-btn:hover {color:#3A4451}
.outline-btn.inverse {color:#3A4451; border-color:#3A4451; border-radius: 5px; padding:10px; height:auto}
.outline-btn.inverse:hover {background-color:#3A4451; color:#ffffff}
.outline-btn.green {color:#41c20f; border-color:#41c20f; border-radius: 5px; padding:10px; height:auto}
.outline-btn.green:hover {background-color:#41c20f; color:#ffffff}
.outline-btn.blue {color:#3668BF; border-color:#3668BF; border-radius: 5px; padding:10px; height:auto}
.outline-btn.blue:hover {background-color:#3668BF; color:#ffffff}
.outline-btn.orange {color:#FD8300; border-color:#FD8300; border-radius: 5px; padding:10px; height:auto}
.outline-btn.orange:hover {background-color:#FD8300; color:#ffffff}
.solid-btn {background-color:#3A4451; color:#fff; border:none; border-radius: 5px; padding:10px; height:auto}
.solid-btn.green {background-color:#31930c; color:#ffffff; border:solid 1px #31930c}
.solid-btn.green:hover {background-color:#297b0a; cursor:pointer; text-decoration:none}
.solid-btn.orange {background-color:#ffa500; color:#ffffff; border:solid 1px #ffa500}
.solid-btn.orange:hover {background-color:#ff9000; cursor:pointer; text-decoration:none}
.room-allocation-btn.dd-button,
.room-allocation-btn.dd-button.primary-btn,
.room-allocation-btn.btnRemoveSingleTraveller,
.room-allocation-btn.btnAddSingleTraveller{
    font-size: 14px;
    min-width: 130px;
    text-indent: 10px;
    text-align: left;
    padding: 5px;
}
input[type="button"].room-allocation-btn.btntRemoveSingleTraveller, .room-allocation-btn.btnRemoveSingleTraveller {
    display: inline-block;
    background-image: url(../Images/icons/delete_grey_24x24.png);
    background-position: 5px 50%;
    text-indent: 25px;
    background-repeat: no-repeat;
}
input[type="button"].room-allocation-btn.btntRemoveSingleTraveller:hover, .room-allocation-btn.btnRemoveSingleTraveller:hover {
    background-image: url(../Images/icons/delete_white_24x24.png);
    color:#fff;
    background-color:#990000;
}
input[type=button].room-allocation-btn.btnAddSingleTraveller {
    text-indent:0;
    padding-left:10px;
    padding-right:10px;
}
.room-allocation .dd-menu li {text-align:left}
.tdIndent {text-indent:10px}
#show-hotel-filter-btn {
    padding: 5px
}
.single-item:nth-child(odd) {
    background: #F0f0f0;
}
.TripItemStatus td,
.TripStatusDescription {
    height: 24px;
    padding:5px
}
.single-item-padding {padding: 20px 10px; overflow:auto;}
.rating label {font-size:9px}
.rating {margin-bottom: 10px}
.rating-bar .star::before {content: '';display: inline-block;background:url('../Images/star-inactive.svg') no-repeat;background-size:contain;width:16px;height:16px;
}
.rating-bar .star.checked::before {content: '';display: inline-block;background-size:contain;background:url('../Images/star-active.svg') no-repeat;}
.rating-bar .star.checked.half::before {content: '';display: inline-block;background-size:contain;background:url('../Images/star-half.svg') no-repeat;}
.rating-block {display:block; border:solid 2px; width:30px; font-size:16px; text-align:center}
.room-rates table {max-width:1000px}
.table-view {clear:both}
.grid .ui-datepicker table.ui-datepicker-calendar td a {
    text-align: center;
    width: 24px;
    height: 24px;
}

.responsive-table {
    border-collapse: collapse;
}

.responsive-table thead td, .responsive-table th {
    background-color: #3A4451;
    color: #fff;
    font-weight: 600;
}

.responsive-table thead td:not(.align-center), .responsive-table th:not(.align-center) {
    text-align: left
}

.responsive-table.secondary-table thead td, .responsive-table.secondary-table th {
    background-color: #656f7d
}

.responsive-table thead th {
    padding: 5px
}

.responsive-table > tbody > tr {
    border-bottom: solid 1px #eee
}
#trBookingHeaderContainer .responsive-table > tbody > tr {
    border-bottom:none
}
.notification-box .responsive-table tbody tr {
    border-bottom: none
}
.responsive-table tbody tr:hover td {
    background-color: #f7f7f7
}

.form-field-label {
    font-size: 0.85em;
    display: block;
    color: #777
}

.form-field input[type="date"],
.form-field input[type="text"],
.form-field textarea,
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field select,
.form-field input[type="number"],
.form-field input[type="time"],
input.inline-table-field[type="date"],
input.inline-table-field[type="text"],
textarea.inline-table-field,
input.inline-table-field[type="tel"],
input.inline-table-field[type="email"],
select.inline-table-field,
input.inline-table-field[type="number"],
input.inline-table-field[type="time"] {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 6px 6px 6px 0;
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #A5A5A5;
    /*font-size: 14px;*/
    height: 32px;
    background-color: white;
    /*font-family: "Open Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
}

/* DELETE .form-field input[type="text"] {
    padding-right:30px
}*/

.form-field textarea {
    min-height: 64px
}
#btnHotelPlanGoogleMaps {
    font-size:12px;
}
.old-styling input.inline-table-field, .old-styling .form-field select {
    height: auto
}
.chip {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f1f1f1;
    margin-right:5px;
    margin-bottom:5px;
}
.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}
.chip-item-list {display:inline-block; margin-left:5px}
.chip.sort-input-chip {
    background-color: #5d8aa8;
    width: 100%;
    color: #fff;
}
.sort-input-chip .closebtn {
    color: #d0dde6;
}
.sort-input-chip .closebtn:hover {color:#fff}
.chip.filter-input-chip {
    background-color: #406278;
    color:#fff;
}
.filter-input-chip .closebtn {
    color: #dde7ed
}
.filter-input-chip .closebtn:hover {color:#fff}

.chip.filter-air2shop-chip {
    background-color: #FFF;
    color: #000;
}
.filter-air2shop-chip .closebtn {
    color: #888
}

.filter-air2shop-chip .closebtn:hover {
    color: #000
}


.sort-options, .filter-options {display:inline-block}
.new-feature {
    display: inline-block
}
.new-feature::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../Images/icons/new-feature.png);
    background-size: cover;
    display: inline-block;
    position: absolute;
    z-index: 99;
    transform: translate(-10px,-10px)
}
/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  background-image:none;
  text-align:center;
}
.dd-button.primary-btn {
    background-color:#3A4451; color:#fff; border:solid 1px #3A4451; border-radius: 5px; padding:10px; height:auto; text-decoration:none!important
}
.dd-button.primary-btn:hover {
    background-color:#566575; cursor: pointer; box-shadow:none; text-decoration:none
}
.activestate.dd-button:after, .activestate .dd-button:after {
    border-top: 5px solid white;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.dd-button.primary-btn:after, .dd-button.solid-btn.green:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}
.dd-button:hover {
    background-color: #eeeeee;
}

.dd-button:hover:after {
    border-top: 5px solid white;
}
.dd-button.outline-btn::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}
.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.wrap-collabsible input[type='checkbox'] {
    display: none;
}

.wrap-collabsible .lbl-toggle {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #A77B0E;
    background: #FAE042;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
}

.wrap-collabsible .lbl-toggle:hover {
    color: #7C5A0B;
}
#divCheckOut .lbl-toggle {
    text-align:left;
}
.wrap-collabsible .lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}

.wrap-collabsible .collapsible-content .content-inner {
    background: rgba(250, 224, 66, .2);
    border-bottom: 1px solid rgba(250, 224, 66, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}

.wrap-collabsible .collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.wrap-collabsible .toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100vh;
}

.wrap-collabsible .toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.wrap-collabsible .toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media only screen and (max-width:1920px) and (min-width:992px) {
    .dd-menu.ulOtherSectors {
        right: 0
    }
}
.dd-menu .container {max-width:600px}

.dd-input + .dd-menu {
  display: none;
}

.sector-btn .dd-input:checked + .dd-menu,
.dd-input:checked + .dd-menu {
    display: block;
    max-width: 600px;
    min-width: 300px;
    padding: 0 20px;
}

@media only screen and (min-width:992px) {
    .dd-input.ddOtherSectorsInput:checked + .dd-menu.ulOtherSectors {
        display: block;
        width: 700px;
        max-width:700px;
    }
    .ulOtherSectors li {
        display:inline-block;
        float:left;
    }
}
.divCloseBtn {
    font-size: 20px;
    position: absolute;
    right: 0px;
}
.divCloseBtn a {
    margin-right:10px;
}
.dd-menu li {
    padding: 10px 0 10px 10px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #eee;
}
.spanOtherSectors .dd-menu li:hover {
    background-color: transparent
}
.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration:none;
  color:#333
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.spanOtherSectors .ulOtherSectors td button.input-field-icon.sector-btn {
    text-align:left;
    padding-left:10px;
    font-size:12px;
}
.spanOtherSectors .ulOtherSectors td button.input-field-icon.sector-btn:hover {
}

/* Heart checkbox */
.divHeartCheckbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*      CHECKBOX         */
.inputHeartCheckBox {
  display: none;
}

.inputHeartCheckBox + label {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  font-size: 12px;
}

.inputHeartCheckBox + label:before {
  content: url(../Images/icons/heart-outline.png);
  top: -20px;
  left: -8px;
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 3px;
  display: block;
  position: absolute;
  transition: 0.5s ease;
  color:#aaa;
}

.inputHeartCheckBox:checked + label:before {
  border: 1px solid transparent;
  background-color: transparent;
}

.inputHeartCheckBox:checked + label:after {
  content: url(../Images/icons/heart-red.png);
  font-size: 12px;
  position: absolute;
  top: -9px;
  left: 3px;
  color: var(--site-colour-05);
  transition: 0.5s ease;
}


/*=========
Media Queries
/*=========**/
@media only screen and (max-width: 767px),
(min-device-width: 768px) and (max-device-width: 1024px) {
}
@media only screen and (min-width:866px) {
	.mobile_filters {display:none}
    .notification-column {width:360px}
}
@media only screen and (max-width:768px) {
}
@media only screen and (min-width:768px) {
    .responsive-table .aligncenterondesktop {
        text-align: center
    }

    .responsive-table .alignrightondesktop {
        text-align: right
    }
    .hide-on-desktop, .hide-on-desktop.clearfix {
        display: none!important;
    }
}
@media only screen and (max-width:767px) {
    .hide-on-mobile {
        display: none
    }

    .form-field input[type="date"], .form-field input[type="text"], .form-field textarea, .form-field input[type="tel"], .form-field input[type="email"], .form-field select, .form-field input[type="number"], .form-field input[type="time"], input.inline-table-field[type="date"], input.inline-table-field[type="text"], textarea.inline-table-field, input.inline-table-field[type="tel"], input.inline-table-field[type="email"], select.inline-table-field, input.inline-table-field[type="number"], input.inline-table-field[type="time"], .number-field .decrease_number, .number-field .increase_number {
        padding: 8px;
        height: 40px;
    }
    .form-field select {
        background: url("../images/icons/arrow_drop_down_grey_24x24.png") no-repeat 95% 50%;
    }
    /* Force table to not be like tables anymore */
    .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table:not(.search-table) td, .responsive-table tr {
        display: block;
    }
    /* Force cells with image buttons to be next to each other */
    .responsive-table td.img-btn-cell {
            display: table-cell
        }
    /* Hide table headers (but not display: none;, for accessibility) */
    .responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        } .responsive-table tr {
        border-bottom: 1px solid #ccc;
    } .responsive-table .nonresponsive-table tbody tr {
        border-bottom: none
    }
    .responsive-table:not(.search-table) td:not(.no-padding-left-on-mobile) {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        padding-left: 35%;
        width: 65%;
        text-align: left;
        min-height: 16px;
    }
    .responsive-table:not(.search-table) td:not(.no-padding-left-on-mobile).align-right {text-align:right; padding-right:15px}
    .responsive-table:not(.search-table) td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 0.8em;
        text-align: left;
    }
    } table.responsive-table .aligncenterondesktop {
        text-align: center;
    } table.responsive-table .alignrightondesktop {
        text-align: right
    } .grid.no-padding-left-on-mobile {
        padding-left: 0
    }
    .responsive-table:not(.search-table) td.no-padding-on-mobile:before {
        padding-left:initial;
        content:"";
    }
    .overflowAuto-on-mobile {overflow:auto}
}
@media only screen and (max-width: 760px) {
	.responsive-table th {display: None}
	.responsive-table table {width:100%}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width:481px) {
}
@media only screen and (max-width : 480px) {
    .search-table td {
        padding:10px 5px
    }
    .search-table td.no-padding-on-mobile,
    .search-table td.no-padding-on-mobile > .row {padding:0}
    label.btn-radio-group-label {
        width:auto;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
@media only screen and (min-width: 1025px) {
    .responsive-table tbody td, .responsive-table tfoot td {
        padding: 5px
    }
}
@media only screen and (max-width:768px) {
    footer, header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pFooterCredits {width:90%}
}
@media only screen and (min-width: 601px) {
    .inline-btn {
        margin-top: 12px;
        display: inline-block;
        width: 100%;
    }

    h1.page-title {
        font-size: 36px;
        margin-top: 0
    }

    .tab-mobile-title {
        display: none
    }

    label.btn-radio-group-label {
        display: table-cell;
        width: inherit;
        float: none;
        padding: 5px 20px;
        border-bottom: none;
        border-radius: 0;
    }

    label.btn-radio-group-label + input.btn-radio-group-input[type=radio] + label.btn-radio-group-label {
        border-left: solid 1px #AAAAAA;
    }

    .btn-radio-group {
        border-radius: 10px;
    }

    .submitbtn {
        width: auto
    }

    [type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
        padding-left: 35px;
    }
    .notification-box {
        margin-bottom: 10px;
        position:relative;
    }

    .notification-box .close-icon {
        position:absolute;
        top:10px;
        right:10px;
    }

    .multiple-radio-btn-group-item, .multiple-checkbox-group-item {
        margin-right: 15px;
        display: inline-block;
        padding-bottom: auto
    }
    .multiple-radio-btn-group-item span {position:relative}
    .multiple-radio-btn-group-item input {display:none}
    .btn-radio-group {
        border: solid 1px #AAAAAA;
    }

    .floatrightondesktop {
        float: right
    }
}
@media only screen and (max-width:600px) {
    .ui-accordion.accordion .ui-accordion-content {
        padding: 10px
    }

    label.tab-label {
        font-size: 0
    }

    label.tab-label:before {
        margin: 0;
        font-size: 18px
    }
    .tdTripRefColumn::before {content:"Trip Ref"}
    .tdVendorColumn::before {
        content: "Vendor"
    }
    .tdDateColumn::before {
        content: "Date"
    }
    .tdPAXColumn::before {
        content: "PAX"
    }
    .tdStatusColumn::before {
        content: "Status"
    }
}
/* DELETE @media only screen and (min-width: 0) {
    html {
        font-size: calc(12px + 6 * ((100vw - 320px) / 680));
    }
}*/

.dropzone {
    height: 200px;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247) !important;
}

.divSingleCarResult.car-select {
    border-color: #787777;
    filter: drop-shadow(2px 5px 6px rgba(78,76,76,0.75));
}