@charset "utf-8";
/* @import "jquery.fancybox.css"; */

a{
	color:#953D31;
	text-decoration: underline;
}
a:hover{
	/* color: #8040ac; */
	text-decoration: none;
}
a.link{
	background-color:#953D31;
	color:#F1D9B5;
	text-decoration: none;
	padding:3px 10px;
	border-radius:10px;
}
input[type="text"], select{
	background-color: transparent;
	/* font-size: 80%;
	padding: 7px 5px; */
	padding: 5px;
	border: 1px solid #761E12;
	margin: 0 5px;
	color: #953D31;
	/* font-style: italic; */
}
input[type="checkbox"]{
	display:none;
}
input[type="checkbox"] + label{
    display:block;
	/* width: 32px;
	height: 32px; */
	/* width: 44px;
	height: 44px; */
	width: 24px;
	height: 24px;
	/* border: 1px solid #a75eb1; */
    /* border: 3px solid #a75eb1; */
	background-color: #F1D9B5;
    /* border-radius: 50%; */
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
}
input[type="checkbox"].red_border_rd + label{
	border: 5px solid red !important;
}
input[type="checkbox"]:checked + label:after{
	content: '✓';
    color: #7E191F;
	font-weight: bold;
	position: absolute;
	/* top: 6px;
    left: 9px; */
	/* top: 11px;
    left: 16px; */
	top: 2px;
    left: 7px;
	z-index: 2;
}
input[type="text"]:disabled,
select:disabled{
	border: 1px solid #761E12;
}
ul li input[type="checkbox"],
ul li input[type="checkbox"] + label:before,
input[type="checkbox"].style2 + label:before,
input[type="radio"]{
	display: none;
}
ul li input[type="checkbox"] + label,
input[type="checkbox"].style2 + label,
input[type="radio"] + label{
	display:inline-block;
    width:18px;
    height:18px;
	background-color: #F1D9B5;
    border: 1px solid #761E12;
    border-radius: 50%;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}
ul li input[type="checkbox"]:checked + label:after,
input[type="checkbox"].style2:checked + label:after,
input[type="radio"]:checked + label:after{
	content: '✓';
	/* width: 10px;
	height: 10px; */
	color: #761E12;
	line-height: 12px;
	/* background-color: #ff9000; */
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* top: 3px;
	left: 3px; */
}


h3, table td strong{
	
	line-height: 18px;
}
h1{
	font-size: 24px;
	line-height: 28px;
	/* color: #ff9000; */
	color: #953D31;
	/* font-weight: bold; */
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
h2{
	color: #953D31;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}
h2 span{
	font-weight: normal;
	
}
h3{
	color: #fff;
	padding: 5px 8px;
	/* margin-left: 10px; */
	display: inline-block;
	margin-bottom: 8px;
}
td, th{ vertical-align: top;}
th{text-align: left;}
#content{
	padding-bottom: 0;
	font-size: 15px !important;
}
#content ul{
	/* margin-bottom: 25px; */
}
#content ul li{
	color: #883693;
	padding-left: 0;
}
/* #content .form-item > ul > li{
	margin-bottom: 30px;
} */
#content ul li:before{display: none;}
#content ul li strong{
	color: #953D31;
	font-size: 17px;
	line-height: 21px;
}
#content ul li span{
	color: #953D31;
	
}
#content ul ul{
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 25px;
}
#content ul li:last-child ,
#content ul li:last-child ul{
	margin-bottom: 0;
}
#content ul ul li{
	color: #953D31;
	/* line-height: 28px; */
    margin-bottom: 10px;
}
#content ul ul li > p{
	margin-left: 28px;
	/* line-height: 32px; */
}
#content ul ul li > p.no-margin{
	margin-left: 5px;
}
#content .events_wrap.style2{
	margin: 20px 0px 20px 0px !important;
    width: 100% !important;
	display:inline-block;
}
#content ul > li > ul > li  .events_wrap{
	margin: 20px 25px 0 5px !important;
	width: calc(100% - 30px) !important;
}
#content ul > li > ul > li  p.remarks{
	margin-bottom: 20px;
	margin-left: 5px;
}
#content ul ul li table{
	margin: 0 !important;
	width: 100% !important;
	padding-left: 23px !important;
	/* padding-bottom: 0 !important; */
	/* padding-top: 20px !important; */
}
#content ul ul li table p{
	margin-left: 0 !important;
	font-size: 0.9em;
}
#content .events_wrap.style2{
	padding: 12px 10px 0 10px;
	/* background-color: #f7d48f; */
	border:1px solid #953D31;
	/* margin-top: 0 !important; */
	margin:10px 0 30px !important;
}
#content .events_wrap.style2 p{
	margin-left: 18px !important;
	font-size: 0.9em;
}
.red{/* color: red !important; */ color: #953D31 !important; font-size: 14px; margin-bottom: 10px !important;}
#form p.red{margin-top: 5px;}
#wrapper.form{
	/* background-color: #f6d839; */
	font-family: arial;
}
#wrapper.form .mid_content .title{
	margin-bottom: 0;
}
#form .form-item{
	/* background-color: #f7f6d2; */
	padding: 20px 25px 5px;
	/* margin-bottom: 10px; */
}
#form .indent>h2, #form .indent>p, #form .indent>ul{
	margin-left:30px;
}
#form table{
	width: 100%;
	display: block;
}
#form table tr th{
	color: #555555;
	font-size: 15px;
}
#form table tr td{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	vertical-align: middle;
	color: #953D31;
	font-size: 15px;
}
#form p{
	color: #953D31;
	margin-bottom: 10px;
}
#form p.venue{
	margin-bottom: 10px;
}
#form table tr td:first-child{ width: 145px;}
#form table tr td span{ display: inline-block; margin-top: -2px; vertical-align: middle; margin-left: 5px;}
#form table tr td span.red{ margin-right: 0; margin-left: 0; margin-bottom: 0 !important;}
#wrapper.form input.width3{
	width: 280px;
}
#wrapper.form .width2{
	width: 160px !important;
}
#wrapper.form .width60{
	width: 60px !important;
}
#form .form-item p.date{
	color: #a75eb1;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 30px;
	position: relative;
	margin-bottom: 10px;
}
#form .form-item .events_wrap{
	margin-bottom: 20px;
	position: relative;
}
#form .form-item .events_wrap .event-title-wrap{
	margin:0 -25px;
	width:calc(100% + 50px);
}
#form .form-item .events_wrap .event-checkbox{
	/* width:46px;
	height:46px; */
	width:26px;
	height:26px;
	float:left;
	background-color: #7E191F;
	/* padding:7px;
	padding-left:6px; */
	padding:1px;
	/* margin-right:10px; */
	margin:10px;
	margin-right:20px;
}
#form .form-item .events_wrap .event-title{
	position:relative;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	/* line-height: 20px; */
	margin-bottom: 10px;
	background-color: #7E191F;
	padding:5px;
	width:calc(100% - 56px);
	float:left;
	/* width:calc(100% + 50px);
	margin-left:-25px;
	margin-right:-25px; */
}
#form .form-item .events_wrap.full .event-title:before{
	content:"";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:98px;
	height:70px;
}
#form .form-item .events_wrap .event-title>div{
	padding:1px 10px;
	border:1px solid #F1D9B5;
	background-color: #7E191F;
	color:#F1D9B5;
	line-height:31px;
}
#form .form-item .events_wrap .event-title>div>span{
	font-size:14px;
	margin-left:10px;
}
#form .form-item .events_wrap p,
#form .form-item .events_wrap table{
	margin-left: 30px;
}
#form .form-item .events_wrap table{
	padding: 10px 15px 10px 20px;
	/* background-color: #f7d48f; */
	width: calc(100% - 90px);
	display: inline-block;
	border:1px dotted #761E12;
}
#form .form-item .events_wrap table th{
	color: #761E12;
	font-weight: bold;
	border-bottom:1px dotted #761E12;
}
#form .form-item .events_wrap table td{
	width: auto;
	padding: 3px 2px;
}
#form .form-item .events_wrap table td input,
#form .form-item .events_wrap table td select{
	margin: 0;
	width: 100%;
}
#form .form-item .events_wrap .add_row_btn{
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 5px;
}
#form .form-item .events_wrap .add_row_btn:before,
#form .form-item .events_wrap .add_row_btn:after{
	content: '';
	position: absolute;
	top: 5px;
	background-color: #b05811;
	left: 0;
	width: 100%;
	height: 4px;
	display: inline-block;
}
#form .form-item .events_wrap .add_row_btn:after{
	transform: rotate(90deg);
}
#form .form-item .events_wrap .add_row_btn.remove_row_btn:after{
	display: none;
}
#form .form-item .remarks{
	font-size: 13px;
	color: #761E12;
	font-style: normal;
	line-height: 16px;
	margin-bottom:10px;
}

#form .form-item .events_wrap table.no-style{
	padding: 0;
	background-color: transparent;
	/* margin-bottom: 20px; */
}
#form .form-item .events_wrap table.no-style td{
	vertical-align: top;
	padding-right: 0;
	padding-bottom: 10px;
}
#form .form-item .events_wrap table.no-style td.subtotal_wrap{
	vertical-align: middle;
}
.subtotal{ color: #7E191F; line-height: 15px; display: inline-block; vertical-align: middle; height: 32px; border: 1px solid #7E191F; margin: 0 5px; padding: 7px 5px !important; text-align:right; background-color: #F6D9B7 !important; margin-top: -4px;}
.totalcount{ text-align:right; /* background-color: #a75eb1; */ border:5px solid #7E191F; padding: 15px 15px 10px; margin-top: -15px;}
.totalcount span{ display:inline-block; color: #7E191F;  line-height: 18px; font-weight: bold;}
.totalcount div{padding: 2px 5px !important;}
.totalcount .subtotal{ float: none; display: inline-block; line-height: 26px;}
#form .print{text-align: left; background-color: #ff9000; padding: 10px; margin-bottom: 30px; display: inline-block; margin-top: 20px; border: 5px solid #f6d839;}
#form .print p{color: #fff; margin-bottom:0;}
#form .print a{color: #fdd704;}
#form .print a:hover{color: #a75eb1;}

.btn-wrap{
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.form_btn{
	color: #ffffff;
	padding: 5px 50px 5px 25px;
	font-weight: normal;
	background-color: #f08720;
	border: 3px solid #f6ab48;
	margin-right: 20px;
}
.form_btn#form_submit:before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	position: absolute;
	right: 30px;
	top: 35%;
	transform: rotate(135deg);
}
.form_btn#reset_btn{
	background-image: url(../images/reset-btn-logo.png);
	background-position: 80% 50%;
	background-repeat: no-repeat;
}
.form_btn#reset_btn:before{
	display: none;
}
.form_btn:hover,
.form_btn:focus{
	color: #ffffff;
	border-color: #bd6f00;
	background-color: #b05811;
}


#validationMessage{ color:#f00; padding-left:20px; padding-top:20px;}
#validationMessage ul{ background:none;}
#validationMessage ul li{ list-style:disc inside;}

#form .red_border_rd+label{
  border:#FF0000 solid 5px !important;
  
}

#form .red_border_txt+label{
	border: 5px solid #ff0000!important;
	outline:#FF0000 solid 5px !important;
}

#form .red_border_txt{
	border: 5px solid #ff0000!important;
	outline:#FF0000 solid 5px !important;
}

#form hr{
	/* background-color: rgba(107, 107, 107, .5); */
	background-color: #761E12;
	height:5px;
	margin-top: 20px;
    margin-bottom: 20px;
}
#top_wrapper > div#right-col a.lang{
	color: #ffffff;
}
#top_wrapper > div#right-col a.lang:hover,
#top_wrapper > div#right-col a.lang:focus{
	color: #f5f800;	
}