/*******************************************************************************************************************
 /$$$$$$$$ /$$$$$$  /$$$$$$$  /$$      /$$       /$$$$$$$  /$$   /$$ /$$$$$$ /$$       /$$$$$$$  /$$$$$$$$ /$$$$$$$ 
| $$_____//$$__  $$| $$__  $$| $$$    /$$$      | $$__  $$| $$  | $$|_  $$_/| $$      | $$__  $$| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$| $$$$  /$$$$      | $$  \ $$| $$  | $$  | $$  | $$      | $$  \ $$| $$      | $$  \ $$
| $$$$$  | $$  | $$| $$$$$$$/| $$ $$/$$ $$      | $$$$$$$ | $$  | $$  | $$  | $$      | $$  | $$| $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$__  $$| $$  $$$| $$      | $$__  $$| $$  | $$  | $$  | $$      | $$  | $$| $$__/   | $$__  $$
| $$     | $$  | $$| $$  \ $$| $$\  $ | $$      | $$  \ $$| $$  | $$  | $$  | $$      | $$  | $$| $$      | $$  \ $$
| $$     |  $$$$$$/| $$  | $$| $$ \/  | $$      | $$$$$$$/|  $$$$$$/ /$$$$$$| $$$$$$$$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/      \______/ |__/  |__/|__/     |__/      |_______/  \______/ |______/|________/|_______/ |________/|__/  |__/
*******************************************************************************************************************/
.required_marker
{
	color: #FF0000;
}

.ww_fb_formRowOdd
{
	background-color: #F0F0F0;
}

.ww_fb_formTable td
{
	padding: 10px;
}

.ww_fb_formLabelColumn i
{
	color: #808080;
	font-size: 12px;
	padding-left: 20px;
	display: block;
}

.ww_fb_form_row_section_title,
.ww_fb_form_row_section_title td,
.ww_fb_form_row_section_title td *
{
	background-color: #333333;
	color: #FFFFFF !important;
}

.ww_fb_formRow .submit_button
{
	padding: 10px;
}

.ww_fb_formRow .attachment_status_cell
{
	padding-top: 0;
	padding-bottom: 0;
}

.ww_fb_formRow .attachment_status_cell label
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
}

.ww_fb_formRow .attachment_status_cell label.error
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

.ww_fb_formRow .attachment_status_cell label.error a
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.ww_fb_formRow .attachment_status_cell label.error a:hover
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.ww_fb_formRow .attachment_size_label
{
	font-size: 13px;
	line-height: 1em;
	white-space: nowrap;
}

.ww_fb_formRow .attachment_remove_label
{
	font-size: 13px;
	line-height: 1em;
}

tr.rowSubmitButton td
{
	text-align: center;
	padding: 20px;
}

.ww_fb_formTable input[type="checkbox"]
{
	display: inline-block;
}

.ww_fb_formTable .ww_fb_formRow .row-label
{
	color: #3d3d3d;
	font-weight: bold;
}

.ww_fb_formRow .checkbox_label,
.ww_fb_formRow .radio_button_label
{
	font-weight: normal;
}

/* md and below */
@media screen and (max-width:991px)
{
	.ww_fb_formTable
	{
		width: 100%;
		margin-bottom: 20px;
	}

	.ww_fb_formTable td
	{
		padding: 0 15px 15px 15px;
	}

	.ww_fb_formTable tr td
	{
		width: 100% !important;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.ww_fb_formLabelColumn
	{
		color: #000000;
		width: 100%;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.ww_fb_formTable .ww_fb_formRow .row-label
	{
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.ww_fb_formRow input[type=text],
	.ww_fb_formRow select,
	.ww_fb_formRow input[type=password]
	{
		display: block;
		margin: 0 auto;
		width: 95%;
		font-size: 16px;
		padding: 5px;
	}

	.ww_fb_formRow textarea
	{
		display: block;
		margin: 0 auto;
		width: 95%;
		height: 150px;
		font-size: 16px;
		padding: 5px;
	}

	.ww_fb_formRow .checkbox_label,
	.ww_fb_formRow .file-upload-table,
	.radio_button_label
	{
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.g-recaptcha
	{
		width: 100%;
	    margin: 0 auto;
	    max-width: 304px;
	}
}

/* md and above */
@media screen and (min-width:992px)
{
	.form-builder-responsive-description-container,
	.ww_fb_formTable
	{
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.ww_fb_formLabelColumn
	{
		color: #000000;
		width: 35%;
		padding-right: 50px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.ww_fb_formRow input[type=text],
	.ww_fb_formRow select,
	.ww_fb_formRow input[type=password]
	{
		width: 100%;
		font-size: 16px;
		padding: 5px;
	}

	.ww_fb_formRow textarea
	{
		width: 100%;
		height: 150px;
		font-size: 16px;
		padding: 5px;
	}

	.ww_fb_formLabelColumn i
	{
		margin-top: 5px;
	}

	.ww_fb_formTable .ww_fb_formRow .row-label
	{
		display: block;
		width: 95%;
		margin: 0 auto;
		font-weight: bold;
	}	
}