@charset "utf-8";
#tabs {
    background: none;
    border: none;
}
#tabs ul {
    border: none;
    padding: 0;
    background: none
}

#tabs ul li.tabheader.ui-state-active {
    cursor: default !important;
}

#tabs ul li.tabheader.ui-state-active a p {
    float: left;
    display: block;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 !important
}
#tabs ul li a p {
    height: 32px;
    margin: 0;
    float: left;
    font-size: 14px;
    font-weight: 700;
}
#tabs ul li.tabheader a {
    text-transform: uppercase !important;
}
#tabs .tabLabel {
    background: none !important;
    margin: 0 !important;
    padding: 5px 5px 0px 5px;
    position: absolute;
    right: 5px;
    top: -35px;
    font-weight: 400;
    font-size: 13px;
    color: #FFF!important;
    height: 16px;
    -ms-text-align-last: right;
    text-align-last: right;
    text-align: right;
    width: 410px;
    overflow: hidden;
}

#tabs > ul {
    height: 60px;
    background: url(../../../../img/front/V3/new-widget/top-bg-wg.png) left bottom no-repeat;
    box-shadow: none;
    position: relative;
}

#tabs .ui-tabs-panel.flightPanel {
    background-color: #78A4CC;
    background: #78A4CC url(../../../../img/front/V3/new-widget/flight-bg-wg.png) left top no-repeat;
}
#tabs .ui-tabs-panel.hotelPanel {
    background-color: #78A4CC;
    background: #78A4CC url(../../../../img/front/V3/new-widget/hotel-bg-wg.png) left top no-repeat;
}
#tabs > ul:after {
    display: block;
    position: absolute;
    width: 700px;
    height: 40px!important;
    background-color: #78A4CC;
    visibility: visible!important;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0
}
#tabs > ul li.tabheader {
    height: 60px !important;
    border: none;
    margin-left: 6px;
    padding: 0 !important;
    background: none !important;
}
#tabs > ul li:hover {
    border: none !important;
}
#tabs > ul li.tabheader a {
    display: block;
    padding: 0;
    filter: none;
    position: relative;
    cursor: pointer;
    margin: 0;
    height: 28px;
    margin-left: 20px !important;
    margin-top: 20px !important;
    padding-right: 15px !important;
    position: relative;
    font-family: "Arial";
    font-weight: bold;
}
#tabs > ul li a span {
    height: 53px;
    width: 53px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 3;
    float: left;
}
#tabs > ul li.tabheader.flightTab a span {
    display: block;
    width: 53px;
    height: 52px;
}
#tabs > ul li.tabheader.hotelTab {
    z-index: 2;
}
#tabs > ul li.tabheader.hotelTab a span {
    display: block;
    width: 53px;
    height: 52px;
    margin-right: 4px;
}
#tabs > ul li a p {
    padding-left: 40px;
    line-height: 28px !important;
    color: #FFF !important;
}
#tabs > ul li a h1 {
    font-size: 14px;
    padding-left: 40px;
    line-height: 28px !important;
    color: #FFF !important;
}
#tabs > ul li.tabheader.ui-state-active {
    background: none !important;
    padding: 0 !important;
}
#tabs > ul li.tabheader.ui-state-active a {
    /*background: #4d505a;*/
    background: #044A72;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
#tabs > ul li.tabheader.ui-state-active a:after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: -12px;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    /*border-color: #044A72 transparent transparent transparent;*/
    border-color: transparent transparent #000 transparent;
}

#tabs .ui-tabs-panel {
    position: relative;
    zoom: 1;
    background-color: #f1f4f6;
    padding: 0 5px 5px 4px;
    border: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0 0px 5px 5px;
    border-radius: 0 0px 5px 5px;
}

#tabs .ui-tabs-panel form.full {
    display: block;
    padding: 5px 0
}
#tabs .ui-tabs-panel .glasscontent {
    position: relative;
    display: block;
    height: 140px;
    padding:5px 15px;
}
#tabs .ui-tabs-panel .glasscontent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 690px;
    height: 170px;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.1);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ0Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.88) 0%, rgba(255,255,255,.44) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,.88) 0%, rgba(255,255,255,.44) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.88) 0%, rgba(255,255,255,.44) 100%);
    background-image: linear-gradient(bottom, rgba(255,255,255,.88) 0%, rgba(255,255,255,.44) 100%);
}

.flightcol1 {
    float: left;
    width: 285px;
    margin-right: 15px;
}
.flightcol2 {
    float: left;
    width: 120px;
    margin-right: 15px;
}
.flightcol3,
#tabs .hotelcol2 {
    float: right;
    width: 226px;
}
.searchcol .inputico {
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -moz-border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.3);
    -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 2px 0 rgba(255,255,255,.3);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMzIDI4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyMjgzYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmI3ZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjMzIiBoZWlnaHQ9IjI4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #2283ac 0%, #52b7e1 100%);
    background-image: -o-linear-gradient(bottom, #2283ac 0%, #52b7e1 100%);
    background-image: -webkit-linear-gradient(bottom, #2283ac 0%, #52b7e1 100%);
    background-image: linear-gradient(bottom, #2283ac 0%, #52b7e1 100%);
}
.searchboxInputWrapper {
    height: auto !important;
    width: 284px;
    position: relative
}

input[type=text].full {
    margin: 0;
    display: inline-block;
    float: left;
    background: #FFF;
}
input.nsSelect-input, div.nsSelect-input {
    text-align: center;
    cursor: pointer
}
.searchcol input, .searchDestiInput {
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0 !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    height: 18px;
    /*border: 0 !important;*/
}
.searchcol label,
.searchcol div.st-label {
    color: #273f5b!important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
.searchcol .inputwrap {
    border: 1px solid #85a4b0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
}
.searchcol .searchInputDate,
.searchcol .numselector-n {
    background-color: #ffffff;
    border: 1px solid #85a4b0 !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.06);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 18px;
    padding: 5px;
    padding-left: 40px;
    line-height: 18px;
    z-index: 1;
}
.searchcol .numselector-n {width: 22px !important;}
.searchcol .searchInputDate .inputico,
.searchcol .numselector-n .inputico {
    position: absolute;
    top: 0!important;
    left: 0!important;
}
.roomWrapper, .adultnumWrapper, .childnumWrapper {
    margin-bottom: 3px;
}
.searchcol .pasinfo {
    /*color: #fff;*/
    color: #8A8A8A;
    font-family: "Arial";
    font-size: 11px;
    text-align: center;
    font-style: italic;
    margin-bottom: 6px;
    position: relative;
    width: 72px;
}
/*.browserIE .searchcol .pasinfo {font-size: 10px; display: block;}*/
.searchcol .basic {position: relative;}
.cityloc {
    margin: 6px 13px;
    display: block;
    width: 13px;
    height: 18px;
}
.icon-date {
    margin: 6px 13px;
    display: block;
    width: 15px;
    height: 16px;
}
.icon-adult {
    display: block;
    width: 15px;
    height: 17px;
    margin: 6px 13px;
}
.icon-child {
    margin: 6px 13px;
    display: block;
    width: 10px;
    height: 20px;
}
.icon-infant {
    margin: 6px 13px;
    display: block;
    width: 15px;
    height: 20px;
}
.icon-room {
    margin: 6px 13px;
    display: block;
    width: 11px;
    height: 18px;
}
.searchcol .inputico span:before,
.searchcol .inputico span:before {display:none !important}
#tabs a.searchButton, a.searchButton, #tabs a.searchButton-green, a.searchButton-green {
    left: 0;
    /*top: 5px;*/
    /*width: 225px;*/
    width: auto;
    padding: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkOWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzZjkwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #1d9f00 0%, #a3f905 100%);
    background-image: -o-linear-gradient(bottom, #1d9f00 0%, #a3f905 100%);
    background-image: -webkit-linear-gradient(bottom, #1d9f00 0%, #a3f905 100%);
    background-image: linear-gradient(bottom, #1d9f00 0%, #a3f905 100%);
    border: 1px solid #1d9f00;
}
#tabs a.searchButton, a.searchButton, #tabs a.searchButton-green, a.searchButton-green,
#tabs a.searchButton-green .btn-text,
#tabs a.searchButton-green .btn-arrow {
    height: 30px;
    /*line-height: 30px;*/
    display: block;
    /*float: left;*/
    z-index:1;
}
#tabs a.searchButton-green .btn-text,
#tabs a.searchButton-green .btn-arrow {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}
#tabs a.searchButton-green .btn-text {
    text-align: center;
    text-transform: uppercase;
    font-family: "Arial";
    width: 187px;
    border-right: 1px solid #87c552;
    font-size: 14px;
    /*color: #1E4725;*/
    color: #0B2C11;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.ui-widget {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important
}

#hotelCalendar, #flightCalendar {
    clear: both
}
#tabs a.searchButton-green .btn-arrow {
    border-left: 1px solid #286e37;
}


/* Fancy select style */

div.fancy-select div.trigger,
div.fancy-select div.trigger.open {
    display: inline-block;
    background: none;
    border: none ;
    box-shadow: none;
    text-transform: lowercase;
    font-weight: 400;
    padding: 0 10px;
    width: 120px;
    height: 20px;
    margin-top: 5px;
}
div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    border: none;
    top: 6px;
    right: 10px;
}
div.fancy-select select:focus + div.trigger {
    box-shadow: 0 0 1px #2687b0 !important;
    /*box-shadow: 0 0 0 1px #4B5468 !important;*/
}
div.fancy-select ul.options {
    background: #FFF !important;
    list-style: none;
    margin: 0;
    position: absolute;
    top: -40px;
    left: -1px;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    border-radius: 4px;
    border: 1px solid #87cdea !important;
-moz-box-shadow: 0 0 13px rgba(6,57,78,.75) !important;
-webkit-box-shadow: 0 0 13px rgba(6,57,78,.75) !important;
box-shadow: 0 0 13px rgba(6,57,78,.75) !important;
    min-width: 200px;
    transition: opacity 100ms ease-out, top 100ms ease-out, visibility 100ms ease-out;
    -webkit-transition: opacity 100ms ease-out, top 100ms ease-out, visibility 100ms ease-out;
    -moz-transition: opacity 100ms ease-out, top 100ms ease-out, visibility 100ms ease-out;
    -ms-transition: opacity 100ms ease-out, top 100ms ease-out, visibility 100ms ease-out;
    -o-transition: opacity 100ms ease-out, top 100ms ease-out, visibility 100ms ease-out;
}
div.fancy-select ul.options.open {
    visibility: visible;
    top: -20px;
    opacity: 1;
    transition: opacity 100ms ease-out, top 100ms ease-out;
    -webkit-transition: opacity 100ms ease-out, top 100ms ease-out;
    -moz-transition: opacity 100ms ease-out, top 100ms ease-out;
    -ms-transition: opacity 100ms ease-out, top 100ms ease-out;
    -o-transition: opacity 100ms ease-out, top 100ms ease-out;
}
div.fancy-select ul.options li {
    font-family: "Arial";
    font-size: 12px;
    padding: 8px 10px;
    color: #2B8686;
    cursor: pointer;
    font-weight: 700;
    white-space: nowrap;
    transition: all 50ms ease-out;
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
}
div.fancy-select ul.options li {color: #50b4dd;}
div.fancy-select ul.options li.hover {
    /*color: #2486ae; */
    color: #FFF;
    background-color: #87cdea;
}

/*--------------------------------------------------------*/

.flightselect-n {
    bottom: 0px;
    left: 220px;
    text-align: center;
    padding: 2px 8px 0;
    width: 224px;
    height: 20px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #c0d4e0;
    -moz-box-shadow: 0 2px 0 rgba(255,255,255,.05), inset 0 2px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 2px 0 rgba(255,255,255,.05), inset 0 2px 4px rgba(0,0,0,.4);
    box-shadow: 0 2px 0 rgba(255,255,255,.05), inset 0 2px 4px rgba(0,0,0,.4);
}
.flightselect-n input,
.flightselect-n label {margin-right: 3px;}
.flightselect-n label {
    color: #507CA2;
    font-size: 9px !important;
    line-height: 20px;
    text-transform: uppercase;
}
.flightselect-n input {
    opacity: 0;
    float: left;
    width: 100px;
    margin-bottom: -20px;
}
.flightselect-n input[type='radio'] + label {
    margin: 0;
    clear: none;
    padding: 0px 0 4px 16px;
    cursor: pointer;
    display: block;
    background: url(../../../../img/front/V3/new-widget/check-off.png) left 3px no-repeat;
}
.flightselect-n input[type='radio']:checked + label{
    font-weight: bold;
    color: #203D57;
    background: url(../../../../img/front/V3/new-widget/check-on.png) left 3px no-repeat;
}
#tabs .hotelcol1 {
    float: left;
    width: 420px;
    margin-right: 15px;
}
#tabs .r2col1 {
    float: left;
    width: 125px;
    margin-right: 5px;
}
#tabs .r2col2 {
    float: left;
    width: 120px;
    margin-right: 5px;
}
#tabs .r2col3 {
    float: left;
    width: 120px;
    margin-right: 5px;
}
#tabs .r2col4 {
    position: absolute;
    overflow-x: visible;
    top: 0;
    right: 0;
    float: right;
    width: 45px;
}
#tabs .r2col4 .numberofnight {
    margin-left: 8px;
    width: 33px;
    height: 30px;
    line-height: 35px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #f5f5f5;
    text-align: center;
}
#tabs .hotelcol1 > div img {opacity: .5;}
#tabs .hotelcol1 > div p.loclink {
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: normal;
    overflow: visible;
    width: 125px;
    text-align: left;
    opacity: .5;
    text-shadow: none;
}
#tabs .flightPanel .nf-related-banner {
    width: 237px;
    height: 236px;
    top: -61px;
    right: -240px;
    background: url(../../../../img/front/V3/new-widget/cloud03.png) right bottom no-repeat;
    overflow: visible;
}
#tabs .flightPanel .nf-related-banner:after {
    width: 223px;
    height: 215px;
    /*background-color: #5983C3;*/
    background-color: #D2DEEB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 0;
    bottom: -2px;
    position: absolute;
    visibility: visible!important;
    content: "";
    z-index: -1;
}
#tabs .flightPanel .nf-related-banner .flight {
    width: 237px;
    height: 90px;
    background: url(../../../../img/front/V3/new-widget/flight-cropped.png) left top no-repeat;
}
#tabs .flightPanel .nf-related-banner h3 {
    /*color: #f2f28e;*/
    color: #091d3a;
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 203px;
    float: right;
    margin-top: 115px;
    line-height: 18px;
    letter-spacing: .03em;
    padding-bottom: 0px;
    text-align: center;
}
#tabs .flightPanel .nf-related-banner h6 {
    padding-top: 20px;
    /*color: #fff;*/
    color: #3068b8;
    font-family: "Arial";
    font-size: 13px;
    font-weight: normal;
    padding: 20px 10px 10px 10px;
    width: 203px;
    float: right;
    letter-spacing: .03em;
}
#tabs .hotelPanel .nh-related-banner {
    width: 243px;
    height: 215px;
    top: -40px;
    right: -240px;
    overflow: visible;
    z-index: -100;
}

.b-section {
    width: 100%;
    height: 50%;
    display: block;
}
body #tabs .b-section p {
    padding: 5px 8px;
    width: 227px;
    height: auto;
    left: 0px;
    bottom: 0px;
    position: absolute;
    text-align: left;
    background-color: rgba(51, 51, 51, .7);
    color: #e2dac9;
    text-align: center;
    text-shadow: none;
    font-family: 'Varela Round';
    font-size: 12px;
    font-weight: 400;
    /*opacity: .8;*/
}
#tabs .b-hotel-section.b-section p {
    bottom: 64px;
}
#tabs .b-flight-section.b-section p {
    background-color: rgba(255, 255, 255, .9);
    color: #686868;
    bottom: 17px;
}
.b-flight-section {
    background: url(../../../../img/front/V4/home-banner-flight.jpg) left top no-repeat;
    border-radius: 0 5px 0 0;
}
.b-flight-section:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 84px;
    height: 36px;
    background: url(../../../../img/front/V4/banner-plane.png) left top no-repeat;
    left: 60px;
    top: -9px;
}
.b-hotel-section {
    background: url(../../../../img/front/V4/home-banner-hotel.jpg) left 25px no-repeat;
    border-radius: 0 0 5px 0;
}
.banner-tagline {
    background-color: #fff;
    box-shadow: 0px 4px 8.5px 1.5px rgba(0, 0, 0, 0.18);
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    font-family: 'Varela Round';
    z-index: 10;
    color: rgb(37, 134, 175);
    position: absolute;
    top: 50%;
    margin-top: -18px;
    padding-left: 10px;
    width: 237px;
    border-radius: 0 18px 18px 0;
    padding-right: 10px;
    text-align: center;
}

/*#tabs .hotelPanel .nh-related-banner:after {
    position: absolute;
    width: 223px;
    height: 215px;
    background-color: #DAE5EF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 0;
    bottom: -2px;
    visibility: visible!important;
    content: "";
    z-index: -1;
}
#tabs .hotelPanel .nh-related-banner p {
    color: #5f5f5f !important;
    font-family: "Arial";
    font-size: 13px;
    padding: 10px;
    width: 203px;
    float: right;
    text-align: left;
    text-shadow: none;
    font-weight: normal;
    margin-top: 180px;
    padding-bottom: 5px;
}
#tabs .hotelPanel .nh-related-banner h3 {
    color: #517ec0;
    font-family: "Arial";
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 10px 10px;
    width: 203px;
    float: right;
    letter-spacing: .02em;
}*/

span.ui-icon-closethick.clear-hotel-location,
span.ui-icon-closethick.clear-flight-departure,
span.ui-icon-closethick.clear-flight-arrival {
    cursor: pointer;
    top: 28px;
    width: 40px;
    height: 20px;
    right: 10px;
    position: absolute;
    z-index: 2;
}
.ui-icon-closethick, .ui-dialog-titlebar-close .ui-icon-closethick {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAUCAMAAAA5k9QEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABO1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////x8fG+vr6Ghoaurq7Z2dn////////////////6+vqZmZnl5eXw8PDW1tb////////////09PTY2Njy8vL////Y2NiWlpb39/f5+fnR0dHd3d3Pz8/S0tLh4eG3t7f39/fX19f///+YmJjy8vLX19fl5eX///+vr6/b29uSkpJ8fHxubm50dHSxsbFpaWlqamqJiYl1dXV+fn54eHhxcXFtbW2tra1ycnLg4ODPz89ra2unp6f19fWHh4efn5/+/v7////Nzc2jo6PIyMikpKT9/f3k5OTLy8tsbGyzs7PMzMzQ0NCoqKienp6mpqaIiIisrKwAAADoKXF8AAAAQHRSTlMAOn623+Pl6Ovt7/Hz9fb3+Pn6+/z9/v7+/ve8Erjg5v3+tv3qCTz0/Ou2ff3+wPv5/Pz8/P6+/RX+t++34vnCfEoF8wAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAFBSURBVCjPdZLZWsIwEIVbBHdqkOIKKIqiIu4b7hbjghVlsRHFXfH938Bkkmqa1rlqv/yZM2dyND3UEY50dnX39Pb1R40BFBuMm2YiMTQ8cnxilUbHxpMalB5KpSMTv1yMc5OnFuZ1lplyubCPmz7Hf3WRnaHcLOOEbs5AwM1dYrmseVdXmS+DvVVeoP3yKdkH67cIh1c2iML3dZLpyj5YvwI7qtzcVjGu1RtwZ0nT86ruMjS6c8i93XTIAzRcUTmqu8qHemyRJ4c8v8DPa4CPNTF9kxDyVhWXmI+0dy/rgqtR7l1wH5zz7HlDtHOYrmi4yd8jwMcnZf7zkeP7k/byVW/DXrY0JS+M2/bt+XsnYC9xs6i+2643B1EDoYAc2P4cIJGrtoSV9kSuZB/Il9PiPs8pzcuBouvm3q40Do947n8Ap2N2O+Gd3rsAAAAASUVORK5CYII=) 0px 0px no-repeat!important;
}
.search_tooltip {
    position: absolute;
    top: 29px;
    left: 34px;
    z-index: 100;
    overflow: auto;
    padding: 3px;
    max-height: 200px;
    width: 240px;
    outline: 0;
    outline: thin dotted 9px;
    border-color: rgba(82,168,236,0.8);
    border-right: 1px solid #74B9EF;
    border-bottom: 1px solid #74B9EF;
    border-left: 1px solid #74B9EF;
    background-color: #B7DEFB;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    font-size: 12px;
    font-family: Verdana;
    cursor: default;
}

/**
*
* Add By Andy
*
**/


/**
*
* Add By Iman
*
**/



/*========================================
=            nusaSelector.css            =
========================================*/

.nsSelect-opt-wrapper { width: 100% }
.nsSelect-opt-container {
    margin: 6px 0;
    visibility: visible;
    position: absolute;
    z-index: 1003;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    background: #dcdcdc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2IxYjFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2IxYjFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #dcdcdc 0%, #b1b1b1 45%, #b1b1b1 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(45%,#b1b1b1), color-stop(99%,#b1b1b1));
background: -webkit-linear-gradient(top,  #dcdcdc 0%,#b1b1b1 45%,#b1b1b1 99%);
background: -o-linear-gradient(top,  #dcdcdc 0%,#b1b1b1 45%,#b1b1b1 99%);
background: -ms-linear-gradient(top,  #dcdcdc 0%,#b1b1b1 45%,#b1b1b1 99%);
background: linear-gradient(to bottom,  #dcdcdc 0%,#b1b1b1 45%,#b1b1b1 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#b1b1b1',GradientType=0 );
    -moz-box-shadow: 0 0 5px 2px rgba(116,185,239,0.65);
    -webkit-box-shadow: 0 0 5px 2px rgba(116,185,239,0.65);
    box-shadow: 0 0 5px 2px rgba(116,185,239,0.65);
filter:progid:DXImageTransform.Microsoft.Glow(Color = #ff74b9ef, Strength = 7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color = #ff74b9ef,Strength = 7)";
    filter: none
}
.nsSelect-opt-container:before,
.nsSelect-opt-container:after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -8px;
    left: 15px;
    margin-left: -8px;
    border-bottom: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0
}
.nsSelect-opt-container:after { border-bottom-color: #DCDCDC }
.nsSelect-opt-container:before {
    border-bottom-color: #757575;
    top: -9px
}
.nsSelect-opt-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%
}
.nsSelect-opt-container ul li {
    display: block;
    float: left
}
.nsSelect-opt-container ul li.thelast { width: 74% }
.nsSelect-opt-container ul li a {
    padding: 5px;
    margin: 1px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #444;
    font-weight: 700;
    background-image: -moz-linear-gradient(50% 0% -90deg, #fff 0%, #e6e6e6 98%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #fff), color-stop(0.98, #e6e6e6));
    background-image: -webkit-linear-gradient(-90deg, #fff 0%, #e6e6e6 98%);
    background-image: -o-linear-gradient(-90deg, #fff 0%, #e6e6e6 98%);
    background-image: linear-gradient(-90deg, #fff 0%, #e6e6e6 98%);
    background-color: #fff;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffffff, endColorstr = #ffe6e6e6, GradientType = 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffffff,endColorstr = #ffe6e6e6,GradientType = 0)";
    filter: none
}
.nsSelect-opt-container ul li a:hover {
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
    background-image: -moz-linear-gradient(#27b9ef 0%, #27b5ef 29%, #25a0e9 51%, #2079d9 95%);
    background-image: -webkit-gradient(linear, color-stop(0, #27b9ef), color-stop(0.29, #27b5ef), color-stop(0.51, #25a0e9), color-stop(0.95, #2079d9));
    background-image: -webkit-linear-gradient(#27b9ef 0%, #27b5ef 29%, #25a0e9 51%, #2079d9 95%);
    background-image: -o-linear-gradient(#27b9ef 0%, #27b5ef 29%, #25a0e9 51%, #2079d9 95%);
    background-image: linear-gradient(#27b9ef 0%, #27b5ef 29%, #25a0e9 51%, #2079d9 95%);
    background-color: #27b9ef;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 0 -6px 4px rgba(32,121,217,0.82), inset 1px 1px 0 #27b9ef, inset -1px -1px 0 #1f77d8;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 0 -6px 4px rgba(32,121,217,0.82), inset 1px 1px 0 #27b9ef, inset -1px -1px 0 #1f77d8;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3), inset 0 -6px 4px rgba(32,121,217,0.82), inset 1px 1px 0 #27b9ef, inset -1px -1px 0 #1f77d8;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 1, OffY = 1, Color = #4d000000, Positive = true) progid:DXImageTransform.Microsoft.gradient(startColorstr = #ff27b9ef, endColorstr = #ff2079d9);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 1,Color = #4d000000,Positive = true) progid:DXImageTransform.Microsoft.gradient(startColorstr = #ff27b9ef,endColorstr = #ff2079d9)";
    filter: none
}
.nsSelect-opt-container ul li a.active,
.nsSelect-opt-container ul li a:active {
    background: #FFA700;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #ggg;
    border-right: 1px solid #ggg
}
.nsSelect-opt-container a.nsSelect-close, a.helpicon-close {
    background: url(../../../../img/front/V2/nusaIMG_fl.png) -640px -43px no-repeat;
    cursor: pointer;
    height: 17px;
    margin-top: -15px;
    right: -9px;
    overflow: hidden;
    padding-left: 17px;
    position: absolute;
    width: 0
}
div.nsSelect-input {
    width: 29px;
    height: 26px;
    line-height: 28px;
    border: 1px solid #bbb;
    background: #fff;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #CCC;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400
}
input.nsSelect-input.hotel-adult.searchInputNumselector.quarter,
input.nsSelect-input.hotel-children.searchInputNumselector.quarter { }
.numSelector {
    position: relative;
    background: #eaeaea;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none
}
.numSelector span {
    visibility: visible;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    width: 230px;
    margin-left: -127px;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    border-color: #59add4;
    background-color: #61bde7
}
.numSelector:hover { border: 0 }
.numSelector:hover span { visibility: visible }
.numSelector span:before,
.numSelector span:after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0
}
.numSelector span:after { border-bottom-color: #61bde7 }
.numSelector span:before {
    border-bottom-color: #59add4;
    top: -9px
}
.hSelector {
    width: 300px;
    background: #1571B0;
    float: left;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    left: 300px;
    top: 124px
}
.hSelectorWrapper {
    width: 280px;
    float: left;
    margin: 5px;
    padding: 5px;
    position: relative;
    zoom: 1;
    background-color: #f1f4f6
}
.hSelectorWrapper .norwrapper { }
.hSelectorWrapper p { margin: 0 }
.hSelectorWrapper label.icon {
    display: inline-block;
    float: left;
    width: 30px;
    height: 26px;
    border: 1px solid #82b0cf;
    background: #cadeed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZGVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzkxYmNkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(202,222,237,1)), color-stop(98%, rgba(145,188,217,1)));
    background: -webkit-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: -o-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: -ms-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cadeed', endColorstr='#91bcd9', GradientType=0);
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin: 0;
    margin-left: -91px
}
.hSelectorWrapper label.icon span {
    width: 30px;
    height: 26px;
    display: block;
    content: "";
    background: url(../img/static/searchbox-icon.png) no-repeat
}
.hSelectorWrapper label.icon span.adult { background-position: -90px 0 }
.hSelectorWrapper label.icon span.child { background-position: -120px 0 }
.hotelEditSelectorContainer .roomNumber {
    padding: 5px;
    color: #FFF;
    margin-left: -5px;
    padding-left: 10px;
    background: #64c2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YzJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzE1NzFiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100,194,223,1)), color-stop(99%, rgba(21,113,176,1)));
    background: -webkit-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: -o-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: -ms-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c2df', endColorstr='#1571b0', GradientType=0)
}
.childageContainer p.childageLabel {
    width: 85px;
    float: left;
    text-transform: uppercase
}
.childageContainer .childageInput {
    width: 80px;
    float: right;
    margin: 0
}
a.hotelEditBTN_cancel {
    padding: 5px 10px;
    float: left;
    font-style: italic
}
a.hotelEditBTN {
    padding: 5px 10px;
    float: right;
    background: #159800;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzE1OTgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzlkZjMwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(21,152,0,1) 1%, rgba(157,243,6,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(21,152,0,1)), color-stop(99%, rgba(157,243,6,1)));
    background: -webkit-linear-gradient(top, rgba(21,152,0,1) 1%, rgba(157,243,6,1) 99%);
    background: -o-linear-gradient(top, rgba(21,152,0,1) 1%, rgba(157,243,6,1) 99%);
    background: -ms-linear-gradient(top, rgba(21,152,0,1) 1%, rgba(157,243,6,1) 99%);
    background: linear-gradient(top, rgba(21,152,0,1) 1%, rgba(157,243,6,1) 99%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#159800', endColorstr='#9df306', GradientType=0)
}
input.nor {
    width: 24px;
    margin: 0;
    height: 15px
}
p.nor { width: 144px }
.ui-tabs-panel.ui-widget-content {
    min-height: 300px;
    color: #4D4D4D
}
.transparent {
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}
.ie7 #tabs ul li,
.ie7 #tabs ul li a { border: none }
.ie7 #tabs ul li,
.ie8 #tabs ul li a { border: 1px solid #c5c5c5 }
.numSelector {
    position: relative;
    background: #eaeaea;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none
}
.numSelector span {
    visibility: visible;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    width: 230px;
    margin-left: -127px;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    border-color: #59add4;
    background-color: #61bde7
}
.numSelector:hover { border: 0 }
.numSelector:hover span { visibility: visible }
.numSelector span:before,
.numSelector span:after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0
}
.numSelector span:after { border-bottom-color: #61bde7 }
.numSelector span:before {
    border-bottom-color: #59add4;
    top: -9px
}
.nsSelect-opt-container ul li { width: 27px }
.hSelector {
    width: auto;
    background: #1571B0;
    float: left;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    left: 5px;
    top: 126px;
    z-index: 2
}
.hSelector.selectorInline {
    left: 260px;
    top: 9px
}
.hSelectorWrapper {
    width: auto;
    float: left;
    margin: 5px;
    padding: 5px;
    position: relative;
    zoom: 1;
    background-color: #f1f4f6
}
.hSelectorWrapper .columnEditor { margin-left: 57px }
.hSelectorWrapper .childageWrapper {
    float: left;
    margin-left: 10px
}
.hSelectorWrapper .childageWrapper .childageContainer p {
    padding-top: 5px;
    padding-right: 5px
}
.hSelectorWrapper .norwrapper { }
.hSelectorWrapper p { margin: 0 }
.hSelectorWrapper label.icon {
    display: inline-block;
    float: left;
    width: 30px;
    height: 26px;
    border: 1px solid #82b0cf;
    background: #cadeed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZGVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzkxYmNkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(202,222,237,1)), color-stop(98%, rgba(145,188,217,1)));
    background: -webkit-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: -o-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: -ms-linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
    background: linear-gradient(top, rgba(202,222,237,1) 0%, rgba(145,188,217,1) 98%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cadeed', endColorstr='#91bcd9', GradientType=0);
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin: 0
}
.hSelectorWrapper label.icon span {
    width: 30px;
    height: 26px;
    display: block;
    content: "";
    background: url(../../../../img/front/V2/searchbox-img.png) no-repeat
}
.hSelectorWrapper label.icon span.adult { background-position: -90px 0 }
.hSelectorWrapper label.icon span.child { background-position: -120px 0 }
.hotelEditSelectorContainer .roomNumber {
    padding: 5px;
    color: #FFF;
    margin-left: -5px;
    padding-left: 10px;
    background: #64c2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0YzJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzE1NzFiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100,194,223,1)), color-stop(99%, rgba(21,113,176,1)));
    background: -webkit-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: -o-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: -ms-linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
    background: linear-gradient(top, rgba(100,194,223,1) 0%, rgba(21,113,176,1) 99%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#64c2df', endColorstr='#1571b0', GradientType=0)
}
.childageContainer p.childageLabel {
    width: 85px;
    float: left;
    text-transform: uppercase
}
.childageContainer .childageInput {
    width: 24px;
    float: left;
    margin-bottom: 3px
}
.topLabel { font-size: 10px }
.topLabel div {
    width: 92px;
    margin-right: 5px;
    height: 17px;
    text-align: center;
    float: left
}
.topLabel div.tpAdult {
    text-align: right;
    padding-right: 10px;
    width: 68px;
}
.topHLabel {
    clear: both;
    width: 100%;
    display: block;
    float: left
}
.topHLabel div p {
    width: 67px;
    margin-right: 6px;
    display: inline-block;
    margin-right: 5px;
    text-align: left;
    float: left;
    font-size: 11px!important
}
.topHLabel div.thpHMP {
    width: 130px;
    float:left;
}
.thpAdult, .thpChild {float:left;}
.thpAdult p, .thpChild p {text-align:left;}
.hEmtySP {
    content: "";
    width: 144px;
    height: 28px;
    display: inline-block;
    float: left
}
input.nor {
    width: 40px;
    margin: 0;
    height: 15px
}
p.nor { width: 144px }
.ui-tabs-panel.ui-widget-content {
    min-height: 300px;
    color: #4D4D4D
}
.insetLine {
    display: block;
    height: 2px;
    width: 100%;
}
.fInset {
    -moz-box-shadow: 0 1px 0 #fff, inset 0 2px 2px rgba(102,102,102,0.54);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 2px 2px rgba(102,102,102,0.54);
    box-shadow: 0 1px 0 #fff, inset 0 2px 2px rgba(102,102,102,0.54);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #ffffffff,Positive = true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 0, OffY = 1, Color = #ffffffff, Positive = true);
    filter: none/9;
}
.fInset.quarter {
    width: 64px;
    height: 22px;
    margin-right: 6px;
    float: left;
    display: inline-block;
}
.roomWrapper, .adultnumWrapper, .childnumWrapper {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #F4F4F4;
    background-color: #FFF;
}
#tabs .ui-tabs-panel p {
margin: 0;
/*padding-bottom: 5px;*/
display: block;
text-align: center;
color: #333;
line-height: 120%;
letter-spacing: 0;
font-weight: 700;
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
-moz-text-shadow: 0 1px 0 #fff;
-webkit-text-shadow: 0 1px 0 #fff;
text-shadow: 0 1px 0 #fff;
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 0, OffY = 1, Color = #ffffffff, Positive = true);
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #ffffffff,Positive = true)";
}
/* =======================================
=::checkswitch.css            =
======================================= */

.checkSwitch {
    position: relative;
    margin: 2px 0 0 2px;
    width: 130px;
    height: 21px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9
}
.checkSwitch:hover {
}
.checkSwitch input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}
.checkSwitchInner {
    position: absolute;
    top: 0;
    left: -85px;
    width: 215px;
    height: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.checkSwitch.on .checkSwitchInner {
    left: 0
}
.checkSwitchOn, .checkSwitchOff, .checkSwitchHandle {
    width: 85px;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    font-weight: 100;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    float: left
}
.checkSwitchOn, .checkSwitchOff {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1)
}
.checkSwitchOn {
    position: relative;
    border-radius: 2px 0 0 2px;
    background: #468FC1
}
.checkSwitchOff {
    position: relative;
    border-radius: 0 2px 2px 0;
    background: #468FC1
}
.checkSwitchHandle {
    position: relative;
    width: 44px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: inset 0 -16px 20px -10px rgba(0, 0, 0, 0.12);
    /* background: #ffffff url(../../../../img/front/V2/drag_handle.png) center 6px no-repeat;
    */background: #ffb76b; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmYTczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb76b), color-stop(50%, #ffa73d), color-stop(51%, #ff7c00), color-stop(100%, #ff7f04)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0); /* IE6-8 */
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}
/* =========================================
=            nusaDateStyle.css            =
========================================= */

.daystyle {
    height: 8px !important;
    padding: 0 !important;
    margin: 0;
    line-height: 8px
}
.dayName {
    font-size: 8px !important;
    line-height: 8px;
    text-transform: uppercase
}
.datestyle {
    height: 17px !important;
    line-height: 15px;
    padding: 0 !important;
    margin: 0
}
.day {
    display: inline-block;
    font-size: 20px;
    margin: 2px 0 0 5px;
    font-weight: 400
}
.monthstyle {
    height: 8px !important;
    padding: 0;
    margin: 0;
    line-height: 8px
}
.month {
    font-size: 8px !important;
    line-height: 8px;
    text-transform: uppercase
}
.daystyle, .dayName, .datestyle, .day, .monthstyle, .month {
    border-bottom: none !important
}
#guestBooking .dialog .bd table tr {
    border-bottom: none
}
#tabs .r2col4 .numberofnight {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -38px -54px no-repeat !important;
  display: block;
  width: 33px;
  height: 29px;
}

#tabs > ul li.tabheader.flightTab a span {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) 0px 0px no-repeat !important;
  display: block;
  width: 53px;
  height: 52px;
}

#tabs > ul li.tabheader.hotelTab a span {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -55px 0px no-repeat !important;
  display: block;
  width: 53px;
  height: 52px;
}

.btn-arrow {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) 0px -54px no-repeat;
  display: block;
  width: 36px;
  height: 30px;
}

.cityloc {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -17px -86px no-repeat;
  display: block;
  width: 13px;
  height: 17px;
}

.icon-adult {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) 0px -86px no-repeat;
  display: block;
  width: 15px;
  height: 17px;
}

.icon-child {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -73px -54px no-repeat;
  display: block;
  width: 10px;
  height: 19px;
}

.icon-date {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -45px -86px no-repeat;
  display: block;
  width: 15px;
  height: 15px;
}

.icon-infant {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -85px -54px no-repeat;
  display: block;
  width: 14px;
  height: 19px;
}

.icon-room {
  background: url(../../../../img/front/V3/home-searchform/searchform-spt.png) -32px -86px no-repeat;
  display: block;
  width: 11px;
  height: 17px;
}
/*
.browserIE9 #tabSearchFlight .selectWrapper .fancy-select {
    display: inline-block;
    margin-top: 0;

}
.browserIE9 #tabSearchFlight .classType {
    display: inline-block;
    float:  none;
}
.browserIE9 #tabSearchFlight .nsSelect-container {
    display: inline-block;
}
.browserIE9 div.nsSelect-container > div.nsSelect-input.flight-cabin-type {
    margin-left: 0!important;
    max-width: 108px;
}
*/