/* Minification failed. Returning unminified contents.
(2265,40): run-time error CSS1034: Expected closing parenthesis, found ','
(2265,40): run-time error CSS1042: Expected function, found ','
(2265,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2306,23): run-time error CSS1046: Expect comma, found '222'
(2306,31): run-time error CSS1046: Expect comma, found '/'
 */
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

    .datepicker.datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,.15);
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0,0,0,.15)
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

    .datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

    .datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

        .datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2
        }

    .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
        background-color: #d9edf7;
        border-color: #85c5e5
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

    .datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

    .datepicker table tr td.today.active, .datepicker table tr td.today:active {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

        .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400
        }

    .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
        background-color: #ffdb99;
        border-color: #ffb733
    }

    .datepicker table tr td.today.focused {
        background: #ffc966
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

    .datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

    .datepicker table tr td.range.active, .datepicker table tr td.range:active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

        .datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c
        }

    .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
        background-color: #eee;
        border-color: #bbb
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background: #eee;
        color: #777
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3
    }

        .datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

        .datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

            .datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6
            }

        .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
            background-color: #e4eef3;
            border-color: #9dc1d3
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417
    }

        .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

            .datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608
            }

        .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
            background-color: #f7ca77;
            border-color: #f1a417
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616
    }

    .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

        .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616
        }

    .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
        background-color: #777;
        border-color: #555
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span.focused, .datepicker table tr td span:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #777;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40
        }

        .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                color: #fff;
                background-color: #286090;
                border-color: #204d74
            }

                .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
                    color: #fff;
                    background-color: #204d74;
                    border-color: #122b40
                }

            .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
                background-color: #337ab7;
                border-color: #2e6da4
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #777
    }

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background: #eee
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

/*@@@@@@@@@@@@@@@@@@@@@@@ Start new datepicker design   @@@@@@@@@@@@@@@@@@@@@@@*/
table.table-condensed {
    width: 90%;
    margin: 0 auto !important;
}

.datepicker {
    border-radius: 0px;
    width: 101%;
    position: fixed !important;
    height: 101%;
    top: 66px !important;
    left: -1px !important;
    z-index: 99999999 !important;
    padding-top: 20px !important;
    overflow: scroll;
}

.datepicker-x-close {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 50px;
    line-height: 18px;
    height: 42px;
    padding: 10px;
}

datepicker-dropdown:before {
    content: none;
}

.datepicker-dropdown:after {
    content: none;
}

/*.datepicker table tr td, .datepicker table tr th {
        width: 40px !important;
        height: 40px !important;
    }*/

th.datepicker-switch {
    font-size: 16px;
}

th.dow {
    color: #a3a3a3;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    /*border-radius: 20px;*/
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    border-radius: 20px;
    background: rgb(255,122,0) !important;
    background: -moz-linear-gradient(left, rgba(255,122,0,1) 0%, rgba(255,122,0,1) 0%, rgba(249,154,0,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(255,122,0,1) 0%,rgba(255,122,0,1) 0%,rgba(249,154,0,1) 100%) !important;
    background: linear-gradient(to right, #028aa2 0%,#028aa2 0%,#028aa2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a00', endColorstr='#f99a00',GradientType=1 ) !important;
}

.datepicker-btn-close {
    width: 60%;
    text-align: center;
    margin: 20px auto 0px;
    color: #fff;
    border-radius: 18px;
    padding: 7px 0px 7px 0;
    background: rgb(255,122,0);
    background: -moz-linear-gradient(left, rgba(255,122,0,1) 0%, rgba(255,122,0,1) 0%, rgba(249,154,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,122,0,1) 0%,rgba(255,122,0,1) 0%,rgba(249,154,0,1) 100%);
    background: linear-gradient(to right, #14b9db 0%,#14b9db 0%,#14b9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a00', endColorstr='#f99a00',GradientType=1 );
    border: 1px solid #fff;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    color: #c9c9c9 !important;
}

.datepicker-btn-clear {
    width: 60%;
    text-align: center;
    margin: 10px auto 0px;
    color: #2a2a2a;
    border-radius: 18px;
    padding: 4px 0px 4px 0;
    border: 1px solid #9c9c9c;
}

.datepicker table tr td.today {
    border-radius: 20px;
}
/*th.next {
        background: url(https://wtukstorage.blob.core.windows.net/mb-media/Images/Mobile/next-icon.png) no-repeat 30px #fff;
        background-size: 13px;
    }*/
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: none;
}

.datepicker-bottom-warning-message {
    width: 90%;
}

.datepicker-bottom-warning-message {
    width: 90%;
    margin: 20px auto 20px auto;
}

th.datepicker-title {
    font-size: 17px;
    color: #5d5d5d;
    font-weight: normal;
    padding-bottom: 15px !important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: none;
}

th.next, th.prev {
    border-radius: 27px !important;
    font-size: 45px;
    line-height: 20px;
    padding-bottom: 15px;
    color: #cfcfcf
}
/*@@@@@@@@@@@@@@@@@@@@@@@ End new datepicker design    @@@@@@@@@@@@@@@@@@@@@@@*/


/* SW */
.homepage-search-widget {
    background: none;
}

    .homepage-search-widget select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAABzlBMVEX////9/v///f/8/f/9/f36//3//P//+v/9///++/3//Pr4/////fz2/v79//36/fz+//sBtdz8//8FudsBt9X6/f/7//z///kEtdn9+f/7//v6///7/fr6/vn++/7//fYBt98KutwDv9nx+v35//rk9vns+fhMy+UJvtvz/P3r+v3w//z++Pr++vf///b8+/WW5PSe3u8BvNwEu9sMt9oJvNgQt9gCudcHutb39v/l+P3g9Pz2+/vS9frm+vn1+vjY9fjO9Pj0/vff9Pf4/fXH6/T8//OT4O+R4OoHu+YEs+Y2yuWD0eIFveIRuOJVx+Efv+AHtd9Dx94gudsgvtoOu9kBu9glwdMDvtDT6//n/f3t/Py16vzc+fv2//nF8/nU8fm97PnT8/Sk5fOR5PK58vG26fCZ5O2Y2OyM4OsRvOpLz+YnyuVh0ORQyeQlueNTz+IBu+JZy99Cyt8Wv94Mtt4gwdwSutwXttoEstcLy9YFsNGu7/rp//as5vbQ7PTM7vGl7fCt8u+Z4e+t4O593u41yO6a5+yY4OsfwOte1eqe5elFzuiH1eeR4OI7vOEwyd8Jw98BrN8qxN45vts7xtkuvNkbwdQXvs8CucyzPEZYAAAC6klEQVQ4y83TxZLcMBAG4IgtmccwHmZYhiyFlpl5N8zMzMzM9LZJxknFufgc3fTXJ3WpVb3h/10RTYMQEAJAJJBCzY1LAABJA7U9NgxKHVVFiAQQxalBghCVXK0WMKq5hMQhYzygGMTGHgIgTeNaEEtHm1taBKUiE6xIm1qao4JDRfEVF80tTQKRZFABLpoyUYVj4asEFoqiCKIWowGlYQCEoRH9t5IASqgyKRLEAgWRLMuSTuStGNYCA0uSqxdxOp0OFHQSREcIG0ki1YKUIUG1dG+zk8Z/leRgtf7uloLIyLKv4oDuODK9q96NbwgwvnNg+uC2SEb1lew4m6Y/WfOt/aPBfm16dMGuvtjP5IT/xrqh12+v2R1Tj4cMLaJQQDTJSO1sm1uayF45t72AagoVBj53eZa5cWqstw5xhoiLk+XDc0vmCdP+uqtAa6qxsPfGd+vExHXv/YMSY5QCWagDpztM85Jpf7tf9hVTdxw+1W5fmsl+WHs2JEGADfXgmZvnZ3L2zcXjDchXqDjYe+jkSk8ul+tYPL5bBhGn7dyy15Hb2F0Z26YD6L85OUy3PLzY2bVSzXYtPq2vqx85s9x9taun82PrNiK4fxeIxSArHXm+YK9PTF5e27tl5MKs1Xk237N8rFdXWJOoKcaFg5C6/8l5e2Gm/frc6Up1tTo72V5p29SnAwb9BlJ9UOcK3tx6ctXM572l+fn2zlzWrIztQ7qu/flHsbUh3pdUSOnou9V8vtvzrI1XLetK2z4ZyK6RIv40NEcBvN0AMSiP3PjZ2+rKtdlJb228L05YMpViIvp3jn4dAOqtKctbX+8xs5WjdWCDBAHw+/DPkjYfepW1u62Fi+P9IaMZ3d16yjMvn31zQApRynB5e97+cmw4LofNOedb74y/LHMAQhDkXCkd6HedGAtRiDeyIgZEjcXCVGZ0D6SoYbQx7C6uKBGOddzIIyFKYCmBMKYxHA/rl5aQZcSoa0T/yX8A0p1vc78hAjgAAAAASUVORK5CYII=) !important;
        background-repeat: no-repeat;
        background-position: 94% 45% !important;
        background-size: 18px;
        border: 2px solid #03badc !important;
        border-radius: 15px !important;
        color: #03badc !important;
        font-weight: bold !important;
        padding: 0px 33px 0 10px !important;
        font-size: 16px !important;
    }

    .homepage-search-widget .select-option #deptDate, input#retDate, .homepage-search-widget .select-option #deptDatePicker {
        background-color: white;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAACVVBMVEUAAAABttoYuNsBu9wXvNuV2e5Bw+CC2uxYzOf+/vzq+f8mwN0BstkAtdGq4/ABsNbu+v7v+vqt4PAHvdv5/v8BuNX2+f70/P3q+/3Z9vmZ4fECtdb7+/3x+v3X8Pb7//1q1Oc9wN3X8fyh3fIHuOAHvNn4//zt+/rc8vai4e581+xw0OxUxeE+vd8Ftt07vdsguNoFstry9v7d9Pzk9Pv2/fen3u6I3O1z1ew+yeNSyeIuwuJIx+Hk9/7i+/i+7fjw+/bp+va57PSd4fGZ3fGO4+6k2+5k0+uX3uqC2+dSwuQSv+AbvN8pwd4nxt0ett0etNX9/P/i/P637Pve8Prg9PjG8vey7Peq6vXK7fSl5fPc9fLS7fKQ4PKq3fF22u2d4+yT2eqP2edXxuciwuc9v+M7w+InvN8Uut8Gst8DuNoDv9kEqtLs/f/b+P/T7v7t9vr9//er5fee4vS04vOk4fLv/PGu6u6f2+yP2eyQ3upc0ulMyOdgzOZEw+YTu+QvvOMCvN4Ar944xNwQutwvu9gcw9cGvtYAt8zo9P7++P225/ul3vvJ6vnf8PeU3PV20vSu3vPn+fF92/Br2+6Y2exq1OtP0esyvuqX5OlHzeiL3uZt2eZ42OZf1+ai3uUlx+UYweVm0uQGveRs1OEfuOEwwtsSttvJ/fjQ7/ia6fW+5/XS+fNjz/KE1Ou65OpXy+o0xehlzual6eVOxOVz0eMhvuM0yt5QydxV09s9w9kNttYiv9QAvtCw4P+t5v6K2fe16PGR6ueQ1t1FzdtN09QStc7BwLGfAAAAAXRSTlMAQObYZgAABE5JREFUOMttkQVTG1EUhfdh7SZZNls2biUGJG0ggSjBAwlEWtyd4l6kSPECRYu7W93d/Xd1Q1Laaflmdu7dmW/mnjkPcsEvMWVD/5Idlz/5939k+/CT6f8str7M272GpYdB0P2vNZ66mxApIoLkBiJ4cePyPjFYhPBIt7pU0NLZ77ee92Vjd/e8m6fnE2Mf9h1ow2bkenMztGWsrJSL4oYdidmJg2QCu91OdmLIYZdXsLNlfYrwDuhbMFqrz8/88aZo0jgETuBQ+tjtb15lPTMODAzJoLVBDuh98On2/VjtKACeJ3BC5BkNDQ2LDuTo/RrUOUiTiMtWr5rMjr8lMagum58WyV9KPoBhLWQZpI0oPK2PS8P7xdUSiZ8TpyX229vuLj0UV48ALy204I98oNE4HIqyyk/itmokErHV6knh0Eb3xEOKkIfQtbdIlVKpREZHESWKohSlkuIEQRAUAaC2CtBARQe0UK6o6C4tNbx+bUgyJCWVXriQdMFgeP7cOYnvsfEQ2LSQ95UjI1tToNkKak0IChIVBCUUOKdIo0nQJCSIWjt3gdcZyDv4ciGTOwY3NcEEAlgqgHFYIJUKBFJYgCfjrLhj6+Kl9WiYSwqcSrutGmuSprNYwpt0uIlZX5+SklIHB7Ld1jzGzCg0mx8s3WtkRMnMi11nWhhw7Jmuza75LEaayGWFFPJCcxzW3t7+oCleXLnNNlSupUotxndefttzGGG5cslUoewaMICiW7nRne+JDipkJHXijVpQdaBr5P++KI+ov9tfRUHfFbGY8WQa4ITPRSR7X6FUe+7oYtJb3RflJNbdGgBonJVc6nSFUkFzbFDxDn8UAJsuILfo2PIPkWPp7a/C7Q7ys1z6RE/fMvn7Gg8vMtyw2/X5vNyVY+vKgTlaPZs63uKbk8aT1o83jzff46vHhKk5j9pjhVxhvjv9PgZz6XQeFqBWS4mFjjG4cDKXTlVHRzMEfIsrl8f5ADpJKBTy8xq5OImfx88T3sSTG9PuEGsEzmK7Ll5aZDLvmEzexcV8FT3DUlJcIopiCLI1HZbihVQ8lO1Or0vJiPeioOgAO1A1R0YRdHi9Dnf2RancVPEtbusWlbUyQkMQSlBgANGXJzjcmIVLgmtpwFaIBca5rEuEVTQCOAjnmtMCAITLZuHiYJQGXhZioVdPrNCrVgXgAMLKJwMFYcXAzu7FZToeYbmakFNDm5+U7fTu5YTRP4ZXLtfo4xm4qdu6vLP9WTV1zW29wPCI1NTMzKwwOkyKyozKimIJ4MCorNhMotX0OPc77gcIcFIdkxnDYKiT66hUJpXB5TKoKW0xMRiDxXa3usliMqkYhkVHRkaqeDwexguICSNRmW1tbZGRGVqnFf/2J3l1qes6wdlTMXI8EqESf4qi0uZB4OXlcRpHqIcM0jzt6enx8ff38dHrfU6lvNsETbbMzJwj8PX1bfX9w7kTCiYmGn4BqhAqMjZXHRQAAAAASUVORK5CYII=') !important;
        background-repeat: no-repeat;
        background-size: 10%;
        background-position: 93% 10px;
        border: 2px solid #03badc !important;
        border-radius: 15px !important;
        color: #03badc;
        font-weight: bold;
        padding: 0px 33px 0 10px !important;
        font-size: 14px;
        height: 45px;
        display: inline-block;
        text-align: left;
    }

    .homepage-search-widget .select-option #deptDate, input#retDate {
        width: 48% !important;
    }
/*.homepage-search-widget .select-option #deptDatePicker {
        }*/
.datepicker table tr td.range {
    background-color: #b2f4ff;
    color: #028aa2;
}

td.selected.range-start.day, td.selected.range-end.day, td.selected.range-end.day .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background: rgb(255,122,0) !important;
    background: -moz-linear-gradient(left, rgba(255,122,0,1) 0%, rgba(255,122,0,1) 0%, rgba(249,154,0,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(255,122,0,1) 0%,rgba(255,122,0,1) 0%,rgba(249,154,0,1) 100%) !important;
    background: linear-gradient(to right, #028aa2 0%,#028aa2 0%,#028aa2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a00', endColorstr='#f99a00',GradientType=1 ) !important;
}

td.selected.range-start.day, td.active.selected.range-start.range-end.day, td.active.selected.range-start.day {
    border-radius: 20px 0px 0px 20px;
}

td.active.selected.range-end.day, td.selected.range-end.day {
    border-radius: 0px 20px 20px 0px;
}

.room-title-container, .homepage-search-widget .children-ages-title {
    color: #03badc;
    font-weight: bold;
}

.homepage-search-widget .select-description-text {
    text-shadow: none;
    margin-bottom: 2px;
    font-size: 12px;
    text-align: left;
    width: 100%;
    color: #03badc;
    font-weight: bold;
    position: unset;
}

.search-calendar {
    width: 100%;
}
    .input-daterange .select-description-text, .search-calendar .select-description-text {
        width: 48%;
        display: inline-block;
    }

div#sw-super-brand {
    z-index: 2;
    margin: -105px 0 15px 0;
    position: relative;
}
    div#sw-super-brand.new2024SWStyleCss {
        z-index: 2;
        margin: 0px 0 15px 0;
        position: relative;
    }
img.sbsw-top-img {
    width: 160px;
    margin: 0;
    display: block;
}

.sw-body {
    padding: 8px 0 0px 0;
    background: #d7f1f7;
    border: 2px solid #0397b1;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

.get-quote-page-box {
    width: 97%;
}

    .get-quote-page-box .NewBookingEngineIMG {
        margin: 0px 0px 0px 0px;
        padding: 0px 4px 0 4px;
        min-height: 53px;
    }

.get-guote-chooseType-selected {
    background: #028aa2 !important;
}

.get-quote-page-box .selectDescription {
    color: #ffffff !important;
}

.sw-new-version .get-guote-chooseType {
    height: 50px !important;
    width: 33.33%;
    background: #03badc;
    padding: 7px 2px;
}

    .sw-new-version .get-guote-chooseType.get-guote-chooseType-selected:after {
        content: "";
        position: absolute;
        border-width: 0px 11px 8px;
        border-style: solid;
        border-color: #d7f1f7 transparent;
        display: block;
        width: 0px;
        z-index: 2;
        bottom: -4px;
        left: 43%;
    }


.get-guote-chooseType#JustHotels {
    border-right: 2px solid #0397b1;
    -moz-border-radius: 20px 0px 0px 0px;
    /* border: none; */
    -webkit-border-radius: 20px 0px 0px 0px;
    border-radius: 20px 0px 0px 0px;
}

.get-guote-chooseType#JustTickets {
    border-left: 2px solid #0397b1;
    -moz-border-radius: 0px 20px 0px 0px;
    -webkit-border-radius: 0px 20px 0px 0px;
    border-radius: 0px 20px 0px 0px;
}

.get-guote-chooseType.opt-3 {
    width: 23.5% !important;
    margin-right: 0 !important;
    float: right;
}

.get-guote-chooseType.opt-1 {
    /*width: 40%!important;*/
}

.sw-cruises .get-guote-chooseType.opt-1 {
    /*width: 45%!important;*/
}

.get-guote-chooseType.opt-2 {
    width: 32.5% !important;
}

.homepage-search-widget .qet-quote-tabs-container {
    margin-bottom: -7px !important;
}

.get-quote-page-box .submit-btn-td .ui-btn {
    background: #ffb71b !important;
    border: 2px solid #fa7822 !important;
    border-radius: 12px;
}

.homepage-search-widget .get-quote-page-box .submit-btn-td {
    width: 81%;
    margin: 3px 2px 10px 2px;
    display: inline-block;
    vertical-align: bottom;
}

.sbsw-input-additional-needs {
    width: 25px;
    height: 25px;
    border-style: solid;
    border-radius: 5px;
    border-color: #03badc;
    background-color: beige;
    display: inline-block;
    vertical-align: bottom;
    margin: 3px 15px 20px 0px;
}

.sb-popup-additional-needs {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 97;
    scroll-behavior: unset;
    text-align: center;
}

.srp-content-box {
    display: inline-block;
    margin: 60% 10% 0 10%;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.srp-content-box-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 28px;
    cursor: pointer;
}

.sbsw-input-additional-needs img {
    width: 100%;
    padding: 0 0 5px 0;
}

.input-group {
    display: unset;
}

.nights-container-line {
    margin-bottom: 10px !important;
}

.input-number-group-container#RoomsRow {
    /*margin-bottom: -2px;*/
    /*margin-bottom: -2px;*/
    vertical-align: bottom;
}

.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    border: 2px solid #03badc;
}

.input-number-group .input-number {
    border-top: 2px solid #03badc;
    border-bottom: 2px solid #03badc;
    color: #03badc;
    font-weight: bold;
}

.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
    background: none !important;
    color: #03badc;
    font-weight: bold;
}

.input-number-group .input-number-decrement {
    -moz-border-radius: 15px 0px 0px 15px !important;
    -webkit-border-radius: 15px 0px 0px 15px !important;
    border-radius: 15px 0px 0px 15px !important;
}

.input-number-group .input-number-increment {
    -moz-border-radius: 0px 15px 15px 0px !important;
    -webkit-border-radius: 0px 15px 15px 0px !important;
    border-radius: 0px 15px 15px 0px !important;
}

#FlightsDeparture {
    border: 2px solid #03badc !important;
    border-radius: 15px !important;
    color: #03badc !important;
    font-weight: bold !important;
    padding: 0 33px 0 10px !important;
    font-size: 16px !important;
    width: 150px;
    height: 45px;
}

.close-search-widget-box {
    color: #1fb4d4 !important;
}
/*.input-number-group-container#Ages1-1 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages2-1 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages1-3 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages2-3 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages3-1 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages3-3 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages4-1 {
    margin-bottom: 7px!important;
}
.input-number-group-container#Ages4-3 {
    margin-bottom: 7px!important;
}*/
.NewBookingEngineIMG.valueSearchFull.room2-property > .input-number-group-container,
.NewBookingEngineIMG.valueSearchFull.room3-property > .input-number-group-container,
.NewBookingEngineIMG.valueSearchFull.room4-property > .input-number-group-container {
    /*margin-bottom: 9px!important;*/
}

div#AttractionRow {
    padding: 0 7px 10px 7px;
}

.datepicker {
    background-color: #d7f1f7;
    color: #028aa2;
}
.datepicker-inline {
    width: 101%;
}
th.dow {
    color: #028aa2;
}

th.datepicker-title {
    color: #028aa2;
}

th.next, th.prev {
    color: #028aa2;
}

#sw-super-brand.sw-get-quote {
    margin-top: 0;
}
.get-quote-page-box .submit-btn-td .ui-btn {
    background: #ffb71b !important;
    border: 2px solid #fa7822 !important;
    border-radius: 12px;
    margin: 0;
}
.homepage-search-widget .get-quote-page-box .submit-btn-td .ui-btn {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeAQMAAABkE86eAAAAA1BMVEUR10VyURJaAAAAC0lEQVQI12MYggAAALQAAQtOQUkAAAAASUVORK5CYII=) repeat #11d745;
    border: 1.5px solid white;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}

/* END SW */

/* START FLIGHTS AIRPORT SELECTION POPUP */

#flight-airport-list-dialog {
    position: absolute;
    top: 200px;
    width: 100%;
    padding: 10px;
    font-size: 11px;
    background-color: #fff;
    border: 2px solid #0397b1;
    border-radius: 12px;
    background: #d7f1f7;
    width: 94%;
    left: 3%;
    z-index:1000;
}

    #flight-airport-list-dialog .checkmark {
        border: 1px solid #0397b1;
    }

    #flight-airport-list-dialog ul {
        font-size: 11px;
    }

    #flight-airport-list-dialog li {
        font-size: 11px;
    }

.flight-group-container {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 0;
}

    /*.flight-group-container .checkmark {
        display: flex;
    }*/

    .flight-group-container .checkbox-container input {
        width: 40px;
        height: 40px;
        left: 0;
        top: 0;
    }

    .flight-group-container .checkbox-container {
        padding-top: 7px;
        font-size: 11px;
        width: 100%;
        height: 25px;
        text-align: left;
        display: inline-block;
    }

.flight-parent-group {
    padding-top: 10px;
}

.flight-group-container .flight-child-group {
    width: 100%;
}

ul.flight-airport-list {
    padding: 0;
    margin: 0;
    /*   list-style: none;
    column-count: 3;
    column-fill: balance;
    display: block;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

    ul.flight-airport-list li {
        margin: 0;
        padding-left: 0;
/*        width: 100%;*/
        display: inline-block;
        width: 160px;
    }

.flight-airport-select .ui-dialog-buttonset {
    text-align: right;
}

.flight-airport-select button.ui-button {
    color: red;
    border: none;
    cursor: pointer;
    background: #14b9db;
    border-radius: 20px;
    clear: both;
    font-size: 14px;
    line-height: 25px;
    margin: 5px 20px 10px;
    padding: 3px;
    text-align: center;
    width: 8%;
}

#flight-airport-list-dialog .confirm-btn {
    background-color: #ff7300;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 5px 21px;
    font-weight: bold;
}

/* END FLIGHTS AIRPORT SELECTION POPUP */

/* --- START DESKTOP  --- */

#SearchForm .sbsw-ctn.new2024SWStyleCss {
    width: 73%;
    position: relative;
/*    margin-top: -7%;*/
    margin:0;
    transform: translate(18%, -70px);
    border: 1.3px solid #FF671F;
    border-radius: 20px;
    z-index: 2;
}
#searchResultsSWContainer #SearchForm .sbsw-ctn.new2024SWStyleCss {
    transform: none;
}
.input-label-increment-elements {
    position: absolute;
    z-index: 0;
    color: transparent;
    background: 0 0;
    width: 1px;
    height: 1px;
    display: block;
    overflow: hidden
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-search-group-ctn .sbsw-search-btn-ctn .sbsw-search-button-container #SearchButton.orange {
    width: 100%;
    height:100%;
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-search-group-ctn .sbsw-search-btn-ctn .sbsw-search-button-container #SearchButton.sbsw-btn.orange {
    color: #FFFFFF;
    background: #FF671F;
    border: 1px solid #FF671F;
    border-radius: 10px;
    /*    width: 105px;
    height: 35px;*/
}

    .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-search-group-ctn .sbsw-search-btn-ctn .sbsw-search-button-container #SearchButton.sbsw-btn.orange:hover {
        color: #FFFFFF;
        background: #FF671F;
        box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.3), 3px 3px 3px 2px rgba(0, 0, 0, 0.1);
        border: 1px solid #FF671F;
    }
.sbsw-ctn.new2024SWStyleCss .sbsw-tabs {
    border-bottom-width: medium;
    border-bottom-color: #637381;
    position: relative;
    z-index: 1;
    background-color: white;
}
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs .sbsw-tab-ctn {
        padding: 30px 0px;
        border-right: none;
        border-bottom-style: solid;
        border-bottom-width: medium;
        border-bottom-color: #C4CDD5;
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs .sbsw-tab-ctn.sbsw-tab-selected:after {
        display: none;
    }

    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs .sbsw-tab-ctn.sbsw-tab-selected {
        border-bottom-style: solid;
        border-bottom-width: medium;
        border-bottom-color: #FF671F;
        font-weight: 700;
        background-color: white;

    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn,
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaHotels.sbsw-tab-ctn {
        background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_gray.webp');
        background-repeat: no-repeat;
        background-position: 27% center;
        background-size: 19px;
    }
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.sbsw-tab-selected,
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaHotels.sbsw-tab-ctn.sbsw-tab-selected {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_black.webp');
        }
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn .sbsw-tab,
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.homePageSW .sbsw-tab,
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaHotels.sbsw-tab-ctn .sbsw-tab {
            font-size: 0;
        }
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn .sbsw-tab:after,
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaHotels.sbsw-tab-ctn .sbsw-tab:after {
                font-size: 14px;
                content: "Hotel + Tickets"
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.homePageSW .sbsw-tab:after {
                font-size: 14px;
                content: "Resort"
            }
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.homePageSW.sbsw-tab-ctn {
            background-position: 36% center;
        }

        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_transport_gray.webp');
            background-repeat: no-repeat;
            background-position: 12% center;
            background-size: 25px;
        }
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.cruiseFlight,
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.cruiseFlight.sbsw-tab-selected {
                background-image: none;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.sbsw-tab-selected {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_transport_black.webp');
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn .sbsw-tab,
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.homePageSW .sbsw-tab {
                font-size: 0;
            }

    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.cpTab,
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.sbsw-tab-half-width {
        background-position: 34% center;
    }

    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.cpTab,
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.sbsw-tab-half-width {
        background-position: 24% center;
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.homePageSW.sbsw-tab-ctn {
        background-position: 21% center;
    }

                .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn .sbsw-tab:after {
                    font-size: 14px;
                    content: "Transport, Hotels + Tickets"
                }
            .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.cruiseFlight .sbsw-tab:after {
                font-size: 14px;
                content: "Disney Cruise + Flights"
            }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.homePageSW .sbsw-tab:after {
        font-size: 14px;
        content: "Transport + Resort"
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustHotels.sbsw-tab-ctn.cpTab .sbsw-tab:after {
        font-size: 14px;
        content: "Accommodation"
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #TransportTab.sbsw-tab-ctn.cpTab .sbsw-tab:after {
        font-size: 14px;
        content: "Transport + Accommodation"
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustTickets.sbsw-tab-ctn,
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #AttractionTickets.sbsw-tab-ctn,
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaTickets.sbsw-tab-ctn {
        background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/ticket_gray.webp');
        background-repeat: no-repeat;
        background-position: 28% center;
        background-size: 25px;
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #AttractionTickets.sbsw-tab-ctn {
        background-position: 41% center;
    }
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustTickets.sbsw-tab-ctn.sbsw-tab-selected,
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #AttractionTickets.sbsw-tab-ctn.sbsw-tab-selected,
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaTickets.sbsw-tab-ctn.sbsw-tab-selected {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/ticket_black.webp');
        }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustTickets.sbsw-tab-ctn .sbsw-tab,
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaTickets.sbsw-tab-ctn .sbsw-tab {
        font-size: 0;
    }
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustTickets.sbsw-tab-ctn .sbsw-tab:after,
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #FloridaTickets.sbsw-tab-ctn .sbsw-tab:after {
            font-size: 14px;
            content: "Tickets only"
        }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustTickets.sbsw-tab-ctn.homePageSW .sbsw-tab:after {
        font-size: 14px;
        content: "Attraction Tickets"
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs #JustTickets.sbsw-tab-ctn.homePageSW.sbsw-tab-ctn {
        background-position: 22% center;
    }
        .sbsw-ctn.new2024SWStyleCss .sbsw-tabs .sbsw-tab-ctn .sbsw-tab {
            color: #637381;
            font-size: 13px;
        }
    .sbsw-ctn.new2024SWStyleCss .sbsw-tabs .sbsw-tab-ctn.sbsw-tab-selected .sbsw-tab {
        color: black;
    }
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section {
    transform: translate(7%, 0px);
    width: 87%;
/*    padding: 25px 68px;*/
    background: white;
}
    .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        align-content: center;
    }
        .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line,
        .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn #TransportTd.sbsw-inputs-line {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 7px;
        }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-datapicke-ctn input,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-datapicke-ctn input#deptDate,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-datapicke-ctn input#returnDateInput {
                border: 2px solid #C4CDD5;
                border-radius: 10px;
                color: #637381;
                font-weight: normal;
                width: 100%;
                margin: 0px;
                max-width: 100%;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sw-checkin-checkout-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-acco-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-datapicke-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-atr-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-cp-dest-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-product-field-ctn {
                width: 45% !important;
                margin: 4px 25px 4px 0;
                padding: 0;
            }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-number-field-ctn {
                width: 15% !important;
                padding: 0 !important;
            }
                .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-inputs-inline .sbsw-input-dropdown-field-ctn.sbsw-input-number-field-ctn {
                    width: 22% !important;
                    padding: 0 !important;
                    margin: 4px 0px;
                }

                .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-inputs-inline .sbsw-input-dropdown-field-ctn.sbsw-input-number-field-ctn .sbsw-input-name {
                    font-size: 11px;
                }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom1AdCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom1ChCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom2AdCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom2ChCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom3AdCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom3ChCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom4AdCtn.sbsw-input-number-field-ctn,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom4ChCtn.sbsw-input-number-field-ctn {
                width: 22% !important;
                padding: 0 !important;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-name,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .select-description-text {
                color: black;
                padding-left: 10px;
                font-size: 14px;
                font-weight: normal;
                display: block;
                width: 100%;
                margin: 0px 0px 1px 0px;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-acco-field-ctn.hotels-inputs-ctn .sbsw-input-name {
                font-size: 0px;
/*                line-height: 22px;*/
            }
                .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-acco-field-ctn.hotels-inputs-ctn .sbsw-input-name:after {
                    font-size: 14px;
                    content: "Hotels";
                    vertical-align: bottom;
                }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line input,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line input#checkinCheckout.checkin-checkout,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line select {
                border: 2px solid #C4CDD5;
                border-radius: 10px;
                color: #637381;
                font-weight: normal;
                width: 100%;
                margin: 0px;
                max-width: 100%;
                font-size: 14px;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-datapicke-ctn input.date.datepicker {
                padding-left: 38px !important;
                height: 44px;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-dropdown-field-ctn.sbsw-input-half-ctn input#FlightsDeparture {
                height: 44px;
                border: 2px solid #C4CDD5;
                border-radius: 10px;
                color: #637381;
                font-weight: normal;
                width: 100%;
                margin: 0px;
                max-width: 100%;
            }


.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group-button span.input-number-decrement {
}

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group-button span.input-number-increment {

            }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group input.input-number {
                width: 33%;
            }


            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .select-option .select-description-text,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .select-description-text {
                color: black;
                padding-left: 10px;
                font-size: 14px;
                font-weight: normal;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container {
                margin: 4px 0px;
            }

                .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group.input-number-group .input-group-button {
                    height: 100%;
                    box-sizing: border-box;
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-around;
                    align-items: center;
                    align-content: center;
                }
                .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group.input-number-group .input-number {
                    font-size: 14px;
                    font-weight: normal;
                    color: #637381;                    
                    display: inline-block;
                    border: 0;
                    background: white;
                    text-align: center;
                }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #nrRoomsCtn.input-number-group-container .input-group.input-number-group .input-group-button,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #nrRoomsCtn.input-number-group-container .input-group.input-number-group .input-number {
                width: 33.3%;
            }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group.input-number-group .input-group-button .input-number-increment,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container .input-group.input-number-group .input-group-button .input-number-decrement {
                font-size: 40px;
                font-weight: normal;
                color: black;
            }


            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-group.input-number-group {
                height: 44px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
                align-content: center;
                justify-content: space-evenly;
                border: 2px solid #C4CDD5;
                border-radius: 10px;
                cursor: pointer;
            }
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom1AdCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom1ChCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom2AdCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom2ChCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom3AdCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom3ChCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom4AdCtn .input-group.input-number-group,
            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line #sbRoom4ChCtn .input-group.input-number-group {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/person_black.webp');
                background-repeat: no-repeat !important;
                background-size: 29px !important;
                background-position: 0px 5px !important;
                padding-left: 25px;
            }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group .input-number {
                border-top: 2px solid #03badc;
                border-bottom: 2px solid #03badc;
                color: #03badc;
                font-weight: 700;
                display:inline-block;
            }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-datapicke-ctn input {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/calandar_black.webp') !important;
                background-repeat: no-repeat;
                background-position: 2% 46% !important;
                background-size: 26px !important;
            }

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-input-dropdown-field-ctn select {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/chevron_down_black.webp') !important;
                background-repeat: no-repeat;
                background-position: 94% 46% !important;
                background-size: 20px !important;
                appearance: none !important;
                height: 44px;
                min-width: 60px;
                padding: 12px 21px 12px 12px;
                font-size: 14px;
            }

.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .input-number-group-container#nrRoomsCtn {
    /*margin-bottom: -2px;*/
    width: 26%;
    margin: 4px 0px;
    padding: 0px;
}

            .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-room-index-ctn {
                color: black;
                width: 20%;
            }
        .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-inputs-inline {
            width: 55%;
            display: flex !important;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            gap: 12px;
        }

        .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-inline select {
            font-size: inherit;
            color: #637381;
            text-align: center;
        }
.sbsw-ctn.new2024SWStyleCss #TransportTd .sbsw-input-dropdown-field-ctn.sbsw-input-half-ctn #TransportOptions {
    width: 100% !important;
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-ctn .sbsw-search-group-ctn {
    width: 25%;
    /*   display: inline-block;
    float: right;
    margin-bottom: 14px;*/

    display: flex;
    margin-bottom: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: end;
    line-height: 22px;
    gap: 5px;
}

.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-search-group-ctn .sbsw-search-btn-ctn {
    width: 80%;
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-search-group-ctn .sbsw-input-additional-needs {
    background-color: white;
    border: 2px solid #C4CDD5;
    border-radius: 7px;
    margin: 0;
    /*    margin: 0px 7px 10px 1px;*/
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-search-group-ctn .sbsw-input-additional-needs img {
    width: 100%;
    height: auto;
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line.sbsw-inputs-full-message {
    display: block;
    color: black;
    font-weight: normal;
}

.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line .sbsw-inputs-inline .sbsw-input-dropdown-field-ctn .sbsw-input-name {
    padding-left:0px;
    width:none;
}

.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line-ctn {
    width: 75%;
}
.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn .sbsw-inputs-line-ctn .sbsw-input-dropdown-field-ctn.sbsw-input-half-ctn {
    margin: 4px 25px 4px 0;
}

.flight-airport-select.new2024SWStyleCss {
    z-index: 1000 !important;
    border-radius: 12px !important;
    border: 1px solid #FF671F !important;
    background: white !important;
}

    .flight-airport-select.new2024SWStyleCss .checkmark {
        border: 1px solid #FF671F;
    }

    .flight-airport-select.new2024SWStyleCss .checkbox-container input:checked ~ .checkmark {
        background-color: #FF671F;
    }

    .flight-airport-select.new2024SWStyleCss .confirm-btn {
        background-color: #FF671F;
        border-radius: 10px;
    }
    .flight-airport-select.new2024SWStyleCss .ui-dialog-buttonpane button.ui-button {
        background: #FF671F;
        border-radius: 10px;
    }

.sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn #EurotunnelUniqueOptions1.sbsw-inputs-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}
    .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn #EurotunnelUniqueOptions1.sbsw-inputs-line #EurotunnelNrOfCars{
        width:65%;
    }
    .sbsw-ctn.new2024SWStyleCss .sbsw-inputs-section .sbsw-inputs-ctn #EurotunnelUniqueOptions1.sbsw-inputs-line .sbsw-input-dropdown-field-ctn {
        margin-top: 4px;
        margin-bottom: 4px;
    }


.daterangepicker.new2024SWStyleCss,
#ui-datepicker-div.new2024SWStyleCss {
    background-color: white;
    border: 1px solid #FF671F !important;
    color: #637381;
    padding: 15px 10px 10px;
    border-radius: 10px;
}
    .daterangepicker.new2024SWStyleCss td.active:not(.off),
    .daterangepicker.new2024SWStyleCss td.active.end-date:not(.off),
    .daterangepicker.new2024SWStyleCss td.active.start-date:not(.off) {
        background-color: #FF671F !important;
    }
    .daterangepicker.new2024SWStyleCss td.in-range:not(.off) {
        background-color: #ffc4a8 !important;
    }
    .daterangepicker.new2024SWStyleCss td.available:hover,
    .daterangepicker th.available:hover,
    #ui-datepicker-div.new2024SWStyleCss table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
        background-color: #FF671F !important;
    }
    .daterangepicker.new2024SWStyleCss:after {
        border-bottom: 6px solid #ffc4a8;
    }
    .daterangepicker.new2024SWStyleCss:before {
        border-bottom: 6px solid #FF671F;
    }
    .daterangepicker.new2024SWStyleCss .drp-buttons {
        border-top: 1px solid #FF671F;
    }
        .daterangepicker.new2024SWStyleCss .drp-buttons button.cancelBtn.sb-picker-close-btn,
        #ui-datepicker-div.new2024SWStyleCss .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-clear {
            border: 1px solid #FF671F;
            border-radius: 10px;
        }
        .daterangepicker.new2024SWStyleCss .drp-buttons button.applyBtn.sb-picker-done-btn,
        #ui-datepicker-div.new2024SWStyleCss .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-current,
        #ui-datepicker-div.new2024SWStyleCss .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-close {
            background: #FF671F;
            border-radius: 10px;
        }


/* --- END DESKTOP  --- */
/* --- START MOBILE  --- */
.get-quote-page-box.new2024SWStyleCss {
    /*    width: 100%;
    margin: 0px;
    padding: 0px;*/
    padding: 0px;
    width: 96%;
    margin: 2% auto;
    border: 0.5px solid #FF671F;
    border-radius: 10px;
    background-color: #fff;
}

div#sw-super-brand.new2024SWStyleCss {
    z-index: 2;
    margin: 0px 0 15px 0;
    position: relative;
}

    .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container {
        border-bottom-width: medium;
        border-bottom-color: #637381 !important;
        padding: 10px 0;
        position: relative;
        z-index: 1;
    }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container > .get-guote-chooseType.get-guote-chooseType-selected:after {
            display: none;
        }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container .get-guote-chooseType.get-guote-chooseType-selected .selectDescription,
        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustTickets.get-guote-chooseType.opt-1.get-guote-chooseType-selected .selectDescription {
            color: black !important;
        }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container .get-guote-chooseType-selected {
            border-bottom-style: solid !important;
            border-bottom-width: medium !important;
            border-bottom-color: #FF671F !important;
            font-weight: 700 !important;
        }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container .get-guote-chooseType {
            background-color: white !important;
            border-right: none !important;
            border-radius: 0px !important;
            border-left: none !important;
            border-bottom-style: solid;
            border-bottom-width: medium;
            border-bottom-color: #C4CDD5;
            font-weight: 700;
            height: 63px !important;
        }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustHotels.get-guote-chooseType.opt-sb-1 {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_gray.webp') !important;
            background-repeat: no-repeat !important;
            background-position: 21% center !important;
            background-size: 19px !important;
        }

            .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustHotels.get-guote-chooseType.opt-sb-1.get-guote-chooseType-selected {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_black.webp') !important;
            }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #TransportOption.get-guote-chooseType.opt-sb-2 {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_transport_gray.webp') !important;
            background-repeat: no-repeat !important;
            background-position: 3% center !important;
            background-size: 26px !important;
        }
        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #TransportOption.get-guote-chooseType.opt-right {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_transport_gray.webp') !important;
            background-repeat: no-repeat !important;
            background-position: 14% center !important;
            background-size: 26px !important;
        }

            .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #TransportOption.get-guote-chooseType.opt-sb-2.get-guote-chooseType-selected,
            .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #TransportOption.get-guote-chooseType.opt-right.get-guote-chooseType-selected {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/hotel_transport_black.webp') !important;
            }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustTickets.get-guote-chooseType.opt-sb-3 {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/ticket_gray.webp') !important;
            background-repeat: no-repeat !important;
            background-position: 21% center !important;
            background-size: 27px !important;
        }
        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustTickets.get-guote-chooseType.opt-1 {
            background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/ticket_gray.webp') !important;
            background-repeat: no-repeat !important;
            background-position: 30% center !important;
            background-size: 27px !important;
        }

            .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustTickets.get-guote-chooseType.opt-sb-3.get-guote-chooseType-selected,
            .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustTickets.get-guote-chooseType.opt-1.get-guote-chooseType-selected {
                background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/ticket_black.webp') !important;
            }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container .get-guote-chooseType .selectDescription {
            color: #637381 !important;
            line-height: 16px !important;
            width: 71%;
            text-align:left;
            margin: 0 5px 0 39px;
        }
        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container #JustTickets.get-guote-chooseType.opt-1.get-guote-chooseType .selectDescription {
            color: #637381;
            line-height: 16px !important;
            width: 100%;
            text-align: center;
            margin: 0 auto 0 auto;
        }

        .get-quote-page-box.new2024SWStyleCss .qet-quote-tabs-container .get-guote-chooseType.opt-sb-2 .selectDescription {
            width: 99%;
            margin: 0 0px 0 20px;
        }

#sw-super-brand .get-quote-page-box.new2024SWStyleCss {
    margin: 0px !important;
}

.get-quote-page-box.new2024SWStyleCss .sw-body {
    border: none;
    border-radius: 0px 0px 10px 10px;
    background-color: white !important;
    position: relative;
    z-index: 1;
    /*min-height: 270px;*/
}

    .get-quote-page-box.new2024SWStyleCss .sw-body .submit-btn-td {
        margin-top: 20px !important;
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG{
    /*.get-quote-page-box.new2024SWStyleCss .sw-body #AttractionRow.select-option {*/
        padding: 7px 18px !important;
        margin-bottom: 0px !important;
/*        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: flex-end;*/
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .sbsw-input-additional-needs {
        border-radius: 7px;
        border-color: #C4CDD5;
        background-color: white;
    }
    .get-quote-page-box.new2024SWStyleCss .sw-body .submit-btn-td {
        margin-top: 20px;
    }

        .get-quote-page-box.new2024SWStyleCss .sw-body .submit-btn-td #SearchButton.orange,
        .get-quote-page-box.new2024SWStyleCss .sw-body .submit-btn-td #SearchButtonNew.orange {
            color: #FFFFFF !important;
            background: #FF671F !important;
            border: 1px solid #FF671F !important;
            border-radius: 10px !important;
        }


    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .search-line-half-container .select-option .select-description-text,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .eurotunnel-half-container .select-option .select-description-text,
    .get-quote-page-box.new2024SWStyleCss .sw-body #room-nights-container.NewBookingEngineIMG .select-option .search-calendar .select-description-text,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .select-option .select-description-text,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .room-title-container,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .sw-ch-ages-ctn .children-ages-title,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .children-ages-title,
    .get-quote-page-box.new2024SWStyleCss .sw-body #AttractionRow.select-option #AccomodationTitle.select-description-text,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .select-description-text {
        color: black;
        padding-left: 10px;
        font-size: 14px;
        font-weight: normal;
    }
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .select-description-text {
        color: black;
        padding-left: 0px;
        font-size: 14px;
        font-weight: normal;
    }


        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .sw-ch-ages-ctn .input-number-group-container {
            margin: 4px 0px !important;
        }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .sw-ch-ages-ctn .input-group-button {
        height: 45px !important;
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG #RoomsRow.input-number-group-container .input-group.input-number-group .input-group-button,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG #RoomsRow.input-number-group-container .input-group.input-number-group .input-number {
        width: 33.3% !important;
        height:45px;
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .input-group.input-number-group .input-group-button .input-number-increment,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .input-group.input-number-group .input-group-button .input-number-decrement {
        font-size: 42px !important;
        font-weight: normal !important;
        color: black !important;
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .input-group.input-number-group .input-number {
        font-size: 18px !important;
        font-weight: normal !important;
        color: black !important;
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .addRoomsBoxOnMobile {
        width: 72%;
        display: inline-block;
        float: left;
    }
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .relaceRoomsBoxOnMobile {
        width: 30%;
        float: right;
    }
.get-quote-page-box.new2024SWStyleCss .search-line-half-container,
.get-quote-page-box.new2024SWStyleCss .eurotunnel-half-container {
    width: 47.6%;
    display: inline-block;
    height: auto;
    overflow: hidden
}


.get-quote-page-box.new2024SWStyleCss .sw-body #transport-container.NewBookingEngineIMG .search-line-half-container .select-option select,
.get-quote-page-box.new2024SWStyleCss .sw-body #transport-container.NewBookingEngineIMG .search-line-half-container #FlightsDeparture,
.get-quote-page-box.new2024SWStyleCss .sw-body #productField-container.NewBookingEngineIMG .select-option select,
.get-quote-page-box.new2024SWStyleCss .sw-body #Flights-Box.NewBookingEngineIMG .search-line-half-container #FlightsDeparture,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .eurotunnel-half-container .select-option select,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container select,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .search-line-half-container select,
.get-quote-page-box.new2024SWStyleCss .sw-body #AttractionRow.select-option select#AttractionId,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG select#DDhotel {
    background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/chevron_down_black.webp') !important;
    background-repeat: no-repeat;
    background-position: 94% 46% !important;
    background-size: 20px !important;
    border: 2px solid #C4CDD5 !important;
    border-radius: 10px !important;
    color: #637381 !important;
    font-weight: normal !important;
    width: 100% !important;
    height: 45px;
    margin: 0px !important;
    appearance: none !important;
}

.get-quote-page-box.new2024SWStyleCss .sw-body #room-nights-container.NewBookingEngineIMG .select-option .search-calendar input,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG #sandbox-container.search-calendar input,
.get-quote-page-box.new2024SWStyleCss .sw-body #sandbox-container input#deptDate,
.get-quote-page-box.new2024SWStyleCss .sw-body .select-option input#deptDatePicker {
    background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/calandar_black.webp') !important;
    background-repeat: no-repeat;
    background-position: 2% 46% !important;
    background-size: 26px !important;
    border: 2px solid #C4CDD5 !important;
    border-radius: 10px !important;
    color: #637381 !important;
    font-weight: normal !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0 0 0 37px !important;
}

    .get-quote-page-box.new2024SWStyleCss .sw-body #room-nights-container.NewBookingEngineIMG .select-option .search-calendar #checkin-checkout-label.select-description-text,
    .get-quote-page-box.new2024SWStyleCss .sw-body #AttractionRow.select-option {
        width: 100% !important;
    }
.get-quote-page-box.new2024SWStyleCss .NewBookingEngineIMG{
    min-height:82px;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#RoomsRow {
    /*margin-bottom: -2px;*/
    width: 26%;
    margin: 0px;
    padding: 0px;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages1-1,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages1-2,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages1-3,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages1-4,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages2-1,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages2-2,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages2-3,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages2-4,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages3-1,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages3-2,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages3-3,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages3-4,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages4-1,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages4-2,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages4-3,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container#Ages4-4 {
    /*margin-bottom: -2px;*/
    width: 24%;
    margin: 0px;
    padding: 0px;
}

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG #Accomodation-Box.input-number-group-container,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .search-line-half-container#Accomodation-Box,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG #AccommodationRow.select-option.cpTab {
        width: 68%;
        margin: 0px;
        padding: 0px;
        position: relative;
        vertical-align: bottom;
        display: inline-block;
    }

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room1-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room2-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room3-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room4-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss {
    background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/person_black.webp') !important;
    background-repeat: no-repeat !important;
    background-size: 29px !important;
    background-position: 4px 5px !important;
    border: 2px solid #C4CDD5 !important;
    border-radius: 10px !important;
    height: 45px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    align-content: center !important;
}

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room1-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-number,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room2-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-number,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room3-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-number,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room4-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-number {
        width: 26%;
    }

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room1-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull .input-number-group-container .input-group.input-number-group .input-group-button {
        height: 45px !important;
    }

        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room1-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-decrement,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room2-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-decrement,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room3-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-decrement,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room4-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-decrement {
            border: none !important;
        }

        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room1-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-increment,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room2-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-increment,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room3-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-increment,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.valueSearchFull.room4-property .input-number-group-container .input-group.input-number-group.new2024SWStyleCss .input-group-button .input-number-increment {
            border: none !important;
        }



.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .input-group-button span.input-number-decrement {
    border-top: 2px solid #C4CDD5 !important;
    border-right: 0px hidden !important;
    border-bottom: 2px solid #C4CDD5 !important;
    border-left: 2px solid #C4CDD5 !important;
    border-radius: 10px 0px 0px 10px !important;
    color: #637381 !important;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .input-group-button span.input-number-increment {
    border-top: 2px solid #C4CDD5 !important;
    border-right: 2px solid #C4CDD5 !important;
    border-bottom: 2px solid #C4CDD5 !important;
    border-left: 0px hidden !important;
    border-radius: 0px 10px 10px 0px !important;
    color: #637381 !important;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .input-number-group-container .input-group input.input-number {
    border-top: 2px solid #C4CDD5 !important;
    border-bottom: 2px solid #C4CDD5 !important;
    border-left: 0px hidden !important;
    border-right: 0px hidden !important;
    color: #637381 !important;
}

    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker .datepicker-title,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker .datepicker-title,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker table tr th,
    .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker table tr th,
    .datepicker.datepicker-dropdown.new2024SWStyleCss,
    .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-days table tr th,
    .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-months table tr th,
    .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-years table tr th,
    .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-decades table tr th,
    .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-centuries table tr th {
        background-color: white;
        color: #637381;
    }

        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker table.table-condensed td.active.selected.range-start.day,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker table.table-condensed td.selected.range-end.day,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker table.table-condensed td.active.selected.range-start.day,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker table.table-condensed td.selected.range-end.day,
        .datepicker.datepicker-dropdown.new2024SWStyleCss table tr td.active.day,
        .datepicker.datepicker-dropdown.new2024SWStyleCss table tr td span.month.focused.active,
        .datepicker.datepicker-dropdown.new2024SWStyleCss table tr td span.year.active,
        .datepicker.datepicker-dropdown.new2024SWStyleCss table tr td span.century.active,
        .datepicker.datepicker-dropdown.new2024SWStyleCss table tr td span.decade.active {
            background: #FF671F !important;
            color: white !important;
        }
        .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-btn-clear {
            border: 1px solid #FF671F;
            border-radius: 10px;
        }
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker table.table-condensed td.range.day,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker table.table-condensed td.range.day {
            background: #ffc4a8 !important;
            color: #637381;
        }
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker table tr td.disabled,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker table tr td.disabled {
            color: #C4CDD5 !important;
        }

        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker .datepicker-btn-close,
        .get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker .datepicker-btn-close,
        .datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-btn-close {
            background: #FF671F !important;
            border-radius: 10px !important;
        }

.get-quote-page-box.new2024SWStyleCss .warning-messages-container {
    display: block;
    color: black;
    font-weight: normal;
    font-size: smaller;
    padding: 3px;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG.attractionTicketsCTN span.error-message-widget{
    font-size: x-small;
    position: relative;
    top: -2px;
    display: block;
    height: fit-content;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-start .datepicker .datepicker-x-close,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option .search-calendar .bs-datepicker .range-end .datepicker .datepicker-x-close,
.datepicker.datepicker-dropdown.new2024SWStyleCss .datepicker-x-close {
    color: #FF671F !important;
}

section.content.new2024SWStyleCss #flight-airport-list-dialog {
    border: 2px solid #FF671F;
    background: white;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    top: -509px;
}

    #sw-super-brand\ new2024SWStyleCss #flight-airport-list-dialog .checkmark,
    section.content.new2024SWStyleCss #flight-airport-list-dialog .checkmark {
        border: 1px solid #FF671F;
    }

    #sw-super-brand\ new2024SWStyleCss #flight-airport-list-dialog .checkbox-container input:checked ~ .checkmark,
    section.content.new2024SWStyleCss #flight-airport-list-dialog .checkbox-container input:checked ~ .checkmark {
        background-color: #FF671F;
    }

#sw-super-brand\ new2024SWStyleCss #flight-airport-list-dialog .confirm-btn,
section.content.new2024SWStyleCss #flight-airport-list-dialog .confirm-btn {
    background-color: #FF671F;
    border-radius: 10px;
}

.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option span#errorMessageCountry,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option span#errorMessageRegion,
.get-quote-page-box.new2024SWStyleCss .sw-body .NewBookingEngineIMG .select-option span#errorMessageAttraction {
    background: transparent;
    padding: 0;
}


/* --- END MOBILE  --- */
.sbsw-hide-nbji {
    display: none !important;
}

.new-mobile-body .new2024SWStyleCss span#errorMessageRegion,
.new-mobile-body .new2024SWStyleCss span#errorMessageCountry {
    position: absolute;
    bottom: 0px;
    left: 12px;
    color: red;
    top: unset;
}

.new-mobile-body .new2024SWStyleCss span#errorMessageAttraction {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: red;
    top: unset;
}



/*@@@@@@@@@@@@@@@@@@ START CALENDAR PROMOTION @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@keyframes cl-promo-date-change {
    0% {
        color: #ff671f;
    }

    50% {
        color: #637381;
    }

    100% {
        color: #ff671f;
    }
}

@keyframes cl-promo-msg-change {
    0% {
        color: #ff671f;
    }

    50% {
        color: #000;
    }

    100% {
        color: #ff671f;
    }
}


td.cl-promo-date.available:not(.in-range):not(.start-date),
.datepicker-days td.day.cl-promo-date:not(.disabled):not(.range-start):not(.range) {
    background-color: rgb(117, 222, 243, 0.4);
    animation: cl-promo-date-change 2s infinite;
}

.cl-promo-date.available.in-range {
}


.cl-promo-message {
    max-width: 466px;
    width: 100%;
    display: block;
    background-color: #75def3;
    margin: 5px auto;
    padding: 5px;
    border-radius: 4px;
    animation: cl-promo-msg-change 1s infinite;
}

img.cl-pm-img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.cl-promo-message p {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: middle;
    text-align: center;
}


rect.svg-cld-day {
    fill: none;
    stroke-width: 1px;
    stroke: #637381;
    animation: cl-promo-date-change 2s infinite;
}

    rect.svg-cld-day.svg-cld-day-prom {
        fill: rgb(117 222 243 / 40%);
    }

text.svg-cld-day-pros {
    animation: cl-promo-date-change 2s infinite;
}

text.svg-cld-date-crl {
    animation: cl-promo-date-change 2s infinite;
}

.cl-promo-message-2 {
    text-align: left;
    max-width: 466px;
    width: 100%;
    display: block;
    background-color: #75def3;
    margin: 5px auto;
    padding: 4px 5px 5px 5px;
    border-radius: 4px;
    animation: cl-promo-msg-change 1s infinite;
}

    .cl-promo-message-2 p {
        display: inline-block;
        width: calc(100% - 117px);
        vertical-align: middle;
        text-align: center;
        margin-top: 3px;
    }

@media(max-width: 960px) {
    .cl-promo-message,
    .cl-promo-message-2 {
        width: 96%;
        margin: 10px auto;
    }

        .cl-promo-message p {
            line-height: 18px;
            margin: 0;
        }

        .cl-promo-message-2 p {
            width: calc(100% - 95px);
            margin: auto;
            line-height: normal;
        }
}
/*@@@@@@@@@@@@@@@@@@ END CALENDAR PROMOTION @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

