/* CSS Document for Accessibility */

/* css for h1-h4 styling*/
.accessable-h1{
	color: #0444A6;
	margin: 6px 0 0.5em;
	font-family: 'MyliusModernRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.167em;
	letter-spacing: -0.01em;
	line-height: 1.1em;
}

.accessable-h2{
	font-size: 1.5em;
	color: #0444A6;
	margin: -1px 0 0.5em;
	letter-spacing: -0.005em;
}

.accessable-h3{
	font-size: 1.167em;
	color: #002f78;
	margin: 0 0 0.5em;
	font-weight: bold;
}
.navCompanyLeftCol a{
	margin-right:1px;
}

.accessable-h4{
	font-size: 1em;
	margin: 0 0 0.5em;
	font-weight: bold;
}

article.webform a:hover {
    border-bottom: medium none;
    text-decoration: underline;
}
article.webform a {
    border-bottom: 1px solid #ccc;
    text-decoration: none;
} 
/* Global underline */
a.accessible,
.socialLinks li a {
	border-bottom:1px solid #CCCCCC;;
	text-decoration:none;
}
a.accessible:hover{
	border-bottom:0;
	text-decoration:underline;
}
/* End Global underline */

/*css for header error*/
.messageError-h4 {
    color: #800 !important;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0;
}

.messageError-h4 + ul {
    margin-top: 0.6em;
} 

/* CSS for focus on ba logo, home link and footer links*/
a#balogo:focus,
a#home:focus,
footer .siteLinks a:focus,
footer .socialLinks a:focus{ 
	outline: #AAAAAA dotted thin;
}

/* CSS for Global Underline Link */
html footer .siteLinks a{
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
}
html footer .siteLinks a:hover{
	border-bottom:none;
	text-decoration:none !important;
}
a.fx-accessible{
	text-decoration: underline;
}

a.fx-accessible:hover{
	text-decoration: none;
}

/**Accessibility in webforms **/
.message.critical,
.message.critical h3
{
	outline:none;
}
.message.critical h2 {
	color: #800 !important;
	margin:0;
	font-size:1.8rem;
	line-height:2rem;
	font-weight:bold;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	outline:none;
} 
.message h2 + ul {
	margin-top:0.6em;
} 
article.webform h2.formHeader {
    display: none;
	color: #172e4d;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size:2rem;
	font-weight:normal;
	line-height:2.4rem;
	margin:2.4rem 0 1.4rem;
} 
.message.critical li{
	outline:none;
}
#loginBox  input[type="checkbox"]:focus,
.webform input[type="checkbox"]:focus{
	outline:#AAAAAA dotted thin;
}
.accessibility-thanksHeading {
	outline:none;
} 
#logobarNew #oneworldlogoNew{
	border:0;
}
/*css for highlighting tabs,buttons,etc*/
.btn input.primary.tabHighlighter:focus,
.btn a.primary.tabHighlighter:focus,
.btn a.secondary.tabHighlighter:focus{
	border:1px dotted;
}

/*css static popup buttons and links styling*/
.modal-design .return-site,
.modal-design .more-accessibility,
.modal-design .return-club {
	color: #2962AD !important; /*There is already "important" exist in ba site, therefore, to change color in modal we had to added it.*/
}
.modal-design .return-site {
	font-weight: bold;
	float: left;
	margin-top: 15.9px; 
	border-bottom: 1px solid #CCCCCC; 
	text-decoration: none;
	line-height: normal;
	margin-left: 1px;
}
.modalBox .return-atol {
	line-height: initial;
}
.modalBox .acceptFbModalMustAccept,
.modalBox .acceptTwitterModalMustAccept,
.modalBox .acceptLinkedModalMustAccept{ 
	padding-top: 26px; 
}
.modal-design .return-club {
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #CCCCCC; 
	text-decoration: none;
}
.ui-widget.dialogModal .ui-icon {
	width: 35px;
}
.modal-design .return-site:hover,
.modal-design .more-accessibility:hover {
	text-decoration: underline;
	border-bottom: 0;
}
.modal-design .return-site:hover,
.modal-design .more-accessibility:hover,
.modal-design .return-site:active,
.modal-design .more-accessibility:active,
.modal-design .return-site:focus {
	color: #4B97FA !important; /*There is already "important" exist in ba site, therefore, to change color in modal we had to added it.*/
}
.modal-design .return-site span {
	margin-left: 0;
}
.modal-design .more-accessibility { 
	cursor: pointer; 
	border-bottom: 1px solid #CCCCCC;
}
.modal-style .btn .secondary {
	float: right; 
	margin-top: 0;
	text-decoration: none;
	cursor: pointer;
}
.ui-widget.dialogModal .modal-style #alertText {
	outline: 0 none;
	overflow: auto;
}
.modal-style .btn a.standout:focus,
.modal-style .btn a.return-site:focus {
	outline: 1px dotted #AAAAAA;
}

.modal-design .btn {
    margin-top: 20px;
	float: left;
	width: 100%;
}
.socialLinks li a {
	cursor: pointer;
}
.noScrollContainer {
    overflow: hidden;
}
.noScrollContainer body {
    overflow-x: visible;
}
.ui-widget.dialogModal .modalContainer,
.ui-widget.dialogModal .atolContainer,
.ui-widget.dialogModal .oneworldContainer {
	background-color: #FFFFFF;
	padding: 0 20px 20px;
}
.ui-widget.dialogModal span.ui-dialog-title  {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin: 0 0 14px;
    font-family: 'MyliusModernRegular', 'DejaVu Sans', Helvetica, Arial, sans-serif !important; /*There is already "important" exist in ba site, therefore, to change font-family in modal we had to added it.*/
    color: #172e4d;
    text-rendering: optimizeLegibility;
    font-weight: normal;
}
.ui-widget.dialogModal {
    left: 321.5px !important; /*There is already "important" exist in ba site, therefore, to change position in modal we had to added it.*/
    padding: 20px;
	overflow: visible !important; /*There is already "important" exist in ba site, therefore, to change overflow in modal we had to added it.*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	border-radius: 0;
}
.ui-widget.dialogModal article {
	width: auto;
}
.ui-widget.dialogModal article p {
	margin: 10px 0;
    line-height: 1.357142;
}
.ui-widget.dialogModal .ui-dialog-titlebar {
	padding: 20px 20px 0;
	display: block;
	background-color: #ffffff;
	border-radius: 0;
}
.ui-widget.dialogModal .ui-widget-header {
	margin-bottom: 0;
}
.socialLinks li a {
	border-bottom: none;
}
.ui-widget.dialogModal .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
	background: url("/cms/global/assets/images/site/icon_vsg/close_lightbox.png");
	height: 40px;
}
.ui-widget.dialogModal .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick:hover {
	background: url("/cms/global/assets/images/site/icon_vsg/close_lightbox_hover.png");
	height: 40px;
}
.ui-widget.dialogModal a.ui-dialog-titlebar-close {
	border-bottom: none;
	padding: 0;
}
.ui-widget.dialogModal .ui-dialog-titlebar .ui-dialog-titlebar-close {
	top: -11px;
}
.ui-widget.dialogModal a.ui-dialog-titlebar-close {
	background: transparent;
    border: 0;
	margin: -10px 0 0;
}
div[role=document]:focus {
	outline:0;
}
/* Modal secondary buttons  */
.modal-design .btn a.standout {
    background: -moz-linear-gradient(top,  #3b76c5 0%, #2e5c99 100%);
    background: -webkit-linear-gradient(top,  #3b76c5 0%,#2e5c99 100%);
    background: -o-linear-gradient(top,  #3b76c5 0%,#2e5c99 100%);
    background: -ms-linear-gradient(top,  #3b76c5 0%,#2e5c99 100%);
    background: linear-gradient(top,  #3b76c5 0%,#2e5c99 100%);
    color: #fff;
}
.modal-design .btn a.standout:focus,
.modal-design .btn a.standout:hover,
.modal-design .btn button.standout: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%);
}
.modal-design .btn a.standout:active {
    outline:0;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 50, 100, 0.4);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 50, 100, 0.4);
}
.modal-design .btn a.standout span {
    padding: 4px 0 8px;
	display: inline;
	line-height: normal;
}
.modal-design .btn a span {
    margin: 0 10px;
	font-weight: normal;
}
.modal-design .btn a.standout {
	font-size: 20px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 7.5px 10px;
}

/* for payment page white Label modals*/
body #modal {
	background: #000000;
	opacity:0.7;
}


/**modal css for social medias**/

.ui-widget.dialogModal{
bottom: 0 !important;
    height: auto;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    text-align: center;
    top: 0 !important;
    width: auto !important;
}
.ui-widget.dialogModal .ui-widget-header,
.ui-widget.dialogModal .modalContainer,
.ui-widget.dialogModal .atolContainer,
.ui-widget.dialogModal .oneworldContainer{
float:none !important;
margin:10% auto 0;
text-align:left;
width:596px !important;
position:relative;
}
.ui-widget.dialogModal .modalContainer,
.ui-widget.dialogModal .atolContainer,
.ui-widget.dialogModal .oneworldContainer{
margin:0 auto;
}


.fieldrow #passengersToolTipPad,
.fieldrow .passengersToolTipPad{
width:103px;
}
#myRecentSearchesContainer .rsrDelete {
border-bottom:1px solid #ccc;
text-decoration:none;
}

#myRecentSearchesContainer .rsrDelete:hover {
border-bottom:0;
text-decoration:underline;
}

a#rsrDisableText {
    color: #2962ad;
    text-decoration: none;
	border-bottom:1px solid #ccc;	
}

#myRecentSearchesContainer a#rsrDisableText:hover {
    border-bottom: 0;
    text-decoration: underline;
}
#myRecentSearchesContainer #rsrEnableSearch #rsrEnableText {
    text-decoration: none;
	border-bottom:1px solid #ccc;
}
#myRecentSearchesContainer #rsrEnableSearch #rsrEnableText:hover {
    text-decoration: underline;
	border-bottom:0;
}
.mainRecentSearches .ui-dialog-titlebar .ui-dialog-titlebar-close{
	border:0;
	background:transparent;
}
html #ticketDetail  .inlineFieldInfo .tertiaryLink,
html  #plan_trip .ngtable .complexGOHotelHolder table th a.apdInfoPopUpIcon,
html  #plan_trip .ngtable .packageSection .multiline a.apdInfoPopUpIcon,
html  #hotelPackageRoomsHolder #roomAllocHolder a.apdInfoPopUpIcon,
html #plan_trip .paxMix a:hover,
html .multiCentreCJ a.tertiaryLink:hover
{
border-bottom:0;
text-decoration:none;
}
html #ticketDetail .inlineFieldInfo .tertiaryLink:hover,
html  #plan_trip .ngtable .complexGOHotelHolder table th a.apdInfoPopUpIcon:hover,
html  #plan_trip .ngtable .packageSection .multiline a.apdInfoPopUpIcon:hover,
html  #hotelPackageRoomsHolder #roomAllocHolder a.apdInfoPopUpIcon:hover{
border-bottom:0;
text-decoration:none;
}
html #myRecentSearches tbody,
#myRecentSearchesContainer #rsrDisableSearches
{
border:0;
outline:none;
}
.rsrButtons .rsrContinueButton:focus{
outline:thin dotted #1e80e1;
}

html #myRecentSearchesContainer #rsrEnableSearch #rsrEnableText{
	border-top: 0;
	padding:0;
    text-decoration: none;
}
#complexFlights a.fx-accessible {
	text-decoration: underline;
}

#complexFlights a.fx-accessible:hover{
	text-decoration: none;
}



