.zcwf_row_wrap {
    /* border-top: 1px solid #c5c5c5; */
    /* border-left: 1px solid #c5c5c5; */
    /* border-right: 1px solid #c5c5c5; */
}
.zcwf_lblLeft .zcwf_title {
	display:none;
}
.zcwf_row_wrap .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
	width: 80%;
	border: 1px solid #939393 !important;
	border: 1px solid #CCC;
	padding: 3px 5px;
	border-radius: 3px;
	border-radius: 2px;
	padding: 5px;
	font-size: 16px;
}
.zcwf_row_wrap .zcwf_col_fld input[type=text].short, .zcwf_lblLeft .zcwf_col_fld textarea.short{
	width: 200px;
	margin-right: 10px;
}
.zcwf_row_wrap .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld select{
	border: 1px solid #939393 !important;
	padding: 3px 5px;
	border-radius: 2px;
	
}
.zcwf_row_wrap .zcwf_row{
	display:flex;
	margin: 0 0 5px !important;
}
.zcwf_row_wrap .zcwf_col_lab {
	font-weight: bold;
	font-size: 15px !important;
	position: relative;
	background: #0057a2;
	color: #FFF;
	float: none;
	margin-right: 0;
	margin-top: 0;
	padding: 10px 0 0 15px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.zcwf_row_wrap  .zcwf_col_fld {
	padding: 0px 10px 6px!important;
	border-bottom: 1px dashed #68514e;
}
.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;
}


.zcwf_lblLeft .zcwf_button {
	font-size: 16px;
	border: none;
	padding: 14px 15px;
	max-width: 203px;
	color: #0057a2;
	background: #ffd76e;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.8s;
	border-radius: 0;
}
.zcwf_lblLeft .zcwf_button:first-child{
	margin-right: 13px;
	width:calc(65% - 13px);
}
/* .zcwf_lblLeft .zcwf_button:last-child{
	background-color: #9b9b9b;
	color:#FFF;
	margin-left: 13px;
	width:calc(35% - 13px);
} */
.zcwf_lblLeft .zcwf_button:hover{
	opacity:0.7;
}
.bt__wrap{
	width: 100% !important;
	text-align: center;
	border-bottom: none !important;
}


@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 input[type=text].short, .zcwf_lblLeft .zcwf_col_fld textarea.short{
		width: 100px;
		margin-right: 3px;
	
	}
	

	.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; */
		width: 100%;
	}

}