@charset "UTF-8";
/* CSS Document */

/* Online Checkin Pages CSS */

/*custom link*/

a.custom-standard:hover, a .custom-standard:hover, a.custom-standard:visited:hover, a.custom-standard:active, a .custom-standard:active, a.custom-standard:visited:active, a.custom-standard:focus, a .custom-standard:focus, a.custom-standard:visited:focus {
    color: #00509C;
	text-decoration: underline;
}

a.custom-standard, a .custom-standard, a.custom-standard:visited {
    color: #0060BB;
	text-decoration:none;
}

h3 {margin:12px 0;}

h1.checkin-title {
    color: #DC140A;
    margin: 0px 0 12px 0;
}

.checkin-tile-background {
    padding-bottom: 12px;
    height: auto;
    background: #F5F5F5;
	text-align:center;
}

.checkin-tile-mobile {
    height: auto;
    background: #ffffff;
	text-align:center;
}

.airline-image {
    margin: auto;
    width: 80px;
}

h4.airline-name {margin-bottom:12px;}

.checkin-times {text-align:left;}

.checkin-times p {margin-bottom:0px;}

.checkin-times ul {
    margin-top: 0px;
    padding-left: 0px;
	margin-bottom:30px;
	list-style-position: inside;
}

.check-in-button .btn-action {
    font-size: 15px;
    line-height: 20px;
	padding:15px;
	height:auto;
}

.check-in-button .btn-action {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 55px;
    height: auto;
    margin-bottom: 12px;
}

.extended-block-padding {
	padding-top:1px;
	padding-bottom:24px;	
}

.block-one, .block-two, .block-three, .block-four, .block-five, .block-six {margin-bottom:24px!important;}

.accordion-image {
    position: absolute;
    padding: 7px 12px 7px 12px;
}

.accordion-item a.title {
    padding-left: 78px;
}

.accordion-outer-block {padding-bottom:12px!important;}

.accordion .content {
    padding: 6px 12px 0px;
}

@media only screen and (max-width: 400px) {

.locate-booking-image img {width:100%; height:auto;}

}