/* WebKit browsers */ 
/*.form-control::-webkit-input-placeholder { 
	color: #333; 
} */
/* Mozilla Firefox 4 to 18 */ 
/*.form-control:-moz-placeholder { 
	color: #333; 
} */
/* Mozilla Firefox 19+ */ 
/*.form-control::-moz-placeholder { 
	color: #333; 
} */
/* Internet Explorer 10+ */ 
/*.form-control:-ms-input-placeholder { 
	color: #333; 
} */




/* WebKit browsers */ 
.form-control:focus::-webkit-input-placeholder { 
	color: #45c3d8; 
} 
/* Mozilla Firefox 4 to 18 */ 
.form-control:focus:-moz-placeholder { 
	color: #45c3d8;
} 
/* Mozilla Firefox 19+ */ 
.form-control:focus::-moz-placeholder { 
	color: #45c3d8;
} 
/* Internet Explorer 10+ */ 
.form-control:focus:-ms-input-placeholder { 
	color: #45c3d8;
} 
/*.form-control:focus {
	color: #45c3d8;
}*/


/*main body*/
.main-body h1 {
	padding: 60px 0;
	line-height: 36px;
	color: #888;
	font-size: 36px;
}
h1 a {
	color: #45c3d8;
	font-size: 13px;
}
h1 a:hover {
	text-decoration: underline;
}
h1 a span {
	margin-left: 8px;
}
.main-body h2 {
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
}
button,input {
	outline: none;
}

/*Travel-information*/
.Travel-information,
.booking-information,
.passenger-information,
.additional-information {
	padding: 30px;
}
.Travel-information .wrap-ipt {
	width: 550px;
}
form label {
	margin-bottom: 7px;
	font-size: 13px;
}
form i {
	color: #ff0000;
}
.wrap-ipt label span {
	color: #aaa;
}
.form-control {
	/*padding: 6px 20px;
	height: 50px;
	line-height: 50px;*/
	color: #333;
	font-size: 16px;
	border-color: #dbdbdb;
}
.form-group {
	/*margin-bottom: 30px;*/
}
.form-control[readonly],
.input-group-addon {
	background-color: #fff;	
}
.input-group-addon  {
	color: #666;
	font-size: 20px;
}
.add-group>div,
.addbtn {
	margin-right: 20px;
}
.add-group>div:first-child>p {
	height: 50px;
	line-height: 50px;
	color: #45c3d8;
	font-size: 16px;	
}
.add-group>div:first-child b {
	font-weight: normal;
}
.form_datetime .form-control {
	border-right: none;
}
.addbtn,
.delbtn {
	position: relative;
	top: 35px;
	padding: 0;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	/*background-color: #00ccce;*/
	text-align: center;
	border-radius: 3px;
}
.delbtn {
	top: 10px;
}
/*.addbtn:hover,
.delbtn:hover {
	background-color: rgba(0,204,206,.8);
}*/
.addbtn i,
.delbtn i {
	color: #fff;
}
.Travel-information>.form-group:last-child {
	margin-bottom: 0!important;
}
.Travel-information>.form-group:last-child .list-group {
	margin-bottom: 0;
}
.Travel-information>.form-group:last-child >.list-group:not(:nth-child(2)) {
	margin-top: 20px;
}

/*booking information*/
.booking-information .form-group,
.passenger-information>.form-group:last-child {
	margin-bottom: 0!important;
}


/*passenger-information*/
.passenger-information .form-group {
	margin-bottom: 30px;
}
.passenger-information .form-group>div:first-child,
.passenger-information .form-group>div:nth-child(2) {
	width: 150px;
} 
.passenger-information .form-group>div:nth-child(3) {
	width: 90px;
}
.passenger-information .form-group>div:nth-child(4),
.passenger-information .form-group>div:nth-child(6) {
	width: 220px;
}
.passenger-information .form-group>div:nth-child(5) {
	width: 120px;
}
.passenger-information .form-group>div {
	margin-right: 10px;
}
.passenger-information .form-group>div:last-child {
	margin-right: 0;	
}
.passenger-information .form-group>div:nth-child(6) {
	margin-right: 20px;
}

/*additional-information*/
.additional-information textarea {
	font-size: 13px;
	color: #dbdbdb;
}
.additional-information>.form-group:last-child {
	margin-bottom: 0;
	width: 180px;
}

/*form-foot*/
.form-foot {
	padding: 60px 0;
}
.form-foot button,
.form-foot button:focus {
	padding: 0;
	width: 210px;
	height: 50px;
	line-height: 50px;
	color: #4ed4d0;
	font-size: 18px;
	border: 1px solid #4ed4d0;
	border-radius: 25px;
	background-color: #fff;
}
.form-foot button:hover {
	color: #fff;
}
.form-foot>button:first-child {
	margin-right: 60px;
}

article {
	padding-top: 40px;
	color: #999;
	font-size: 13px;
	border-top: 1px solid #ddd;
}
article p {
	margin-bottom: 20px;
	color: #999;
}
article>p:last-child {
	margin-bottom: 0;
}
article i {
	font-style: normal;
	color: #ff0000;
}

/*modal*/
.modal-dialog {
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	margin: 0!important;
	width: 500px!important;
	height: 280px!important;
	font-size: 14px;
	-webkit-transform: translate(-50%,-50%)!important;
	   -moz-transform: translate(-50%,-50%)!important;
	    -ms-transform: translate(-50%,-50%)!important;
	     -o-transform: translate(-50%,-50%)!important;
	        transform: translate(-50%,-50%)!important;
}
.modal-backdrop {
	background-color: #fff;
}
.modal-content {
	padding: 35px 0!important;
	border: none;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    	    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.modal-title {
	font-size: 18px;
}
.modal-footer button,
.modal-footer button:focus,
.modal-footer button:active {
	padding: 0;
	width: 100px;
	height: 34px;
	line-height: 34px;
	color: #fff!important;
	font-size: 16px;
	border-radius: 20px;
}
.modal-footer button:hover {
	color: #fff;
}
.modal-footer {
	text-align: center;
	border-top: none;
}
.modal-header {
	border-bottom: none;
}
.modal-header,
.modal-body,
.modal-footer {
	padding: 0;
}
.modal-dialog h4,
.modal-dialog span {
	color: #45c3d8;
}
.modal-dialog h4 {
	margin-bottom: 30px;
}
.modal-dialog  p {
	margin-bottom: 20px;
}
.modal-dialog p:last-of-type {
	color: #999;
}