#container_section{
}

#container_form label{
	display: inline;
	margin: 0;
	font-size: 1em;
}

#add_section{
	padding: 10px 30px;
	text-align: center;
	background: #f3f3f3;
	border-bottom: 1px solid #ddd;
}

#container_form .row{
	position: relative;
}

#container_form.mode_editor .row{
	margin-right: 50px;
}

#container_form .field{
	z-index: 1;
}

#container_form .row .marker{
	position: absolute;
	right: -56px;
	bottom: 5px;
	display: block;
	height: 22px;
	width: 56px;
	background: url('../images/location_marker.png') center left no-repeat;
	z-index:10;
}

#container_form .row.row_hr .marker{
	bottom: -10px;
}

#container_form  .row .marker .move_field,#container_form  .row .marker .del_field{
	font-size: 0;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 0px;
}

#container_form .row .marker .move_field{
	margin-left: 17px;
	background: url('../images/move_field.png') center center no-repeat;
}

#container_form .row .marker .del_field{
	background: url('../images/delete_field.png') center center no-repeat;
}


#container_form .table_form td.hover{
	background: #ffc;
}


#container_form:not(.static) .table_form td.field_section.active{
	background: #ddd;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 0px;
}

.table_form td.field_section.active{
	background: #ddd;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 0px;
}

.form_display td.field_section.active{
	background: #F1F4F4;
	border:0;
}

div.field_section.active{
	background: #ddd;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 0px;
}

#field_editor, #field_editor_others{
	background:#ddd;
	padding: 5px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	display: none;
	margin-right: 50px;
}

#field_editor .close_editor, #field_editor_others .close_editor{
	font-size: 0;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 0 0 5px;
	background: url('../images/close_editor.png') center center no-repeat;
}

#field_editor .close_editor:hover, #field_editor_others .close_editor:hover{
	background: url('../images/close_editor-hover.png') center center no-repeat;
}

#field_types{
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
	width: 200px;
	height: 300px;
	background: #ccc;
	border: 1px solid #bbb;
	margin: 0;
	padding: 0;
	list-style: none;
}

#field_types li{
	margin: 0;
	padding: 0;
}

#field_types a{
	display: block;
	background:#ddd;
	padding: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	color: #666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}

#field_types a:hover{
	background: #ffc;
}

#field_types a.active{
	background: #ffe;
}

.field_attributes{
	margin-left: 205px;
	padding: 0 10px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #bbb;
	height: 300px;
	background: #eee;
	color: #666;
	font-family: tahoma;
	font-size: 12px;
}

#field_editor_others .field_attributes{
	margin-left: 0;
	height: auto;
}

.field_attributes label{
	font-weight: bold;
}

.field_attributes div.title{
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
	margin-bottom: 5px;
}

.field_attributes_form td{
	padding-bottom: 10px;
}

#edit_header{
	width: 200px;
}

#edit_text{
	width: 100%;
	height: 130px;
	font-size: 11px;
	font-family: verdana;
}

#edit_options{
	margin: 0;
	padding: 0;
	list-style: none;
}

#edit_options li{
	margin: 1px 0 0;
	padding: 2px 3px 4px 0;
	vertical-align: middle;
	background: #ddd;
	clear: both;
	width: 340px;
}

.add_option,.del_option,.move_option{
	font-size: 0;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 2px 0 0 2px;
}

#container_form .input{
	padding: 2px;
	font-size: 1em;
}

.input_option{
	width: 240px;
}

.add_option{
	background: url('../images/add_option.png') top left no-repeat;
}

.del_option{
	background: url('../images/delete_option.png') top left no-repeat;
}

.move_option{
	background: url('../images/move_option.png') top left no-repeat;
}

li#reference_option{
	display: none;
}


.text_form{
	white-space: pre-wrap;
}


table.table_form.table_form_section{
	margin-bottom: 0;
	table-layout: auto;
}

table.form_display .merge_field  > .label {
	width: 0;
	content: '';
}

table.form_display .merge_field  > .field {
	margin-left: 0;
}

table.table_form.cols_2 td{
	width: 50%;
}

table.table_form.cols_3 td{
	width: 33%;
}

div.text_form{
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	font-size: 11px;
	font-family: verdana;
	color: #444;
	background:  #F1F4F4;	
}

div.text_form p{
	margin: 0 0 10px 0;
}


.ui-datepicker-trigger {
	display : none;
}

table.table_form table.tabular_table{
	width : 100%;
	border-style : solid;
	border-width : 2px;
	border-color : #EDEADD;
	border-collapse : collapse;
	font-size : 12px;
	color : #4D898E;
	
}

table.table_form table.tabular_table tr.odd{
	background-color:#F1F4F4;
	
}


table.table_form table.tabular_table tr.even{
	background-color:#fdfdfd;
}

table.table_form  table.tabular_table td{
	padding:2px;
	cellspacing:2px;
}

table.table_form table.tabular_table td.align_right{
	align:right;
	padding-right:5px;
}


#tabular_form{
	background-color :#E9F1F2;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #CBD9DB;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #CBD9DB;
}

#tabular_form th {
	text-align : center;
}


#tabular_form th , #tabular_form td {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CBD9DB;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CBD9DB;	
	padding-right : 5px;
	padding-left : 5px;
}

#tabular_form .numbering_td{
	width : 15px;

}

#tabular_form .small_td , .cell_textarea_small , .cell_textbox_small{
	width : 76px;
}


#tabular_form .medium_td , .cell_textbox_medium , .cell_textarea_medium{
	width : 150px;
	
}

#tabular_form .large_td , .cell_textbox_large , .cell_textarea_large{
	width : 220px;
}

#tabular_form .total_text {
	color : #7B9EA8;
}

.captcha_div{	
	padding-top : 5px;
}

#recaptcha_area{
	margin-left : auto;
	margin-right : auto;
}

#container_left input[type=text],
#container_left select,
#container_left textarea {
	width:100%;
}

#save_options_control {
	margin-top: 5px;
}

#list_msg {
	color: #21912B;
}

#hide_label {
    margin-top: 5px;
}

.form_button{
    background: none;
    background-color: #385d8a;
    color: #FFFFFF;
    padding: 0;
    padding: .4em 1em;
    margin-right: 5px;
    margin-bottom: 5px;
}



table td .field_textarea.small{

}

table td .field_textarea.medium{
	height: 80px;
}

table td .field_textarea.large{
	height: 120px;
}

table td .field_text.small{
	min-width: 70px;
	width: 70px;
}

table td .field_text.medium{
	width: 150px;
}

table td .field_text.large{
}

table td .field_select.small{
	width: 120px;
}

table td .field_select.medium{
	width: 180px;
}

table td .field_select.large{
}
