/* @font-face DEFINITIONS for MYLIUS MODERN */
@font-face {
    font-family: 'MyliusModernBold';
    src: url('/cms/global/styles/pages/execclub/type/mylius-Modern-bd.eot');
    src: url('/cms/global/styles/pages/execclub/type/mylius-Modern-bd.eot?#iefix') format('embedded-opentype'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-bd.woff') format('woff'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-bd.ttf') format('truetype'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-bd.svg#MyliusModernBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyliusModernRegular';
    src: url('/cms/global/styles/pages/execclub/type/mylius-Modern-reg.eot');
    src: url('/cms/global/styles/pages/execclub/type/mylius-Modern-reg.eot?#iefix') format('embedded-opentype'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-reg.woff') format('woff'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-reg.ttf') format('truetype'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-reg.svg#MyliusModernRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyliusModernLight';
    src: url('/cms/global/styles/pages/execclub/type/mylius-Modern-lt.eot');
    src: url('/cms/global/styles/pages/execclub/type/mylius-Modern-lt.eot?#iefix') format('embedded-opentype'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-lt.woff') format('woff'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-lt.ttf') format('truetype'),
         url('/cms/global/styles/pages/execclub/type/mylius-Modern-lt.svg#MyliusModernLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    outline: none;
}

.ui-dialog-titlebar.ui-widget-header {
    background-color: #FFFFFF;
    border-radius: 0px;
}

.ui-dialog-titlebar.ui-widget-header .ui-icon {
    background-image: url("/cms/global/assets/images/JQueryUI/ui-icons.gif");
}

.ui-dialog {
    padding: 10px;
}

.ui-dialog-titlebar-close.ui-state-hover {
    background: none;
    border: none;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    background: url("/cms/global/assets/images/site/plantrip/plan-trip-icons.png") 0px -135px;
    width: 35px;
    height: 35px;
/*    margin: -17px 0px 0px -3px;
*/}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0px;
    top: 0px;
}

.ui-widget-overlay {
    background-color:#000000;
    opacity: 0.7;
}

#ui-dialog-title-recentSearches {
    color: #0E203F;
    font-size: 20px;
}

.mainRecentSearches {
    overflow: visible !important;
}

/*------------------ Recent Flight Searches ------------------*/

#ui-dialog-title-myRecentSearchesContainer{
    font-family:'MyliusModernRegular', 'DejaVu Sans', Arial, Helvetica, sans-serif !important;
    color:#0E203F;
    font-weight:normal;
    font-size:28px;
    text-shadow:0 0 1px rgba(23,46,77,0.3);
    text-rendering:optimizeLegibility;
}

/* Margin-top is a fix for iPad */
#myRecentSearchesContainer{background-color: #FFFFFF;border:none;display:none;margin-top:-1px;}


#myRecentSearchesContainer .loading{
    padding:5px 0 0 80px;
    margin:20px 10px;
    display:block;
    height:60px;
    background:url('/cms/global/assets/images/site/icon/vsg_spinner.gif') no-repeat;
    font-family:'MyliusModernRegular', 'DejaVu Sans', Arial, Helvetica, sans-serif !important;
    color:#0E203F;
    font-weight:normal;
    font-size:28px;
    text-shadow:0 0 1px rgba(23,46,77,0.3);
    text-rendering:optimizeLegibility;
}

/* Buttons */
#myRecentSearchesContainer .btn .secondary {
    background: #3c78c7;
    background: -moz-linear-gradient(top,  #4b97fa 0%, #3c78c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b97fa), color-stop(100%,#3c78c7));
    background: -webkit-linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    background: -o-linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    background: -ms-linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    background: linear-gradient(top,  #4b97fa 0%,#3c78c7 100%);
    border: none;
    padding: 3px 10px 4px;
    cursor: pointer;
    box-shadow: none;
    text-decoration:none;
    display:block;
    font-weight:normal;
}

#myRecentSearchesContainer .btn .secondary:hover {
    background: #4b97fa;
    background: -moz-linear-gradient(top,  #88bcff 0%, #4b97fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bcff), color-stop(100%,#4b97fa));
    background: -webkit-linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
    background: -o-linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
    background: -ms-linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
    background: linear-gradient(top,  #88bcff 0%,#4b97fa 100%);
}

#myRecentSearchesContainer .btn .primary {
    background: #cc0000;
    background: -moz-linear-gradient(top,  #ff3e3e 0%, #cc0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3e3e), color-stop(100%,#cc0000));
    background: -webkit-linear-gradient(top,  #ff3e3e 0%,#cc0000 100%);
    background: -o-linear-gradient(top,  #ff3e3e 0%,#cc0000 100%);
    background: -ms-linear-gradient(top,  #ff3e3e 0%,#cc0000 100%);
    background: linear-gradient(top,  #ff3e3e 0%,#cc0000 100%);
    color: #fff;
    border: none;
    padding: 3px 10px 4px;
    cursor: pointer;
    box-shadow: none;
    text-decoration:none;
    display:inline-block;
    font-weight:normal;
}

#myRecentSearchesContainer .btn .primary:hover {
    background: #ff7777;
    background: -moz-linear-gradient(top,  #ff7777 0%, #ea3131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7777), color-stop(100%,#ea3131));
    background: -webkit-linear-gradient(top,  #ff7777 0%,#ea3131 100%);
    background: -o-linear-gradient(top,  #ff7777 0%,#ea3131 100%);
    background: -ms-linear-gradient(top,  #ff7777 0%,#ea3131 100%);
    background: linear-gradient(top,  #ff7777 0%,#ea3131 100%);
}


#myRecentSearchesContainer .rsrButtons{vertical-align:top;}
#myRecentSearchesContainer .rsrButtons{vertical-align:top;}
#myRecentSearchesContainer .rsrButtons .btn{float:right;text-align:center;}
#myRecentSearchesContainer .rsrButtons .div{float:right;filter: alpha(opacity=80);}
#myRecentSearchesContainer .rsrButtons .btn a{position:static !important;}

#myRecentSearchesContainer .rsrButtonsChoice{display:block;text-align:right;margin:0 0 5px 0;}
#myRecentSearchesContainer .rsrButtonsChoice .btn{display:inline-block;zoom: 1; *display: inline;}
#myRecentSearchesContainer .rsrButtonsChoice .btn:first-child{margin:0 15px 0 0;}

#myRecentSearchesContainer table, #myRecentSearchesContainer #rsrDisableSearches{width:630px;}

#myRecentSearchesContainer .rsrhidden{display:none;}
#myRecentSearchesContainer .bold{font-weight:bold;}
#myRecentSearchesContainer .rsr td{border-bottom:1px solid #E0E0E0; padding:10px 0 5px 0;}

/* Flight information */
#myRecentSearchesContainer .rsrFlightContent{width:428px;}
#myRecentSearchesContainer .rsrFlightContent p{ margin:0 0 4px;}
#myRecentSearchesContainer .rsrDestination a{font-weight:bold; color:#4B96F9; text-decoration:none;}
#myRecentSearchesContainer .rsrPassengerDetails{color:#666666;font-size:12px;}

#myRecentSearchesContainer .rsrDelete{display:block;float:right;margin-top:10px;cursor:pointer;color:#4B96F9;clear:both;}
#myRecentSearchesContainer .rsrDelete:hover{text-decoration:underline;cursor:pointer;}

/* Enable / Disable */
#myRecentSearchesContainer .rsrConfirmDelete{display:none;}
#myRecentSearchesContainer .rsrConfirmDelete .rsrConfirmDeleteButtons{display:block;}
#myRecentSearchesContainer .rsrConfirmDelete .rsrDeleteNo{margin:0 0 0 10px;}
#myRecentSearchesContainer .rsrConfirmDelete .tertiaryLink{cursor:pointer;color:#085BD8;text-decoration:none;background:url(/cms/global/assets/images/site/icon/redchevron.gif) no-repeat 0px 5px;padding:0 0 0 10px;}
#myRecentSearchesContainer .rsrConfirmDelete .tertiaryLink:hover{text-decoration:underline;}

#myRecentSearchesContainer #rsrEnableSearch #rsrEnableText{color:#4B96F9;border-top:2px solid #EAEAEA;padding:10px 0 0 0;margin:55px 0 0 0;}
#myRecentSearchesContainer #rsrDisableText:hover, #myRecentSearchesContainer #rsrEnableText:hover{text-decoration:underline;cursor:pointer;}
#myRecentSearchesContainer #rsrDisable td{color:#4B96F9;padding:10px 0;text-align:right;}
#myRecentSearchesContainer #rsrDisable.noRsr td{border-top:2px solid #EAEAEA;padding:10px 0;margin:55px 0 10px 0;}
#myRecentSearchesContainer #rsrEnableMessage{display:none;}
#myRecentSearchesContainer #rsrEnableMessage a{color:#4B96F9;}

#myRecentSearchesContainer #rsrDisableSearches{display:none;margin:40px 0 0 0;font-size:13px;}
#myRecentSearchesContainer #rsrDisableSearches p{border-bottom:5px solid #EAEAEA;margin:0 0 25px 0;padding:0 0 35px 0;line-height:1.5em;}

#rsrEmptyNotice{display:block;}
#rsrEmptyNotice td{padding:0 0 55px 0;}

/* Icon */
#myRecentSearchesContainer .rsrFlightLogos{vertical-align:top;padding:14px 0 0 0 !important;width:26px;}
#myRecentSearchesContainer .rsrRedemptionSearchLogo{padding:18px 0 0 0 !important;}
#myRecentSearchesContainer .rsrFlightLogo{height:24px;width:24px;background:url('/cms/global/assets/images/site/icon/recentsearchicons_16x16.png') no-repeat;}
#myRecentSearchesContainer .rsrFlightLogo.flightIcon{background-position:0 0;}
#myRecentSearchesContainer .rsrFlightLogo.hotelIcon{background-position:0 -30px;}
#myRecentSearchesContainer .rsrFlightLogo.carIcon{background-position:0 -60px;}

/* Avios Icon */
#myRecentSearchesContainer .aviosRSRImage{vertical-align:middle;margin:0 10px;}

/* RSR to Fare Quote page */
#myRecentSearchesContainer .rsrQuotedPrice{font-size:12px;}

/* RSR ShowAll/ShowLess */
#viewLess{
    display: none;
}
#viewWrapper{
    text-align: left;
    cursor: pointer;
    float: left;
}
#viewWrapper:hover{
    text-decoration:underline;
}
/* Hides 'Add to shortlist' link on plan trip */
#myRecentSearches a.addRsRtoShortlist {
	display: none;
}
.shortlistSuccessMessage {
    background: url('/cms/global/assets/images/site/icon_vsg/msg-tick.png') no-repeat scroll 5px 0 / 0.7rem auto transparent;
    padding: 0px 0px 1px 28px;
    margin-left: 10px;
    color: #265708;
    display: none;
	font-size: 12px
}

#rsrShortlistTabContainer #tab02{
    text-transform: capitalize;
}

