body
{
	margin: 0;
	padding: 0;
	color: #555;
	font-family: 微軟正黑體, "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	background: transparent;
}
p{margin-bottom: 2px;}
#page
{
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}
iframe{border: 0;}
#content
{
    padding: 10px;
    background-color: transparent;
    margin-bottom: 20px;
    margin-top: 15px;  
    max-width: 820px;
    margin:   10px auto;
    font-size: 14px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	margin-top: 15px;
	background:#009944;
}

#mainmenu ul
{
	padding:0;
	margin:0px;
}

#mainmenu ul li
{
	display: inline-block;
	padding: 10px 15px;
	transition: 0.2s all;
}
#mainmenu ul li:hover,#mainmenu ul li.active{
	background: white;
	color: #009944;
}
#mainmenu ul li:hover a, #mainmenu ul li.active a{
	color: #009944;
}

#mainmenu ul li a
{
	transition: 0.2s all;
	color:#ffffff;
	background-color:transparent;
	font-size:16px;
	text-decoration:none;
	padding:5px 8px;
}



div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.label_col{
	float: left;
	width: 24%;
}
.field_col{
	float: right;
	width: 75%;
}
.clr{
	clear: both;
}
div.form .row label {
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.field_col input[type='radio']{
	float: left;
}
.field_col.list_radio input[type='radio']{
clear: both;
}
div.form .field_col label{
	font-weight: normal;
}
.p33row{
width: 32%;
float: left;
}
.p50row{
	width: 49%;
	float: left;
}
#innovation-form input[type='text'],#innovation-form input[type='email'],#mem_wrapper select{
width: 95%;
}
input[type='text'],input[type='email']{
	height: 25px;line-height: 25px;
}
select{
	height: 32px;line-height: 32px;
}
#add_row{
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	clear: both;
	padding: 10px 15px;
	
	font-size: 16px;
	font-weight: normal;
	background:#999;
	color: white;
	margin-top: 10px;
	transition: 0.5s all;
}
#add_row:hover{
background:#009944;
}
#add_grad_row{
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	clear: both;
	padding: 10px 15px;
	
	font-size: 16px;
	font-weight: normal;
	background:#999;
	color: white;
	margin-top: 10px;
	transition: 0.5s all;
}
#add_grad_row:hover{
background:#009944;
}
.entrepreneurshipRegisteration_form #mem_wrapper div:nth-child(3) .mem_tit{
display: none;
}
#add_staff_row{
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	clear: both;
	padding: 10px 15px;
	
	font-size: 16px;
	font-weight: normal;
	background:#999;
	color: white;
	margin-top: 10px;
	transition: 0.5s all;
}
#add_staff_row:hover{
background:#009944;
}
.iv{display: none;}
.mem_row{
	padding: 15px;
	transition: all 0.5s;
	border-bottom: 1px dotted #777;
	position: relative;
}
.mem_tit{
	font-size: 18px;
    font-weight: bold;
}
.mem_remove {
    cursor: pointer;
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    background: red;
    line-height: 10px;
}
.mem_row:hover{
	background:#eee;
}
div.form .row.radrow{
	margin: 15px 0;
	padding: 10px;
}

.ff_caterow{
	display: none;
	background: #dbefff;
}
div.form span.required{
	display: none;
}
div.form input[type="submit"] {
    background: #F39800;
    color: white;
    font-size: 18px;
    border: 0;
    padding: 10px 20px;
    width: 291px;
    font-family: 微軟正黑體, "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: 0.5s all;
}
div.form input[type="submit"]:hover {
    background: #999;
}
div.form .errorMessage{
	clear: both;
}
.errorSummary p{
	display: none;

}
.field_col textarea{
	width: 95%;
	min-height: 150px;
}
.rem_row{
	transition: 0.5s all;
	padding: 15px;
}
.rem_row:hover {
    background: #eee;
}
.r_err_field{
	border:1px solid red !important;
}
.btn_type1{
	display: inline-block;
	width: 260px;
	text-align: center;
	color: white;
	background: #F39800;
	padding: 10px 15px;
}
.coloroe{
	border:1px dotted #999;
	padding: 10px;
	transition: 0.5s all;
}
.coloroe:hover{
	background: #eee;
}
img{max-width: 100%;}


.ft_btit{
	color:#7d9f01;
	font-size: 24px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 10px;
}
.ft_1row{
	text-align: center;
}
.rfooter{
	background: rgba(255,255,255,0.6);
	padding: 25px 5px;
}
.ft_bcont{
	color: #37023b;
	font-size: 20px;
}
.ft_baddv{
	line-height: 18px;
}
.ft_baddv span{
	font-size: 13px;
	margin-right: 15px;
	display: inline-block;
}
.ft_2row,.ft_3row,.ft_4row{
	margin-top: 25px;
}
.ft_4row{
	font-size: 12px;
	color: #a11060;
	text-align: center;
}
.hd_banner{
	    border-radius: calc(40px - 0px);
	overflow: hidden;
}
#mainmenu ul ul{display: none;position: absolute;background: rgba(255,255,255,0.8);margin: 0;padding: 0;width: 300px;left: 0;top:43px;}
#mainmenu ul li{position: relative;}
#mainmenu ul li:hover ul{display: block;}
#mainmenu ul ul li{display: block;}

.btnc_type1 {
    display: inline-block;
    width: 260px;
    text-align: center;
    color: white;
    background: #F39800;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    transition: 0.5s all;
}

.btnc_type2 {
	transition: 0.5s all;
	font-size: 16px;
    display: inline-block;
    width: 260px;
    text-align: center;
    color: white;
    background: #F39800;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.btnc_type2.bddc,.btnc_type1.bddc {
	background:#46C9FE;
}
.btnc_type1 a,.btnc_type2 a{
color: white;
text-decoration: none;
display: block;width: 100%;
height: 100%;
}

.btnc_type1:hover ,.btnc_type2:hover {
	background: #009944;
}

.ft_baddv a{
	text-decoration: none;
	color: inherit;
}
table{border-right: 1px solid black;border-top: 1px solid black;}
td{border-left: 1px solid black;border-bottom: 1px solid black;}
.sponsor_icons img{height: 45px;}
.cate_desc {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 5px;
    background: white;
}
#Innovation_category label:hover,#Innovation_subject label:hover{
	cursor: pointer;
}
.field_err_msg {
    color: red;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 5px;
}
#innovation-form input[type='text']{ text-transform: uppercase; }
.hide_when_not_other{display: none;}
.section_item{
	width: 20%;
	padding-bottom: 10px;
	display: inline-block;
	margin:10px;
	font-size: 12px;
	float: left;

}
.form_remark{font-weight: bold;font-size: 17px;margin-bottom: 5px;}
.form_remark_wrapper li{margin-bottom: 5px;}
.section_row{text-align: center;}
.section_row.section5row .section_item{width: 17%;}
.section_circle{
/*	width: 100px;
	height: 100px;
	border:5px solid #ccc;
	padding: 10px;*/
	border-radius: 100px;
	margin: 0 auto;
}
.section_icon{
	width: 120px;height: 120px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 120px auto;
	border-radius: 120px;
	background-color: #ccc;
	margin: 0 auto 10px;
}
.completed .section_circle{border-color: #33A64C;}
.completed .section_icon{background-color: #33A64C;}
.section_item_a .section_icon{background-image: url("../imgs/part1.png");}
.section_item_b .section_icon{background-image: url("../imgs/part2.png");}
.section_item_c .section_icon{background-image: url("../imgs/part3.png");}
.section_item_c1 .section_icon{background-image: url("../imgs/part2t.png");}
.section_item_d .section_icon{background-image: url("../imgs/part4.png");}

.section_item_a.completed .section_icon{background-image: url("../imgs/part1a.png");}
.section_item_b.completed .section_icon{background-image: url("../imgs/part2a.png");}
.section_item_c.completed .section_icon{background-image: url("../imgs/part3a.png");}
.section_item_c1.completed .section_icon{background-image: url("../imgs/part2ta.png");background-size: 60px auto;}
.section_item_d.completed .section_icon{background-image: url("../imgs/part4a.png");}


.section_block {display: none;padding: 10px;}
.section_block.active {display: block;}
.step_btn {
    padding: 12px;
    display: inline-block;
    min-width: 100px;
    background: #1d287a;
    transition: .5s all;
    cursor: pointer;
    color: white;
    margin-right: 20px;
    margin-top: 5px;
}
.row.buttons .step_btn {
	float: left;
}
.step_btn:hover{opacity: .8;}
#agree_whatsapp{float: left;margin-right: 5px;}
.group_tit{font-size: 16px;font-weight: bold;}

.drop_zone {
    background: url(../imgs/upload@2x.png) no-repeat;
    background-size: 70px auto;
    border: 1px dashed #979797;
    border-radius: 9px;
    width: 270px;
    height: 130px;
    position: relative;
    background-position: 20px 50%;
    float: left;
}
.submit_search_btn {
    text-align: center;
    background: #b31c2a;
    border-radius: 21px;
    color: white;
    /* line-height: 46px; */
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    min-width: 50px;
    padding: 5px 20px;
    transition: .5s opacity;
}
.drop_zone_desc {
    position: absolute;
    top: 10px;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    width: 155px;
}
.has_file .drop_zone_desc{
	font-size: 12px;
}
.uploaded_filename{font-weight: bold;font-size: 15px;}
.mid_or {
    float: left;
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
}
.submit_search_btn:hover {
    opacity: 0.6;
}
.upfile_field,.upfile_field2 {
    display: none;
    opacity: 0;
}
.drop_zone .clear_file {
    display: none;
}
.drop_zone.has_file {    background-color: #ffc0c6;}
.drop_zone.dragging {    background-color: #ffeeff;}
.white_btn.submit_search_btn {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    color: #b31c2a;
    background: white;
}
.ft_file_btn {
    float: right;
    margin-top: 35px;
}
.drop_zone.has_file .clear_file {
    display: block;
    transition: .5 all;
    text-align: center;
    background: white;
    cursor: pointer;
    padding: 2px;
    margin-top: 5px;
}


.common_form_row {
    margin-bottom: 20px;
    max-width: 420px;
}

#Entrepreneurship_verifyCode{text-transform: none !important;}
#Innovation_verifyCode{text-transform: none !important;}
.mem_type{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;	
}
.res_br{
	display: none;
} 
.section_block .row .section_subtit{
	font-size: 22px;
}
div.form .errorSummary{
	clear: both;
}

@media screen and (max-width: 1100px) {
	.res_br{display: block;}
}
@media screen and (max-width: 680px) {
.label_col{
	float: none !important;
	width: 100% !important;
	padding-top: 0 !important;
}
.field_col{
	float: none !important;
	width: 100% !important;
}
.p50row{
	float: none !important;
	width: 100% !important;
}
.p33row{
	float: none !important;
	width: 100% !important;
}

}
