﻿@charset "UTF-8";


input::-ms-clear, input::-ms-reveal {
    display: none;
}

.icon {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

    .icon.icon-eye-open {
        width: 24px;
        height: 24px;
        background-image: url(../imgs/icon-eyes-open.png);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center center;
    }

    .icon.icon-eye-close {
        width: 24px;
        height: 24px;
        background-image: url(../imgs/icon-eyes-close.png);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center center;
    }

.password-icon {
    bottom: 15px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    height: 24px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 50px;
    width: 24px;
    z-index: 10;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2) {
    .icon.icon-eye-close {
        background-image: url(../imgs/icon-eyes-close@2x.png);
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min--moz-device-pixel-ratio: 3) {
    .icon.icon-eye-close {
        background-image: url(../imgs/icon-eyes-close@3x.png);
    }
}



.dynasty-flyer a:hover { text-decoration: underline ; }
.dynasty-flyer a.btn-ghost-blue:hover { 
	text-decoration: none;
	color: #0054a4;
    -webkit-box-shadow: inset 0px 0px 0px 2px #0054a4;
    -moz-box-shadow: inset 0px 0px 0px 2px #0054a4;
    box-shadow: inset 0px 0px 0px 2px #0054a4;
}
.dynasty-flyer a.btn-ghost-red:hover {
	text-decoration: none;
	color: #e50049;
    -webkit-box-shadow: inset 0px 0px 0px 2px #e50049;
    -moz-box-shadow: inset 0px 0px 0px 2px #e50049;
    box-shadow: inset 0px 0px 0px 2px #e50049;
}
.dfp-main a {
	color: #0054a4; }
	.dfp-main a:hover, 
	.dfp-main a:focus {
		color: #23527c; }
.dfp-main a.btn-ghost-red {
	color: #e50049; }
.dfp-main a.disabled {
	pointer-events: none;
	cursor: default; }
.dfp-main .btn-brand-pink:after {
	content: '';
	width: 8px;
	height: 18px;
	background-image: url(../imgs/icon-bird-white.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -9px;
}

.dfp-main select {
	color: #0054a4; }

.dynasty-flyer .btn-brand-violet {
	max-width: 230px;
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mr20{margin-right: 20px;}
.pl15{padding-left: 15px;}

font[color=red], 
font[color="#FF0000"] {
	color: #e50049; }
.dfp-text-blue, 
font[color=blue], 
font[color="#0000FF"] {
	color: #0054a4; }


ul.dfp-list, 
ol.dfp-list {
	padding-left: 20px;
	line-height: 1.7;
}
	ul.dfp-list, 
	ul.dfp-list > li {
		list-style: disc; } 
	ol.dfp-list, 
	ol.dfp-list > li {
		list-style: decimal; }
	ol.dfp-list[type=a], 
	ol.dfp-list[type=a] > li {
		list-style: lower-alpha; }
	ul.dfp-list > li, 
	ol.dfp-list > li {
		margin-bottom: 7px;
	}
	ul.dfp-list > li li, 
	ol.dfp-list > li li {
		margin-bottom: 5px;
	} 
	@media (max-width: 639px) {
		ul.dfp-list > li, 
		ol.dfp-list > li {
			margin-bottom: 0;
		}
	}


dl.dfp-data-list {
	margin: 0;
	margin-bottom: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
	dl.dfp-data-list dt {
		margin-bottom: 5px;
		font-weight: normal;
		color: #707070;
	}
	dl.dfp-data-list dd {
		margin-bottom: 15px;
		font-size: 18px;
	}
	@media (max-width: 639px) {
		dl.dfp-data-list dd {
			margin-bottom: 10px;
			font-size: 16px;
		}
	}
	dl.dfp-data-list dd small {
		font-size: 12px;
	}


.table-responsive {
	margin-bottom: 20px;
}
	.table-responsive:before, 
	.table-responsive:after {
		display: table;
		content: ' '; }
	.table-responsive:after {
		clear: both; }
	.table-responsive table.dfp-table-default {
		min-width: 500px;
		margin-bottom: 0;
	}
table.dfp-table-default {
	width: 100%;
	margin-top: 0;
	border: 0;
}
	/* cover backgorund-color */
	table.dfp-table-default.dfp-table-striped tr {
		background-color: transparent !important;
	}
	table.dfp-table-default tr td, 
	table.dfp-table-default tr th {
		padding: 15px;
		border: 1px solid #ddd;
		border-left: 0;
		border-top: 0;
		line-height: 1.5;
		vertical-align: middle;
	}
	table.dfp-table-default tr td:last-child, 
	table.dfp-table-default tr th:last-child {
		border-right: 0;
	}
	table.dfp-table-default tr th {
		background-color: #fbfbfb;
		font-weight: bold;
		white-space: nowrap;
	}
	table.dfp-table-default tr td {
		font-size: 13px;
	}
	table.dfp-table-alltext-center tr th, 
	table.dfp-table-alltext-center tr td {
		text-align: center;
	}
	table.dfp-table-default.dfp-table-striped tbody tr:nth-child(even) td {
		background-color: #fbfbfb;
	}
	/* generate striped by aspx.vb */
table.dfp-bkgqry-table tbody tr td,
table.dfp-tktqry-table tbody tr td,
table.upgrdmo-table tbody tr td {
    background-color: white;
}
	table.dfp-table-default tbody tr.dfp-emptyrow td, 
	table.dfp-table-default.dfp-table-striped tbody tr.dfp-emptyrow td {
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		font-size: 16px;
		color: #e50049;
	}

/* -------- DFP Master CSS Start -------- */
.dynasty-flyer {
}
	.dynasty-flyer:before, 
	.dynasty-flyer:after {
		display: table;
		content: ' '; }
	.dynasty-flyer:after {
		clear: both; }
	.dynasty-flyer .header-blue .container {
		position: relative;
	}
	@media (max-width: 639px) {
		.dynasty-flyer .header-blue .container {
			margin-top: 0;
		}
	}


.dfp-navigation {
	text-align: center;
}
	.dfp-navigation .nvg-wrapper {
		width: 100%;
		position: relative;
	}
	.dfp-navigation .nvg-list {
		/*margin-right: 20px;*/
        margin-right: 0;
		position: relative;
		display: inline-block;
	}
	.dfp-navigation .nvg-list:last-child {
		margin-right: 0;
	}
	.dfp-navigation .nvg-list > a.currentPage,
	.dfp-navigation .nvg-list > a.active {
		color: #0054a4;
	}
	.dfp-navigation .nvg-list > a.currentPage:after,
	.dfp-navigation .nvg-list > a.active:after {
		content: ' ';
		position: absolute;
		top: 48px;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #0054a4;
	}
	.dfp-navigation .nvg-list a {
		padding: 15px;
		display: block;
		cursor: pointer;
		min-width: 132px;
		color: #333;
	}
	.dfp-navigation .nvg-list a:hover,
	.dfp-navigation .nvg-list a:focus {
		color: #0054a4;
	}
	.dfp-navigation .nvg-list .nvg-sub-menu {
		position: absolute;
		min-width: 100%;
		max-height: 0;
		top: 51px;
		left: 0;
		z-index: 9;
		background-color: #fff;
		display: block;
		overflow: hidden;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
	}
	.dfp-navigation .nvg-list .nvg-sub-menu.isOpen {
		max-height: 1000px;
		overflow: visible;
	}
	.dfp-navigation .nvg-list .nvg-sub-menu a {
		padding: 15px 7.5px;
	}
	.nvg-navi-more {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		cursor: pointer;
		white-space: nowrap;
		padding: 18px 15px;
	}
	.nvg-navi-more .glyphicon {
		height: 13px;
		background-size: 13px 13px;
		-moz-transition: 0.4s, ease-out;
		-o-transition: 0.4s, ease-out;
		-webkit-transition: 0.4s, ease-out;
		transition: 0.4s, ease-out;
	}
	.nvg-navi-more.isOpen .glyphicon {
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	@media (max-width: 639px) {
		.dfp-navigation {
			max-height: 50px;
			overflow: hidden;
			-moz-transition: 0.4s, ease-out;
			-o-transition: 0.4s, ease-out;
			-webkit-transition: 0.4s, ease-out;
			transition: 0.4s, ease-out;
		}
		.dfp-navigation.showFullMenu {
			max-height: 1000px;
			overflow: visible;
		}
		.dfp-navigation.container, 
		.dfp-navigation .dfp-navigation-holder {
			padding: 0;
		}
		.dfp-navigation .nvg-list {
			width: 100%;
			border-bottom: 1px solid #f8f8f8;
		}
		.dfp-navigation .nvg-list a.currentPage,
		.dfp-navigation .nvg-list.active > a {
			color: #333;
		}
		.dfp-navigation .nvg-list a.currentPage:after,
		.dfp-navigation .nvg-list.active:after {
			content: ' ';
			display: none;
		}
		.dfp-navigation .nvg-list a {
			padding-left: 20px;
			padding-right: 20px;
		}
		.dfp-navigation .nvg-list .nvg-sub-menu {
			background-color: #0054a4;
			position: relative;
			top: 0;
			left: 0;
			box-shadow: 0 0 0 0;
			-moz-transition: 0.5s, ease;
			-o-transition: 0.5s, ease;
			-webkit-transition: 0.5s, ease;
			transition: 0.5s, ease;
		}
		.dfp-navigation .nvg-list .nvg-sub-menu.isOpen {
			max-height: 1000px;
			overflow: visible;
		}
		.dfp-navigation .nvg-list .nvg-sub-menu a {
			color: #fff;
		}
		.dfp-navigation .nvg-list .nvg-sub-menu li {
			border-bottom: 1px solid #437fbb;
		}
	}



.header-blue {
}
	.header-blue:before, 
	.header-blue:after {
		display: table;
		content: ' '; }
	.header-blue:after {
		clear: both; }
    .header-blue.header-dynasty {
        background-image: url(../imgs/banner-desktop.jpg);
    }
	.header-blue .content-head-navigation {
		margin-top: 40px;
		padding-left: 7.5px;
	}
	.header-blue .content-head-navigation li:nth-of-type(1) {
		padding-left: 0;
		border-left: none;
	}
	.header-blue .content-head-navigation li {
		display: inline-block;
		border-left: 1px solid #fff;
		padding: 0 30px;
	}
	.header-blue .content-head-navigation li a {
		color: #fff;
		font-size: 14px;
	}
	@media (max-width: 640px) {
		.header-blue .content-head-navigation {
			margin-top: 20px;
		}
		.header-blue .content-head-navigation li {
			border-left: none;
			display: block;
			padding-left: 0;
			margin-bottom: 5px;
		}
	}


.dfp-wrapper {
	margin-top: 20px;
}
	.dfp-wrapper:before, 
	.dfp-wrapper:after {
		display: table;
		content: ' '; }
	.dfp-wrapper:after {
		clear: both; }


.dfp-wrapper1 {
    margin-top: 20px;
}

    .dfp-wrapper1:before,
    .dfp-wrapper1:after {
        display: table;
        content: ' ';
    }

    .dfp-wrapper1:after {
        clear: both;
    }


.dfp-main {
	margin-bottom: 30px;
	padding: 0;
	color: #333;
}
	.dfp-main:before, 
	.dfp-main:after {
		display: table;
		content: ' '; }
	.dfp-main:after {
		clear: both; }
	.dfp-main h2 {
		font-size: 20px;
		margin-bottom: 20px;
		color: #000;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.dfp-main h2.form-title {
		color: #0054a4;
	}
	.dfp-main h2.form-title.pl15 {
		padding-left: 15px;
	}
	.dfp-main p {
		line-height: 1.5;
	}
	.dfp-main .form-group .control-label {
		display: inline-block;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.dfp-main .form-control-static {
		color: #0054a4;
	}
	@media (max-width: 639px) {
		.dfp-main hr {
			margin-top: 10px;
			margin-bottom: 10px;
		}
	}


.dfp-main .dfp-nav-tabs {
	width: 100%;
	margin-top: -41px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 0;
}
	.dfp-nav-tabs:before, 
	.dfp-nav-tabs:after {
		content: ' ';
		display: table; }
	.dfp-nav-tabs:after {
		clear: both; }
	.dfp-main .dfp-nav-tabs > li {
		background-color: #3e62ad;
		float: left;
	}
        .dfp-main .dfp-nav-tabs > li a,
        .dfp-main .dfp-nav-tabs > li a:active,
        .dfp-main .dfp-nav-tabs > li a:focus {
            color: #fff;
            margin-right: 0;
            background-color: transparent;
            border-bottom-color: #ddd;
            border-top-color: #ebebeb;
            border-left-color: #ebebeb;
            border-right-color: #ddd;
            /*border-right: 0;*/
	}
	.dfp-main .dfp-nav-tabs > li:last-child a {
		border-right: 1px solid #ddd;
	}
	.dfp-main .dfp-nav-tabs > li a:hover {
		background-color: #0054a4;
		color: #f8f8f8;
	}
	.dfp-main .dfp-nav-tabs > li.active {
		background-color: #fff;
	}
	.dfp-main .dfp-nav-tabs > li.active a, 
	.dfp-main .dfp-nav-tabs > li.active a:hover, 
	.dfp-main .dfp-nav-tabs > li.active a:active, 
	.dfp-main .dfp-nav-tabs > li.active a:focus {
		color: #0054a4;
		background-color: transparent;
		border-top-color: #ddd;
		border-left-color: #ddd;
		border-right-color: #ebebeb;
		border-bottom-color: transparent;
		/*border-right: 0;*/
        }
	@media (max-width: 639px) {
		.dfp-main .dfp-nav-tabs.dfp-nav-tabs-4 li {
			width: 25%;
			max-width: 25%;
		}
	}
	.dfp-main .dfp-nav-tabs.dfp-nav-tabs-profchg{
		margin-top: -61px;
	}
	@media (max-width: 750px) {
		.dfp-main .dfp-nav-tabs.dfp-nav-tabs-profchg{
			margin-top: 15px;
			position: relative;
		}
		.dfp-main .dfp-nav-tabs.dfp-nav-tabs-profchg > li {
			width: 50%;
		}
		.dfp-main .dfp-nav-tabs.dfp-nav-tabs-profchg > li a, 
		.dfp-main .dfp-nav-tabs.dfp-nav-tabs-profchg > li a:hover{
			border: 1px solid #ddd;
			height: 100%;
		}
	}


.dfp-content {
	padding: 0;
	margin-bottom: 30px;
}
	.dfp-content:before, 
	.dfp-content:after {
		content: ' ';
		display: table; }
	.dfp-content:after {
		clear: both; }
	@media (max-width: 639px) {
		.dfp-content {
			margin-bottom: 15px;
		}
	}


.dfp-article-content {
	margin: 0;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ddd;
}
	.dfp-article-content:before, 
	.dfp-article-content:after {
		content: ' ';
		display: table; }
	.dfp-article-content:after {
		clear: both; }
	.dfp-article-content > ul, 
	.dfp-article-content > ol {
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	@media (max-width: 991px) {
		.dfp-article-content{
		}
		.dfp-content .dfp-article-content {
			margin-left: 0;
			margin-right: 0;
		}
		.dfp-article-content h2 {
			padding-left: 0;
			padding-right: 0;
		}
		.dfp-article-content ul, 
		.dfp-article-content ol {
			margin: 0;
		}
	}


.dfp-btn-wrapper {
	margin-bottom: 30px;
	text-align: center;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
	.dfp-btn-wrapper:before, 
	.dfp-btn-wrapper:after {
		content: ' ';
		display: table; }
	.dfp-btn-wrapper:after {
		clear: both; }
	.dfp-btn-wrapper .btn {
		min-width: 208px;
		margin-left: 20px;
		margin-bottom: 15px;
	}
	.dfp-btn-wrapper .btn:first-child {
		margin-left: 0;
	}
	@media (max-width: 991px) {
		.dfp-btn-wrapper {
			padding-bottom: 10px;
		}
		.dfp-btn-wrapper .btn, 
		.dfp-btn-wrapper .btn:first-child {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
	}


.dfp-steps {
	margin: 0;
	padding-bottom: 20px;
}
	.dfp-steps:before, 
	.dfp-steps:after {
		content: ' ';
		display: table; }
	.dfp-steps:after {
		clear: both; }
	.dfp-steps ul {
		width: 100%;
	}
	.dfp-steps ul:before, 
	.dfp-steps ul:after {
		content: ' ';
		display: table; }
	.dfp-steps ul:after {
		clear: both; }
	.dfp-steps li {
		width: auto;
		height: 100%;
		float: left;
		position: relative;
		counter-increment: step;
	}
	.dfp-steps li span {
		margin-right: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 40px;
		padding-right: 15px;
		position: relative;
		display: block;
		background-color: #ebebeb;
		color: #333;
		font-size: 16px;
		text-align: left;
	}
	.dfp-steps li span:before {
		margin-top: 2px;
		position: absolute;
		top: 2px;
		left: 12px;
		content: counter(step);
		font-size: 32px;
		font-weight: normal;
	}
	.dfp-steps li.current span {
		background-color: #0054a4;
		color: #fff;
		font-weight: bold;
	}
	.dfp-steps li.visited span {
		background-color: #707070;
		color: #fff;
	}
	.dfp-steps li:last-child span {
		margin-right: 0;
	}
	.dfp-steps-3 ul li {width: 33.33%;}
	.dfp-steps-4 ul li {width: 25%;}
	.dfp-steps-5 ul li {width: 20%;}

	@media (max-width: 991px) {
		.dfp-steps {
			padding-bottom: 20px;
		}
		.dfp-steps ul li span {
			margin-right: 0;
			padding-left: 34px;
			padding-right: 10px;
			font-size: 14px;
		}
		.dfp-steps li span:before {
			font-size: 26px;
			top: 6px;
			left: 10px;
		}
	}
	@media (max-width: 639px) {
		.dfp-steps {
			padding-bottom: 20px;
		}
		.dfp-steps ul li {
			width: 100%;
			border-top: 1px solid #f8f8f8;
		}
		.dfp-steps li span {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.dfp-steps li span:before {
			font-size: 24px;
			top: 2px;
			left: 12px;
		}
	}


.dfp-2-col-datalist {
}
	.dfp-2-col-datalist:before, 
	.dfp-2-col-datalist:after {
		content: ' ';
		display: table; }
	.dfp-2-col-datalist:after {
		clear: both; }
	.dfp-2-col-datalist .dfp-data-list {
		width: 50%;
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.dfp-2-col-datalist .dfp-data-list:first-child {
		padding-right: 20px;
	}
	.dfp-2-col-datalist .dfp-data-list:last-child {
		padding-left: 20px;
		border-left: 1px solid #ddd;
	}
	@media (max-width: 639px) {
		.dfp-2-col-datalist .dfp-data-list:first-child {
			padding-right: 0;
		}
		.dfp-2-col-datalist .dfp-data-list:last-child {
			margin-top: -35px;
			padding-left: 0;
			border-left: 0;
		}
		.dfp-2-col-datalist .dfp-data-list {
			width: 100%;
		}
	}


.dfp-profile-wrapper {
	float: right;
	margin-top: -40px;
	border: 1px solid #fff;
	padding: 15px 20px 7px;
	min-width: 200px;
}
	.dfp-profile-wrapper a {
		color: #fff;
		text-decoration: underline;
		font-size: 16px;
		margin-bottom: 10px;
		display: block;
	}
	.dfp-profile-wrapper .glyphicon-arrowblue {
		background-image: url(../imgs/arrow-white.png);
	}
	.dfp-profile-wrapper dl {
		margin-bottom: 0;
		overflow: hidden;
	}
	.dfp-profile-wrapper dt {
		font-size: 13px;
		margin-bottom: 2px;
		font-weight: normal;
	}
	.dfp-profile-wrapper dd {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.dfp-profile-more .glyphicon {
		-moz-transition: 0.4s, ease-out;
		-o-transition: 0.4s, ease-out;
		-webkit-transition: 0.4s, ease-out;
		transition: 0.4s, ease-out;
	}
	.dfp-profile-more.isOpen .glyphicon {
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#lblHMileage_t2 {
		font-size: 13px;
	}
	@media (max-width: 639px) {
		.dfp-profile-wrapper {
			display: block;
			margin-top: 20px;
			float: left;
			clear: both;
			padding: 0;
			border: 0;
		}
		.dfp-profile-wrapper dl {
			height: 0;
			-moz-transition: 0.4s, ease-out;
			-o-transition: 0.4s, ease-out;
			-webkit-transition: 0.4s, ease-out;
			transition: 0.4s, ease-out;
		}
		.dfp-profile-wrapper dl.showFullMenu {
			height: 145px;
		}
	}



.dfp-profile-wrapper-tkt {
	float: right;
	margin-top: -120px;
	border: 1px solid #fff;
	padding: 15px 20px 7px;
	min-width: 200px;
}
	.dfp-profile-wrapper-tkt a {
		color: #fff;
		text-decoration: underline;
		font-size: 16px;
		margin-bottom: 10px;
		display: block;
	}
	.dfp-profile-wrapper-tkt .glyphicon-arrowblue {
		background-image: url(../imgs/arrow-white.png);
	}
	.dfp-profile-wrapper-tkt dl {
		margin-bottom: 0;
		overflow: hidden;
	}
	.dfp-profile-wrapper-tkt dt {
		font-size: 13px;
		margin-bottom: 2px;
		font-weight: normal;
	}
	.dfp-profile-wrapper-tkt dd {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.dfp-profile-more-tkt .glyphicon {
		-moz-transition: 0.4s, ease-out;
		-o-transition: 0.4s, ease-out;
		-webkit-transition: 0.4s, ease-out;
		transition: 0.4s, ease-out;
	}
	.dfp-profile-more-tkt.isOpen .glyphicon {
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#lblHMileage_t2 {
		font-size: 13px;
	}
	@media (max-width: 639px) {
		.dfp-profile-wrapper-tkt {
			display: block;
			margin-top: 40px;
			float: left;
			clear: both;
			padding: 0;
			border: 0;
		}
		.dfp-profile-wrapper-tkt dl {
			height: 0;
			-moz-transition: 0.4s, ease-out;
			-o-transition: 0.4s, ease-out;
			-webkit-transition: 0.4s, ease-out;
			transition: 0.4s, ease-out;
		}
		.dfp-profile-wrapper-tkt dl.showFullMenu {
			height: 205px;
		}
	}



.dfp-club-title {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0054a4;
	font-size: 16px;
	font-weight: bold;
}


.dfp-form-inline {
}
	.dfp-form-inline .btn {
		padding: 10px 14px;
		line-height: 1;
	}
	@media (max-width: 639px) {
		.dfp-form-inline select {
			margin: 0 auto 10px;
		}
		.dfp-form-inline input[type=text] {
			width: auto;
			margin-bottom: 10px;
			display: inline-block;
		}
	}


.dfp-year-inqury-wrapper {
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin-bottom: 20px;
}
	.dfp-year-inqury-wrapper .btn {
		min-width: 125px;
	}
	.dfp-year-inqury {
		margin-bottom: 10px;
	}
	.dfp-year-inqury .ui-select {
		width: 100%;
	}
	.dfp-year-inqury .select-text {
		min-width: 100px;
	}
	

/* DFP FORM */
.dfp-form-title {
	font-size: 20px;
	margin-top: 20px;
	padding-top: 0;
	padding-left: 7.5px;
}
	legend.dfp-form-title {
		margin-bottom: 0;
		border-bottom: 0;
	}
.dfp-form-required {
	color: #e50049;
	font-size: 12px;
	vertical-align: top;
	padding-left: 2px;
}
	.form-group .dfp-form-required {
		vertical-align: middle;
	}
.dfp-form-content{
	padding: 0 7.5px 5px;
}
.dfp-row {
	margin: 20px 0 20px 0;
}
	.dfp-row:before, 
	.dfp-row:after {
		display: table;
		content: ' '; }
	.dfp-row:after {
		clear: both; }
	.dfp-row .dfp-data-list {
		padding-left: 7.5px;
		padding-right: 7.5px;
		padding-top: 10px;
	}
.dfp-err-msg {
    padding: 3px 7.5px;
}
.dfp-input {
	padding: 3px 7.5px 0;
}
	@media (max-width: 639px) {
		.dfp-input {
			margin-bottom: 15px;
		}
	}
	.dfp-input label,
    .dfp-input span {
		font-size: 12px;
        margin-bottom: 5px;
        display: inline-block;
	}
	.dfp-input .form-control {
		padding: 14px;
		height: 60px;
		color: #0054a4;
	}
    .dfp-input input[type=text]::-moz-placeholder {
        color: #999;
        opacity: 1; }
    .dfp-input input[type=text]:-ms-input-placeholder {
        color: #999; }
    .dfp-input input[type=text]::-webkit-input-placeholder {
        color: #999; }
.dfp-select {
	padding: 3px 7.5px 0;
	font-size: 12px;
}
	.dfp-select .ui-select-wrapper {
		width: 100%;
		height: 60px;
	}
	.ui-select-wrapper {
		border: 0;
		height: 58px;
		min-width: 50px;
		vertical-align: top;
		margin-right: 15px; 
	}
	.ui-select-wrapper:before {
		content: '';
		background: url(../imgs/arrow-brandblue.png) no-repeat;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 14px;
		top: 40%;
		z-index: 2;
	}
	.ui-select-wrapper .select-text {
		padding: 0 45px 0 0;
		min-height: 28px; 
	}
	.ui-select-label {
		line-height: 58px; 
	}
.dfp-validate { 
	padding-left: 100px;
}
	.dfp-validate img {
		position: absolute;
		left: 7.5px;
		width: 80px;
		height: 60px;
	}
	.dfp-validate input.form-control {
		width: 100%;
		float: left;
	}
	.dfp-validate .btn {
		clear: left;
		display: block;
	}
.dfp-row-btn {
	padding: 25px 7.5px 0;
}
	.dfp-row-btn .btn {
		height: 60px;
		line-height: 60px;
		width: 100%;
		max-width: 200px;
	}
	@media (max-width: 639px) {
		.dfp-row-btn .btn {
			min-width: 100%;
			text-align: center;
			padding: 0;
			line-height: 50px;
			height: auto;
		}
	}

.dfp-input .glyphicon{
	top: 14px;
	left: 12px;
	height: 34px;
	width: 44px;
	border-right: 1px solid #ebebeb;
}
.glyphicon-arrowblue {
	width: 13px;
	height: 10px;
	background-image: url(../imgs/arrow-brandblue.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: 13px 10px;
	margin-left: 8px;
}
.glyphicon-bird {
	width: 32px;
	height: 32px;
	background-image: url(../imgs/icon-fly-from.png);
	background-repeat: no-repeat;
	top: 40px;
	margin-right: 10px;
	position: absolute;
	left: 25px;
	z-index: 3;
}
.glyphicon-bird-1 {
	width: 32px;
	height: 32px;
	background-image: url(../imgs/icon-fly-to.png);
	background-repeat: no-repeat;
}
.glyphicon-cal {
	width: 32px;
	height: 32px;
	background-image: url(../imgs/icon-calendar.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 40px;
	z-index: 3;
}

.dfp-flightsearch, 
.dfp-datepick {
	position: relative;
}
	.dfp-flightsearch input.form-control, 
	.dfp-datepick input.form-control {
		padding-right: 40px;
		text-indent: 54px;
	}
	.dfp-flightsearch .glyphicon, 
	.dfp-datepick .glyphicon {
		left: 10px;
	}

.dfp-flightsearch-dep, 
.dfp-datepick {
	position: relative;
}
	.dfp-flightsearch-dep input.form-control, 
	.dfp-datepick input.form-control {
		padding-right: 40px;
		text-indent: 54px;
	}
	.dfp-flightsearch-dep .glyphicon, 
	.dfp-datepick .glyphicon {
		left: 10px;
	}

.autocomplete {
	max-height: 200px;
	overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	position: absolute;
	z-index: 5;
	padding: 2px;
	display: none;
}
	.autocomplete.isOpen {
		display: block !important;
	}
	.autocomplete li{
		color: #707070;
		padding-left: 12px;
		font-size: 14px;
		line-height: 38px;
		cursor: pointer;
	}
	.autocomplete li.active,
	.autocomplete li.active .highlight {
        background-color: #0054a4;
        color: #fff;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
	}
	.autocomplete li.disable {
        background-color: #ebebeb;
        color: #333;
        outline: none;
        cursor: default;
	}
	.autocomplete .highlight {
		color: #0054a4;
		font-weight: bold;
        font-size: 14px;
		outline: none !important;
	}


.ui-radio-wrapper {
	margin-right: 20px;
	display: inline-block;
}
.dfp-checkbox, 
.dfp-radio {
	padding: 5px 7.5px 0;
	clear: left;
}
	.dfp-checkbox:before, 
	.dfp-checkbox:after,
	.dfp-radio:before, 
	.dfp-radio:after {
		display: table;
		content: ' '; }
	.dfp-checkbox:after,
	.dfp-radio:after {
		clear: both; }
	.dfp-checkbox input[type=checkbox], 
	.dfp-radio input[type=radio] {
		margin-top: 4px;
		position: absolute;
	}
	.dfp-checkbox label, 
	.dfp-radio label {
		padding-left: 20px;
	}
	.dfp-checkbox:hover label,
	.dfp-radio:hover label {
		color: #0054a4;
	}
.dfp-checkbox-group .dfp-checkbox, 
.dfp-radio-group .dfp-radio {
	display: inline-block;
	margin-right: 10px;
}
	.dfp-radio-group legend {
		font-size: 12px;
		border-bottom: 0;
		margin-bottom: 0;
		padding: 5px 7.5px 0;
	}
	.dfp-radio-group legend.size14 {
		font-size: 14px;
	}
.dfp-radiobtnlist {
	position: relative;
	padding: 5px 7.5px 0;
}
	.dfp-radiobtnlist input[type=radio] {
		position: absolute;
		margin-top: 4px;
	}
	.dfp-radiobtnlist label {
		padding: 0 25px 0 20px;
	}
	.dfp-radiobtnlist label:hover {
		color: #0054a4;
	}

.dfp-errMsg {
	padding-left: 25px;
	position: relative;
	font-size: 13px;
	top: 5px;
}
	.dfp-errMsg:before {
		display: table;
		clear: both;
		content: '';
		width: 16px;
		height: 16px;
		background-image: url(../imgs/icon-error.png);
		background-repeat: no-repeat;
		position: absolute;
		left: 2px;
		top: 0px;
	}
	.dfp-errMsg:after {
		content: ' ';
		display: table;
		clear: both;
		margin-top: -10px;
	}
.border-error {
	border-color: red;
}

/* -------- DFP Master CSS End -------- */


/* ----- # DFP Overview # START ----- */
.dfp-overview {
	margin-bottom: 20px;
}
	.dfp-overview:before, 
	.dfp-overview:after {
		display: table;
		content: ' '; }
	.dfp-overview:after {
		clear: both; }
	.dfp-overview h2 {
		padding-left: 0;
		padding-right: 0;
	}
/* ----- # DFP Overview # END ----- */

/* ----- # DFP Enroll # START ----- */
/* enroll1 */
.enroll-header-blue .container {
	margin-top: 0;
}
	.enroll-header-blue .container h1 {
		margin-top: 20px;
	}
	.enroll-header-blue .container .content-head-navigation{
		margin-top: 20px;
	}
.enroll-signup-type {
}
	.enroll-signup-type a {
		margin-right: 20px;
	}
	@media (max-width: 639px) {
		.enroll-signup-type a {
			margin-right: 0;
			display: block;
			width: 100%;
			margin-bottom: 5px;
		}
	}
.enroll-head {
	width: 80%;
	margin: 0px auto;
	line-height: 1.5;
}
	@media (max-width: 991px) {
		.enroll-head {
			width: 100%;
		}
	}

.dfp-enroll-terms {
	height: 500px;
	padding-right: 20px;
	overflow-y: auto;
}
.enroll-age-inqury {
	margin-top: 20px;
}
	.enroll-age-inqury .ui-select, 
	.enroll-age-inqury .select-text {
		width: 200px;
	}
.dfp-enroll-footer .form-group {
	margin-bottom: 0;
	padding-bottom: 0;
}
.dfp-enroll-footer p {
	padding-top: 15px;
	padding-bottom: 5px;
}
.dfp-enroll-content {
	margin-top: 20px;
}
.dfp-enroll-print {
	margin: 20px 0;
}
	.dfp-enroll-print ul {
		margin: 20px 0;
	}

@media (max-width: 639px) {
	.dfp-enroll-wrapper {
		padding: 10px;
	}
	.dfp-enroll-content {
		margin-top: 5px;
	}
	.dfp-enroll-content .control-label .dfp-forms-required {
		float: none;
		padding-left: 5px;
	}
	.dfp-oal-member label {
		width: 50%;
		padding-left: 35px;
		padding-right: 15px;
	}
}
/* ----- # DFP Enroll # END ----- */

/* ----- # DFP Upgrdmn # START ----- */
.dfp-upgrdmn-mode p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.upgrdmn-msg-wrapper {
	margin-top: 0;
	margin-bottom: 10px;
}
.upgrdmn-notice {
}
/* ----- # DFP Upgrdmn # END ----- */

/* ----- # DFP Tktrdm # START ----- */
.dfp-credit-wrapper {
	position: relative;
}
.dfp-credit-kb {
	width: 120px;
	height: 160px;
	padding: 5px;
	position: absolute;
	right: 7.5px;
	top: 5px;
	z-index: 99;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}
	.dfp-credit-kb ul {
		margin-left: 4px;
	}
	.dfp-credit-kb li {
		margin: 3px 1px;
		float: left;
	}
	.dfp-credit-kb a {
		cursor: pointer;
	}
	.dfp-credit-kb a:hover {
		opacity: .85;
	}

.dfp-credit-type input[type=radio] {
	margin-left: 5px;
	margin-right: -15px;
	position: relative;
}

.dfp-credit-exp select {
	width: 100px;
}
	@media (max-width: 639px) {
		.dfp-credit-exp select {
			width: 75px;
			margin-right: 5px;
			margin-top: 5px;
			display: inline-block;
		}
	}

/* ----- # DFP Tktrdm # END ----- */

/* ----- # DFP Awdtrnsf # START ----- */
.awdtrnsf-select .ui-select-wrapper {
	width: 450px;
}
	@media (max-width: 639px) {
		.awdtrnsf-select .ui-select-wrapper {
			display: block;
			width: 100%;
		}
		.awdtrnsf-select .ui-select-label {
			line-height: 1;
		}
	}
.awdtrnsf-notice {
	margin-bottom: 10px;
}
.skt-title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	color: #0054a4;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
	.skt-title:before {
		width: 0;
		height: 0;
		position: absolute;
		top: 5px;
		left: 0;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #0054a4;
		content: ' ';
	}
/* ----- # DFP Awdtrnsf # END ------ */

/* ----- # DFP Cardreissue # START ----- */
.cardreissue-article-content {
	font-size: 16px;
	padding: 20px;
	margin-top: 50px;
	text-align: center;
	line-height: 1.6;
}
/* ----- # DFP Cardreissue # END ----- */

/* ----- # DFP Cardprint # START ----- */
.printcardDYNA {
	font-family: "Roboto Black", "DotumChe", "Verdana", "Arial", "Helvetica", "sans-serif", "OCR A Extended"; 
	font-size: 24px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.printcardGOLD {
	font-family: "Roboto Black", "DotumChe", "Verdana", "Arial", "Helvetica", "sans-serif", "OCR A Extended"; 
	font-size: 24px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.printcardEMER {
	font-family: "Roboto Black", "DotumChe", "Verdana", "Arial", "Helvetica", "sans-serif", "OCR A Extended"; 
	font-size: 24px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.printcardPARA {
	font-family: "Roboto Black", "DotumChe", "Verdana", "Arial", "Helvetica", "sans-serif", "OCR A Extended"; 
	font-size: 24px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.printcardName {
	font-family: "Roboto Black", "DotumChe", "Verdana", "Arial", "Helvetica", "sans-serif", "OCR A Extended"; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.dfp-card-img {
	width: 350px;
	height: 221px;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}
	.dfp-card-content {
		width: 350px;
		height: 221px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.dfp-card-num {
		margin-top: 90px;
		margin-left: 24px;
		letter-spacing: 0px;
		line-height: 24px;
	}
	.dfp-card-name {
		margin-top: 12px;
		margin-left: 24px;
		letter-spacing: 0px;
		line-height: 14px;
	}
/* ----- # DFP Cardprint # END ----- */

/* ----- # DFP TaxItemWin # START ----- */
.tax-container {
	margin: 20px;
}
/* ----- # DFP TaxItemWin # END ----- */

/* ----- # DFP Trsfappl # START ----- */
.trsfappl-aritcle-content {
	margin-top: 50px;
	padding: 20px;
	font-size: 16px;
	line-height: 1.6;
}
/* ----- # DFP Trsfappl # END ----- */

/* ----- # DFP Prodrdm # START ----- */
.afntrdm-select {
	min-width: 300px;
}
.prodrdm-select {
	min-width: 200px;
}
.prodrdm-validate {
	margin-top: 10px;
	margin-bottom: 0;
}
	.prodrdm-validate p {
		margin-top: 10px;
		margin-bottom: 0;
	}
.dfp-award-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
	.awrd-img {
		float: left;
		margin-right: 20px;
	}
		.awrd-img img {
			max-width: 250px;
			max-height: 250px;
		}
		.awrd-img div {
			margin-top: 5px;
		}
	.awrd-desc {
		float: left;
	}
		.awrd-desc .dfp-data-list {
			margin-top: 0;
			margin-bottom: 0;
		}
	@media (max-width: 639px) {
		.awrd-img, 
		.awrd-desc {
			float: none;
			display: block;
		}
		.awrd-desc { 
			margin-top: 15px;
		}
	}
	table.dfp-table-default.awrd-table {
		margin-top: 10px;
		margin-bottom: 10px;
		table-layout: fixed;
	}
	@media (max-width: 639px) {
		table.dfp-table-default.awrd-table {
			margin-top: 0;
			margin-bottom: 0;
		}
		.awrd-img, 
		.awrd-desc {
			float: none;
			display: block;
		}
		.awrd-desc {
			margin-top: 15px;
		}
	}
	table.awrd-data-table {
		width: auto;
		margin: 5px 0;
	}
	table.awrd-data-table th, 
	table.awrd-data-table td {
		padding: 5px 15px;
		border-bottom: 1px solid #fff;
		font-size: 14px;
	}
	table.awrd-data-table th {
		padding-right: 10px;
		background-color: #efefef;
		text-align: right;
		font-weight: normal;
	}
	table.awrd-data-table td {
		padding-left: 10px;
		background-color: #f8f8f8;
	}
/* ----- # DFP Prodrdm # END ----- */

/* ----- # DFP Nominee # START ----- */
.dfp-wrapper1.nominee-wrapper {
	margin-top: 0;
}
/* ----- # DFP Nominee # END ----- */

/* ----- # DFP mileclaim # START ----- */
.glyphicon-fly {
	width: 20px;
	height: 20px;
	background-image: url(../imgs/icon-airplane.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 8px;
	top: 6px;
	background-size: 20px 20px;
}
.flight-indexlabel:before {
	content: '';
	height: 1px;
	width: 20px;
	position: relative;
	background: rgba(51, 51, 51, 0.7);
	display: inline-block;
	margin-right: 10px;
	top: -3px;
}
.flight-indexlabel:after {
	content: '';
	height: 1px;
	width: 20px;
	position: relative;
	background: rgba(51, 51, 51, 0.7);
	display: inline-block;
	margin-left: 10px;
	top: -3px;
}
.mileclaim-flightlabel{
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}
/* ----- # DFP mileclaim # END ----- */

/* ----- # DFP accruqry # START ----- */
.accruqry-search .col-sm-9{
	padding-left: 0;
	padding-right: 0;
}
/* ----- # DFP accruqry # END ----- */

/* ----- # DFP ebqry # START ----- */
.ebqry-search .col-sm-9{
	padding-left: 0;
	padding-right: 0;
}
/* ----- # DFP ebqry # END ----- */

/* ----- # DFP profchg # START ----- */
.dfp-wrapper1.profchg-wrapper{
    margin-top: 0;
}
.zipcode-search {
	padding-top: 40px;
}
	@media (max-width: 639px) {
		.zipcode-search {
			padding-top: 0;
		}
	}
.dfp-social-item {
	margin-bottom: 15px;
}
	.dfp-social-item:before, 
	.dfp-social-item:after {
		display: table;
		content: ' '; }
	.dfp-social-item:after {
		clear: both; }
	.dfp-social-item:last-child {
		margin-bottom: 0;
	}
	.dfp-social-icon {
		float: left;
		width: 36px;
		height: 36px;
		text-align: center;
		margin-right: 10px;
	}
	.dfp-social-icon img {
		max-width: 36px;
		max-height: 36px;
	}
	.dfp-social-vendor {
		float: left;
		min-width: 100px;
		margin-top: 6px;
		margin-left: 5px;
	}
	.dfp-social-status {
		float: left;
		margin-top: 6px;
		min-width: 80px;
		margin-left: 5px;
		word-break: break-all;
	}
	.dfp-social-act {
		float: right;
		margin-top: 6px;
		margin-left: 15px;
	}
	@media (max-width: 639px) {
		.dfp-social-vendor {
			display: none;
		}
		.dfp-social-status {
			float: none;
		}
	}
/* ----- # DFP profchg # END ----- */

/* ----- # DFP awrdshopper # START ----- */
.dfp-award-shopper .ui-radio-wrapper {
	min-width: 125px;
}
.dfp-airlines {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	text-align: left;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
	.dfp-airlines-type:before, 
	.dfp-airlines-type:after {
		display: table;
		content: ' ';
	}
	.dfp-airlines-type:after {
		clear: both;
	}
	.dfp-airlines .dfp-form-title {
		margin-bottom: 10px;
	}
	.dfp-airlines-type .dfp-radio {
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
		clear: none;
	}

.dfp-trip-type {
	margin-bottom: 20px;
	text-align: left;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
	.dfp-trip-type .dfp-form-title {
		padding-bottom: 10px;
	}
.dfp-cabin-select {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
	.dfp-cabin-select .dfp-form-title {
		padding-bottom: 10px;
	}
	@media (max-width: 639px) {
		.dfp-trip-type {
			width: 100%;
			text-align: left;
		}
		.dfp-cabin-select {
			width: 100%;
			text-align: left;
		}
	}
.inline {
    display: inline-block;
}
/* ----- # DFP awrdshopper # END ----- */

.dfp-datepick {
	position: relative;
	height: 60px;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
    .dfp-datepick:hover {
        -webkit-box-shadow: inset 0px 0px 0px 2px #0054a4;
        -moz-box-shadow: inset 0px 0px 0px 2px #0054a4;
        box-shadow: inset 0px 0px 0px 2px #0054a4 !important;
    }
	.dfp-multi-datepick {
		padding-left: 40px;
		width: 100%;
		height: 100%;
	}
	.dfp-multi-datepick .col-xs-6 i.return {
		border-left: 1px solid #ebebeb;
		height: 34px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -15px;
	}
	.dfp-multi-datepick .col-xs-6 {
		height: 100%;
		padding-right: 0;
	}
	.dfp-multi-datepick .col-xs-6.return {
		padding-left: 1px;
	}
    .dfp-multi-datepick input {
        border: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-indent: 15px;
        background-color: transparent;
    }
    .dfp-multi-datepick input::-moz-placeholder {
        color: #999;
        opacity: 1; }
    .dfp-multi-datepick input:-ms-input-placeholder {
        color: #999; }
    .dfp-multi-datepick input::-webkit-input-placeholder {
        color: #999; }

.awd-detail-header {
    width: 100%;
    height: 50px;
    background-color: #3e62ad;
    margin-bottom: 20px;
}
    .awd-detail-header h1 {
        background: url(../imgs/logo-Int.png) center center no-repeat;
        background-size: contain;
        height: 50px;
        margin: 0;
        text-align: center;
        font-size: 24px;
        color: #fff;
        line-height: 50px;
    }
    .awd-detail-header h1 a {
        display: block;
        text-indent: -9999px;
    }
.awd-detail-title {
    font-size: 16px;
    color: #333;
    padding: 10px 0 15px;
    margin: 0;
}

/* Popup Confirm Window */
.dfp-confirm-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	display: none;
	z-index: 999;
}
	.dfp-confirm-wrapper {
		width: 360px;
		height: 220px;
		position: fixed;
		left: 50%;
		top: 50%;
		margin-left: -180px;
		margin-top: -110px;
	}
	.dfp-confirm {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
	}
	.dfp-confirm-content {
		padding: 70px 20px 20px;
		background: url(../imgs/info_icon.png) no-repeat center 15px;
		height: 145px;
		text-align: center;
	}
	.dfp-confirm-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		padding: 20px;
	}
	.dfp-confirm-footer .btn {
		margin-right: 15px;
		min-width: 125px;
	}
	.dfp-confirm-footer .btn:last-child{
		margin-right: 0;
	}


/* Alert Box */
.dfp-alert-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 999;
}
	.dfp-alert-wrapper {
		width: 360px;
		height: 220px;
		position: fixed;
		left: 50%;
		top: 50%;
		margin-left: -180px;
		margin-top: -110px;
	}
	.dfp-alert {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
	}
	.dfp-alert-content {
		padding: 70px 20px 20px;
		background: url(../imgs/info_icon.png) no-repeat center 15px;
		height: 145px;
		text-align: center;
	}
	.dfp-alert-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		padding: 20px;
	}
	.dfp-alert-footer .btn {
		min-width: 125px;
	}

/* BlockUI */
.blockUI.blockPage img {
	width: 100%;
    height: auto;
}

/* datepicker */
#ui-datepicker-div {
	z-index: 99 !important;
}
