/*
----- 1. GENERAL
----- 1.1 HEADER
----- 1.2 FOOTER
----- 1.2.1 NAVIGATION OPTIONS
----- 1.4 CONTENT
----- 1.4.1 THUMBNAILS THREE
----- 1.4.2 FORM
----- 2 LOGIN
----- 3. ACTIVATE YOUR CARD
----- 4. MEMBERS OFFERS
----- 5. TRAVEL PACK
----- 3. ACTIVATE YOUR CARD
----- 4. MEMBERS OFFERS
----- 5. TRAVEL PACK
----- 6. CUSTOM-THUMBNAIL 4 WITH TEXT
----- 7. YOUR ACCOUNT
----- 8. ACTIVATION FLOW
----- 9. ACTIVATION REGISTRATION
----- 10. SMARTBANNER
----- 11. REGISTRATION
----- 12. ALIPAY
----- 13. GENERIC SPINNER


*/

/*----1. GENERAL----*/
html {
	min-height: 100%; /* make sure it is at least as tall as the viewport */
	position: relative;
}

body {
	background-color: #f8f8f8;
	font-family: "Noto Sans";
	line-height: 1.42857143;
	height: 100%;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

img {
    vertical-align: middle;
}

.main:before, .main:after{
	content:" ";
	display: table;
}

.black-background {
	background-color: #333333 !important;
}

.container-fluid {
	background-color: #FFFFFF;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

.button-primary{
	color: #FFF;
	background-color: #00a0e9;
	border-color: #00a0e9;
	border-radius: 30px;
	width: 200px;
	min-width: fit-content;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.inner {
	max-width: 996px;
	padding-left: 0px;
	padding-right: 0px;
}


.inner-max {
	max-width: 1200px;
	padding-left: 0px;
	padding-right: 0px;
}

.title-line {
	box-sizing: border-box;
	height: 2px;
	width: 50px;
	border: 1px solid #7C878E;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.form-control{
    height: 34px;
    padding: 6px 12px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h4, h4 {
    font-size: 18px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/*----1.1 HEADER----*/

.global-banner-success {
	background-color: rgba(65,174,99,0.8);
}

.global-banner-info {
	background-color: rgba(85,168,222,0.8);
}

.global-banner-error {
	background-color: #ED0014;
}

.banner-inner-text {
    color: #FFFFFF;
    font-family: "Noto Sans";
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    padding-top: 18.5px !important;
    padding-bottom: 18.5px !important;
    padding-right: 8px;
	padding-left: 8px;
}

.banner-inner-text a{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.multiple .banner-inner-text:first-child {
	 padding-bottom: 0px !important;
}

.multiple .banner-inner-text:not(:first-child):not(:last-child) {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.multiple .banner-inner-text:last-child {
	padding-top: 0px !important;
}

.header{
	height: 40px;
	width: 100%;
}

.d-flex-nowrap{
	flex-wrap: nowrap;
}

.header a{
	font-size: 14px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header a.active{
	font-weight: bold;
}

.header .left-links {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 430px;
    margin-right: 5px;
    white-space: nowrap;
}

.header .left-links a{
	float: left;
}

.header .right-links a.login, .header .right-links a.logout{
	margin-top: 0px;
}

.upper-case{
	text-transform: uppercase;
}

@media ( max-width : 768px) {
	.header .right-links {
		clear: left;
		margin-left: auto;
	}
	
	.header .left-links{
		display: none !important;
	}
}

.header .right-links a{
	float: right;
}

.header .right-links{
	margin-right: 20px;
	min-width: 0;
	margin-left: auto;
	text-align: right;
}

@media ( max-width : 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 450px !important;
	}   
}

@media ( max-width : 650px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 380px !important;
	}   
}

@media ( max-width : 560px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 330px !important;
	}   
}

@media ( max-width : 510px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 280px !important;
	}   
}

@media ( max-width : 460px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 230px !important;
	}   
}

@media ( max-width : 410px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 180px !important;
	}   
}

@media ( max-width : 360px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 130px !important;
	}   
}

@media ( min-width : 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 170px !important;
	}   
}

@media ( min-width : 800px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 205px !important;
	}   
}

@media ( min-width : 850px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 255px !important;
	}   
}

@media ( min-width : 900px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 305px !important;
	}   
}

@media ( min-width : 950px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 355px !important;
	}   
}

@media ( min-width : 1000px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 400px !important;
	}   
}

@media ( min-width : 1050px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.personalized-message {
		min-width: 450px !important;
	}   
}

.header .right-links .personalized-message{
    font-size: 14px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    text-align: right;
    position: relative;
}

.header .right-links .personalized-message{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	min-width: 0;	
}

.header .right-links .personalized-message-separator {
	font-size: 14px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    position: relative;
}

.header .right-links .personalized-message-separator:after{
	content: "";
    background: #f1f1f1;
    position: absolute;
    bottom: 10px;
    height: 50%;
    width: 1px;
}
     
.header .social-fb{
	background: url("../Images/icon/social/social_fb_white.png");
	background-size: 27px;
}

.header .social-fb:hover{
	background: url("../Images/icon/social/social_fb_active.png");
	background-size: 27px;
}

.header .social-tw{
	background: url("../Images/icon/social/social_tw_white.png");
	background-size: 27px;
}

.header .social-tw:hover{
	background: url("../Images/icon/social/social_tw_active.png");
	background-size: 27px;
}

.header .social-ins{
	background: url("../Images/icon/social/social_ins_white.png");
	background-size: 27px;
}

.header .social-ins:hover{
	background: url("../Images/icon/social/social_ins_active.png");
	background-size: 27px;
}

.header .social-vk{
	background: url("../Images/icon/social/social_vk_white.png");
	background-size: 27px;
}

.header .social-vk:hover{
	background: url("../Images/icon/social/social_vk_active.png");
	background-size: 27px;
}

.header .social-wechat{
	background: url("../Images/icon/social/social_wechat_white.png");
	background-size: 27px;
}

.header .social-wechat:hover{
	background: url("../Images/icon/social/social_wechat_active.png");
	background-size: 27px;
}

.header .social-weibo{
	background: url("../Images/icon/social/social_weibo_white.png");
	background-size: 27px;
}

.header .social-weibo:hover{
	background: url("../Images/icon/social/social_weibo_active.png");
	background-size: 27px;
}

.header .social-icon{
	width: 27px;
	height: 27px;
}

.header .social-links {
	min-width: 0;
}
.header .social-links a{
	margin-top: 7px;
}

/*----END HEADER----*/

/* FOOTER */
footer{
	background-color: white;
	font-size: 12px;
	padding-top: 80px;
	height:180px;
}

footer .top-border{
    border-top: 1px solid #CCCCCC;	
}

@media (max-width: 767px) {
	footer .links a{
	    display: block;
	    margin-bottom: 10px;   
	}
	
	footer .links{
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	footer .links a{
		margin-right: 0px !important;
	}
}
footer .links a{
    margin-right: 15px;    
}

footer .social-links{
	float: right; 
}

@media (max-width: 767px) {
	footer .social-links{
	    margin-right: auto;
	    margin-left: auto;
	    margin-bottom: 20px;
	    float: none;
	}	
}

footer .bottom-footer{
	min-height: 107px;
}

footer .bottom-footer .bottom-footer-links{
	padding-top: 45px;
	text-transform: uppercase;
}

footer .bottom-footer .bottom-footer-links .links a:last-child{
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.bottom-footer-links{
		text-align: center;
		padding-top: 20px !important;
	}
}

footer a, footer a:hover{
	color: #7C878E;
}

footer a.social-fb {
	background: url("../Images/icon/social/social_fb_default.png");
	background-size: 27px;
}

footer a.social-fb:hover {
	background: url("../Images/icon/social/social_fb_active.png");
	background-size: 27px;
}

footer a.social-vk {
	background: url("../Images/icon/social/social_vk_default.png");
	background-size: 27px;
}

footer a.social-vk:hover {
	background: url("../Images/icon/social/social_vk_active.png");
	background-size: 27px;
}

footer a.social-wechat {
	background: url("../Images/icon/social/social_wechat_default.png");
	background-size: 27px;
}

footer a.social-wechat:hover {
	background: url("../Images/icon/social/social_wechat_active.png");
	background-size: 27px;
}

footer a.social-weibo {
	background: url("../Images/icon/social/social_weibo_default.png");
	background-size: 27px;
}

footer a.social-weibo:hover {
	background: url("../Images/icon/social/social_weibo_active.png");
	background-size: 27px;
}


footer a.social-tw {
	background: url("../Images/icon/social/social_tw_default.png");
	background-size: 27px;
}

footer a.social-tw:hover {
	background: url("../Images/icon/social/social_tw_active.png");
	background-size: 27px;
}

footer a.social-ins {
	background: url("../Images/icon/social/social_ins_default.png");
	background-size: 27px;
}

footer a.social-ins:hover {
	background: url("../Images/icon/social/social_ins_active.png");
	background-size: 27px;
}

footer a.social-icon{
	width: 27px;
	height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

/* END FOOTER */

/* TERMS AND CONDITIONS MODAL RTF IFRAME MODAL */
.masked-details {
    border-style: none;
    overflow-x: hidden;
    width: 300px;
}

.masked-details.bank-account {
    height: 380px;
}

@media ( min-width : 768px) {
    .masked-details{
        width: 410px;
     }
}

#refund-target-lightbox{
    position: relative;
}

.hide-element{
	display: none;
}

.lightbox-container{
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2707596,endColorstr=#B2707596)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2707596, endColorstr=#B2707596);
    zoom: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44%, 46%, 59%, 0.7);
    padding-left: 25px;
    padding-right: 45px;
    z-index: 9999;
    overflow-x:scroll
}

.lightbox-container ul{
	list-style: none;
    padding: 0px;
}

.lightbox-content{
    width: 640px;
    height: 400px;
    margin: 200px auto;
    background: #fff;
    padding: 10px;
    box-shadow: #000 0px 4px 16px;
    border-radius: 4px;
}

.lightbox-content .scroll-region {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 15px 0px 15px;
}

.lightbox-content p{
    margin: 10px 0 20px;
}

/*.close{
    background-image: url(../Images/icon/ico-closeModal.png);
    cursor: pointer;
    float: right;
    height: 33px;
    margin-right: -34px;
    margin-top: -30px;
    padding: 6px;
    opacity: 1;
    width: 32px;
}*/
/* END TERMS AND CONDITIONS MODAL */

/* NAVIGATION TABS*/
.nav-pills{
	text-align: center;
	text-transform: uppercase;
	padding-top: 80px;
	font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.nav-pills>li {
    float: left;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-wrapper{
    text-align: center;
}

.nav-pills>li>a{
	color: #7C878E;
	padding-bottom: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #333333;
	font-weight: bold;
	background-color: transparent;
}

.nav-pills>li>a:focus, .nav-pills>li>a:hover{
	background-color: transparent;
    color: #333333;
}

.nav-pills>li.active>hr.title-line{
    margin-top: 9px;
}
/* END NAVIGATION TABS*/

/*----1.2.1 NAVIGATION OPTIONS----*/
.navigation-options {
	font-size: 12px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.navigation-options .navigation-section a {
	color: #7C878E;
	line-height: 28px;
}

.navigation-options ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigation-options ul li {
	text-align: center;
}

.navigation-options h4 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 19px;
	color: #7C878E;
}

.navigation-options .arrow-down{
	display: none;	
}

.navigation-options .arrow-none{
	display: none;	
}

@media ( max-width : 767px) {
	.navigation-options{
		margin-bottom: 15px;
	}

	.navigation-options ul{
		display: none;
	}
	
	.navigation-options .navigation-section{
		border: 1px solid #EFEFEF;
		border-radius: 30px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.navigation-options .navigation-section h4{
		padding-top: 16px;
		padding-bottom: 16px;
		margin-top: 0px;
		margin-bottom: 0px;
		cursor: pointer;
	}
	
	.navigation-options .arrow-down{
		position: absolute;
		top: 10px;
		right: 20px;
		width: 24px;
		height: 24px;
		background: url(../Images/icon/direction/direction_down@2x.png) center no-repeat;
		background-size: 24px 24px;
		display: block;
	}
	
	.navigation-options .arrow-up{
		position: absolute;
		top: 10px;
		right: 20px;
		width: 24px;
		height: 24px;
		background: url(../Images/icon/direction/direction_up@2x.png) center no-repeat;
		background-size: 24px 24px;
		display: block;
	}
}



/*----END NAVIGATION OPTIONS----*/

/*----1.4 CONTENT----*/
.text {
	color: #333333;
	font-size: 20px;
	text-align: center;
}

h1 {
	color: #002395;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	color: #333333;
	font-size: 20px;
	text-align: center;
}

h3 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.default-title-container {
	margin-left:140px;
	color:#FFFFFF !important;
}

.default-title-container h1 {
	color:#FFFFFF !important;
}

.default-title-container h2 {
	color:#FFFFFF !important;
}


.section-title-container {
	margin-bottom: 70px;
	margin-top: 60px;
}

.description {
	font-size: 12px;
	text-align: center;
}

/*---- 1.4.1 THUMBNAILS THREE ----*/

.custom-thumbnail{
	margin: 0 auto;
	text-align: center;
}

.custom-thumbnail img{
	border: 1px solid #ddd;
}

.custom-thumbnail h3{
	font-size: 12px;
	text-align: left;
	margin-left: 4px;
	color: #7C878E;
}

.custom-thumbnail p{
	font-size: 16px;
	text-align: left;
	margin-left: 4px;
	margin-top: 6px;
	color: #333333;
}

.custom-thumbnail .title-line{
	margin-left: 4px;
}

@media (min-width: 768px) {
	.custom-thumbnail img{
		width: 230px;
		height: 154px;
	}
	
	.custom-thumbnail{
		width: 232px;
	}
}

@media (min-width: 992px) {
	.custom-thumbnail img{
		width: 306px;
		height: 203px;
	}
	
	.custom-thumbnail{
		width: 308px;
	}
}

@media (max-width: 767px) {
	.custom-thumbnail img{
		width: 306px;
		height: 203px;
	}
	
	.custom-thumbnail{
		width: 308px;
	}
}

/*---- 1.4.1 END THUMBNAILS THREE ----*/

/*----1.4.2 FORM----*/
.form {
	max-width: 805px;
    padding: 20px 25px 20px 25px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}

.form-inner{
	max-width: 805px;
    padding: 20px 25px 20px 25px;
	margin: 0 auto;
	background-color: #f8f8f8;
}

.form .section-detail {
	font-size: 12px;
	color: #333333;
	text-align: center;
}

label {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #7C878E;
	display: block;
}
.asterisk{
	display: inline-block;
	font-size: 12px;
	color: #7C878E;
}

.label-center{
	text-align: center;
}

.empty-row {
	height: 20px;
}

input {
	text-align: left;
}

.input-center{
	text-align: center;
}

select.form-control {
	color: #7C878E;
	text-align-last: center;
}

.form-control {
	background-color: transparent;
	border: 0px solid;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: none;
	font-size: 17px;
}

.form-group{
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.form-group span{
	font-size: 17px;	
	line-height: 27px;
	color: #333333;
}

.form-group .form-text {
	color: #999999;
	font-size: 12px;
	text-align: left;
	margin-top: 9px;
}

.form-group .form-text a{
    text-decoration: underline;
    color: #999999;
}

.form-group .error-block {
	font-size: 12px;
	text-align: left;
	margin-top: 9px;
}

.form-group.error,
.form-group.error input,
.form-group.error label,
.form-group.error span{
	color: #ED0014;
}

.error{
	color: #ED0014;
}

.form-group.error p {
	font-size: 14px;	
}

.width-auto{
	width: auto !important;
}

.btn{
	padding-top: 9px;
    padding-bottom: 9px;
    white-space: normal;
    line-height: 1.42857143;
}

.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-submit {
	border: 1px solid #7C878E;
	border-radius: 30px;
	width: 200px;
	min-width: fit-content;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	color: #7C878E;
}

.btn-submit:hover {
	background-color: #DDDDDD;
}


.btn-save {
	border: 1px solid #7C878E;
	background-color: white;
	color: #7C878E;
	padding:5px;
	border-radius:5px;
	width:100px;
}

.btn-save:hover {
	background-color: #DDDDDD;
}

#upload-users{
	color: #7C878E;text-align: center;cursor: pointer;font-size:11px;
}

#upload-users:hover{
	color:#000;
}

.leadsOption{
	color: #000;text-align: center;cursor: pointer;font-size:11px;
}


.leadsOption:hover{
	text-decoration:underline;
}

.bootstrap-select .dropdown-toggle {
	padding-bottom: 0px;
}

.bootstrap-select .dropdown-toggle:focus { 
    outline: 5px auto #66afe9 !important;
    outline-offset: -2px;
}

.bootstrap-select .dropdown-menu a:focus {
	outline: 5px auto #66afe9 !important;
    outline-offset: -2px;
}

.bootstrap-select .dropdown-toggle::after {
    content: url(../images/caret.png);
    width: 25px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 7px;
    margin: 0;
    border: 0;
}

.bootstrap-select .dropdown-toggle.btn{
	height: 34px;
	padding-top: 8px;
    padding-bottom: 6px;
    background-color: #fff;
}

.dropdown-toggle.btn-light:focus{
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.show>.dropdown-toggle.btn-light:hover{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.show>.dropdown-toggle.btn-light:active:hover{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.dropdown.show .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.show>.dropdown-toggle.btn-light {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bootstrap-select .dropdown-menu .inner{
	text-align: left;
}

.bootstrap-select .dropdown-menu .inner span{
    color: #333;
}

.bootstrap-select .dropdown-menu>.active>a{
	background-color: #F7F6F4;
}

.bootstrap-select .filter-option{
	text-align: left;
    color: #999999;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 33px;
}

.bootstrap-select .btn .filter-option-inner-inner {
   text-align: left;
}

.bootstrap-select .dropdown-menu li a span.text{
	font-size: 17px;
	text-align: left;
}

.bootstrap-select .dropdown-menu li a{
	text-align: left;
}

.bootstrap-select .dropdown-menu>li>a {
	padding-top: 5px;
	white-space: normal;
}

.bootstrap-select .custom-caret{
	background: url("../images/caret.png");
	width: 25px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 12px;
}

.bootstrap-select .btn-light{
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #555555;
}

.bootstrap-select> .dropdown-toggle{
	padding-left: 23px;
}

.btn {
	font-size: 17px;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle{
	border-color:#CCCCCC !important;
}

.bootstrap-select div.filter-option{
	color: #555 !important;
}

.bootstrap-select .bs-placeholder div.filter-option{
	color: #999 !important;
} 

.error .bootstrap-select .bs-placeholder div.filter-option{
	color: #999 !important;
}

.error .bootstrap-select div.filter-option{
	color: #ED0014 !important;
}

.showHidePassword{
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 23px;
    right: 5px;
    color: #7C878E;
    font-size: 1.1667em !important;
}

/*----1.4.2 END FORM----*/

/*----1.4 END CONTENT----*/

/*----1 END GENERAL----*/

/* ---------- 2 LOGIN ---------*/
.forgot-password{
	font-weight: normal;
	font-size: 12px;
	color: #7C878E;
	display: block;
	text-align: right;
	padding-bottom: 20px;
}
/* ---------- END 2 LOGIN ---------*/
/* ---------- 3 ACTIVATE YOUR CARD ---------*/

.cardimage {
    background: url('../Images/Blank_Shop_Tax_Free_Blue_card.png') no-repeat;
    height: 217px;
    width: 345px;
    margin: 10px auto 0 auto;
}

.shop-tax-free-card-number{
	border: 1px solid #B1B1B1;
	background-color: #FFFFFF;
	width: 48px !important;
	height: 25px;
    padding: 0;
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    text-indent: 2px;
    margin-left: 8px;
	margin-top: 166px;
    font-family: "Arial";
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shop-tax-free-card-number-prefix-text {
    margin-left: 20px;
    font-family: 'Arial';
    font-size: 16px;
    color: #FEFEFE;
    margin-top: 166px;
}

.cardimage-form-small{
	display: none;
}

.cardimage-form-small .card-number{
	border: 1px solid #B1B1B1;
    background-color: #FFFFFF;
    width: 100%;
    height: 25px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-indent: 2px;
    font-family: "Arial";
}

.cardimage-form-small .gb-card-prefix{
	margin-top: 2px;
	display: block;
	text-align: right;
}

.cardimage-form-small .card-number-col{
	padding-left: 2px;
	padding-right: 2px;
}

@media (max-width: 454px) {
	.cardimage-form-large {
    	display: none;
	} 
	
	.cardimage-form-small {
    	display: block;
	} 
} 

/* ----------END 3 ACTIVATE YOUR CARD ---------*/

/*---- 4. MEMBERS OFFERS ----*/

.member-offers-big a{
	width: 100%;
	display: block;
}

.member-offers-big a img{
	width: 646px;
	height: 423px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.member-offers-big p{
	text-align: left;
	color: #333333;
	margin-top: 10px;
}

.member-offers-big h4{
	text-align: left;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
}

.member-offers-big h3{
	text-align: left;
	color: #7C878E;
}

.member-offers-big-text{
	display: table;
	height: 423px;
}

.member-offers-big-text-content{
	display: table-cell;
	vertical-align:middle;
}

.member-offers-big .title-line{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.member-offers-big a:hover h3, .member-offers-big a:hover h4, .member-offers-big a:hover p{
	text-decoration: underline;
}

.member-offers-small{
	margin-top: 40px;
}

@media (max-width: 1044px) {	
	.member-offers-big-text{
		height: 263px;
	}
	
	.member-offers-big a img{
		width: 400px;
		height: 263px;
	}
}

@media (max-width: 767px) {
	.member-offers-big-text{
		height: auto;
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.member-offers-big a img{
		width: 550px;
		height: 364px;
	}
}

@media (max-width: 600px){
	.member-offers-big-text{
		height: auto;
		width: 306px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.member-offers-big a img{
		width: 306px;
		height: 203px;
	}
}

/*---- 4. END MEMBERS OFFERS ----*/

/*---- 5. TRAVEL PACK ----*/

.section-title-container-travel-pack{
	margin-top: 60px;
}

.section-title-container-travel-pack .title-line{
	margin-top: 15px;
}

.section-title-container-travel-pack h1{
	color: #333333;
	font-size: 16px;
}

.custom-thumbnail-4 img{
	width: 223px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 40px;
}

@media (max-width: 1044px) {
	.custom-thumbnail-4 img{
		width: 176px;
		height: 176px;
	}
}

@media (max-width: 830px) {
	.custom-thumbnail-4 img{
		width: 140px;
		height: 140px;
	}
}

@media (max-width: 767px) {
	.custom-thumbnail-4 img{
		width: 260px;
		height: 260px;
	}
}

/*---- END 5. TRAVEL PACK ----*/

/*---- 6. CUSTOM-THUMBNAIL 4 WITH TEXT ----*/

.custom-thumbnail-4-with-text{
	margin: 0 auto;
	text-align: center;
}

.custom-thumbnail-4-with-text img{
	border: 1px solid #ddd;
}

.custom-thumbnail-4-with-text h3{
	font-size: 12px;
	text-align: left;
	margin-left: 4px;
	color: #7C878E;
}

.custom-thumbnail-4-with-text p{
	font-size: 16px;
	text-align: left;
	margin-left: 4px;
	margin-top: 6px;
	color: #333333;
}

.custom-thumbnail-4-with-text .title-line{
	margin-left: 4px;
}

@media (min-width: 768px) {
	.custom-thumbnail-4-with-text img{
		width: 160zpx;
		height: 106px;
	}
	
	.custom-thumbnail-4-with-text{
		width: 162px;
	}
}

@media (min-width: 992px) {
	.custom-thumbnail-4-with-text img{
		width: 222px;
		height: 148px;
	}
	
	.custom-thumbnail-4-with-text{
		width: 224px;
	}
}

@media (max-width: 767px) {
	.custom-thumbnail-4-with-text img{
		width: 306px;
		height: 203px;
	}
	
	.custom-thumbnail-4-with-text{
		width: 308px;
	}
}
/*---- 6. END CUSTOM-THUMBNAIL 4 WITH TEXT ----*/

/*---- 7. START YOUR ACCOUNT----*/
.profile-pkpass {
	display: block;
	border: none;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

.refund-target-dropdown a:active.dropdown-item {
	background-color: #002395;
}

/*Disable checkbox if readonly class is present*/
input[type=checkbox].readonly{
	pointer-events:none;
}
/*---- 7. END YOUR ACCOUNT----*/

/*---- 9. ACTIVATION REGISTRATION ----*/

.list-inline>li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.background-addon .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-header .pull-right {
    float: right!important;
}

/*---- 9. END ACTIVATION REGISTRATION ----*/

/*---- 10. SMARTBANNER ----*/

.smartbanner{
    display: none;
    position: relative;
}

.smartbanner-icon{
    margin-right: 7px;
}

.smartbanner-ios .smartbanner-icon{
    background-image: url(/assets/Content/Images/gb-app-icon.jpg);
}

.smartbanner-android .smartbanner-icon{
    background-image: url(/assets/Content/Images/gb-app-icon.jpg);
}

.smartbanner-android .smartbanner-close{
    margin-right: 0px;
}

.smartbanner-ios .smartbanner-close{
    width: auto;
    margin-left: 8px;
}

.we-star-rating .we-star-rating-stars-outlines{
    width: 70px;
    background-position: 0 14px;
    position: relative;
    line-height: 1;
    top: 0.007em;
    z-index: 1;
}

.we-star-rating .we-star-rating-stars, .we-star-rating .we-star-rating-stars-outlines{
    display: inline-block;
    background-image: url(../Images/star.svg);
    background-size: 14px 28px;
    height: 14px;
}

.we-star-rating, .we-star-rating .we-rating-count{
    display: inline-block;
}

.we-star-rating .we-star-rating-stars.we-star-rating-stars-2_5{
    width: 55px;
}

/*---- 10. END SMARTBANNER ----*/

/*---- 11. REGISTRATION ----*/

.form .registration-steps{
    text-align: center;
    justify-content: center;
    display: inline-block;
    align-items: center;
}

.form .registration-steps h2{
    float: left;
    padding: 0px 15px;
    margin-bottom: 0px;
    color: #BBBBBB;
}

.form .registration-steps h2.active{
    color: #333333;
}

@media ( max-width : 600px) {
	.form .registration-steps h2{
        float: none;
    }
}

.form .gb-marketing-opt-in input, .form .gb-marketing-opt-in label{
    float: left;
}

.form .gb-marketing-opt-in label{
    margin-bottom: 0px;
}

.form .gb-marketing-opt-in{
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.form .gb-marketing-opt-in .gb-marketing-opt-in-label{
    text-align: justify;
}

.form .gb-marketing-opt-in input{
    width: 25px;
    margin-top: 0px;
    margin-right: 25px;
}

.form .gb-marketing-opt-in .ec-table{
    display: table;
}

.form .gb-marketing-opt-in .ec-cell{
    display: table-cell;
    vertical-align: middle;
}

.form .gb-marketing-opt-in p{
    margin-top: 10px;
}

.form .form-text.privacy-policy{
    color: #737373;
}

/*---- 11. END REGISTRATION ----*/

/*---- 12. ALIPAY --------------*/

.alipay-enrollment img.logo {
    max-width: 220px;
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.alipay-enrollment img {
    border: 0;
}

.alipay-enrollment .section-title-container{
    margin-bottom: 10px;
    margin-top: 10px;
}

.alipay-enrollment .section-title-container h2{
    font-weight: bold;
}

.alipay-enrollment .form{
    border: 0px;
    padding: 0px;
    padding-top: 40px;
}

.alipay-enrollment .title-line{
    height: 1px;
    margin-top:1rem;
    margin-bottom:1rem;
    width: 60px;
    background-color: #ccc;
    border: 0px;
}

.alipay-enrollment h2{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

.alipay-enrollment .privacy-policy{
    text-align: justify;
}

.alipay-enrollment label{
    font-size: 15px;
}

.alipay-enrollment .alipay-submit-button{
    color: #FFF;
    background-color: #00a0e9;
    border-color: #00a0e9;
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

.alipay-enrollment .label{
    color: #7c878e;
}

.alipay-enrollment .form-control{
    color: #7c878e;
    font-size: 15px;
}

.alipay-enrollment .gb-marketing-opt-in-label{
    font-size: 12px;
}

.alipay-enrollment .form-group{
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 30px;
    margin-right: 30px;
}

.alipay-enrollment .container-fluid.inner{
    margin-bottom: 40px;
    padding-top: 0px;
}

.alipay-enrollment .container-fluid.alipay-header .container-fluid.inner{
    margin-bottom: 0px;
}

.alipay-enrollment .container-fluid.alipay-header{
    padding-left: 0px;
    padding-right: 0px;
}

.alipay-enrollment .filter-option-inner-inner{
    font-size: 15px;
}

.alipay-enrollment .btn-submit{
    font-size: 15px;
}

.alipay-enrollment .form-group.error p{
    font-size: 12px;
}

.alipay-enrollment .div-margin-fix{
    margin-bottom: -10px;
}

.alipay-enrollment .alipay-header-container{
    padding-right:0px;
    padding-left: 0px;
}

@media (min-width: 400px){
    .alipay-enrollment .alipay-header-container{
        padding-right: 15px;
        padding-left: 15px;
    }

    .alipay-enrollment .container-fluid{
        background-color: #fafafa;
    }

    .alipay-enrollment .container-fluid.inner{
        background-color: #fff;
    }

    .alipay-enrollment .container {
        padding: 0 20px;
        padding-bottom: 40px;
    }

    .alipay-enrollment .section-title-container h2{
        font-size: 24px;
    }

    .alipay-enrollment .inner {
        max-width: 960px;
        width: 80%;
    }

    .alipay-enrollment .form{
        max-width: 500px;
    }
}

/*---- 12. END ALIPAY --------------*/


/*---- 13 GENERIC SPINNER--------------*/
.generic-spinner-image{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/assets/Content/Images/loading-spinner.gif) no-repeat;
	opacity: .5;
	top: 50%;
	left: 50%;
}

/*---- 13. END GENERIC SPINNER--------------*/

/*---- 14. AUSTRALIAN REFUND TRACKER ---------------*/
.art-container .art-image-wrapper{
    position: relative;
}

.art-container .art-trs-image{
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.art-container .art-abf-image{
    position: absolute;
    bottom: 16px;
    right: 0px;
}

.art-container .art-h1{
    position: relative;
    z-index: 1000;
}

@media (max-width: 750px) {
    .art-container h2{
        font-size: 12px;
    }

    .art-container .art-trs-image{
        width: 80px;
        bottom: 30px;
    }

    .art-container .art-abf-image{
        width: 120px;
        bottom: 36px;
    }
}

@media (max-width: 550px) {
    .art-container h2{
        font-size: 12px;
    }

    .art-container .art-h1{
        margin-top: 80px;
    }

    .art-container .art-trs-image{
        width: 80px;
        bottom: 80px;
    }

    .art-container .art-abf-image{
        width: 120px;
        bottom: 86px;
    }
}

/*---- 14. END AUSTRALIAN REFUND TRACKER ---------------*/