/* @override 
	https://www.vinetrust.org/assets/css/conference.css?* */

h1 {
	margin-bottom: 20px;
}

.txtable {
	width: 95% !important;
	padding: 10px 0px;
	table-layout: fixed;
	
}
.txtable tr:nth-of-type(1) td {
	padding: 0px 20px;
	font-weight: bold;
	background-color: #ffffff !important;
}
.txtable.package tr:nth-of-type(1) td {
	background-color: #f0e9d8 !important;
	color: #9b7e56;
}
.txtable tr.desc td {
	background-color: #f7f7f7;
}
.txtable tr  td.buy_btn {
	text-align: right;
	padding: 0px;
}

.txtable tr.desc p {
	font-size: 15px;
	margin: 0px;
	padding: 0px 10px;
}
.txtable.package p {
	color: #a18653;
}

.btn:hover {
	color: #fff;
	background-color: #5c5c5c;
}

h1.conf-header {
		font-size: 60px;
		font-weight: bold;
		color: #41904e;
		line-height: 40px;
		display: block;
		margin-bottom: 40px;
}
h1.conf-header sub {
	display: block;
	text-align: right;
	font-size: 40px;
	color: #707070;
	line-height: 40px;
}
.conf-logo {
	margin-bottom: 34px;
}


/*** generic ***/


.clear {
	clear: both;
}
.btn-plain {
	background-color: #f8f8f8;
}

aside.event-listing {
	background-color: #7cbb55;
	padding: 15px;
	margin-bottom: 30px;
}

.event-listing p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
}
.event-listing p strong {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 4px;
}

p.small {
	font-size: 13px;
	line-height: 16px;
}

article.event-article {
	background-color: #f7f7f7;
	padding: 20px 20px;
	margin-bottom: 30px;
}
article.event-article p {
	margin: 0px;
}
.event-article h3 {
	font-size: 26px;
}

aside.event-booking {
	padding: 15px;
	background-color: #3e6ab4;
	margin-bottom: 30px;
	color: #fff;
}
.event-booking p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

aside {
	border-radius: 2px;
}

aside h5 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 5px;
}

aside.event-media {
	background-color: #4975b8;
	padding: 15px;
	margin-bottom: 30px;
}
aside.pricing-info {
	background-color: #eec55a;
	padding: 15px;
	margin-bottom: 30px;
}
aside.pricing-info p {
	color: rgba(255, 255, 255, 0.8);
}

aside.pink-box {
	background-color: #d74667;
}
aside.pink-box p {
	margin-bottom: 0px;
}
.event-media p {
	color: rgba(255, 255, 255, 0.8);
}
.event-media h4 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 20px;
}
.event-media a {
	color: #fff;
	text-decoration: underline;
	outline: 0;
}

.event-media article {

	margin-top: 20px;
}
.event-media img {
	border: 2px solid #ffffff;
}

.btn-book {
	background-color: #66a8cf;
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 8px 14px;
	display: inline-block;
}

/***** booking pages *****/

h1 sub {
	display: block;
	line-height: 20px;
	font-size: 24px;
	color: #a5a5a5;
}


table.txtable {
	width: 100%;
}
table.txtable td.txlabel {
	width: 60%;
}
table.txtable td.cost {
	width: 10%;
	font-weight: 700;
}
table.txtable tr td {
	padding: 6px 10px;
	background-color: #4ab14a;
}
table.txtable tr td.qty_box {
	font-weight: 300;
	width: 20%;
}
td.qty_box input {
	min-width: 65%;
}
table.txtable input.btn, .conf-btn {
	font-weight: 600;
	color: #fff;
	background-color: #53aa47;
	border: none;
	text-decoration: none;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}
table.txtable input.btn:hover, .conf-btn:hover {
	background-color: transparent;
	color: #7a7a7a;
}

table.txtable .qty_box input {
	text-align: center;
	padding: 5px;
	font-size: 1.1em;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
table.txtable .qty_box input:focus {
	outline: 0;
	border: 1px solid #333;
}
.footnote {
	margin-top: 20px;
	font-size: 14px;
}

.ophead {
	margin: 30px 0px 18px;
}
.ophead span.no {
	
}
.txlabel select {
	display: inline;
}

/**** order ****/

.cart-contents {
	width: 90%;
	font-size: 18px;
}
.cart-contents td, .cart-contents th {
	line-height: 20px;
	padding: 6px 10px;
}
.cart-contents th {
	border-bottom: 2px solid #a7d04d;
	color: #419168;
}
.cart-contents .total {
	text-align: right;
}
.cart-contents a.more {
	text-decoration: underline;
	color: #419168;
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
}
.cart-contents tfoot {
	border-top: 2px solid #aece61;
	font-weight: 800;
}
#bookingForm {
	margin: 0px;
	margin-bottom: 40px;
}

#bookingForm dl {
	display: block;
}
#bookingForm dl dd, #bookingForm dl dt {
	vertical-align: text-top !important;
	height: auto !important;
	line-height: 20px;
	margin-bottom: 5px;
}

#bookingForm input:focus, #bookingForm textarea:focus {
	outline: 0;
	border-style: solid;
	border-color: #b3cd6f;
}

#bookingForm input {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-bottom: 10px;
	width: 50%;
}
#bookingForm textarea {
	width: 70%;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-bottom: 10px;
	resize: none;
	border-radius: 0px;
}

#bookingForm input.qtr {
	min-width: 60px;
	width: 10%;
}
#bookingForm input.half {
	width: 30%;
	min-width: 120px;
}

span.reqd {
	color: #ea4632;
}
#bookingForm input.rounded.button {
	width: auto;
	padding: 10px 20px;
	background-color: #419168;
	color: #fff;
	border: none;
	border-radius: 4px;
}

dd.fixedlist, dt.fixedlist {
	width: 100%;
	margin-bottom: 0px;
	line-height: 20px;
	display: block;
	height: auto;
}
dd.fixedlist {
	margin-bottom: 10px;
}
p.cards {
	font-size: 30px;
}
p.small-text {
	margin-top: 20px;
	font-size: 14px;
}

/**** payment ****/

dl#payment {
	clear: both;
	display: block !important;
	width: 100%;
}

dl#payment dt {
	width: 40%;
	display: block !important;
}
dl#payment dd {
	width: 50%;
	display: block !important;
}
dl#payment dd input {
	width: 100% !important;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-bottom: 10px;
	width: 50%;
	outline: 0;
}
dl#payment dd input:focus {
	outline: 0;
	border-style: solid;
	border-color: #b3cd6f;
}
dl#payment select {
	max-width: 100px !important;
	outline: 0;
}

dl#payment dt sub {
	display: block;
}

.detailbox {
	background-color: #f6f6f6;
	padding: 12px;
	margin-bottom: 20px;
}

#nopayment {
padding: 10px;
background-color: #f6f6f6;
}
#nopayment p {
	font-weight: 800;
	color: #568f6a;
}

/**** booking options ****/
.booking_options {
	width: 100%;
}
.booking_options tr td {
	padding: 8px 15px;
	font-size: 20px;
}
.booking_options tr.ticket-type {
	background-color: #4975b9;
	color: #fff;
	font-weight: 600;
}
.booking_options tr.related {
	background-color: #fff;
	border-top: 4px solid #e9edee;
}
.booking_options td.add {
	text-align: center;
}
.booking_options tr.related td.product select {
	display: block;
}

.booking_options tfoot tr td {
	font-weight: bold;
}
.product-opt {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.booking-info {
	width: 100%;
	margin-bottom: 15px;
}
.booking-info td {
	padding: 6px 10px;
	font-size: 18px;
	color: #909090;
	vertical-align: text-top;
}
.booking-info td.txname {
	background-color: #fff;
	color: #666666;
}
.booking-info td.txprice {
	background-color: #878787;
	color: #fff;
	font-weight: bold;
	border-left: 4px solid #fff;
}
.booking-info td.total {
	border-top: 4px solid #fff;
}
.booking-info td.txprice.total {
	background-color: #3e6ab4;
}
.booking-info td span.product-opt {
	font-style: italic;
	font-weight: 400;
}

.align-right {
	text-align: right;
}


p.disclaimer {
	font-size: 14px;
	background-color: #f6f6f6;
	padding: 5px 10px;
	text-align: justify;
	margin-bottom: 0px;
	line-height: 20px;
	margin-top: 25px;
}

.pay-segment label {
	display: block;
}

.pay-segment input, .pay-segment textarea {
	 padding: 5px;
	 border: 2px solid #e2e2e2 !important;
	 outline: 0;
	 width: 70%;
}

.pay-segment input.input-half {
	width: 40%;
}

.pay-segment input[type="checkbox"] {
	width: auto !important;
	margin-right: 3px;
	margin-top: 12px;
}

.pay-segmemt input.input-half {
	width: 40% !important;
}

.pay-segment input:focus, .pay-segment textarea:focus {
	border-color: #4874b8 !important;
}

.pay-segment input.readonly:focus {
	border-color: #c27070 !important;
}

label sub {
	display: block;
	line-height: 12px;
	margin-bottom: 12px;
	color: #a9a9a9;
}
