﻿.bold { font-weight: 700; }
.inlineBlock100 { width: 100%; display: inline-block; }
.inlineBlock { display: inline-block; }
.clear { clear: both; }

.rtlBox { direction: rtl; }
.ltrBox { direction: ltr; }
.verticalAlignHelper { display: inline-block; vertical-align: middle; height: 100%; }
.dialogBox { border: 2px solid #c4c5c9; border-radius: 8px; background: #fff; overflow: hidden; }
    .dialogBox .header { background: #0047ba; behavior: url(/PIE.htc); }
        .dialogBox .header h2 { text-align: center; color: #fff; line-height: 32px; font-size: 18px; font-weight: normal; }
    .dialogBox .body { padding: 10px 18px 20px; overflow: hidden; }
.separatorGray { height: 2px; background: #e6e6e6; display: inline-block; width: 100%; }
 
.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ellipsis2 { text-overflow: ellipsis; overflow: hidden; }

.genericBoxBody { border-width: 0 1px 1px 1px; border-style: solid; border-color: #d0d2d8; border-radius: 0px 0px 7px 7px; overflow: hidden; padding: 8px 12px; }
.genericFullBox { border-width: 1px; border-style: solid; border-color: #d0d2d8; border-radius: 7px 0px 7px 7px; overflow: hidden; padding: 8px 12px; }
.genericCornersBox { border-width: 1px; border-style: solid; border-color: #d0d2d8; border-radius: 7px; overflow: hidden; padding: 8px 12px; }
.boxTitle { width: 100%; color: #fff; border-radius: 8px 8px 0px 0px; height: 34px; line-height: 34px; }
.orangeGradient, .boxTitle, .OrangeHeader, .OrangeHeaderWider, .OrangeHeaderFullWidth { background: #0047ba;}
.boxTitle { height: 34px; line-height: 34px; background: #0047ba;}
.blueBoxTitle { width: 100%; color: #fff; border-radius: 8px 8px 0px 0px; height: 29px; line-height: 29px; background: #009989;}
    .blueBoxTitle h1, .blueBoxTitle h3 { font-size: 20px; text-align: center; }
.boxTitle h1 { line-height: 34px; height: 34px; color: #fff; font-size: 16px; margin-right: 10px; font-weight: 700; }
.boxTitle h2 { font-size: 16px; font-weight: 700; margin-right: 10px; }
.boxTitle .floatLeft { font-size: 16px; margin-left: 10px; line-height: 34px; font-weight: 700; }
.grayBoxTitle { border: 1px solid #d0d2d8; border-radius: 7px; overflow: hidden; }
    .grayBoxTitle div.title { height: 39px; background: #f3f3f3; color: #008476; font-size: 19px; text-align: center; height: 39px; line-height: 39px; }
.componentBoxA { margin-bottom: 15px; width: 100%; }
    .componentBoxA .boxTitle { border-bottom: #fff 1px solid; }
.boxContent { background-color: #F2F2F2; border-radius: 0px 0px 7px 7px; }
.boxBlueTitle { background: #009989; width: 100%; border-radius: 8px 8px 0 0; margin-bottom: -4px; border-bottom: 1px solid #ffffff; height: 37px; line-height: 37px; }
.boxBlue { padding-top: 1px; background-color: #F2F2F2; margin-bottom: 15px; width: 100%; }
    .boxBlue .BoxBody { margin: 2px auto 0; }
.fullSizeBox { width: 941px; display: inline-block; }
.leftContent { width: 705px; float: right; margin-right: 13px; }
.checkGroup { border-width: 0; float: right; }
    .checkGroup legend { display: none; }

.boxTitle .centerText { text-align: center; }
.link { color: #008476; font-size: 12px; text-decoration: underline; outline: none; cursor: pointer; }


.infoBox { border: 1px solid #0047ba; border-radius: 2px; padding: 10px 7px; overflow: hidden; margin-bottom: 15px; }
.infoBoxBubble { width: 21px; height: 21px; float: right; background: url(Images/HeaderSprite2.png) no-repeat -105px -164px; margin-top: 5px; }
.infoBox ul { color: #24324D; direction: rtl; float: left; font-size: 10px; list-style: square outside none; padding-right: 18px; width: 91%; }
    .infoBox ul li span { font-size: 12px; top: 1px; position: relative; }

/* Flights Operating Carrier Descreption
--------------------------------------------------------------------------------------- */
.flightDetailsMsg { float: right; }
    .flightDetailsMsg span { float: right; color: #0047ba; margin-bottom: -4px; margin-top: -8px; }
.DealDetailsFlightItem .flightDetailsMsg span { margin: auto; }
.userAccountOneItem .flightDetailsMsg span { margin-top: -4px; }
.userAccountFlightItem .flightDetailsMsg span { margin-bottom: 5px !important; }
.flightDetailsMsg span:before { content: '*'; display: inline-block; float: right; }
span.flightDetailsMsg:before { content: '*'; }

/* ie8
--------------------------------------------------------------------------------------- */
.pie { behavior: url(/App_Themes/ArkiaDefaultTheme/PIE.htc); }
.pieFix { behavior: url(/App_Themes/ArkiaDefaultTheme/PIE.htc); position: relative !important; }


/* BUTTONS
--------------------------------------------------------------------------------------- */

.defaultButton { border: 1px solid #aeaeae; cursor: pointer; text-align: center; color: #fff; border-radius: 4px; font-weight: 700; background: #0047ba; }
.cancelButton { border: 1px solid #c9c8c8; border-radius: 2px 2px 4px 4px; font-weight: 700; color: #0047ba; text-align: center; cursor: pointer; background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #fdfdfd 12%, #f6f6f6 24%, #f0f0f0 27%, #e7e7e7 30%, #e9e9e9 33%, #e9e9e9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(12%,#fdfdfd), color-stop(24%,#f6f6f6), color-stop(27%,#f0f0f0), color-stop(30%,#e7e7e7), color-stop(33%,#e9e9e9), color-stop(100%,#e9e9e9)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#fdfdfd 12%,#f6f6f6 24%,#f0f0f0 27%,#e7e7e7 30%,#e9e9e9 33%,#e9e9e9 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#fdfdfd 12%,#f6f6f6 24%,#f0f0f0 27%,#e7e7e7 30%,#e9e9e9 33%,#e9e9e9 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#fdfdfd 12%,#f6f6f6 24%,#f0f0f0 27%,#e7e7e7 30%,#e9e9e9 33%,#e9e9e9 100%); background: linear-gradient(top, #fdfdfd 0%,#fdfdfd 12%,#f6f6f6 24%,#f0f0f0 27%,#e7e7e7 30%,#e9e9e9 33%,#e9e9e9 100%); -pie-background: linear-gradient(#fdfdfd 0%,#fdfdfd 12%,#f6f6f6 24%,#f0f0f0 27%,#e7e7e7 30%,#e9e9e9 33%,#e9e9e9 100%); }
.orangeButton { border: solid 1px #b2b2b2; border-radius: 3px; cursor: pointer; color: white; background: #0047ba; }
.orangeBorderButton { border: solid 1px #0047ba; border-radius: 3px; cursor: pointer; color: #0047ba; }

/* ARROWS ------------------------------> */
.leftWhiteArrow8X13 { background: url(/App_Themes/ArkiaDefaultTheme/images/mainSprite012016.png) -214px -620px no-repeat; width: 8px; height: 15px; display: inline-block; margin-left: 2px; vertical-align: middle; }
.leftOrangeArrow8X13 { background: url(/App_Themes/ArkiaDefaultTheme/images/mainSprite012016.png) -0 -533px no-repeat; width: 8px; height: 15px; display: inline-block; margin-left: 2px; vertical-align: middle; }
.leftWhiteArrow12X10 { background: url(/App_Themes/ArkiaDefaultTheme/images/mainSprite012016.png) -215px -632px no-repeat; width: 12px; height: 10px; display: inline-block; }
.blueArrowLeft { background: url(/App_Themes/ArkiaDefaultTheme/images/mainSprite012016.png) -108px -1044px no-repeat; width: 24px; height: 15px; display: inline-block; }

/* GCST3XXX
--------------------------------------------------------------------------------------- */
#userAccountWrapper { float: left; width: 734px; overflow: hidden; }
.userIcon27x24 { width: 27px; height: 24px; float: right; background: url(Images/mainSprite012016.png) no-repeat scroll -136px -184px; position: relative; top: 5px; margin-left: 5px; margin-right: 10px; }
.titleSeperatorContainer { margin: 20px 0px 30px 0; overflow: hidden; }
.titleSeperator .stroke { height: 2px; background: #0047ba; width: 300px; }
.titleSeperator .titleText { float: right; text-align: center; width: 128px; background-color: #FFF; color: #008476; height: 13px; margin: 0 auto; font: normal 18px/6px arial; position: absolute; }


/*----- POSTER ------------------------------> */
#posterLoader { display: none; margin: 110px auto; background: url(Images/5.gif); width: 24px; height: 24px; }
#posterLoadPanel, #posterContent { display: none; }
#flashVerMsg { text-align: center; font-size: 16px; width: 100%; display: none; margin-top: 20%; }
#promotedLink { background: url(Images/PosterPromotionBG.png) repeat-x scroll 0 0 transparent; float: right; height: 26px; padding: 5px 10px; position: absolute; right: 2px; top: 30px; z-index: 200; }
    #promotedLink h2 a { color: #223155; font-size: 27px; height: 30px; line-height: 30px; text-decoration: none; font-family: 'FbExtazaRegular'; }
        #promotedLink h2 a .promotedLinkPrice { color: #0047ba; text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff; font-family: 'FbExtazaBold'; }
        #promotedLink h2 a .promotedLinkBold { font-family: 'FbExtazaBold'; }
.promotedLinkResize { font-size: 24px !important; }
#posterMoreProducts { background: url(Images/PosterProductsBox.png); float: left; height: 233px; left: 18px; position: absolute; top: 20px; width: 101px; z-index: 10; }
#ProductsListTitle { color: #000; display: block; font-size: 14px; height: 32px; line-height: 36px; text-align: center; font-family: Arial; font-weight: 700; }
#MoreProductsList { display: block; list-style: none; margin-top: 6px; }
    #MoreProductsList li { height: 14px; margin-bottom: 6px; width: 100%; }
        #MoreProductsList li a { color: #003d65; display: block; height: 14px; line-height: 14px; text-align: center; font: normal normal bold 13px/15px Arial; }
            #MoreProductsList li a:hover { color: #008476; }
#MoreProductsSelect { font-size: 11px; background-color: #fff; color: #0d0447; padding: 2px 0 2px 3px; border: 1px solid #b5c4c1; margin: 6px 4px 0; width: 92px; }
    #MoreProductsSelect option { width: 84px !important; }
#posterContainer { height: 297px; padding-top: 1px; width: 702px; right: 3px; float: right; margin-bottom: 12px; background-color: #fff; border-radius: 7px 7px 7px 7px; box-shadow: 0px 0px 6px #888; margin: 4px 0 14px 0; position: relative; }
#posterContent { height: 268px; margin-right: 2px; }
    #posterContent img { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; -webkit-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0; height: 268px; width: 100%; position: relative; left: 1px; }
ul#posterMenu { float: right; height: 30px; list-style: none; margin-right: 1px; }
    ul#posterMenu li { float: right; height: 43px; position: relative; z-index: 5; }
        ul#posterMenu li.backLava { background: url(Images/posterMenuSprite.png) no-repeat; position: relative; top: -15px !important; }
        ul#posterMenu li a { color: #0047ba; display: block; float: right; font: 12px arial; height: 20px; line-height: 30px; text-align: center; text-decoration: none; outline: 0; }
.bod { font-weight: 700 !important; }
.blueListSeparator { background: url(Images/HeaderSprite2.png) no-repeat scroll -123px -139px #FFF; display: block; float: right; height: 14px; position: relative; top: 8px; width: 1px; }
.selectedLava { background: url(Images/posterMenuSprite.png) no-repeat; }

#MoreProductsList li a span { width: 99px; display: inline-block; font-size: 13px; }
/* {max-width: 99px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap} */

.posterItems1 .backLava { background-position: 0px -106px !important; }
.posterItems1 .selectedLava { background-position: 0px -155px !important; }
.posterItems2 .backLava { background-position: -548px 0px !important; }
.posterItems2 .selectedLava { background-position: -548px -50px !important; }
.posterItems3 .backLava { background-position: -314px 0px !important; }
.posterItems3 .selectedLava { background-position: -315px -50px !important; }



.posterItems4 .backLava { background-position: -140px 0px !important; }
.posterItems4 .selectedLava { background-position: -140px -50px !important; }
.posterItems5 .backLava { background-position: 0px 0px !important; }
.posterItems5 .selectedLava { background-position: 0px -50px !important; }

.fullPage #posterContainer { width: 940px; }
.fullPage .posterItems1 .backLava { background-position: 0px -307px !important; }
.fullPage .posterItems1 .selectedLava { background-position: 0px -357px !important; }
.fullPage .posterItems2 .backLava { background-position: -733px -202px !important; }
.fullPage .posterItems2 .selectedLava { background-position: -733px -252px !important; }
.fullPage .posterItems3 .backLava { background-position: -421px -202px !important; }
.fullPage .posterItems3 .selectedLava { background-position: -421px -252px !important; }
.fullPage .posterItems4 .backLava { background-position: -187px -202px !important; }
.fullPage .posterItems4 .selectedLava { background-position: -187px -252px !important; }
.fullPage .posterItems5 .backLava { background-position: 0px -202px !important; }
.fullPage .posterItems5 .selectedLava { background-position: 0px -252px !important; }

/*----- CLOSE PRODUCT PAGE ------------------------------> */

.closeProductRow { line-height: 3; width: 99%; }
    .closeProductRow .first { width: 250px; }
    .closeProductRow .last { margin-right: 15px; }
    .closeProductRow .orange { color: #0047ba; }

.signInIcon { background: url('Images/mainSprite012016.png') no-repeat -80px -745px; width: 22px; height: 22px; float: right; margin: 4px; }
a.signInText { line-height: 2; text-decoration: underline; font-size: 14px; margin-right: 5px; }

.roomsSelectionBox { display: inline-block; width: 700px; }
    .roomsSelectionBox .pkgItemHeader { margin-top: 12px; }
.roomSelections select { width: 130px; height: 21px; line-height: 21px; border: 1px solid #7f9db9; padding: 1px; margin-top: 12px; margin-left: 15px; margin-bottom: 4px; }
    .roomSelections select.roomTypes { width: 150px; }
    .roomSelections select.infants { width: 100px; }
.roomSelections .price { font-size: 18px; color: #008476; font-weight: 700; float: left; margin-top: 12px; margin-left: 10px; }
.childrenNote { padding-right: 317px; }
.infantsNote { padding-right: 75px; }

.productNABox { border-radius: 5px; height: 47px; border: 1px solid #c8c8d0; display: inline-block; width: 100%; }
    .productNABox .iconHolder { width: 88px; height: 47px; border-radius: 0 4px 4px 0; background: #edeced; float: right; }
    .productNABox p.text { float: left; width: 85%; height: 47px; line-height: 47px; }


.continueBtn { margin: 10px 0; width: auto; cursor: pointer; height: 28px; border-radius: 6px 3px 3px 6px; border: 1px solid #b2afaa; border-right: 0; background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #fcfbfc 19%, #e7e7e7 52%, #e7e7e7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(19%,#fcfbfc), color-stop(52%,#e7e7e7), color-stop(100%,#e7e7e7)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); background: linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); -pie-background: linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); }
    .continueBtn .left { color: #fff; text-align: center; font-size: 14px; font-weight: 700; line-height: 30px; display: inline-block; position: relative; top: -1px; background: url(Images/mainSprite012016.png) -71px -50px no-repeat; float: right; height: 30px; width: 66px; }
    .continueBtn .text { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 700; height: 28px; line-height: 28px; color: #0047ba; padding: 0 5px 0 20px; }


.btnContinue { margin: 10px 0; width: auto; cursor: pointer; height: 28px; border-radius: 6px 3px 3px 6px;  background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #fcfbfc 19%, #e7e7e7 52%, #e7e7e7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(19%,#fcfbfc), color-stop(52%,#e7e7e7), color-stop(100%,#e7e7e7)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); background: linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); -pie-background: linear-gradient(top, #fdfdfd 0%,#fcfbfc 19%,#e7e7e7 52%,#e7e7e7 100%); }
    .btnContinue .left { color: #fff; font-size: 14px; font-weight: 700; line-height: 28px; background: url(Images/mainSprite012016.png) no-repeat -77px -1097px; width: 65px; height: 28px; float: right; }
    .btnContinue .text { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 700; height: 28px; line-height: 28px; color: #0047ba; padding: 0 5px 0 20px; }
    .btnContinue .left span { text-align: center; display: inline-block; width: 55px; }

#changeProductsDialog { width: 700px !important; }
    #changeProductsDialog .defaultButton { width: 120px; margin-top: 15px; height: 24px; float: left; }
    #changeProductsDialog .topBar { width: 100%; background: #e6e6e6; height: 42px; margin-bottom: 10px; line-height: 21px; color: #008476; font-weight: 700; }
.header .closeLoginDialog { margin-right: 10px; }

.afThPrice { width: 120px; text-align: center; margin-left: 10px; }
.afThShow { line-height: 42px; margin-right: 30px; width: 305px; display: inline-block; }
.afThDesc { width: 195px; display: inline-block; }

.apItems { max-height: 200px; }
.scroll-y { overflow-y: auto; }
.apItems li { height: 35px; }
    .apItems li span { display: inline-block; }
    .apItems li input[type="radio"] { margin-left: 10px; margin-right: 5px; }
    .apItems li afTrShow { font-weight: 700; width: 400px; }

.apItems .afThPrice { font-size: 17px; color: #008476; font-weight: 700; }
.apItems .afTrShow { font-weight: 700; width: 200px; }
    .apItems .afTrShow label { width: 200px; display: inline-block; }
.apItems .afTrDateTime { width: 110px; }
.apItems .afTrArea { width: 175px; }
.seatZoneMapBox { text-align: center; }
    .seatZoneMapBox .separatorGray { margin: 20px 0px; }

.soldOut { background: url(Images/mainSprite012016.png) no-repeat -80px -723px; width: 32px; height: 20px; margin-right: 55px; }


.resPriceBox {  height: 39px; border: 2px solid #d3d2d3; border-radius: 6px; position: relative; margin-top: 10px; }
    .resPriceBox p { width: 50%; height: 39px; line-height: 39px; color: #0047ba; padding-right: 10px; float: right; }
.youSavedAmount { font-size: 20px; font-weight: normal; margin: 0 5px; }
.resPriceBox .highlightSection { width: 240px; padding: 0 10px; float: left; right: 0; top: 0; height: 39px; border-radius: 5px 0 0 5px; background: #009989; }
    .resPriceBox .highlightSection span { color: #fff; line-height: 39px; }
        .resPriceBox .highlightSection span.amount { font-size: 20px; float: left; }

.genericBoxBody .pkgItemHeader { display: inline-block; }
.separatorPoints { width: 100%; background: url(Images/horizontalSeperator.png) repeat-x transparent; height: 1px; clear: both; }



#showProgram { text-align: center; }
.showInfo { width: 625px; height: 642px; }
/*height: 642px; */
.showsInfoTabs { height: 40px; background-color: #ebebeb; border-bottom: 6px solid #008476; text-align: center; font-size: 20px; line-height: 44px; margin-bottom: 8px; }
    .showsInfoTabs .floatRight { width: 50%; height: 100%; cursor: pointer; }
    .showsInfoTabs .selected { background: #009989; color: #fff; }


.showMainImage { width: 588px; margin: auto; height: 440px; }
/* height: 440px; */
#slider-images { height: 87px; width: 587px; float: right; padding-top: 8px; }
    #slider-images .viewport { float: right; width: 530px; height: 75px; overflow: hidden; position: relative; }
    #slider-images .disable { visibility: hidden; }
    #slider-images .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
        #slider-images .overview li { float: left; margin: 0 3px 0 0; padding: 2px; height: 75px; width: 100px; }
            #slider-images .overview li img { cursor: pointer; height: 73px; width: 97px; }
    #slider-images .next { float: right; width: 11px; height: 21px; margin: 32px 2px 0 18px; background: url(Images/mainSprite012016.png) no-repeat -186px -667px; cursor: pointer; display: block; }
    #slider-images .prev { float: left; width: 11px; height: 21px; background: url(Images/mainSprite012016.png) no-repeat -174px -667px; cursor: pointer; position: relative; left: 2px; top: 32px; display: block; }

.tourPlanInOrder .genericBoxBody { width: 614px; }


/* GRES004 */

.ticketsOptionsNote { line-height: 1.8; }
.ticketsOptions { line-height: 2; }
    .ticketsOptions label { margin-right: 8px; }
.ticketsOptionsAdress { line-height: 2.8; }
    .ticketsOptionsAdress span { width: 100px; font-weight: 700; display: inline-block; }
    .ticketsOptionsAdress input { width: 200px; border: 1px solid #bdc7d8; height: 22px; }
.validationGroup { border: 2px solid Red; border-radius: 6px; padding: 10px 13px 5px; display: none; overflow: hidden; }
    .validationGroup .tooltip { width: 100%; float: right; }
    .validationGroup .tooltipTip { float: right; background: url(Images/mainSprite012016.png) -117px -473px; height: 30px; width: 98px; }

/*-------------------- Social Links------------------------------> */
.socialLinksDiv { overflow: hidden; clear: both; border: 1px solid #d3d2d3; border-radius: 5px; margin-bottom: 10px; padding: 10px 10px 10px 0px; }
/*#socialLinks{width:100%;overflow:hidden;clear:both;margin-bottom:10px}*/
#socialLinks li { float: right; display: inline-block; margin-left: 10px; }
    #socialLinks li.last { margin: 0; }
    #socialLinks li a { width: 32px; height: 32px; display: block; }
        #socialLinks li a#facebook { background: url(Images/mainSprite012016.png) -132px -581px no-repeat; }
        #socialLinks li a#youtube { background: url(Images/mainSprite012016.png) -99px -581px no-repeat; }
        #socialLinks li a#instagram { background: url(Images/mainSprite012016.png) -66px -581px no-repeat; }
        #socialLinks li a#twitter { background: url(Images/mainSprite012016.png) -33px -581px no-repeat; }
        #socialLinks li a#google { background: url(Images/mainSprite012016.png) 0px -581px no-repeat; }
/*-------------------- Abroad Flight Search Box------------------------------> */
.newListSelected .selectedTxt { height: 18px !important; }
.NumberTicket { display: inline-block; float: right; padding-right: 16px; position: relative; text-align: right; width: 37px; }
.NumberTicketSKI { display: inline-block; float: right; margin-right: 20px; position: relative; text-align: right; width: 45px; }
.NumberTicketAdultSki { display: inline-block; float: right; text-align: right; width: 45px; }
.styled1 { width: 37px; height: 23px; border: 1px solid #d4e0de; padding: 2px; line-height: 23px; color: #213154; }
.styled2 { width: 45px; height: 23px; border: 1px solid #d4e0de; padding: 2px; line-height: 23px; color: #213154; }
.SearchDiv1 { clear: both; width: 178px; margin: 3px auto 5px; }
.PassengerAge { margin-bottom: 5px; text-align: center; }
.SearchBoxInside1 { visibility: hidden; }

#SelectedDestinationsList1 li span { background: url(Images/mainSprite012016.png) no-repeat scroll -167px -606px transparent; display: inline-block; height: 10px; margin-left: 7px; width: 7px; }
#SelectedDestinationsList1 { width: 100%; float: right; display: block; }
    #SelectedDestinationsList1 li { float: right; padding-bottom: 3px; width: 50%; font-size: 14px !important; }
        #SelectedDestinationsList1 li a { font-size: 14px !important; }
#DestinationDropDown .dropDownBox { width: 240px; border-color: #7F9DB9; -webkit-appearance: none !important; }

#DestinationDropDown1 { width: 240px; border-color: #7F9DB9; -webkit-appearance: none !important; float: right !important; }
.allDestinations { width: 75%; margin-bottom: 10px; float: right !important; }

.allDestinations1 { width: 225px; margin-bottom: 10px; float: right !important; }

.ui-autocomplete { position: absolute; cursor: default; max-height: 212px; overflow-y: auto; overflow-x: hidden; }
/*max-height: 242.5px;  padding-right: 20px;*/
/*overflow-y: auto;overflow-x: hidden;*/
/* workarounds */
* html .ui-autocomplete { width: 1px; height: 212px; }
/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu { list-style: none; padding: 2px; margin: 0; display: block; float: left; border: 1px solid #D4E0DE; width: 500px; z-index: 300; }
    .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: .2em .4em; }


/* Interaction states
----------------------------------*/

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus { border: 1px solid #999; background: #dadada; font-weight: 400; color: #212121; }
.regFlInputDestination { background-color: #fff; border: 1px solid #D4E0DE; color: #213154; float: right; height: 21px; margin-bottom: 10px; padding-right: 5px; text-align: right; width: 148px; }
#divPasportCardLogo { background: url(Images/MadanesLogo.png) no-repeat right top; height: 45px; width: 65px; background-size: contain; float: left; }
#divSimCompenyLogo { background: url(Images/SimLogo.png) no-repeat right top; height: 45px; width: 40px; background-size: contain; float: left; }

/*-------------------------------GSR2300 ------------------ */

.lowCostLogo { background: url(Images/mainSprite012016.png) -1px -1119px no-repeat; height: 13px; width: 74px; }

.regularFlights .boxTitle { margin-bottom: 7px; }
.blueColor { color: #008476; }
.redColor { color: red !important; }
.searchAgain { background: #009989; text-align: center; color: #fff; border-radius: 8px; width: 100%; height: 45px; line-height: 45px; font-size: 18px; cursor: pointer; }
.flightsFilterTitle { border: 2px solid #d3d2d3; margin-top: 10px; border-radius: 5px 5px 0px 0px; padding: 0 10px; height: 35px; line-height: 35px; }
    .flightsFilterTitle .floatRight { font-size: 18px; font-weight: 700; }
    .flightsFilterTitle .floatLeft { text-decoration: underline; color: #008476; font-size: 13px; cursor: pointer; }
.flightsFilter { background: #edeced; border: 1px solid #d3d2d3; border-radius: 0px 0px 5px 5px; padding: 10px; font-size: 14px; }
.filterSubTitle { color: #008476; border-bottom: 1px solid #d3d2d3; height: 20px; }
.regularFlights .searchFlightsTopDates { height: 25px; }
.graySep { height: 1px; clear: both; background-color: #d3d2d3; }
.moreFlightsSep { margin: 0 7px; }
.sortFlightsBy { font-weight: 700; color: #008476; margin-left: 10px; font-size: 14px; float: right; line-height: 1.5; }
.sortFlightSelect { height: 25px; }

.flexibleDateBox { background-color: #fff9f0; color: #008476; border: 1px solid #008476; border-radius: 5px; margin-top: 10px; text-align: center; padding: 0px 20px; height: 100px; }
    .flexibleDateBox .title { font-size: 22px; line-height: 1.5; }
    .flexibleDateBox .text { font-size: 14px; font-weight: 700; line-height: 1.4; }
    .flexibleDateBox .price { line-height: 2; font-size: 14px; }
    .flexibleDateBox .priceLink { text-decoration: underline; cursor: pointer; }


.searchResults { clear: both; margin-top: 10px; }
    .searchResults .flightsTitle { background-color: #ededed; line-height: 2; font-weight: 700; padding-right: 10px; height: 28px; font-size: 14px; }
    .searchResults .flightsDetails { border: 1px solid #d3d2d3; min-height: 150px; }
        .searchResults .flightsDetails .priceBox { float: left; background-color: #f3f3f3; margin: 7px; text-align: center; width: 180px; height: 185px; }
            .searchResults .flightsDetails .priceBox .price { color: #0047ba; font-size: 30px; margin-top: 18px; }
            .searchResults .flightsDetails .priceBox .orangeButton { width: 123px; height: 33px; text-align: center; line-height: 30px; margin: 10px 28px; font-size: 19px; font-weight: 700; }

            .searchResults .flightsDetails .priceBox .totalPrice { font-weight: 700; font-size: 14px; line-height: 2.5; }
            .searchResults .flightsDetails .priceBox .notice { color: #0047ba; font-size: 13px; }
        .searchResults .flightsDetails .moreFlightsLink { color: #008476; line-height: 2.5; margin-right: 10px; }
            .searchResults .flightsDetails .moreFlightsLink a { text-decoration: underline; }
        .searchResults .flightsDetails .flightsInfo { float: right; height: 150px; width: 500px; }
        .searchResults .flightsDetails .flightBox { width: 100%; display: inline-block; }
            .searchResults .flightsDetails .flightBox .lowCostLogo { float: right; margin-right: 10px; }
        .searchResults .flightsDetails .flightsInfo .graySep { margin-right: 50px; }
        .searchResults .flightsDetails .flightsInfo .details { width: 150px; float: right; margin-right: 15px; line-height: 1.5; }
            .searchResults .flightsDetails .flightsInfo .details.last { width: 110px; }
        .searchResults .flightsDetails .flightsInfo .stops { font-size: 13px; }
        .searchResults .flightsDetails .flightsInfo .details .totalTime { font-size: 13px; color: #757575; }
        .searchResults .flightsDetails .flightInfo { height: 65px; margin: 10px 7px 7px 0px; }
            .searchResults .flightsDetails .flightInfo .iconInfo { position: relative; top: 2px; }
        .searchResults .flightsDetails .details .station { width: 150px; }
.marginTop12 { margin-top: 12px; }
.searchResults .flightsDetails .flightLogo { height: 21px; width: 30px; position: relative; top: 10px; float: right; }
.searchResults .flightsDetails .bubbleLink { color: #008476; margin-right: 10px; font-size: 13px; float: right; cursor: pointer; }
.searchResults .flightsDetails .bluePlus { background: url('Images/mainSprite012016.png') no-repeat -198px -593px; width: 9px; height: 9px; display: inline-block; margin-left: 10px; }
.searchResults .flightsDetails .blueClose { background: url('Images/mainSprite012016.png') no-repeat -182px -593px; width: 15px; height: 9px; display: inline-block; margin-left: 10px; }
.clickToViewNoreFlights { cursor: pointer; }
.iconInfo { background: url(Images/HeaderSprite2.png) no-repeat scroll -79px -64px; float: right; height: 12px; width: 13px; margin-left: 4px; }


.arkiaFlightBox { border: 1px solid #0047ba; border-radius: 5px; margin-bottom: 10px; }
    .arkiaFlightBox .title { color: #008476; font-size: 20px; font-weight: 700; margin-top: 10px; margin-bottom: 10px; margin-right: 180px; }
        .arkiaFlightBox .title .subTitle { color: #0047ba; font-size: 17px; }
    .arkiaFlightBox .flightsDetails { background-color: #f3f3f3; border-radius: 0 0 5px 5px; border-top: 1px solid #d3d2d3; }
        .arkiaFlightBox .flightsDetails .flightDetails { height: 50px; padding: 10px; line-height: 2; font-size: 14px; margin-left: 10px; }
            .arkiaFlightBox .flightsDetails .flightDetails span { display: inline-block; }
    .arkiaFlightBox .flightDetails .bold { width: 50px; }
    .arkiaFlightBox .flightDetails .day { width: 50px; }
    .arkiaFlightBox .flightDetails .date { width: 95px; }
    .arkiaFlightBox .flightDetails .time { width: 60px; }

.arkiaFlightsStars { background: url('Images/mainSprite012016.png') no-repeat -1px -838px; width: 62px; height: 63px; position: absolute; }
.arkiaFlightBox .flightsDetails .orangeButton { width: 107px; height: 29px; text-align: center; line-height: 1.5; margin-top: 10px; font-size: 17px; font-weight: 700; }

.arkiaFlightBox .flightsDetails .price { font-size: 24px; line-height: 2.2; }
.arkiaFlightsStarsCont { float: left; position: relative; top: -4px; left: 58px; }
.posLeft .whiteArrow { top: 3px; }

.arkiaFlightBox .bubbleLink { margin: 13px 10px 0 40px; }
.arkiaFlightBox .iconInfo { margin-top: 6px; }
.arkiaFlightBox .arkiaLogo { background: url(Images/mainSprite012016.png) -99px 0; height: 21px; margin: 3px 0px 0 35px; width: 44px; }
.arkiaFlightBox .arkiaLowCostLogo { background: url(Images/mainSprite012016.png) 0 -235px no-repeat; height: 14px; width: 68px; margin: 7px 0px 0 10px; }

.lowCostToolTip { text-align: right; direction: rtl; }
    .lowCostToolTip span { float: right; }

.filterChecks { margin: 10px 0; line-height: 1.5; overflow: hidden; }
    .filterChecks .price { float: left; }
    .filterChecks .link { text-align: left; font-size: 14px; }
.filterSlider { margin: 10px 10px 20px 10px; }
    .filterSlider .sliderValues { margin-bottom: 8px; display: inline-block; width: 100%; }
.cbAirline label { margin-right: 5px; }

.pager { height: 30px; background-color: #f3f3f3; margin-top: 20px; border: 1px solid #d3d2d3; border-radius: 3px; padding: 0 10px; color: #008476; }
    .pager .floatLeft { text-align: left; cursor: pointer; margin-top: 8px; text-decoration: underline; }
    .pager .floatRight { cursor: pointer; margin-top: 8px; text-decoration: underline; }
    .pager .pageState { float: right; width: 75%; text-align: center; line-height: 30px; }
    .pager .currentPage { color: #0047ba; }
    .pager .disable { visibility: hidden; }
    .pager .leftWhiteArrow { margin-right: 10px; }
    .pager .rightWhiteArrow { margin-left: 10px; }
.leftWhiteArrow { background: url('Images/mainSprite012016.png') no-repeat -198px -605px; width: 7px; height: 14px; float: left; }
.rightWhiteArrow { background: url('Images/mainSprite012016.png') no-repeat -207px -605px; width: 7px; height: 14px; float: right; }
.whiteArrow { background: url('Images/mainSprite012016.png') no-repeat -216px -605px; width: 8px; height: 14px; display: inline-block; top: 1.5px; position: relative; }

.stopsToolTipUl { text-align: right; list-style-type: decimal; line-height: 1.5; margin-right: 7px; padding-right: 10px; }
.transportType { color: Red; background: #f3f3f3; font-size: 12px; font-weight: bold; padding: 0 5px; white-space: pre-line; }
.DetailsCarrier .transportType { font-size: 17px; width: 80%; display: inline-block; line-height: 30px; color: #0047ba; }

.priceBox .inlineBlock { cursor: pointer; }
/* --------------------- jquery slider ----------------------*/

.filterSlider .ui-slider { position: relative; text-align: left; }
    .filterSlider .ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; -ms-touch-action: none; touch-action: none; }
    .filterSlider .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
    /* support: IE8 - See #6727 */
    .filterSlider .ui-slider.ui-state-disabled .ui-slider-handle, .filterSlider .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.filterSlider .ui-slider-horizontal { height: 4px; }
    .filterSlider .ui-slider-horizontal .ui-slider-handle { top: -.4em; margin-left: -.6em; }
    .filterSlider .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }

.filterSlider .ui-slider-vertical { width: .8em; height: 100px; }
    .filterSlider .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
    .filterSlider .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
    .filterSlider .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
    .filterSlider .ui-slider-vertical .ui-slider-range-max { top: 0; }
.filterSlider .ui-sortable-handle { -ms-touch-action: none; touch-action: none; }

/* Component containers */

.filterSlider .ui-widget-content { border: 1px solid #a4a4a4; background: #ffffff; color: #222222; }
    .filterSlider .ui-widget-content a, .filterSlider .ui-widget-header a { color: #222222; }
.filterSlider .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #222222; font-weight: bold; }

/* Interaction states */
.filterSlider .ui-slider span { background: url('/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png') no-repeat -166px -575px !important; width: 20px; height: 16px; }
    .filterSlider .ui-slider span:last-child { background: url('/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png') no-repeat -187px -575px !important; }


/*-------------------------------------------------------------*/

.dialog_FlightDetail { width: 920px; border: solid 3px #999999 !important; height: auto; padding: 10; background: #f4f4f4; }
/*.RFligthPopUp{width:920px;border:solid 3px #999999 !important;height:auto;padding:10;background:#f4f4f4;}*/
.RFligthPopUp { background: #f4f4f4; border: 0px; }
.dialog_FlightDetail .RFligthTitlePopUp { font-size: 22px; width: 100%; color: #213154 !important; line-height: 2; }
.SearchAgeTitle { color: #213154; text-align: center !important; font: bold 13px Arial; margin-bottom: 5px; }
.dialog_FlightDetail .ui-widget-header { background: #f4f4f4; border-color: #f4f4f4; }
.dialog_FlightDetail .ui-state-default { background: #f4f4f4 !important; }

.FlightDetailPopUp { background: #f4f4f4; }
.RFligthTitlePopUp { height: 52px; text-align: center; font-size: 22px; width: 100%; color: #008476 !important; }
.RFligthTitlePopUpOW { height: 52px; font-size: 22px; width: 100%; color: #008476 !important; padding-right: 180px; line-height: 2; }
.OneWayRoundTitle { color: #0047ba; background: #d9e9fb; width: 100%; height: 30px; border-bottom: 1px solid #bfbfbf; line-height: 26px; padding-top: 5px; }
.DirectionFlight { font-size: 20px; font-weight: bold; float: right; margin-left: 10px; margin-right: 10px; line-height: 20px; }
.TitleFlight { font-size: 15px; font-weight: bold; }
    .TitleFlight .lowCostLogo { float: left; margin: 6px 10px; }

.FlightTimeStr { float: left; line-height: 25px; padding-left: 5px; }

.StationTitle .TimeStr { float: left; font-size: 13px; color: #008476; font-weight: normal; }

.OneWayRoundFlightTime { font-size: 13px; float: left; width: 100%; }

.FlightDetailRound { border: 1px #bfbfbf solid; width: 443px; float: right; background: #ffffff; }
.FlightDetailOneWay { border: 1px #bfbfbf solid; width: 443px; float: right; margin-right: 10px; margin-left: 10px; background: #ffffff; }

.FlightTime { width: 100%; font-size: 13px; }
.FlightContents { padding-left: 10px; padding-right: 10px; display: block; background: #ffffff; }
.PriceFlightFooter { border: 1px #bfbfbf solid; width: 880px; height: 110px; float: right; background: #d9e9fb; margin: 10px; padding: 10px; }

.SubmitBtnOrder { font-size: 17px !important; font-weight: bold; width: 103px; height: 30px; background: #0047ba; border: solid 1px #b2b2b2; border-radius: 3px; text-align: center; color: white; margin: 5px 20px; }

.btnPayment .leftWhiteArrow8X13, .btnUpdateResPayment .leftWhiteArrow8X13 { width: 10px; vertical-align: middle; margin: 0 auto; }

.LeftPriceSubBox { float: left; text-align: center; }
    .LeftPriceSubBox.toggel { margin-top: 15px; }

.TotalPaymentText { font-size: 14px; font-weight: bold; margin-top: 7px; line-height: 20px; color: #213154; }
.NumberTicketText { font-size: 13px; line-height: 20px; color: #213154; }
.PriceTextBox { font-size: 26px; font-weight: bold; color: #0047ba; }

.AdultControler, .KidControler, .BabyControler, .YoungControler { border-left: 1px solid #bfbfbf; height: 52px; float: right; margin-top: 29px; margin-bottom: 29; padding-right: 10px; }

.AdultIcon { background: url('Images/mainSprite012016.png') no-repeat -208px -794px; width: 15px; height: 43px; }
.AdultIconFrame { float: right; padding-top: 5px; }

.YoungIcon { background: url('Images/mainSprite012016.png') no-repeat -158px -802px; width: 13px; height: 35px; }
.YoungIconFrame { float: right; padding-top: 13px; }

.BabyIcon { background: url('Images/mainSprite012016.png') no-repeat -173px -813px; width: 20px; height: 24px; }
.BabyIconFrame { float: right; padding-top: 24px; }

.KidIcon { background: url('Images/mainSprite012016.png') no-repeat -195px -807px; width: 11px; height: 30px; }
.KidIconFrame { float: right; padding-top: 18px; }

.NumTickText { font-size: 13px; color: #213154; line-height: 20px; }
.AgeText { font-size: 16px; font-weight: bold; color: #213154; float: right; padding-top: 10px; padding-left: 5px; }
.PriceText { font-size: 18px; font-weight: bold; color: #0047ba; }
.DescrText { float: left; padding-left: 8px; padding-right: 8px; padding-top: 10px; }
/*fix bug liveRegion in chrom */
.ui-helper-hidden-accessible { position: absolute; left: -9999px; }

/*Close button of dialog*/
.ui-icon.ui-icon-myCloseButton { background: url('Images/mainSprite012016.png') no-repeat -210px -575px; width: 14px; height: 14px; margin-top: 10px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #fff; border: 0px; }

.StationTitle { color: #008476; background: #ededed; width: 413px; height: 32px; font-size: 14px; font-weight: bold; clear: both; line-height: 2; padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
/*margin-bottom: 10px;*/

.DetailsCarrier { margin-bottom: 15px; height: 22px; }
.DetailsDepart { margin-left: 0px; width: 180px; float: right; }
.DetailsFlights { font-size: 14px; color: #213154; line-height: 22px; }
    .DetailsFlights .DepartArrivalStr { font-weight: bold; }
    .DetailsFlights .Station { color: #757575; }
.DetailsArriv { float: left; width: 180px; }
.flightRemark { display: block; font-size: 13px; text-align: right; }

#ArrivalStation { color: #757575; }
#DeptStation { color: #757575; }
#TypeFlight1 { color: #757575; font-size: 13px; }
#TypeFlight2 { color: #999999; font-size: 13px; }

.ucFlight { min-height: 200px; }

.MStation { border: 1px #bfbfbf solid; color: #ff0000; font-size: 13px; height: 25px; margin-bottom: 10px; width: 100%; float: right; }

.MStationStr { float: left; line-height: 23px; padding-left: 5px; }

.DetailsFlightsTable { min-height: 80px; }

.imgButton { background: url('Images/mainSprite012016.png') no-repeat -217px -591px; width: 8px; height: 12px; float: left; margin-top: 7px; margin-right: 5px; }
.img1 { text-align: center; display: inline-block; vertical-align: middle; }
.imgBottonStr { text-align: center; float: right; }
.BlueCommentDF { color: #008476; font-size: 13px; margin-bottom: 10px; }
.RedCommentDF { color: #ff0000; font-size: 13px; margin-bottom: 10px; float:right; }
.CommentHR { size ="1"; color: #bfbfbf; display: none; }
.commentSeparator { visibility: hidden; }
.width100 { width: 100%; }

/* ---------------------- GSR2302 ----------------------- */
.matrixboxTitle .boxTitle { display: inline-block; }
.leftAllowMatrix { background: url('Images/mainSprite012016.png') no-repeat -201px -839px; width: 11px; height: 17px; }
.rightAllowMatrix { background: url('Images/mainSprite012016.png') no-repeat -213px -839px; width: 11px; height: 17px; }
.UpAllowMatrix { background: url('Images/mainSprite012016.png') no-repeat -207px -858px; width: 17px; height: 11px; }
.downAllowMatrix { background: url('Images/mainSprite012016.png') no-repeat -207px -870px; width: 17px; height: 11px; }
.emptySquare { width: 73px; height: 70px; }
.dateFlightHeadMatrix { width: 88px; height: 70px; background-color: #E5E5E5; display: table-cell; vertical-align: middle; line-height: 25px; }
.messageFlightDetails{width:82px;height:97px;padding: 3px;text-align: center;}
.priceFlightMatrixColor { background-color: #0047ba; color: #FFFFFF; font-size: 18px; font-weight: bold; margin-top: 15px; margin-bottom: 5px; margin-left: 15px; margin-right: 15px; }
.dateFlightHeadMatrixColor { line-height: 25px; width: 88px; height: 70px; background-color: #F3F3F3; display: table-cell; vertical-align: middle; }
/*line-height:25px;*/
.dayDateStrFlightMatrix { color: #213154; font-size: 15px; font-weight: bold; text-align: center; }
.dateFlightMatrix { width: 73px; height: 103px; background-color: #E5E5E5; display: table; vertical-align: middle; }
.dateFlightMatrixColor { width: 73px; height: 103px; background-color: #F3F3F3; }
.retutnStrFlightMatrix { color: #213154; font-size: 13px; text-align: center; line-height: 2; }
.dayStrFlightMatrix { color: #213154; font-size: 18px; font-weight: bold; text-align: center; }
.dateStrFlightMatrix { color: #213154; font-size: 15px; font-weight: bold; text-align: center; line-height: 2; }
.flightMatrixCss { border: 1px; border-color: #abb2c1; vertical-align: middle; border-spacing: 0px !important; }

.flightItemMatrixWanted { width: 82px; height: 97px; padding: 3px; text-align: center; padding: 1px; border: 2px solid #0047ba; background: #F3F3F3; cursor: pointer; }
.flightItemMatrixColor1 { width: 82px; height: 97px; padding: 3px; text-align: center; cursor: pointer; background-color: #F3F3F3; }


.flightItemMatrix, .flightItemMatrix, .flightItemMatrixColor, .messageNoFlight, .messageNoFlightColor, .messageFlightCar { width: 82px; height: 97px; padding: 3px; text-align: center; }
    .flightItemMatrix.selected, .flightItemMatrix.selected, .flightItemMatrixColor.selected, .messageNoFlight.selected, .messageNoFlightColor.selected, .messageFlightCar.selected { padding: 1px; border: 2px solid #0047ba; background: #F3F3F3; }
.flightItemMatrix { cursor: pointer; }
.flightItemMatrixColor { cursor: pointer; background-color: #F3F3F3; }
.messageNoFlight { color: #757575; font-size: 12px; }
.messageNoFlightColor { color: #757575; font-size: 12px; background-color: #F3F3F3; }
.messageFlightCar { color: #008476; font-size: 12px; }

.priceFlightMatrix { color: #008476; font-size: 18px; font-weight: bold; margin-top: 15px; margin-bottom: 5px; }
.infoFlightMatrix { color: #757575; font-size: 12px; line-height: 16px; }
.UpAllowCenter { display: table; margin: 0 auto; }
.UpAllowContainer { padding-top: 5px; }
.downAllowContainer { padding-top: 10px; }
.dateFlightContainer { padding-top: 10px; }
.flightItemContainer { padding-top: 5px; }
.CarrierStr { max-height: 16px; }
.CarrierDiv { height: 16px; text-align: center; }

.searchFlightsTopDates { margin-top: 10px; height: 25px; }
.searchFlightsTopDates .ltrComp{font-weight: 700;font-size: 16px;float: left;width: initial;}
.carrierNameDivMatrix { font-size: 9px; color: #213154; line-height: 16px; }
.itemMatrix { float: right; border: 1px solid #abb2c1; }
.messageNoFlightStr { padding-top: 35px; }
ui-tooltip, .qtip1 { display: none; font-size: 12px; left: -28000px; line-height: 12px; max-width: 450px; min-width: 0px; position: absolute; top: -28000px; z-index: 15000; }
ui-tooltip-1, .qtip2 { min-width: 20px; }
/* ---------------------- GR9004 UsefulLinks----------------------- */

.usefulLinks .genericCornersBox { padding: 7px 7px 7px 7px; margin-bottom: 7px; margin-top: 7px; border-color: #ABB2C1; }
.usefulLinks .blueRoundedTitle { background-color: #009989; border-radius: 7px; height: 31px; }
.usefulLinks h2 { color: #fff; font-size: 18px; height: 33px; line-height: 33px; text-align: center; width: 100%; }


/* ---------------------- Login Pages----------------------- */

#userLoginBox .boxTitle { text-align: center; font-size: 20px; }
#userLoginBox .genericBoxBody { padding: 0 0 9px 0; }
.arkiaMessages .boxTitle { text-align: center; font-size: 20px; margin-right: 0px; font-weight: 100; }
.arkiaMessagesContentInner { border-width: 6px 0 6px 0; border-radius: 7px; border-style: solid; border-style: solid; border-color: #FFFFFF; background: #FFFFFF; padding-top: 4px; }
#loginPageDestsBox { margin-top: 15px; float: right; width: 730px; padding-bottom: 15px; }

/*-----------------------GSR1600-------------------------------*/

.flyAndCarContainer .toursItem { overflow: visible; }

/*-----------------------GSR1301-------------------------------*/

.averagePrice {display:inline-block; width:100%;font-size: 17px; font-weight:700; margin-bottom:10px;}
.averagePrice .averagePriceText {margin-right:8px;}
.averagePrice .ltrComp {margin-left:10px; float:left;}

/*---- ---------------USER ACCOUNT PAGES ------------------------------> */

.userAccountMainBox .genericBoxBody { padding: 18px 12px 19px 12px; }
.defaultDataTableContainer { width: 729px; }

/*-------------------- HOTEL / CARS SUGGESTIONS ------------------------------> */

.hotelSugItem .genericCornersBox { padding: 12px; }
.suggestionsBody .infoBox { clear: both; }

/*-------------------- FLY AND DRIVE ------------------------------> */
.tourIncludedBox { float: left; overflow: hidden; direction: ltr; }

/*-------------------- SEARCH RESULTS ------------------------------> */
.OWdialogBottom .defaultButton, .RTdialogBottom .defaultButton, .OWdialogBottom .cancelButton, .RTdialogBottom .cancelButton { width: 155px; height: 35px; font-size: 15px; line-height: 35px; }
.OWdialogBottom .defaultButton { margin-top: 12px; float: left; }
.RTdialogBottom .defaultButton { margin-top: 10px; float: left; }
.OWdialogBottom .cancelButton { margin-top: 12px; display: inline-block; color: #0047ba; }
/*.RTdialogBottom .cancelButton { margin-top: 62px; display: inline-block; color: #0047ba; }*/
.RTdialogBottom .cancelButton { margin-top: 0px; display: inline-block; color: #0047ba; }

/*-------------------- web check-in ------------------------------> */
.checkInTitleDiv { color: #008476; border: 1px solid #0047ba; border-radius: 5px; padding: 10px; }
    .checkInTitleDiv .header { color: #0047ba; }

/*-------------------- flight rules GSR2303 ------------------------------> */
.flightTerms { overflow: hidden; clear: both; border: 3px solid #d3d2d3; border-radius: 5px; margin: 10px; padding: 20px 40px 20px 40px; }
    .flightTerms .rulesSum { margin-bottom: 12px; border: 2px solid #d3d2d3; border-radius: 5px; padding: 10px; }
.flightTermsHeader { font-size: 24px; color: #0047ba; margin-left: 200px; margin-top: 10px; float: left; }
.flightTermsHeaderIcon { background: url('Images/mainSprite012016.png') no-repeat -192px -839px; width: 7px; height: 29px; margin-right: 11px; }
.flightTermsHeaderIconDiv { border: 1px solid #d3d2d3; border-radius: 5px; padding: 10px; width: 30px; height: 30px; margin-bottom: 10px; }
.flightTermsSubHeader { font-size: 14px; color: #213154; font-weight: bold; }

ul.flightTermsPassengers { direction: rtl; float: right; overflow: hidden; width: 100%; }
    ul.flightTermsPassengers li.Tab { background-color: #e5e5e5; float: right; font: bold 14px arial; height: 26px; padding-top: 5px; text-align: center; width: 115px; }
        ul.flightTermsPassengers li.Tab a { color: #008476; text-decoration: none; }
    ul.flightTermsPassengers li.SelectedTab { background-color: #009989; float: right; font: bold 14px arial; height: 26px; padding-top: 5px; text-align: center; width: 115px; }
        ul.flightTermsPassengers li.SelectedTab a { color: #ffffff; text-decoration: none; }
    ul.flightTermsPassengers li.TabSeperator { background-color: white; float: right; font: bold 14px arial; height: 26px; padding-top: 5px; text-align: center; width: 2px; }

.flightTermsTabsFooter { width: 100%; background-color: #009989; height: 5px; float: right; margin-bottom: 20px; }
.flightTermsTabsData { width: 100%; float: left; margin-top: 20px; }
.flightTermsTabsDataHeader { width: 100%; float: left; background-color: #ededed; direction: ltr; margin-bottom: 20px; }
.flightTermsTabsDataHeaderSpan { float: left; padding: 5px; font: bold 14px arial; color: #213154; text-transform: capitalize; }
.flightTermsTabsDataSubHeader { width: 100%; float: left; direction: ltr; }
.flightTermsTabsDataSubHeaderSpan { float: left; font: 13px arial; font-weight: bold; color: #213154; }
.flightTermsTabsDataText { width: 100%; float: left; line-height: 20px; }
.flightTermsTabsDataTextSpan { float: left; font: 13px arial; color: #213154; line-height: 20px; text-align: left; margin-bottom: 20px; direction: ltr; }
.checkInTitleDiv .header { color: #0047ba; }
.bubbleLink .bubbleLinkRules { font-size: 13px; }

/*-------------------- GRES204 ------------------------------> */
.pkgItemRegFlights li { border-bottom: 1px dotted #aaa; color: #2f4054; font-size: 13px; height: 60px; line-height: 30px; margin-top: 10px; }
.pkgItemRegFlights .depLandTitle { width: 53px; float: right; }
.depLandTitle div strong { color: #213154 !important; }
.pkgItemRegFlights .pkgFlightDetails strong { float: right; width: 121px; }
.pkgItemRegFlights .fromTo { float: right; width: 165px; }
.pkgItemRegFlights .fDay { width: 50px; }
.pkgItemRegFlights .fDate { width: 50px; }
.pkgItemRegFlights .fHour { width: 125px; }
.pkgItemRegFlights .fDetails { width: 100px; float: right; }
.pkgItemRegFlights .lowCostLogo { width: 75px; float: right; margin-top: 24px; margin-right: 40px; }
.pkgItemRegFlights li strong { color: #008476; }
.pkgItemRegFlights .carrierLogoBox { height: 30px; }
.regFPriceBox .resPriceBox .highlightSection { width: 180px; }
.regFDetailsGraySep { height: 2px; width: 939px; float: right; margin: 25px 0 10px 0; background-color: #d3d2d3; }
.fdPersonsComposition { margin: 0px; }
.carrierLogoBox { display: inline-block; width: 44px; margin-left: 28px; position: relative; float: right; height: 100%; }
.carrierLogo { position: absolute; top: 0; bottom: 0; right: 10px; margin: auto; }
.regFlightMoreDetails .airplaneIcon { margin-top: 10px; }
.regFlightNote { font-weight: 700; font-size: 15px; }
    .regFlightNote span { display: block; }
    .regFlightNote .validationGroup { font-size: 13px; font-weight: normal; }
.confirmTerms li { list-style: none !important; }
.regfInfoBoxWrapper .infoBox { margin-top: 20px; display: inline-block; width: 100%; }
.confirmTermsDiv { margin-right: 10px; }
.regfInfoBoxWrapper { width: 98%; float: right; }
/*--- Regular Flight Special Requests ---> */

.specialMealsIcon { background: url(Images/mainSprite012016.png) no-repeat -93px -902px; width: 25px; height: 33px; }
.frequentFlyerIcon { background: url(Images/mainSprite012016.png) no-repeat -59px -902px; width: 37px; height: 33px; }
.specialRequestsIcon { background: url(Images/mainSprite012016.png) no-repeat -36px -902px; width: 25px; height: 33px; }
.seatsSelectionIcon { background: url(Images/mainSprite012016.png) no-repeat -0px -902px; width: 35px; height: 33px; }
.specialMealsIcon, .frequentFlyerIcon, .specialRequestsIcon, .seatsSelectionIcon { margin: 0 auto; vertical-align: middle; margin: 0 auto; top: 10px; position: relative; }
.flightSpecialRequestsSeperator {display: block; height: 13px; float: right; width: 6px;}
.flightSpecialRequests { width: 939px; background: #F6F5F5; border: 1px solid #c6c9cf; border-radius: 5px; float: right; padding: 12px 0; }
.flightsSpecialMealsModal { margin-right: 14px !important; }
.flightSpecialRequests .flightChoiceIconBox { margin: 0 0 0 5px; }
.flightSrIconBox { display: inline-block; width: 48px; height: 48px; border: 1px solid #b4b4b4; border-radius: 5px; background: #FFF; vertical-align: middle; }
.flightSpecialRequest { display: inline-block; margin: 0 47px 0 47px; cursor: pointer; }
    .flightSpecialRequest span { font-size: 14px; font-weight: bolder; height: 52px; margin-right: 5px; }
.flightSpecialRequests a { color: #213154; }

.specialRequestsContainer { border: 3px solid #999999; border-radius: 10px; padding: 32px 40px 20px 40px; background: #FFF; overflow: hidden; }
    .specialRequestsContainer .SearchBoxInfo { float: right; width: 80%; }
    .specialRequestsContainer .graySep { margin: 23px 0 0 0; background-color: #b4b4b4; }
    .specialRequestsContainer .flightSrIconBox { margin-bottom: 10px; }
.closeSrWindow { background: url(Images/mainSprite012016.png) no-repeat -208px -574px; width: 17px; height: 17px; position: absolute; top: 15px; right: 15px; cursor: pointer; }
.flightSpecialRequestTitle { font-size: 22px; color: #0047ba; display: inline-block; text-align: center; }
.specialRequestSubTitle { background-color: #ededed; width: 98%; height: 27px; line-height: 27px; padding-right: 2%; font-size: 14px; margin-bottom: 10px; }
.specialRequestsContainer .passFullName, .specialRequestsContainer .passGroupAvgName { margin-right: 5px; }
.srMealBox .orangeButton, .srFrequentFlyer .orangeButton, .srRequestBox .orangeButton { min-width: 85px; height: 26px; line-height: 26px; font-size: 17px; font-weight: 500; float: left; margin-top: 26px; padding: 0 10px; text-align: center; }

/*---  GRES011, GRES013--- */
.srMealBox, .srRequestBox { width: 480px; }
.specialMealsModal, .specialRequestsModal { left: 50%; margin-left: -298px; }
.srSelection { margin-top: 18px; overflow: hidden; line-height: 21px; font-size: 14px; color: #213154; }
.srSelect { margin-right: 20px; width: 250px; float: left; height: 21px; }
.srWithout { margin-right: 20px; width: 250px; float: left !important; height: 21px; font-size: 13px; font-weight: bold; }
.srMealBox .flightSpecialRequestTitle { margin-right: 45px; }
.srRequestBox .flightSpecialRequestTitle { margin-right: 124px; }

/*---  GRES012 --- */
.srFrequentFlyer { width: 360px; }
    .srFrequentFlyer .flightSpecialRequestTitle { margin-right: 18px; }
.frequentFlyerModal { left: 50%; margin-left: -268px; }
.txtFrequentFlyerNum { float: left; height: 20px; text-align: center; font-weight: 500; font-size: 14px; width: 145px; color: #213154 !important; }
.passCarrierContainer { max-height: 400px; overflow-y: auto; margin-bottom: 10px; }
.srFrequentFlyer .passCarrierItem { margin-top: 20px; margin-bottom: 25px; height: 24px; line-height: 24px; }
.frequentFlyerCarrierName { color: #757575; font-size: 14px; vertical-align: top; }
.passCarrierItems .passFullName { margin-right: 5px; margin-left: 5px; }
.withoutFrequentFlyer { height: 20px; text-align: center; font-size: 13px; font-weight: bold; float: left; margin-left: 23px; }

/*---  GRES008 --- */
#flightConfirmationDialog { display: none; width: 477px;height:111px; border-width: 3px; border-style: solid; border-color: #008476; border-radius: 12px; background: #fff; padding: 10px 0px; }
.shownConfirmationDialog {display: block !important;position: fixed;top: 283px;left: 500px;z-index: 9999;}
.confirmationButton {width:74px !important;height: 38px !important;}
#flightConfirmationDialog h2 {text-align: center;padding-bottom: 7px;}
.srSeatBox2 { width: 944px; font-size: 14px; height: 760px; }
.srSeatBox2 .orangeBorderButton, .srSeatBox2 .orangeButton { line-height: 28px; padding: 0 10px; font-size: 14px; font-weight: 700; }
.srSeatBox2 .orangeBorderButton { float: right; }
.srSeatBox2 .orangeButton { float: left; }
.ssTopSide { float: right;width: 941px;border: 1px solid #b4b4b4;height: 50px;border-radius: 6px; margin-bottom: 10px;}
.ssBottomSide {float: right;}
.seatMapPassData2{height:651px !important;}
.flightSrIconBox2 { display: inline-block; width: 48px; height: 48px;  border-radius: 5px; background: #FFF; vertical-align: middle;position:relative;right:1px; }
.seatMapPassData2 .infoBox {margin-top: 17px;height:112px;}
.seatMapPassData2 .infoBox ul { width: 89%;}
.seatsSelectionSubTitle2 { background-color: #ededed; width: 98%; height: 28px; line-height: 27px; font-weight: 700; padding-right: 2%; font-size: 14px; }
#seatMapMessageWrapper {height: 510px;overflow: hidden;}
.seatMapMessageContent {display: block;border: 1px solid #0047ba;margin-top: 30px;font-weight: bold;padding: 10px;}
.passFullName {padding-right:5px;}
.selectedSeatPrice { float: left; font-weight: 700; padding-left: 5px; width: 63px; text-align: left; font-size:14px; color: #0047ba;padding-left: 15px;direction:ltr;}
.passSubTitle2 { color: #213154;font-size:14px; }
.seatsSelectionPass2 {overflow-y: auto;}
.seatsSelectionPass2 li { line-height: 2; }
.seatsSelectionPass2 li div {margin-top:4px;display: flow-root; }
.seatsSelectionPass2 li div.selected { background-color: #d9edfa; }
.selectSeatSection { font-size: 12px; outline: none; float: left; line-height: 2.5;color:#008476;padding-left: 10px; }
#ssLegendContainer { min-height:100px; }
.legendSymbols2 { margin: 10px 0 0px 0;border: solid 1px #bfbfbf;height: 164px; }
.legendSymbols2 li { width: 100%; display: inline-block; line-height: 1.9; margin: 2px 0; }
.legendSymbols2 li div { margin-right: 8px;margin-top: 7px; }
.freeSeatIconLegend { background: url(Images/mainSprite012016.png) no-repeat -74px -1134px; width: 22px; height: 28px; }
.freeSeatIconLegend.selected { background: url(Images/mainSprite012016.png) no-repeat -27px -1134px; width: 22px; height: 28px; }
.occupiedSeatIconLegend { background: url(Images/mainSprite012016.png) no-repeat -50px -1135px; width: 22px; height: 28px; }
.infantSeatIconLegend { background: url(Images/mainSprite012016.png) no-repeat -2px -1134px; width: 22px; height: 28px; }
.iconLegendSeperator {padding-right :0px;}
.legendBottomSection {width: 94% !important; border-top: solid 1px #bfbfbf;position: relative;right: 12px;}
.legendBottomSectionNoData {width: 94% !important; position: relative;right: 12px;top: -100px;}
.seatExtraPrice {font-weight:bold;font-size:14px;color:#0047ba;float: left;margin-left: 13px;}
.leftSideTitle2 { line-height: 2; color: #0047ba; }
.ssLeftSide2 { float: left; width: 420px; }
.ssLeftSide2 .seatsSelectionSubTitle2 { font-size: 13px; }
.seatEnable {cursor:pointer;}
.seatRowNumber {position:relative; top:10px;}
.seatWrapperTemplate2 .seatRowNumber {position:relative; top:23px;font-size: 15px;}
.freeSeatIcon2 { background: url(Images/mainSprite012016.png) no-repeat -74px -1137px; width: 22px; height: 28px; }
.freeSeatIcon2.selected { background: url(Images/mainSprite012016.png) no-repeat -27px -1137px; width: 22px; height: 28px; }
.occupiedSeatIcon2 { background: url(Images/mainSprite012016.png) no-repeat -50px -1137px; width: 22px; height: 28px; }
.seatMapBox2 { height: 591px; border-left: 2px solid #bfbfbf;border-right: 2px solid #bfbfbf;border-top: 2px solid #bfbfbf;border-bottom: 1px solid #bfbfbf;  text-align: center; }
.seatMapBox2 .freeSeatIcon2 { cursor: pointer; }
.firstRowContainer .cellT {font-size:14px !important}
.firstRowContainer .columnTitle_0_0 {width: 13px !important;}
.firstRowContainer .columnTitle_1_1 {width: 32px !important;}
.firstRowContainer .columnTitle_2_2 {width: 28px !important;}
.firstRowContainer .columnTitle_3_3 {width: 35px !important;}
.firstRowContainer .columnTitle_4_4 {width: 27px !important;}
.firstRowContainer .columnTitle_5_5 {width: 35px !important;}
.firstRowContainer .columnTitle_6_6 {width: 29px !important;}
.firstRowContainer .columnTitle_7_7 {width: 29px !important;}
.firstRowContainer .columnTitle_8_8 {display:none}
.firstRowContainer .columnTitle_0 {width: 12px !important;}
.firstRowContainer .columnTitle_1 {width: 26px !important;}
.firstRowContainer .columnTitle_2 {width: 77px !important;}
.firstRowContainer .columnTitle_3 {width: 36px !important;}
.firstRowContainer .columnTitle_4 {width: 76px !important;}
.firstRowContainer .columnTitle_6 {display:none;}
.firstRowContainer .cellT {width: 21px;}
.seatMapBox2 .mapRowsContainer {height: 564px; width:416px; overflow-y: scroll;}
.seatMapBox2 .row { min-width: 51%; clear: both; display: inline-block; margin: 0 auto; text-align: center; }
.seatMapBox2 .row .cell, .seatMapBox2 .row .cellT { float: left; color: #888888; font-size: 14px; line-height: 27px; text-align: center; }
.seatMapBox2 .row .cell { font-size: 12px; }
.seatMapBox2 .row .cellT { font-size: 13px;font-weight:bold;color:#707070;}
.CAPTAIN { background: url('Images/Flight/Map/Small/CAPTAIN.png') no-repeat ; width: 31px; height: 38px; }
.CREW { background: url('Images/Flight/Map/Small/CREW.png') no-repeat ; width: 31px; height: 38px; }
.CRIB { background: url('Images/Flight/Map/Small/CRIB.png') no-repeat ; width: 31px; height: 38px; }
.CRIB-PS { background: url('Images/Flight/Map/Small/CRIB-PS.png') no-repeat ; width: 31px; height: 38px; }
.CRIB-PD {background: url('Images/Flight/Map/Small/CRIB-PD.png') no-repeat;width: 31px;height: 38px;}
.CRIB-RB { background: url('Images/Flight/Map/Small/CRIB-RB.png') no-repeat ; width: 31px; height: 38px; }
.CRIB-RF { background: url('Images/Flight/Map/Small/CRIB-RF.png') no-repeat ; width: 31px; height: 38px; }
.CRIB-XL { background: url('Images/Flight/Map/Small/CRIB-XL.png') no-repeat ; width: 31px; height: 38px; }
.EXIT { background: url('Images/Flight/Map/Small/EXIT.png') no-repeat ; width: 31px; height: 38px; }
.EXIT-PS { background: url('Images/Flight/Map/Small/EXIT-PS.png') no-repeat ; width: 31px; height: 38px; }
.EXIT-PD{ background: url('Images/Flight/Map/Small/EXIT-PD.png') no-repeat;width: 31px;height: 38px; }
.EXIT-RB { background: url('Images/Flight/Map/Small/EXIT-RB.png') no-repeat ; width: 31px; height: 38px; }
.EXIT-RF { background: url('Images/Flight/Map/Small/EXIT-RF.png') no-repeat ; width: 31px; height: 38px; }
.EXIT-XL { background: url('Images/Flight/Map/Small/EXIT-XL.png') no-repeat ; width: 31px; height: 38px; }
.EXTENT { background: url('Images/Flight/Map/Small/EXTENT.png') no-repeat ; width: 31px; height: 38px; }
.EXTLEFT { background: url('Images/Flight/Map/Small/EXTLEFT.png') no-repeat ; width: 16px; height: 38px; }
.EXTRIGHT { background: url('Images/Flight/Map/Small/EXTRIGHT.png') no-repeat ; width: 16px; height: 38px; }
.ISLE { background: url('Images/Flight/Map/Small/ISLE.png') no-repeat ; width: 31px; height: 38px; }
.KITCHEN { background: url('Images/Flight/Map/Small/KITCHEN.png') no-repeat ; width: 31px; height: 38px; }
.LEFTWNG { background: url('Images/Flight/Map/Small/LEFTWNG.png') no-repeat ; width: 16px; height: 38px; }
.NOSEAT { background: url('Images/Flight/Map/Small/NOSEAT.png') no-repeat ; width: 31px; height: 38px; }
.OCCUPIED { background: url('Images/Flight/Map/Small/OCCUPIED.png') no-repeat ; width: 31px; height: 38px; }
.PENDING { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat ; width: 31px; height: 38px; }
.REGULAR { background: url('Images/Flight/Map/Small/REGULAR.png') no-repeat ; width: 31px; height: 38px; }
.REGULAR-E1 {background: url('Images/Flight/Map/Small/REGULAR-E1.png') no-repeat;width: 31px;height: 38px;}
.REGULAR-EP {background: url('Images/Flight/Map/Small/REGULAR-EP.png') no-repeat;width: 31px;height: 38px;}
.REGULAR-PS { background: url('Images/Flight/Map/Small/REGULAR-PS.png') no-repeat ; width: 31px; height: 38px; }
.REGULAR-PD {background: url('Images/Flight/Map/Small/REGULAR-PD.png') no-repeat;width: 31px;height: 38px;}
.REGULAR-RB { background: url('Images/Flight/Map/Small/REGULAR-RB.png') no-repeat ; width: 31px; height: 38px; }
.REGULAR-RF { background: url('Images/Flight/Map/Small/REGULAR-RF.png') no-repeat ; width: 31px; height: 38px; }
.REGULAR-XL { background: url('Images/Flight/Map/Small/REGULAR-XL.png') no-repeat ; width: 31px; height: 38px; }
.NOBABY { background: url('Images/Flight/Map/Small/REGULAR.png') no-repeat ; width: 31px; height: 38px; }
.NOBABY-PS { background: url('Images/Flight/Map/Small/REGULAR-PS.png') no-repeat ; width: 31px; height: 38px; }
.NOBABY-PD {background: url('Images/Flight/Map/Small/REGULAR-PD.png') no-repeat;width: 31px;height: 38px;}
.NOBABY-RB { background: url('Images/Flight/Map/Small/REGULAR-RB.png') no-repeat ; width: 31px; height: 38px; }
.NOBABY-RF { background: url('Images/Flight/Map/Small/REGULAR-RF.png') no-repeat ; width: 31px; height: 38px; }
.NOBABY-XL { background: url('Images/Flight/Map/Small/REGULAR-XL.png') no-repeat ; width: 31px; height: 38px; }
.RIGHTWNG { background: url('Images/Flight/Map/Small/RIGHTWNG.png') no-repeat ; width: 16px; height: 38px; }
.SERVICE { background: url('Images/Flight/Map/Small/SERVICE.png') no-repeat ; width: 31px; height: 38px; }
.WC { background: url('Images/Flight/Map/Small/WC.png') no-repeat ; width: 31px; height: 38px; }
.EXTWING { background: url('Images/Flight/Map/Small/RIGHTWNG.png') no-repeat ; width: 16px; height: 38px; }
.CRIB.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat;}
.CRIB-PS.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.CRIB-PD.selected {background: url('Images/Flight/Map/Small/PENDING.png') no-repeat;}
.CRIB-RB.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.CRIB-RF.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.CRIB-XL.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.EXIT.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.EXIT-PS.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.EXIT-PD.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.EXIT-RB.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.EXIT-RF.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.EXIT-XL.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.REGULAR.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.REGULAR-E1.selected {background: url('Images/Flight/Map/Small/PENDING.png') no-repeat;}
.REGULAR-EP.selected {background: url('Images/Flight/Map/Small/PENDING.png') no-repeat;}
.REGULAR-PS.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.REGULAR-PD.selected {background: url('Images/Flight/Map/Small/PENDING.png') no-repeat;}
.REGULAR-RB.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.REGULAR-RF.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.REGULAR-XL.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.NOBABY.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.NOBABY-PS.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.NOBABY-PD.selected {background: url('Images/Flight/Map/Small/PENDING.png') no-repeat;}
.NOBABY-RB.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.NOBABY-RF.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.NOBABY-XL.selected { background: url('Images/Flight/Map/Small/PENDING.png') no-repeat; }
.CAPTAIN2 { background: url('Images/Flight/Map/Big/CAPTAIN.png') no-repeat ; width: 53px; height: 65px; }
.CREW2 { background: url('Images/Flight/Map/Big/CREW.png') no-repeat ; width: 53px; height: 65px; }
.CRIB2 { background: url('Images/Flight/Map/Big/CRIB.png') no-repeat ; width: 53px; height: 65px; }
.CRIB-PS2 { background: url('Images/Flight/Map/Big/CRIB-PS.png') no-repeat ; width: 53px; height: 65px; }
.CRIB-PD2 {background: url('Images/Flight/Map/Big/CRIB-PD.png') no-repeat;width: 53px;height: 65px;}
.CRIB-RB2 { background: url('Images/Flight/Map/Big/CRIB-RB.png') no-repeat ; width: 53px; height: 65px; }
.CRIB-RF2 { background: url('Images/Flight/Map/Big/CRIB-RF.png') no-repeat ; width: 53px; height: 65px; }
.CRIB-XL2 { background: url('Images/Flight/Map/Big/CRIB-XL.png') no-repeat ; width: 53px; height: 65px; }
.EXIT2 { background: url('Images/Flight/Map/Big/EXIT.png') no-repeat ; width: 53px; height: 65px; }
.EXIT-PS2 { background: url('Images/Flight/Map/Big/EXIT-PS.png') no-repeat ; width: 53px; height: 65px; }
.EXIT-PD2 {background: url('Images/Flight/Map/Big/EXIT-PD.png') no-repeat; width: 53px;height: 65px;}
.EXIT-RB2 { background: url('Images/Flight/Map/Big/EXIT-RB.png') no-repeat ; width: 53px; height: 65px; }
.EXIT-RF2 { background: url('Images/Flight/Map/Big/EXIT-RF.png') no-repeat ; width: 53px; height: 65px; }
.EXIT-XL2 { background: url('Images/Flight/Map/Big/EXIT-XL.png') no-repeat ; width: 53px; height: 65px; }
.EXTENT2 { background: url('Images/Flight/Map/Big/EXTENT.png') no-repeat ; width: 53px; height: 65px; }
.EXTLEFT2 { background: url('Images/Flight/Map/Big/EXTLEFT.png') no-repeat ; width: 27px; height: 65px; }
.EXTRIGHT2 { background: url('Images/Flight/Map/Big/EXTRIGHT.png') no-repeat ; width: 27px; height: 65px; }
.ISLE2 { background: url('Images/Flight/Map/Big/ISLE.png') no-repeat ; width: 53px; height: 65px; }
.KITCHEN2 { background: url('Images/Flight/Map/Big/KITCHEN.png') no-repeat ; width: 53px; height: 65px; }
.LEFTWNG2 { background: url('Images/Flight/Map/Big/LEFTWNG.png') no-repeat ; width: 27px; height: 65px; }
.NOSEAT2 { background: url('Images/Flight/Map/Big/NOSEAT.png') no-repeat ; width: 53px; height: 65px; }
.OCCUPIED2 { background: url('Images/Flight/Map/Big/OCCUPIED.png') no-repeat ; width: 53px; height: 65px; }
.PENDING2 { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat ; width: 53px; height: 65px; }
.REGULAR2 { background: url('Images/Flight/Map/Big/REGULAR.png') no-repeat ; width: 53px; height: 65px; }
.REGULAR-PS2 { background: url('Images/Flight/Map/Big/REGULAR-PS.png') no-repeat ; width: 53px; height: 65px; }
.REGULAR-E12 {background: url('Images/Flight/Map/Big/REGULAR-E1.png') no-repeat;width: 53px;height: 65px;}
.REGULAR-EP2 {background: url('Images/Flight/Map/Big/REGULAR-EP.png') no-repeat;width: 53px;height: 65px;}
.REGULAR-PD2 {background: url('Images/Flight/Map/Big/REGULAR-PD.png') no-repeat;width: 53px;height: 65px;}
.REGULAR-RB2 { background: url('Images/Flight/Map/Big/REGULAR-RB.png') no-repeat ; width: 53px; height: 65px; }
.REGULAR-RF2 { background: url('Images/Flight/Map/Big/REGULAR-RF.png') no-repeat ; width: 53px; height: 65px; }
.REGULAR-XL2 { background: url('Images/Flight/Map/Big/REGULAR-XL.png') no-repeat ; width: 53px; height: 65px; }
.NOBABY2 { background: url('Images/Flight/Map/Big/REGULAR.png') no-repeat ; width: 53px; height: 65px; }
.NOBABY-PS2 { background: url('Images/Flight/Map/Big/REGULAR-PS.png') no-repeat ; width: 53px; height: 65px; }
.NOBABY-PD2 {background: url('Images/Flight/Map/Big/REGULAR-PD.png') no-repeat;width: 53px;height: 65px;}
.NOBABY-RB2 { background: url('Images/Flight/Map/Big/REGULAR-RB.png') no-repeat ; width: 53px; height: 65px; }
.NOBABY-RF2 { background: url('Images/Flight/Map/Big/REGULAR-RF.png') no-repeat ; width: 53px; height: 65px; }
.NOBABY-XL2 { background: url('Images/Flight/Map/Big/REGULAR-XL.png') no-repeat ; width: 53px; height: 65px; }
.RIGHTWNG2 { background: url('Images/Flight/Map/Big/RIGHTWNG.png') no-repeat ; width: 27px; height: 65px; }
.SERVICE2 { background: url('Images/Flight/Map/Big/SERVICE.png') no-repeat ; width: 53px; height: 65px; }
.WC2 { background: url('Images/Flight/Map/Big/WC.png') no-repeat ; width: 53px; height: 65px; }
.EXTWING2 { background: url('Images/Flight/Map/Big/RIGHTWNG.png') no-repeat ; width: 27px; height: 65px; }
.CRIB2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.CRIB-PS2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.CRIB-PD2.selected {background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.CRIB-RB2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.CRIB-RF2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.CRIB-XL2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.EXIT2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.EXIT-PS2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.EXIT-PD2.selected {background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.EXIT-RB2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.EXIT-RF2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.EXIT-XL2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.REGULAR2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.REGULAR-PS2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.REGULAR-E12.selected {background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.REGULAR-EP2.selected {background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.REGULAR-PD2.selected {background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.REGULAR-RB2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.REGULAR-RF2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.REGULAR-XL2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.NOBABY2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.NOBABY-PS2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.NOBABY-PD2.selected {background: url('Images/Flight/Map/Big/PENDING.png') no-repeat;}
.NOBABY-RB2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.NOBABY-RF2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.NOBABY-XL2.selected { background: url('Images/Flight/Map/Big/PENDING.png') no-repeat; }
.marginBottomSection { margin: 0 0 20px 0 !important; }
.marginTopBottom2{height: 17px;padding-top: 5px;padding-bottom: 5px;border-left: 2px solid #bfbfbf;border-right: 2px solid #bfbfbf;border-bottom: 2px solid #bfbfbf;padding-right: 148px;}
.clearSelectSeats2 { font-weight: bold;}
.specialRequestsContainer .graySep2 { margin: 23px 0 0 0; }
.ssButtons2 { width:944px; }

/*---  GRES014 --- */
.srSeatBox { width: 850px; font-size: 14px; height: 690px; }
    .srSeatBox .orangeBorderButton, .srSeatBox .orangeButton { line-height: 28px; padding: 0 10px; font-size: 14px; font-weight: 700; }
    .srSeatBox .orangeBorderButton { float: right; }
    .srSeatBox .orangeButton { float: left; }
.seatsSelectionSubTitle { background-color: #ededed; width: 98%; height: 27px; line-height: 27px; font-weight: 700; padding-right: 2%; font-size: 14px; margin-bottom: 10px; }
.passSubTitle { color: #008476; }
.selectedSeat { float: left; font-weight: 700; padding-left: 5px; width: 140px; text-align: left; }
.seatsSelectionPass { height: 230px; }
    .seatsSelectionPass li { line-height: 2; border-bottom: 1px solid #bfbfbf; }
        .seatsSelectionPass li div { margin: 4px 0;display: flow-root; }
            .seatsSelectionPass li div.selected { background-color: #d9edfa; }
#seatMapPassData, .selectSeatNoData { height: 510px; overflow: hidden; }

.ssRightSide { float: right; width: 500px; }
.ssLeftSide { float: left; width: 315px; }
.seatSelectionModal.popup #ssButtons {width: 60%;}
.leftSideTitle { line-height: 2; color: #008476; font-weight: 700; }
.ssLeftSide .seatsSelectionSubTitle { font-size: 13px; }

.selectSeatLink { color: #008476; font-size: 12px; text-decoration: underline; outline: none; cursor: pointer; float: left; line-height: 2.5; }
.selectSeatNoData { height: 300px; padding-top: 150px; text-align: center; font-size: 24px; font-weight: 700; }
.seatMapBox .freeSeatIcon { cursor: pointer; }
.freeSeatIcon { background: url(Images/mainSprite012016.png) no-repeat -67px -935px; width: 21px; height: 27px; }
    .freeSeatIcon.selected { background: url(Images/mainSprite012016.png) no-repeat -89px -935px; width: 21px; height: 27px; }
.occupiedSeatIcon { background: url(Images/mainSprite012016.png) no-repeat -45px -935px; width: 21px; height: 27px; }
.galleyIcon { background: url(Images/mainSprite012016.png) no-repeat -111px -935px; width: 21px; height: 27px; }
.lavatoryIcon { background: url(Images/mainSprite012016.png) no-repeat -155px -935px; width: 21px; height: 27px; }
.emptyIcon { background: url('Images/mainSprite012016.png') no-repeat -177px -935px; width: 21px; height: 27px; }
.leftMidWingIcon { background: url('Images/mainSprite012016.png') no-repeat -1px -963px; width: 21px; height: 27px; }
.leftTopWingIcon { background: url('Images/mainSprite012016.png') no-repeat -1px -935px; width: 21px; height: 27px; }
.leftBottomWingIcon { background: url('Images/mainSprite012016.png') no-repeat -1px -991px; width: 21px; height: 27px; }
.RightMidWingIcon { background: url('Images/mainSprite012016.png') no-repeat -23px -963px; width: 21px; height: 27px; }
.RightTopWingIcon { background: url('Images/mainSprite012016.png') no-repeat -23px -935px; width: 21px; height: 27px; }
.RightBottomWingIcon { background: url('Images/mainSprite012016.png') no-repeat -23px -991px; width: 21px; height: 27px; }
.exitIcon { background: url(Images/mainSprite012016.png) no-repeat -118px -920px; width: 20px; height: 11px; margin-top: 7px; }
.leftExitIcon { background: url(Images/mainSprite012016.png) no-repeat -44px -964px; width: 21px; height: 27px; }
.rightExitIcon { background: url(Images/mainSprite012016.png) no-repeat -49px -992px; width: 21px; height: 27px; }

.leftWingExitIcon { background: url(Images/mainSprite012016.png) no-repeat -67px -963px; width: 21px; height: 27px; }
.rightWingExitIcon { background: url(Images/mainSprite012016.png) no-repeat -67px -991px; width: 21px; height: 27px; }
.leftTopWingExitIcon { background: url(Images/mainSprite012016.png) no-repeat -89px -963px; width: 21px; height: 27px; }
.rightTopWingExitIcon { background: url(Images/mainSprite012016.png) no-repeat -111px -963px; width: 21px; height: 27px; }
.leftBottomWingExitIcon { background: url(Images/mainSprite012016.png) no-repeat -89px -991px; width: 21px; height: 27px; }
.rightBottomWingExitIcon { background: url(Images/mainSprite012016.png) no-repeat -111px -991px; width: 21px; height: 27px; }

.legendSymbols { margin: 10px 0 20px 0; }
    .legendSymbols li { width: 100%; display: inline-block; line-height: 1.9; margin: 2px 0; }
        .legendSymbols li div { margin-right: 5px; }

.seatMapBox { height: 586px; border: 2px solid #bfbfbf; overflow-y: scroll; text-align: center; }
    .seatMapBox .row { min-width: 55%; clear: both; display: inline-block; margin: 0 auto; text-align: center; }
        .seatMapBox .row .cell, .seatMapBox .row .cellT { float: left; width: 21px; height: 27px; color: #008476; font-size: 12px; line-height: 27px; text-align: center; }
        .seatMapBox .row .cell { font-size: 12px; }
        .seatMapBox .row .cellT { font-size: 13px; border-bottom: 1px solid #bfbfbf; }

/*-------------------- flight airline extras ------------------------------> */

.flightExtrasModal { overflow: hidden; clear: both; border: 3px solid #d3d2d3; border-radius: 5px; padding: 10px 10px 10px 10px; background-color: White; width: 620px; }
.flightExtrasModalInfoboxctrl { overflow: hidden; clear: both; border-radius: 5px; padding: 10px 10px 10px 10px; background-color: White; }
.closeExtrasDialog { cursor: pointer; width: 15px; height: 15px; background: url(Images/mainSprite012016.png) no-repeat scroll -209px -575px; float: right; margin-top: 8px; }


.flightExtrasModal .topRight { width: 600px; }
.flightExtrasModal .topMiddle { width: 600px; height: 37px; float: right; border: none; margin-bottom: 14px; font-size: 24px; color: #0047ba; background: #ffffff; text-align: center; line-height: 38px; }

.flightExtrasModal .bodySSR { width: 600px; background: #fff; padding: 18px; }
.flightExtrasModal .subHeader { font-size: 14px; font-weight: 700; }
.flightExtrasModal th { background: #ededed; }

.defaultDataTable th { border-left-width: 1px; border-left-style: solid; border-left-color: rgb(206, 228, 245); color: #008476; font-size: 12px; font-weight: 700; height: 28px; padding-right: 10px; text-align: right; border-width: 0 1px 0; }


/*  ------------------------ GI2003 ------------------------- */


.destSubTitle { font-weight: 700; font-size: 16px; }
.destRecommendationsBox { background-color: #f4f4f4; padding: 10px; display: inline-block; line-height: 1.5; min-height: 100px; border: 1px solid #cbcfd9; width: 683px; text-align: center; }
    .destRecommendationsBox .floatRight { width: 18%; border-left: 1px solid #cbcfd9; min-height: 100px; margin-right: -10px; }
    .destRecommendationsBox .floatLeft { width: 80%; }
    .destRecommendationsBox img { border-radius: 50% 50% 50% 50%; width: 100px; height: 95px; margin: 0 auto; display: block; }
.imgRecommBox { float: right; width: 18%; border-left: 1px solid #cbcfd9; min-height: 100px; margin-right: -10px; display: inline-block; margin-left: 10px; vertical-align: top; }
.textRecommBox { float: right; width: 80%; display: inline-block; text-align: right; }
.destVerticalSeparator { border-bottom: 1px solid #cbcfd9; margin: 5px 0 10px 0; }
.destMoreDesc ul li { float: right; width: 33%; line-height: 1.5; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.destMoreDesc { clear: both; margin-top: 25px; display: inline-block; width: 100%; margin-bottom: 10px; }
.destRecommendations { clear: both; margin-top: 25px; display: inline-block; }
.destlinks { display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 10px; }
    .destlinks .list { width: 23%; float: right; margin-left: 15.5%; line-height: 1.5; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .destlinks .list:nth-child(3n+0) { margin-left: 0; }
    .destlinks .allLink { font-weight: 700; font-size: 14px; color: #213154; }
.destGrayArrow { background: url('Images/mainSprite012016.png') no-repeat -176px -606px; width: 5px; height: 8px; margin: 6px 3px 0 8px; float: right; }
.destOrangeArrow { background: url('Images/mainSprite012016.png') no-repeat -167px -606px; width: 7px; height: 10px; margin: 5px 3px 0 8px;; float: right; }
.destInfornation { border: 1px solid #cbcfd9; border-radius: 7px; padding: 10px; margin: 10px 0; clear: both; }
    .destInfornation .title, .destInfornations .title { color: #008476; font-size: 20px; clear: both; }
    .destInfornation .content, .destInfornations .content { line-height: 1.5; margin: 6px 0; }
.destInfornations { border: 1px solid #cbcfd9; padding: 10px; margin: 10px 0; overflow: hidden; }
    .destInfornations ul li { width: 22%; margin-left: 3%; float: right; }
.destInfoTab { border: 1px solid #cbcfd9; background-color: #f4f4f4; line-height: 2.5; text-align: center; color: #008476; font-weight: bold; cursor: pointer; }
    .destInfoTab.selected { color: #fff; background-color: #009989; }
.destTabs { margin-bottom: 10px; display: inline-block; width: 100%; }
.moreHotel { margin-right: 75%; }
.destlinks .ratingText { font-weight: 700; color: #008476; font-size: 15px; margin-right: 2px; }

.destImagesBorder { border: 1px solid #cbcfd9; border-radius: 5px; box-shadow: 0px 1px 1px #888; padding: 4px; position: relative; display: inline-block; }
    .destImagesBorder .seoName { background: rgba(226,239,248,0.8); box-shadow: 0 0 3px #fff; float: right; position: absolute; right: 4px; top: 60px; z-index: 5; color: #223155; font-size: 28px; height: 30px; font-family: 'FbExtazaRegular'; padding: 5px 20px; text-decoration: none; }
    .destDealBox img, .destImagesBorder img { width: 100%; }
.destDealBox { border: 1px solid #cbcfd9; border-radius: 7px; padding: 8px; margin: 10px 1%; box-shadow: 0 1px 2px #888; float: right; }
    .destDealBox .destName { border-top: 1px solid #cbcfd9; border-bottom: 1px solid #cbcfd9; font-size: 20px; margin: 10px 0; font-weight: 700; text-align: center; line-height: 1.5; }
    .destDealBox .destName { background: #f4f4f4; /* Old browsers */ background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #f4f4f4 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #f4f4f4 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */ }
    .destDealBox .date { text-align: center; line-height: 1.5; font-size: 14px; }
    .destDealBox .priceLine { text-align: center; color: #0047ba; line-height: 1.5; font-size: 14px; }
.destDealImgBox { height: 98px; overflow: hidden; min-width: 135px; }
.priceLine .priceStart { font-size: 14px; }
.priceLine .price { font-size: 20px; }

/*  Slider */

#destDealsSlider { position: relative; }
    #destDealsSlider .viewport { width: 665px; height: 250px; overflow: hidden; position: relative; margin: 0px auto; font-size: 0; }
    #destDealsSlider .disable { visibility: hidden; }
    #destDealsSlider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; white-space: nowrap; width: 675px; text-align: center; }
        #destDealsSlider .overview li { margin: 0 12px 0 0; width: 157px; display: inline-block; }
            #destDealsSlider .overview li:last-child { margin: 0 12px; }
            #destDealsSlider .overview li img { cursor: pointer; }
    #destDealsSlider .prev { background: url(Images/mainSprite012016.png) no-repeat -205px -1000px; right: 2px; }
    #destDealsSlider .next { background: url(Images/mainSprite012016.png) no-repeat -184px -1000px; left: 1px; }
    #destDealsSlider .buttons { float: none; display: block; position: absolute; top: 50%; margin-top: -39px; width: 20px; height: 65px; cursor: pointer; }


#destTabsSlider { width: 100%; display: inline-block; }
    #destTabsSlider .viewport { height: 35px; overflow: hidden; position: relative; }
    #destTabsSlider .disable { visibility: hidden; }
    #destTabsSlider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; width: 100%; }
        #destTabsSlider .overview li { float: right; margin: 0 5px 0 0; width: 158px; }
            #destTabsSlider .overview li img { cursor: pointer; }
    #destTabsSlider .prev { float: right; width: 7px; height: 15px; background: url(Images/mainSprite012016.png) no-repeat -182px -605px; cursor: pointer; position: relative; top: 8px; margin-left: 5px; }
    #destTabsSlider .next { float: left; width: 7px; height: 15px; background: url(Images/mainSprite012016.png) no-repeat -190px -605px; cursor: pointer; position: relative; top: 8px; left: 4px; }



#destImagesSlider { width: 100%; display: inline-block; }
    #destImagesSlider .viewport { float: right; width: 695px; height: 500px; overflow: hidden; position: relative; }
    #destImagesSlider .disable { visibility: hidden; }
    #destImagesSlider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
        #destImagesSlider .overview li { float: right; width: 695px; }
            #destImagesSlider .overview li img { cursor: pointer; }
    #destImagesSlider .prev { float: right; width: 25px; height: 49px; background: url(Images/mainSprite012016.png) no-repeat -158px -1000px; cursor: pointer; display: block; position: absolute; top: 220px; z-index: 15; }
    #destImagesSlider .next { float: left; width: 25px; height: 49px; background: url(Images/mainSprite012016.png) no-repeat -132px -1000px; cursor: pointer; left: 4px; display: block; position: absolute; top: 220px; z-index: 15; }

/*  ------------------------ GI2010 ------------------------- */


.lvCities ul li { float: right; width: 16.6%; line-height: 1.5; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #008476; cursor: pointer; }
.lvCities { clear: both; overflow: auto; }
.letters { border: 1px solid #cbcfd9; font-size: 15px; font-weight: 700; color: #757575; clear: both; margin-top: 10px; cursor: pointer; }
    .letters ul li { float: right; width: 4.5454%; text-align: center; line-height: 1.7; }
        .letters ul li.selected { background-color: #0047ba; color: #fff; }
.destsTitle { font-weight: 700; font-size: 20px; text-align: center; }
.destsLetter, .destsCountryName { color: #0047ba; font-size: 22px; }

/*  ------------------------ GSR2400 ------------------------- */

.skiInfoBox { margin-top: 10px; float: right; width: 100%; }
.popupMessageClass { position: absolute; top: 300; margin: auto; }
.skiSRInfoBox { overflow: hidden; clear: both; border-radius: 5px; padding: 8px 0; background-color: White; }
.skiSearchResultsContainer .OrangeHeader h1.mainTitle { font-size: 20px; font-weight: normal; }
.skiSearchResults .searchResults { margin-top: 0px; margin-bottom: 30px; }
.skiPkgItem .pkgTitle { line-height: 33px; height: 33px; background: #e3e8f0; font-size: 20px; font-weight: bold; padding: 0 10px; }
.skiPkgItem .imgBox { float: right; }
    .skiPkgItem .imgBox img { display: inline-block; height: 128px; width: 170px; margin-left: 10px; }
.skiPkgItem { border: 1px solid #c6c4c4; display: inline-block; width: 99%; }
    .skiPkgItem .priceBox { display: inline-block; text-align: center; border-right: 1px solid #c6c4c4; width: 162px; }
        .skiPkgItem .priceBox .price { color: #0047ba; font-size: 26px; }
        .skiPkgItem .priceBox .totalPrice { font-weight: bold; margin-bottom: 5px; }
        .skiPkgItem .priceBox .chooseButton { width: 90px; height: 33px; text-align: center; line-height: 30px; margin: 5px auto; font-size: 18px; font-weight: 700; border: none; border-radius: 3px; background: #0047ba; color: #FFF; }
    .skiPkgItem .priceText span { display: block; font-size: 13px; color: #7d7d7d; line-height: 16px; }
.skiPkgItemDetails { float: right; margin: 0 12px; font-size: 13px; width: 320px; }
    .skiPkgItemDetails .details { line-height: 20px; min-height: 20px; color: #707070; }
    .skiPkgItemDetails .moreDetailsLink { color: #008476; margin-top: 4px; cursor: pointer; }
    .skiPkgItemDetails .moreDetailsIcon { background: url(Images/mainSprite012016.png) no-repeat -208px -590px; width: 9px; height: 14px; margin-top: 2px; margin-left: 3px; float: right; }
    .skiPkgItemDetails .Stars { width: 7px; display: inline-block; margin: 0 -2px 0 0; background: background: url('Images/mainSprite012016.png') no-repeat -1px -838px; }
.skiSearchResults { clear: both; margin-top: 20px; }
.skiFilterBox { margin-bottom: 20px; }
.skiPkgDetails { display: inline-block; padding: 12px; width: 100%; }
.skiPkgItem .pkgTitle .categoryLevels { font-size: 14px; display: inline-block; float: left; }
    .skiPkgItem .pkgTitle .categoryLevels .categoryName { float: right; margin: 0 18px 0 2px; font-size: 13px; font-weight: bold; }
.skiPkgItem .pkgTitle .categoryIcon { float: right; background: url(Images/mainSprite012016.png) no-repeat -111px -1032px; width: 13px; height: 12px; margin-top: 10px; }
.filterChecks li label { margin-right: 5px; }
.skiSitesContainer { margin-top: 50px; }
.skiPkgItem .availabilityState { text-align: center; float: right; width: 90px; margin: 10px 28px; }
.skiPkgItem .phoneOrder { background: url(Images/mainSprite012016.png) no-repeat -68px -1071px; width: 70px; height: 25px; float: right; }
.skiPkgItem .fullFlight { background: url(Images/mainSprite012016.png) no-repeat -34px -1071px; width: 33px; height: 28px; margin: 0 auto; }
.hotelInfoIcon { cursor: pointer; display: inline-block; margin-left: 5px; }
.cbHotel label { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline-block; width: 176px; vertical-align: bottom; }
/*  ------------------------ GC2400 ------------------------- */

.skiBox img, .destImagesBorder img { width: 100%; }
.skiSRInfoBox .infoBox { margin: 10px 0 -5px 0; }
.skiBox { border: 1px solid #cbcfd9; border-radius: 7px; padding: 8px; margin: 10px 1%; box-shadow: 0 1px 2px #888; float: right; cursor: pointer; }
    .skiBox .destName { background: #f4f4f4; /* Old browsers */ background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #f4f4f4 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #f4f4f4 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */ border-bottom: 1px solid #cbcfd9; border-top: 1px solid #cbcfd9; font-size: 22px; margin: 10px 0; text-align: right; line-height: 1.5; padding-right: 10px; color: #213154; }
    .skiBox .resortName { text-align: right; color: #008476; line-height: 1.5; font-size: 14px; max-width: 110px; overflow: hidden; display: inline-block; float: right; margin-right: 5px; text-overflow: ellipsis; }
    .skiBox .blueArrowLeft { float: left; margin-top: 5px; margin-left: 3px; width: 17px; }
#destDealsSlider.skiSitesSlider .buttons { margin-top: -48px; height: 66px; width: 22px; }
#destDealsSlider.skiSitesSlider .next { background: url(Images/mainSprite012016.png) no-repeat -183px -1066px; }
#destDealsSlider.skiSitesSlider .prev { background: url(Images/mainSprite012016.png) no-repeat -205px -1066px; }

.blueHeader h2 { color: #fff; font-size: 20px; height: 42px; line-height: 42px; text-align: center; background: #009989; margin: 10px 0; border-radius: 3px; }

/*  ------------------------ GP2400 ------------------------- */

.cpAddRoom { color: #0047ba; font-size: 13px; text-align: left; font-weight: 700; line-height: 4; }
    .cpAddRoom span { text-decoration: underline; cursor: pointer; }
.addRoomBox { display: none; }
    .addRoomBox .lblSkiCP { font-weight: 700; width: 36px; display: inline-block; }
    .addRoomBox select { width: 80px; height: 21px; line-height: 21px; border: 1px solid #7f9db9; padding: 1px; margin: 10px 15px 2px 15px; }
.addRoomRow { margin-top: 10px; display: inline-block; }
.agesRow select { margin-right: 53px; }
.agesRow div { float: right; width: 151px; text-align: center; }
.agesDesc { margin-right: 205px; width: 152px; }
.skiRooms .boardBasis, .skiRooms .deleteRoom { margin-right: 40px; }
.skiRooms .deleteRoom { text-decoration: underline; }
.cpYoungAge, .cpBabyAge { display: none; }
.addCencelRoom { display: inline-block; width: 100%; color: #008476; font-size: 13px; text-decoration: underline; }
    .addCencelRoom .floatRight, .addCencelRoom .floatLeft { text-decoration: underline; cursor: pointer; }
.skiPaxCount div { float: right; }
.skiPaxCount .lblSkiCP { line-height: 3.5; }
.skiPaxCount .agesRange { width: 116px; text-align: center; }


/*---------------------     GI2400 --------------------------*/


#skiImagesSlider { width: 100%; display: inline-block; }
    #skiImagesSlider .viewport { float: right; width: 933px; height: 440px; overflow: hidden; position: relative; }
    #skiImagesSlider .disable { visibility: hidden; }
    #skiImagesSlider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
        #skiImagesSlider .overview li { float: right; width: 933px; }
            #skiImagesSlider .overview li img { cursor: pointer; }
    #skiImagesSlider .prev { float: right; width: 25px; height: 49px; background: url(Images/mainSprite012016.png) no-repeat -158px -1000px; cursor: pointer; display: block; position: absolute; top: 185px; z-index: 15; }
    #skiImagesSlider .next { float: left; width: 25px; height: 49px; background: url(Images/mainSprite012016.png) no-repeat -132px -1000px; cursor: pointer; left: 4px; display: block; position: absolute; top: 185px; z-index: 15; }

.skiVideosSlider { width: 100%; display: inline-block; }
    .skiVideosSlider .viewport { float: right; width: 370px; height: 270px; overflow: hidden; position: relative; }
    .skiVideosSlider .disable { visibility: hidden; }
    .skiVideosSlider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
        .skiVideosSlider .overview li { float: right; width: 370px; }
            .skiVideosSlider .overview li img { cursor: pointer; }
    .skiVideosSlider .prev { float: right; width: 25px; height: 49px; background: url(Images/mainSprite012016.png) no-repeat -158px -1000px; cursor: pointer; display: block; position: absolute; top: 100px; z-index: 15; }
    .skiVideosSlider .next { float: left; width: 25px; height: 49px; background: url(Images/mainSprite012016.png) no-repeat -132px -1000px; cursor: pointer; left: 4px; display: block; position: absolute; top: 100px; z-index: 15; }

.skiImagesBorder { border: 1px solid #cbcfd9; border-radius: 5px; box-shadow: 0px 1px 1px #888; padding: 4px; position: relative; display: inline-block; }
    .skiImagesBorder .seoName { background: rgba(226,239,248,0.8); box-shadow: 0 0 3px #fff; float: right; position: absolute; top: 5px; z-index: 5; color: #213154; font-size: 33px; height: 33px; font-family: 'FbExtazaRegular'; padding: 10px 20px; text-decoration: none; }
    .skiImagesBorder img { width: 100%; height: 415px; }

.skiVideoBorder { border: 1px solid #cbcfd9; border-radius: 5px; box-shadow: 0px 1px 1px #888; padding: 2px; position: relative; display: inline-block; }
    .skiVideoBorder img { width: 100%; height: 244px; }

.skiWeatherBorder { border: 1px solid #cbcfd9; border-radius: 5px; box-shadow: 0px 1px 1px #888; padding: 2px; position: relative; display: inline-block; }

.leftSkiDetails { width: 550px; }
.rightSkiDetails { width: 375px; }
.addressBox { width: 370px; }
.skiTrail { width: 250px; height: 250px; }
.skiLifts { width: 276px; height: 250px; }

.blueLine { background-color: #009989; height: 3px; }
.grayLine { border: 1px solid #D5D5D5; margin: 0 auto; margin: 10px; }
.leftBorder { border: 1px solid #aeaeaf; }
.greyVertLine { background-color: #aeaeaf; width: 1px; min-height: 240px; margin: 20px 3px; }
.grayBorder { border: 1px solid #213154; }

.leftTitle { font-size: 20px; color: white; background-color: #009989; padding: 4px 10px 0 0; height: 28px; }
.skicommonTitle { background-color: #E8E8E8; font-weight: 700; margin: 10px; padding: 3px; }
.greyGeneralText { font-size: 16px; font-weight: 700; color: #959595; margin-top: 10px; }

.redColor { color: #ed1c24; }
.blueColor { color: #008476; }
.greenColor { color: #219c32; }
.blackColor { color: #000000; }
.orangeText { color: #0047ba; }
.grayText { color: #6c6c6c; }
.darkBlue { color: #213154; }
.gray2Text { color: #959595; }


.textAlignR { text-align: right; }
.textAlignC { text-align: center; }
.margin10 { margin: 10px; }
.margin13 { margin: 13px; }
.margin20 { margin: 20px; }
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }
.marginR10 { margin-right: 10px; }
.padding10 { padding: 10px; }
.padding7 { padding: 7px; }
.paddingR10 { padding-right: 10px; }

.trailSpan { display: block; }
.floatRightGeneral { float: right; }
.floatLeftGeneral { float: left; }

.breaker { float: none; clear: both; font-size: 1px; height: 1px; }
.space20 { height: 20px; }

.width70Pr { width: 70%; }
.width15Pr { width: 15%; }
.width45Pr { width: 45%; }
.width35Pr { width: 35%; }
.width55Pr { width: 55%; }
.width33Pr { width: 33%; margin: 0 auto; }
.width60Pr { width: 60%; }

.height90Pr { height: 90%; }

.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font34 { font-size: 34px; }

.skiCommonImg { background: url(Images/ski.png) no-repeat; width: 229px; height: 130px; margin: 5px; }
.skiOrangeArrow { background: url('Images/mainSprite012016.png') no-repeat -146px -1050px; width: 38px; height: 20px; }
.skiPoin { background: url('Images/mainSprite012016.png') no-repeat -130px -1049px; width: 10px; height: 10px; margin-top: 10px; }
.skiCategoryImg { background: url('Images/mainSprite012016.png') no-repeat -109px -1016px; width: 18px; height: 17px; }
.cableLift { background: url(Images/mainSprite012016.png) no-repeat 0px -1068px; width: 33px; height: 52px; margin: 0 auto; }
.skiTowsLift { background: url(Images/mainSprite012016.png) no-repeat -65px -1018px; width: 43px; height: 52px; margin: 0 auto; }
.chairLift { background: url(Images/mainSprite012016.png) no-repeat 0px -1018px; width: 65px; height: 50px; margin: 0 auto; }

.skiInfornations .content { line-height: 1.5; margin: 6px 0; font-size: 14px; }
.skiInfornations { overflow: hidden; }
    /*check*/
    .skiInfornations ul li { margin: 0 0 0 4px; float: right; }
.skiTabs { display: inline-block; width: 100%; }
.skiInfoTab { background-color: #e8e8e8; padding: 8px 15px; text-align: center; cursor: pointer; }
    .skiInfoTab.selected { color: #fff; background-color: #009989; }


.skiButton { background-color: #0047ba; color: white; font-size: 18px; margin: 15px 0; padding: 7px; border: 1px solid #0047ba; border-radius: 2px; position: relative; display: inline-block; cursor: pointer; }

#skiRelConteiner { position: relative; }
    #skiRelConteiner .maxSkiTitle { position: absolute; z-index: 25; text-decoration: none; float: right; top: -25px; left: 120px; }
    #skiRelConteiner .minSkiTitle { position: absolute; z-index: 25; text-decoration: none; float: right; top: 10px; left: 40px; }

#skiResortUrl { text-decoration: underline; color: #008476; }

/* ------------------------------GP2402------------------------------------ */
.skiResDetails .titleText { font-size: 22px; width: 100%; color: #008476 !important; line-height: 3; text-align: center; margin-top: -30px; }
.skiResDetails { padding: 30px; border: 2px solid #959595; background: #f3f3f3; float: right; width: 100%; margin: 27px 30px 60px 30px; }
.passDetailsContainer { border: 1px solid #c5c3c3; float: right; width: 100%; border-top: 0; }
.skiResDetails .passDetailsTitle { color: #0047ba; background: #d9e9fb; height: 30px; border: solid #bfbfbf; border-width: 1px 0; line-height: 26px; padding: 5px 10px 0 0; text-align: right; font-size: 15px; font-weight: bold; }
.passDetailsContainer .passDetailsItem li { background: #fff; text-align: right; line-height: 40px; padding-right: 10px; position: relative; width: 540px; }
    .passDetailsContainer .passDetailsItem li:not(:last-child):after { content: ""; background: #ccc; position: absolute; right: 2.5%; bottom: 0; height: 1px; width: 95%; }
.skiServicesLink { margin-left: 25px; }
/*---------------------     GP2401 --------------------------*/
.boxInfoServices { border: solid 1px #0047ba; }
.boxInfoPax { border: solid 1px #c6c4c4; background-color: #d9e9fb; padding: 5px; }
.skiInfoServicesImg { background: url(Images/mainSprite012016.png) no-repeat -187px -719px; width: 24px; height: 30px; margin: 3px 12px; }

.blackColor1 { color: #213154; }
.grayBackGrColor { background-color: #e3e8f0; }
.rightPax { width: 30%; }
.lefttServices { width: 68%; }
.grayRightLine { border: 1px solid #c6c4c4; margin: 0 auto; }

.skiServiceDesc { font-size: 13px; font-weight: 700; color: #008476; width: 60%; }
.skiServiceDays { font-size: 13px; color: #707070; width: 15%; }
.skiServicePrice { font-size: 14px; font-weight: 700; color: #008476; width: 20%; }
.skiServiceIsSelected { width: 5%; text-align: center; }

.selectedPax { background-color: #d9e9fb; border: solid 1px white; }
.btnSelectFares {
    height: 49px;
}
.btnSelectFares div{height: 37px;
    width: 150px;
    float: left;
    line-height: 37px;
    font-size: 16px;
    margin-top: 10px;}


/* ---------------------- HP1301 ---------------------------- */
.fareComp
{
    color: #1b47be;font-size: 13px; font-weight: bold; line-height: 39px; margin-right: 10px;
}

.lvFaresBox ul 
    {
    margin-top: 20px;
    width: 100%;
    display: inline-block; 

}
.lvFaresBox ul li.lvFaresLi{
            float: right;
        border: solid 1px #d1d3d9;
        width: 161px;
        margin-left: 9px;
}
.lvFaresBox ul li.lvFaresLi:last-child
{
     margin-left: 0px;
}

   .lvFaresLi #farePrice{
       height: 126px; background-color: #f3f3f3; text-align: center;
    }

    .lvFaresLi .farePriceText {
        height: 60px; font-size: 23px; line-height: 66px; letter-spacing: 0.6px; color: #213154;
    }

    #fareRunningOut 
    {
         color: #999999;
    }

    .faresLastSeats{
            font-size: 14px;
            margin-top: 25px;
    }

    .fareSubDetails {
        margin-top: 15px; line-height: 1.5; font-size: 14px;
    }

    .lvFaresLi .fareName {
        width: 161px;
        height: 40px;
        background-color: #309b8a;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
    }

     .flightFares input[type=radio]:before {
        display: block;
        width: 16px;
        height: 16px;
        content: '';
        position: absolute;
        pointer-events: none;
        border-radius: 50%;
        background-color: #ffffff;
        border: solid 1px #213154;
    }

     .flightFares input[type=radio]:checked:before {
        content: '●';
        font-size: 25px;
        line-height: 0.52;
        text-align: center;
        color: gray;
    }

    .flightFares {
        border-radius: 4px;
        background-color: #ffffff;
        border: solid 1px #bfbfbf;
        padding: 8px 12px;
        overflow: hidden;
    }

        .flightFares .obIcon {
            background: url('/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png') no-repeat -97px -1126px;
            width: 27px;
            height: 16px;
            float: right;
            top: 4px;
            position: relative;
        }

        .flightFares .ibIcon {
            background: url('/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png') no-repeat -97px -1143px;
            width: 27px;
            height: 16px;
            float: right;
            top: 4px;
            position: relative;
        }


    .faresArkiaLogo {
        width: 56px;
        height: 28px;
        background: url(/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png) -87px -208px no-repeat;
        display: inline-block;
        float: right;
    }

    .faresArkiaTitle {
        font-size: 23px;
        font-weight: bold;
        color: #1b47be;
        float: right;
        margin: 0 7px;
    }

    .faresArkiaFlightDate {
        clear: both;
        background: #e5e4e5;
        font-size: 14px;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        padding-right: 6px;
        color: #1b47be;
        margin-top: 15px;
    }
    .conditionsBox {
        height: 255px;
        background-color: #f3f3f3;
        text-align: center;
    }

        .conditionsBox .SearchVerticalSeparator {
            width: 100%;
            clear: both;
            margin: 0;
        }

    .conditionsDiv {
        width: 120px;
        display: inline-block;
        line-height: 23px;
        text-align: right;
        margin-right: 10px;
    }

        .conditionsDiv ul {
            list-style-type: disc !important;
            font-size: 14px;
            margin-top: 15px;
        }

    .conditionsLink {
        margin-top: 10px;
        display: inline-block;
        width: 150px;
        cursor: pointer;
    }

        .conditionsLink .text {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.5;
            letter-spacing: 0.4px;
            color: #309b8a;
            text-decoration: underline;
        }


        .conditionsLink .closeIcon, .conditionsLink .openIcon {
            width: 9px;
            height: 6px;
            float: right;
            position: relative;
            top: 7px;
            margin-left: 5px;
        }

        .conditionsLink .closeIcon {
            background: url('/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png') no-repeat -104px -429px;
            background-size: 113px 582px;
            position: relative;
            right: 0px;
        }

        .conditionsLink .openIcon {
            background: url('/App_Themes/ArkiaDefaultTheme/Images/mainSprite012016.png') no-repeat -104px -435px;
            background-size: 113px 582px;
        }
        #arkia_chatInlay {
            width: 260px !important;
        }

/*---------------------     ContactUs  -----------------------*/

.ContactList { clear: both; margin-top: 10px; overflow: hidden; }
#mainContactUs { max-width: 705px; min-width: 335px; margin: 0 auto; }
#RequestInformation { width: 80%; margin: auto; min-width: 250px; max-width: 450px; }

@media (max-width: 630px) {
    #RequestInformation { width: 95%; }
}

.infomationSpan { width: 25%; min-width: 100px; display: inline-block; padding-top: 10px; padding-bottom: 10px; text-align: right; vertical-align: top; font-weight: bold; font-size: 13px; color: #213154; }
.informationLine { text-align: center; }
.infomationInput { width: 70%; max-width: 500px; display: inline-block; padding-top: 10px; padding-bottom: 10px; text-align: right; }

@media (max-width: 530px) {
    .infomationSpan { width: 100%; }
    .infomationInput { width: 100%; max-width: 500px; }
}

.regFlInputDestination1 { background-color: #fff; border: 1px solid #D4E0DE; color: #213154; height: 21px; padding-right: 5px; padding-left: 5px; text-align: right; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#mainContactUs input, select { font: 12px Arial,Verdana,Sans-Serif; outline: none; }
.regFlInputDestinationTextarea { background-color: #fff; border: 1px solid #D4E0DE; color: #213154; padding-right: 5px; padding-left: 5px; text-align: right; width: 100%; height: 63px !important; font: 12px Arial,Verdana,Sans-Serif; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*.captchaInput {width: 230px; display: inline;}*/
.AreaButton { width: 200px; height: 148px; background-color: #e3e3e3; color: #213154; font-weight: bold; font-size: 20px; display: inline-block; border-radius: 5px; text-align: center; vertical-align: middle; margin: 5px; cursor: pointer; }
    .AreaButton:hover { background-color: #213154 !important; color: white !important; }
    .AreaButton img { display: block; margin: 20px auto 10px; }
/*.continer2 { border: 1px #d7d7d7 solid; border-radius: 12px; margin-bottom: 20px; height: 1000px;}*/
.continer2 {
    height: 1000px;
    margin-bottom: 20px;
}
.p1 { font-size: 16px; color: #213514; margin: 10px 0; }
.breadcrumb1 { font-weight: bold; font-size: 16px; color: #b3b3b3; }
.breadcrumbSelected { color: #008476 !important; }
.breadcrumbList { margin: 10px 15px; }
.continer3 { border-top: 1px #d7d7d7 solid; }
.SubjectsList { background-color: #f5f5f5; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 10px; }
.padding10 { padding: 10px; }
.h3 { font-size: 24px; color: #0047ba; padding: 10px 0; }
.continerC { margin: auto; text-align: center; }
.hidden { display: none; }
.contactDiv { width: 287px; height: 210px; background-color: #e3e3e3; color: #213154; display: inline-block; border-radius: 5px; text-align: right; vertical-align: middle; margin: 8px; padding: 10px 15px 10px 15px; cursor: pointer; }
.contactHeader { height: 25%; font-weight: bold; font-size: 20px; }
.contactDetails { height: 45%; font-weight: bold; font-size: 18px; }
.contactDetail { margin-bottom: 15px; vertical-align: middle; }
.contactHours { height: 30%; font-weight: normal; font-size: 16px; }
    .contactHours label { margin-bottom: 5px; display: block; }
.contactIcon { margin-left: 5px; vertical-align: middle; }
.inline { display: inline; }
.headerNextToPace { display: table-cell; vertical-align: middle; }
.pace { margin: 10px 2px 10px 10px; display: table-cell; vertical-align: middle; }
.haeder { vertical-align: middle; display: table; }
.regularTextInForm { font-weight: normal !important; color: #797979 !important; }
.sendButtonC { font-weight: normal; background-color: #0047ba; color: white; font-size: 18px; border-radius: 2px; border: none; padding: 2px 28px; height: 30px; width: 100px; font-size: 18px !important; }
.footerDiv { margin-top: 8px; border-top: 1px #d7d7d7 solid; }
.SubjectHeader { border-bottom: 1px #d7d7d7 solid; margin-bottom: 8px; padding-right: 10px; }
.SubjectHeaderSpan { display: table-cell; vertical-align: middle; font-weight: bold; font-size: 20px; color: #213154; padding-right: 5px; }
.SubjectHeaderImgDiv { display: table-cell; vertical-align: middle; }
.SubjectHeaderDiv { display: table; height: 85px; }
.buttonsDiv { display: table-cell; vertical-align: middle; }
.footerButtonsDiv { display: table; height: 85px; width: 100%; }
.cancel { font-weight: normal; font-size: 18px; color: #0047ba; border: solid 1px #0047ba; border-radius: 2px; background-color: white; padding: 2px 28px; height: 30px; width: 100px; font-size: 18px !important; }
.CancelDiv { width: 50%; text-align: right; padding-right: 15px; /*display:inline;*/ display: table-cell; vertical-align: middle; }
.SendDiv { width: 50%; text-align: left; padding-left: 15px; /*display:inline;*/ display: table-cell; vertical-align: middle; }

@media (min-width: 705px) {
    #RequestInformation { margin: 10px; max-width: 500px; }

    .regFlInputDestinationTextarea { width: 544px; height: 100px !important; }

    .infomationInput { width: 285px !important; }

    .bigWidth { width: 350px !important; }

    .informationLine { text-align: right; }

    .dialog1 { text-align: center; font-size: 20px; color: #213154; background-color: white; margin: auto; top: -500px; z-index: 150; }

    .closeIcon { display: block; float: right; position: relative; top: 15px; right: 15px; }

    .okIcon { display: table-cell; vertical-align: middle; }

    .dialog1 p { display: table-cell; vertical-align: middle; text-align: right; padding-right: 20px; }

    .dialogBody { display: table; margin: 80px auto; }

    /*.ui-dialog-titlebar-close {
    visibility: hidden;
}*/

    .Continerbackground { background-color: #f5f5f5; }

    .twoLines { font: 12px Arial,Verdana,Sans-Serif; height: 42px; }

    .phone { width: 95%; text-align: left; }

    .PrePhone { text-align: left; }

    .phoneRow { display: table; width: 100%; }

    .phonePart { display: table-cell; width: 75%; }

    .PrePhonePart { display: table-cell; text-align: left; width: 18%; }

    .innerDivArea { width: 135px; margin: auto; line-height: 83%; }

    .hide { display: none; }

    /*---------------------     ContactUs  -----------------------*/
    .SRfixDate { margin-bottom: 6px; margin-top: 6px; }

    .CheckBoxfixDate { float: right; margin-right: 20px; margin-left: 7px; background-color: white; }

    .LiteralfixDate { margin-left: 20px; font-size: 13px; }

    .CheckBoxfixDate input[type="checkbox"] { width: 18px; height: 18px; }

    .ageSpinner { border: lightgray 1px solid; margin: 3px 27px 5px 20px; padding: 3px 3px 0 2px; overflow: hidden; background-color: white; }
        .ageSpinner span:nth-child(1) { width: 25px; display: inline-block; }
        .ageSpinner span:nth-child(2) { width: 40px; color: gray; display: inline-block; margin: 0px; padding-left: 1px; }
        .ageSpinner span { float: right; padding: 4px 5px 0 3px; font-weight: bold; }
        .ageSpinner input { float: left; padding-top: 0; }
            .ageSpinner input[type=text] { width: 10px; border: 0; background-color: transparent; font-size: 15px; padding-top: 3px; }
            .ageSpinner input[type=button] { color: #008476; font-size: 22px; border: 0; background-color: transparent; cursor: pointer; padding-top: 0; margin-top: -2px; margin-left: 5px; margin-right: 5px; }
            .ageSpinner input:nth-child(3) { font-size: 25px; }
