#container02 {
    padding: 10px 30px 20px;
    max-width: 550px;
    margin: 0 auto;
    border: 6px solid #e5e6e8;
    font-family: "M PLUS 1p";
}
#dtlTT2{
	font-size:18px;
	text-align: center;
	line-height: 1.8em;
	display: block;
	margin: 0 auto 15px;
	width: 235px;
	border-bottom: 4px solid #ff9f28;
	/* margin: 0 0; */
}

.zcwf_row_wrap {
	border: solid #e1e1e1;
	border-width: 1px;
	padding: 1px 1px 0px;
}
.zcwf_row_wrap .zcwf_row:last-child .zcwf_col_fld {
    border: none;
}
.zcwf_lblLeft .zcwf_title {
	display:none;
}
.zcwf_row_wrap .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea,
.zcwf_lblLeft .zcwf_col_fld select {
	width: 100%;
	border: 1px solid #939393 !important;
	border-radius: 2px;
	padding: 5px;
	font-size: 16px;
}
.zcwf_row_wrap .zcwf_row{
	display:
	flex;
	margin: 0 !important;
	/* border-bottom: 1px solid #c5c5c5; */
}
.zcwf_lblLeft .zcwf_col_lab {
	margin-top: 0px;
	float: none;
	min-height: 0px;
}

.zcwf_lblLeft .zcwf_col_fld {
	margin-top: 0px;
	float: none;
	min-height: 0px;
}
.zcwf_row_wrap .zcwf_col_lab {
	width: 100%;
	background-color: #e5e6e8;
	width: 160px;
	font-weight: bold;
	font-size: 12px !important;
	position: relative;
	float: none;
	margin-right: 0;
	margin-top: 0;
	border-bottom: 1px solid #FFF;
	padding: 15px 0 10px 10px;
}
.zcwf_row_wrap  .zcwf_col_fld {
	width: calc(100% - 160px);
	padding: 10px 15px;
	border-bottom: 1px solid #e1e1e1;
}
.zcwf_col_lab {
	
}
.zcwf_row_wrap .zcwf_col_fld_slt {
	border: 1px solid #939393 !important;
	font-size: 16px;
	padding: 5px;
}
.zcwf_row_wrap .zcwf_col_lab span{
	font-size: 17px;
	margin: 0 0 0 5px;
}
.zcwf_lblLeft .zcwf_row {
	margin: 0px 0px;
	flex-wrap: wrap;
}

.zcwf_lblLeft .zcwf_row_wrap .zcwf_row {
	margin: 5px 0px;
	flex-wrap: wrap;
}

.zcwf_lblLeft .zcwf_button {
	font-size: 18px;
	border: none;
	padding: 14px 0;
	max-width: 203px;
	background-color: #33af53;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.8s;
}
.zcwf_lblLeft .zcwf_button:first-child{
	margin-right: 13px;
	width:calc(65% - 13px);
}
.zcwf_lblLeft .zcwf_button:last-child{
	background-color: #9b9b9b;
	margin-left: 13px;
	width:calc(35% - 13px);
}
.zcwf_lblLeft .zcwf_button:hover{
	opacity:0.7;
}

.bt__wrap{
	width: 100% !important;
	display: flex;
	justify-content: center;
	margin: 15px 0 0 !important;
}
.w80  {width:80px !important;;}
.w90P {width:90%;}
.w100 {width:100px !important;}
.w150 {width:150px !important;}
.w200 {width:200px !important;}
.w250 {width:250px;}
.w300 {width:300px;}
.ml_5{ margin-left: 5px;}

@media all and (max-width: 900px) {

	#crmWebToEntityForm.zcwf_lblLeft {
		padding: 5px;
	}

	.zcwf_row_wrap .zcwf_row{flex-wrap: wrap;}
	.zcwf_row_wrap .zcwf_col_lab {width: 100%;padding: 5px 0 5px 5px;}

	.zcwf_row_wrap .zcwf_col_fld {
		padding: 6px 10px !important;
		width:100%;
	}

	.zcwf_row_wrap .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
		width:98%;

	}

	.zcwf_row_wrap .zcwf_col_fld_slt {
		width:80%;
	}

	.zcwf_lblLeft .zcwf_button:first-child{
		margin-right: 5px;
		width:calc(65% - 5px);
	}
	.zcwf_lblLeft .zcwf_button:last-child{
		background-color: #9b9b9b;
		margin-left: 5px;
		width:calc(35% - 5px);
	}
	.zcwf_col_fld {
		text-align: center;
		flex-wrap: wrap;
	}



	#container02 {
		padding: 10px 3px 20px;
		margin: 0 auto;
		border: 5px solid #e5e6e8;
		font-family: "M PLUS 1p";
	}
	
	.zcwf_lblLeft .zcwf_button {
		font-size: 17px;
	}
	.zcwf_lblLeft .zcwf_button:first-child{
		margin-right: 0;
		/* margin-bottom: 10px; */
		width: 95%;
	}
	.zcwf_lblLeft .zcwf_button:last-child{
		width: 48%;
		max-width: 48%;
	}

	/* .w150.cal {width:200px !important; margin-bottom: 5px;}
	.date_m_d{
		width: 100%;
	} */

}
@media all and (max-width: 480px) {

	.date_cal{
		width: 100%;
	}
	.w150.cal {width:120px !important;}
	.ml_5{ margin-left: 0;}

	.w80  {width:60px !important;;}

	.zcwf_lblLeft .zcwf_button:first-child{
		margin-right: 0;
		margin-bottom: 0;
		width: 48%;
		max-width: 47%;
	}
}