<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default styles */
@import "reset.css";
@import "icon-fonts.css";

/* Fonts */


#nav .current_page_item a, #nav a:hover  {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
#main {
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
#nav li ul li,.post {	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}
body  {
	font-size: small;
	line-height: 1.5;
	direction:rtl;
}
h1, h2, h3, h4, h5, h6  {
	margin: 0;
}
h1  {font-size: 36px} h2  {font-size: 30px} h3  {font-size: 26px}
h4  {font-size: 20px} h5  {font-size: 18px} h6  {font-size: 16px}
p  {margin: 0;}
a:link, a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}
#navigation  {
	position: relative;
	height: 37px;
	margin: 0 0 20px 0;
}
#nav, #nav ul {
	z-index: 100;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li {
	float: right;
	position: relative;
	margin: 0 4px 0 0;
}
#nav a:link, #nav a:visited {
	z-index: 100;
	display: block;
	padding: 0 10px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
}
#nav .current_page_item a, #nav a:hover  {
	text-decoration: none;
}
#nav{
		width: 100%;
}
#nav li ul {
	position: absolute;
	width: 170px;
	right: -999em;
}
#nav li ul li {
	width: 170px;
	line-height: 18px;
	margin: 0 0 1px 0;
	border-style: solid;	
	background-color: #000;
}
#nav li ul li a:link, #nav li ul li a:visited { display: block; width: 155px; padding: 10px 5px 10px 10px; line-height: 18px; font-size: 12px; }
#nav li ul li a:hover  { background: none; }
#nav li ul ul {	margin: -33px 0 0 170px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { right: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

#nav .current_page_item a,
#nav a:hover,
#main,
.post {
	background: rgba(0, 0, 0, 0.2);
}
#container  {
	width: 970px;
	margin: 0 auto;
}
#main  {
	float: right;
	width: 930px;
	padding: 20px;
	background-color: #ff9f80;
	border: 5px solid #EFFAB4;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
#header  { padding: 5px 0; margin: 15px 0 5px 0;}
#header h1, #header h2  { display: none; }
#header #logo  { float: right ;}
#header .header-banner  { float: left; }
#logo .site-title, #logo .site-description  { display: none; }
#logo .site-title a { color:#fff; font-size:42px; line-height:34px; text-transform:normal;  }
#logo .site-title a:hover { text-decoration:none; color:#eee; }
#logo .site-description { color:#eee; text-transform:uppercase; font-size:12px;}
#logo .site-title,
#logo .site-description { margin: 0 0 0 10px}
#content  {
	float: right;
	width: 580px;
	margin: 0px;
	margin-bottom: 20px;
}
#content.full  {
	width: 930px; margin-left:0px;
}
#content.full .post { width: 100%; }
#content .post { width: 540px; }
#sidebar  {
	width: 335px;

	/** below for floating div **/
	position:absolute;  
	top:150px;  
	right:50%;  
	margin-right:141px; 
}

#sidebar label.desc,
#sidebar label.description{
	font-size: 13px;
    font-weight: normal;
}
#left  {
	float: right;
	width: 210px;
	margin: 0 20px 0 0;
}
#right  {
	float: right;
	width: 210px;
}
#footer  {
	float: right;
	width: 880px;
	margin: 0 0 30px 0;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
}
#footer a:link,
#footer a:visited  {
	color: #FF9F80;
}
#footer .copyright  { float: right; margin: 0; color: #ff9f80; }
#footer .credit  { float: left; margin: 0; }
#footer .credit img  { vertical-align: middle; }
.post  {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	color: #000000;
}
.post:after {content:"."; display:block; visibility:hidden; clear:both; height:0}
* html .post { zoom:1; height:0  }
*+html .post { display:inline  }
.post h2.title  { margin: 0 0 7px 0; }
.post h2.title a:link, .post h2.title a:visited  {}
.post h2.catheading  { margin: 0 0 0 0; font-size: 20px; }
.post .meta  { margin: 0 0 10px 0; }
.post .tags  { 
	float:right;
	margin: 0 0 0px 0;
	padding: 0 0 0 25px;
}
.breadcrumb{
	text-decoration:none !important;
    border-bottom: 1px dotted #000;
    color: #3661A1 !important;
}
h2 a.breadcrumb:hover{
	color: green !important;
}
#social  {	
	margin: 0 0 30px 0;
	padding: 15px 0 10px;
	background-color: #EFFAB4;
}
#field_properties_pane {
	margin: 0 0 30px 0;
	padding: 15px 0;
	background-color: #D1F2A5;
}
#form_properties_pane {
	margin: 0 0 30px 0;
	padding: 15px 0;
	background-color: #FFEAE7;
}
#social li  { 
	float: left;
	margin: 2px 0 4px 10px;
	padding:0;
	width:152px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
}
#social li img  { float: right; margin: 0 4px 0 0; }
#social li a span  { display: block; line-height: 35px; }
#social li a span.blabel  { font-size: 15px; color: #fff; text-align:left;}
#social li a:hover  { text-decoration: none; background-color: red; }
html body * span.clear,
html body * div.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#social li a span.icon-font{
	float: right;
	display: block;
	margin-right: 5px;
	margin-leeft: 10px;
	font-size: 20px;
	color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dddddd;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons_bar a{
	float: right;
	margin:0 7px 0 0;
}
.buttons_bar span{
	margin-left: 7px;
	font-size: 115%;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#f5db82;
    border:1px solid #B38B01;
    color:#B38B01;
}
.buttons a:active{
    background-color:#B38B01;
    border:1px solid #B38B01;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*-------------------------------------------------------------------------------------------*/
#editor_loading{
	background-color: #DC6666;
    border-radius: 15px 15px 15px 15px;
    font-size: 160%;
    font-weight: 400;
    right: 31%;
    padding: 30px;
    position: absolute;
    top: 350px;
    z-index: 10000;
}
#theme_editor_loading{
	background-color: #DC6666;
    border-radius: 15px 15px 15px 15px;
    font-size: 160%;
    font-weight: 400;
    right: 41%;
    padding: 30px;
    position: absolute;
    top: 350px;
    z-index: 10000;
}
#bottom_shadow{ width: 940px;padding-right: 10px; }
#nav li.page_item a span{
	margin-left: 5px;
	font-size: 110%;
}
#nav li.page_item a{
	 background-repeat: no-repeat;background-position: 10px 11px;
	 padding-right: 10px;
	 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
}

#nav li.nav_logout,#nav li.nav_help{ 
	float: left;
}
#selected_field_image{
	position: absolute;
	display: block;
	visibility: hidden;
	top: 0px;
	right: 3px;
	float: right;
}
#selected_field_image2{
	position: relative;
	display: block;
	visibility: hidden;
	top: 0px;
	right: 20px;
	float: left;
}
.installer,.login_main{
	padding-top: 0px;
	position: relative;
}
.form_editor{
	padding-top: 15px;
	position: relative;
}
.forgot_password_loader{
	float: left;
	padding-top: 10px;
}
#li_login_notification{
	border: 1px dotted #BD3D20;
    border-radius: 5px 5px 5px 5px;
    margin: 15px 0px 10px 6px;
    padding: 4px 0;
    text-align: center;
}
#li_installer_notification{
	border: 1px dotted #BD3D20;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 0 20px 6px;
    padding: 4px 0;
    text-align: center;
}
#li_installer_notification h5{
	color: #BD3D20;
	font-weight: 400;
	font-size: 16px;
}
#li_login_notification h5{
	color: #BD3D20;
}
#bottom_bar{
	height: 30px;
	background-color: #EFFAB4;
	padding: 0px; 
 	border: 1px dotted #FF9F80; 
	width: 540px;
 	bottom: 0px;
 	z-index: 1000;
	height: 70px;

}
.bottom_bar_side{
	height: 15px;
	clear: both;
}
.bullet_bar_top{
	height: 15px;
	clear: both;
}
.bullet_bar_bottom{
	height: 15px;
	clear: both;
	position: absolute; 
	bottom: 0px; 
	width: 100%;
}
#bottom_bar_content{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	height: 28px;
	margin-left: 160px;
}
#form_builder_sortable{
	height: auto;
	min-height: 275px;
	position: relative;
}
#element_inactive_msg,#form_properties_holder{
	background-color:#EFFAB4;
	border:1px dotted #FF9F80;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
#element_inactive_msg{
	height: 366px;
}
#element_properties_form{
	background-color:#EFFAB4;
	border:1px dotted #FF9F80;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
#element_inactive_msg{
	text-align: center;
}

#element_inactive_msg h3{
	color: #BD3D20; 
	font-size:170%;
	font-weight:400;
}
#eim_p{
	padding-top: 15px; 
	font-weight: normal;
	font-size: 120%;
}

.box{
	background-color: #cc7f66;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#social a{
	display: block;
	padding: 0 5px;
	background-color: green;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#social li a:link {background-color:#A1C486}      /* unvisited link */
#social li a:visited {background-color:#A1C486}  /* visited link */
#social li a:hover {
	background-color:#529214;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 1px rgba(0, 0, 0, 0.3) inset;
}  /* mouse over link */
#social li a:active {background-color:green}  /* selected link */

/* green */
#btn_multiple_choice a:hover,
#btn_drop_down a:hover,
#btn_address a:hover,
#btn_website a:hover,
#btn_page_break a:hover,
#btn_section_break a:hover
	{background-color:#83c129 !important}
#btn_multiple_choice a:active,
#btn_drop_down a:active,
#btn_address a:active,
#btn_website a:active,
#btn_page_break a:active,
#btn_section_break a:active
	{background-color:#529214 !important}

/* blue cyan */
#btn_single_line_text a:hover,
#btn_number a:hover,
#btn_date a:hover,
#btn_name a:hover,
#btn_price a:hover,
#btn_email a:hover,
#btn_signature a:hover
	{background-color:#7BB3EF !important}
#btn_single_line_text a:active,
#btn_number a:active,
#btn_date a:active,
#btn_name a:active,
#btn_price a:active,
#btn_email a:active,
#btn_signature a:active
	{background-color:#2b7acf !important}

/* red */
#btn_paragraph_text a:hover,
#btn_checkboxes a:hover,	
#btn_time a:hover,
#btn_phone a:hover,
#btn_matrix a:hover,
#btn_file_upload a:hover
	{background-color:#DC6666 !important}
#btn_paragraph_text a:active,
#btn_checkboxes a:active,
#btn_time a:active,
#btn_phone a:active,
#btn_matrix a:active,
#btn_file_upload a:active
	{background-color:#ac0404 !important}


/** Field Properties Pane **/
label.desc,label.description { 
	border: medium none ; 
	padding: 0pt 4px 1px 0pt; 
	line-height: 150%; 
	color: #3d6c10; 
	display: block; 
	font-size: 95%; 
	font-weight: bold; 
	margin: 1px;
}
#element_properties .num { 
		border: medium none ; 
		margin: 0px 250px 0pt 0pt; 
		padding: 0pt; 
		background: transparent none repeat; 
		position: absolute; right: 0pt; font-size: 300%; 
		text-align: left; width: auto; 
		color: green;
		line-height: 0.9;
}
#all_properties,#all_form_properties{
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}
#all_properties fieldset{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border:1px dotted green;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
}
#all_form_properties fieldset {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border:1px dotted green;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	margin-top: 5px;	

}
#all_properties legend,#all_form_properties legend  {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:#3D6C10;
	border:1px solid #3D6C10;
	color:#FFFFFF;
	margin-right:10px;
	padding-right:5px;
	padding-left:5px;
	font-size: 100%;

}
#all_properties textarea,#all_properties input.text,#all_properties select,
#all_form_properties textarea,#all_form_properties input.text,#all_form_properties select { 
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #fff;
	border: 1px dotted #3d6c10;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 100%;
	font-family:B Mitra;
}
#all_form_properties fieldset input.text, #all_form_properties fieldset textarea{
	width: 94%;
}
#all_form_properties fieldset input.radio{
	margin-right: 0px;
}
#all_properties select,#all_form_properties select{
	font-size: 90%;
}
#all_properties .textarea,#all_form_properties .textarea { 
	height: 5em; 	
}
#all_properties textarea#element_label,#all_form_properties textarea#element_label { width: 73%; height: 3.7em; }
#all_properties fieldset label,#all_form_properties fieldset label{
	font-weight: normal;
	font-size: 100%;
}
#all_properties li,#all_form_properties li{
	padding-bottom: 5px;
}
.leftCol{ float: right;width: 48%; clear: both;}
.rightCol{ float: left;width: 48%; }
.clear{ clear: both !important;}
.full{width: 100%}
.hide{display: none}
.left{ float: right; }
.right{float: left;}
#prop_element_size,#prop_date_format,#prop_name_format,#prop_phone_format,
#prop_currency_format,#prop_choices,#prop_randomize,#prop_time_noseconds,
#prop_default_country,#prop_phone_default{
	display: none;
}
.helpmsg{
	cursor: pointer;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:right;
	font-size:15px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

input.small, select.small { width: 25%; }
input.medium, select.medium { width: 50%; }
input.large, select.large, textarea.textarea { width: 99%; }
textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

.range input{
	width: 80%;
}
#prop_range div span{
	float: right;
	width: 30%;
}
#prop_range fieldset{
	padding-bottom: 10px;
}
#form_prop_autoresponder fieldset label{
	
	float: right;
	clear: both;
	width: 80px;
	font-weight: bold;
}
#form_prop_autoresponder fieldset select{
	width: 175px;
}
#form_prop_autoresponder fieldset input.text{
	width: 168px;
}
#form_prop_language,#form_prop_label_alignment{
	padding-bottom: 15px !important;
}
#form_password{
	margin-right: 25px;
}
#form_captcha_type_option{
	margin-right: 25px;
}
#form_limit_div{
	font-size: 95%;
	font-weight: normal;
	padding-right: 24px;
}
#form_prop_toggle{
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
.advanced_prop{
	display: none;
}
#form_prop_scheduling fieldset label{
	display: block;
}
#form_prop_scheduling fieldset label.desc{
	font-weight: normal;
}
#form_prop_scheduling fieldset span label{
	font-size: 85%;
}
#form_prop_scheduling_start{
	padding-bottom: 50px;
}
#form_prop_scheduling_end{
	padding-bottom: 10px;
}
#form_prop_scheduling_start span label,#form_prop_scheduling_end span label{
	text-align: center;

}
#form_prop_scheduling span{
	float: right;
}
#scheduling_cal_start,#scheduling_cal_end{
	padding-right: 0px;
	padding-left: 3px;
}

#prop_date_range_details{
	padding-bottom: 10px;
}
#form_date_range_minimum,#form_date_range_maximum{
	padding-right: 0px;
	float: right;
}
#form_date_range_minimum{
	margin-right: 23px;
}
#form_date_range_minimum span,#form_date_range_maximum span{
	float: right;
}
#form_date_range_minimum label,#form_date_range_maximum label{
	display: block;
}
#form_date_range_minimum span label,#form_date_range_maximum span label{
	text-align: center;

}
#form_date_disable_specific{
	padding-right: 24px; padding-bottom: 10px;
}

#prop_pagination_titles fieldset input.text{
	width: 230px;
}
#prop_pagination_titles fieldset label{
	font-weight: bold;
	margin-right: 5px;
    padding-left: 2px;
}

#bottom_bar_loader{
	height: 32px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 4px;
	color: #529214;
	font-size: 120%;
	display: none;
}
#bottom_bar_loader img{
	vertical-align: middle;padding-right: 10px
}

.modal {
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px;
		text-align:right;
		border:2px solid #333;
	
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
}
	
.modal h2 {
		background:url(/img/global/info.png) 0 50% no-repeat;
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
}

.dialog-form textarea.textarea
{
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	width:99%;
	font-family:B Koodak;
}

.dialog-form input.text
{
	background: url("../images/shadow.gif") repeat-x scroll center top #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 100%;
    margin: 0;
    padding: 2px 0;
}

.dialog-form .infomessage{
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #444444;
	font-size: 90%;
	font-style: italic;
}

#dialog-message,#dialog-warning,
#dialog-confirm-field-delete,#dialog-insert-choices,
#dialog-insert-matrix-rows,#dialog-insert-matrix-columns,
#dialog-advanced-css,#dialog-delete-theme,
#dialog-confirm-form-delete,#dialog-confirm-entry-delete,
#dialog-change-password,#dialog-change-license,
#dialog-confirm-user-suspend,#dialog-confirm-user-delete,
#dialog-share-theme,#dialog-unshare-theme,
#dialog-disabled-message,#dialog-delete-widget,
#dialog-share-report,#dialog-unshare-report,
#dialog-form-saved,#dialog-form-import-success{
	background-color: #fff;
	padding-bottom: 15px;
}
.ui-dialog span.icon-bubble-notification,
.ui-dialog span.icon-checkmark-circle{
	color: #BD3D20;
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.ui-dialog span.icon-checkmark-circle{
	color: #529214;
}
.ui-dialog-buttonpane button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dddddd;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
	
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight: 400;
    color:#529214;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */

}
.ui-dialog-buttonpane button:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
}
#form_builder_preview .drop_processing,#form_builder_preview .click_processing,
#form_builder_preview .duplicate_processing,#form_builder_preview .delete_processing{
	border: 1px dashed #FF9F80;
	font-weight: bold;
	color: #529214;
}

#sidebar .ui-draggable-dragging{
	width: 152px !important;
}
#no_fields_notice{
	border:2px dashed #FF9F80;
	padding:20px;
	position:absolute;
	text-align:left;
	top:140px;
	width:498px;
}
.no_fields_in_page{
	border:2px dashed #FF9F80 !important;
	padding:20px !important;
	text-align:left;
	width: 490px !important;
}
#form_builder_sortable li.no_fields_in_page:hover{
	background: none !important;
}
#no_fields_notice h3, .no_fields_in_page h3{
	color: #BD3D20; 
	font-size:170%;
	font-weight:400;
}
#bottom_bar_field_action{
	float: right;
	margin-right: 35px;
	display: none;
}
.buttons_bar span.arrow-field-prop,#selected_field_image{
	font-size: 120%;
	float: right;
	color: #3D6C10;
}

.negative_btn{
	color: #D12F19 !important;
}
#prop_default_country select{
	width: 100%;
}
#prop_breaker{
	height: 0px;
	display: block;
	clear: both;
	width:100%;
	line-height: 0px !important;
	padding: 0px !important;
}
#form_date_selection_limit,#div_section_size{
	font-weight: normal;
	font-size: 95%;
	padding-bottom: 10px;
    padding-right: 24px;
}
#form_file_max_selection, #form_file_limit_size, #prop_number_quantity_link_div{
	font-weight: normal;
	font-size: 95%;
	padding-bottom: 0px;
    padding-right: 24px;
}
#prop_number_quantity_link_div{
	padding-bottom: 10px;
	padding-top: 5px;
}
#form_file_limit_type{
	padding-right: 23px; 
	padding-top: 5px; 
	padding-bottom: 10px;
}

#element_matrix_column,#element_matrix_row{
	padding-right: 10px; padding-top: 5px;
}
#element_matrix_column input.text,#element_matrix_row input.text{
	width: 210px;
}
#form_builder_preview .matrix_row_processing,.matrix_row_processing td{
	font-weight: bold;
	color: #529214;
}

/** Login Page **/
.login_page h3,.installer_page h3{
	color: #BD3D20;
    font-size: 170%;
    font-weight: 400;
    padding-top: 5px;
}
.login_page #main,.login_page #content,.installer_page #content,.installer_page #main{
	width: 440px;
	padding-bottom: 0px;
}
.login_page .post,.installer_page .post{
	width: 400px !important;
}
.login_page #bottom_shadow,.installer_page #bottom_shadow{
	width: 480px;
}
.login_page #container,.installer_page #container{
	width: 500px;
	margin-top: 100px;
}
.login_page input.text,.installer_page input.text
{
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-right:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.login_page label.desc,.installer_page label.desc{
	color: #222222;
	font-size: 100%;
	font-weight: 400;
}
#li_remember_me label.choice{
}
.login_page .highlighted{
	background-color: #fff7c0;
}
.login_page li,.installer_page li{
	padding: 4px 10px 11px 9px;
	width: 97% !important;
}
.login_page button,.installer_page button{
	float: none;
}
.login_page .buttons,.installer_page .buttons{
	padding-right:8px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#form_login,#form_installer{
	margin: 0px;
	padding: 0px;
}
.login_page .login_main,.installer_page .installer{
	padding-bottom: 5px;
}

/** edit_theme.php page **/
.edit_theme{
	padding: 0px;
}

#et_theme_buttons{
	padding: 20px;
}
#et_theme_buttons_tab{
	padding-right: 215px;
	padding-top: 20px;
}
#et_theme_buttons_title h2{
	font-size: 160%;
    font-weight: 400;
    line-height: 20px;
}
#et_theme_buttons_title p{
	line-height: 30px;
}
#et_theme_buttons_title{
	border-bottom: 1px dotted #CCCCCC;
}
#et_theme_preview{
	background-color: #ECECEC;
	border-top: 1px dashed #CCCCCC;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	padding-bottom: 50px;
}

.dropui-arrow-img{
	position: absolute;
	z-index: 9;
}

#dropui-form-logo{
	top: 18px;
	right: 70px;
}

#dropui-form-logo img.dropui-arrow-img{ 
	 top: 5px; 
	 right: 35px
}

#dropui-bg-main{
	top: 45px;
	right: 65px;
}
#dropui-bg-main img.dropui-arrow-img{ 
	 top: -35px; 
	 right: 2px
}

#dropui-bg-header{
	top: 15px;
	right: 830px;
}
#dropui-bg-header img.dropui-arrow-img{ 
	 top: 5px; 
	 right: -40px
}

#dropui-bg-form{
	top: 90px;
	right: 830px;
}
#dropui-bg-form img.dropui-arrow-img{ 
	 top: 5px; 
	 right: -90px
}
#dropui-bg-highlight{
	top: 325px;
	right: 595px;
}
#dropui-bg-highlight img.dropui-arrow-img{ 
	 top: -70px; 
	 right: -70px
}
#dropui-bg-guidelines{
	top: 240px;
	right: 780px;
}
#dropui-bg-guidelines img.dropui-arrow-img{ 
	 top: 5px; 
	 right: -40px
}
#dropui-bg-field{
	top: 410px;
	right: 105px;
}
#dropui-bg-field img.dropui-arrow-img{ 
	 top: 5px; 
	 right: 35px
}

#dropui-typo-form-title{
	top: 66px;
	right: 95px;
}
#dropui-typo-form-title img.dropui-arrow-img{ 
	 top: 5px; 
	 right: 35px
}

#dropui-typo-form-desc{
	top: 110px;
	left: 90px;
}

#dropui-typo-form-desc img.dropui-arrow-img{ 
	 top: -8px; 
	 right: -130px
}

#dropui-typo-field-title{
	top: 138px;
	right: 104px;
}
#dropui-typo-guidelines{
	top: 240px;
	right: 780px;
}
#dropui-typo-guidelines img.dropui-arrow-img{ 
	right: -40px;
    top: 5px;
}

#dropui-typo-field-title img.dropui-arrow-img{ 
	 top: 5px; 
	 right: 35px
}

#dropui-typo-section-title{
	top: 285px;
	right: 104px;
}
#dropui-typo-section-title img.dropui-arrow-img{ 
	 top: 5px; 
	 right: 35px
}

#dropui-typo-section-desc{
	top: 380px;
	right: 80px;
}
#dropui-typo-section-desc img.dropui-arrow-img{ 
	 top: -60px; 
	 right: 35px
}

#dropui-typo-field-text{
	top: 395px;
	right: 580px;
}
#dropui-typo-field-text img.dropui-arrow-img{ 
	right: -40px;
    top: 5px;
}
#dropui-border-form{
	top: 65px; 
	left: 70px;
}
#dropui-border-form img.dropui-arrow-img{ 
	right: -40px;
    top: 5px;
}

#dropui-border-guidelines{
	top: 240px;
	left: 120px;
}
#dropui-border-guidelines img.dropui-arrow-img{ 
	right: -40px;
    top: 5px;
}
#dropui-border-section{
	top: 335px;
	left: 320px;
}
#dropui-border-section img.dropui-arrow-img{ 
	right: -75px;
    top: -60px;
}
#dropui-form-shadow{
	top: 530px;
	right: 80px;
}
#dropui-form-shadow img.dropui-arrow-img{ 
	right: 40px;
    top: 0px;
}
#dropui-form-button{
	top: 455px;
	right: 105px;
}
#dropui-form-button img.dropui-arrow-img{ 
	 top: 5px; 
	 right: 35px
}
#main_body div.et-prop-logo,#main_body div.et-prop-bg, 
#main_body div.et-prop-typo, #main_body div.et-prop-border,
#main_body div.et-prop-shadow,#main_body div.et-prop-button{
	display: none;
}

.btn_secondary_action{
	border: none !important;
	background-color: transparent !important;
	padding: 7px 10px !important;
}

#dialog-name-theme-input,#dialog-duplicate-theme-input,
#dialog-rename-theme-input,#dialog-enter-tagname-input,
#dialog-email-entry-input{
	width: 350px;	
}
.small_loader_box{
	float: right;
	padding-top: 15px;
	padding-left: 5px;
}
#dialog-theme-saved,#dialog-entry-sent,#dialog-login-page,
#dialog-password-changed,#dialog-tsv-verified,#dialog-tsv-invalid{
	text-align: center;
	background-color: #FFFFFF;
    padding-bottom: 15px;
}
#dialog-theme-saved img,#dialog-entry-sent img,#dialog-login-page img,
#dialog-password-changed img,#dialog-tsv-verified img,#dialog-tsv-invalid img{
	padding-bottom: 25px;
    padding-top: 10px;
}
label.change-password{
	color: #3D6C10;
}
#ms_box_user_tsv h6{
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}
/** manage_forms.php page **/
.manage_forms,.access_denied,.form_locked{
	padding: 0px;
}
.content_header{
	padding: 20px;
}
.content_body{
	background-color: #fff;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	padding: 20px;
	padding-top: 0px;
}
.content_header_title h2{
	font-size: 170%;
    font-weight: 400;
    line-height: 20px;
}
.content_header_title p{
	font-size: 13px;
	line-height: 30px;
}
.content_header_title{
	border-bottom: 1px dotted #CCCCCC;
}
.content_body h3{
    font-size: 145%;
    font-weight: 400;
    line-height: 20px;
}
#mf_top_pane{
	overflow: visible; 
	height: 75px;
}
#mf_form_list &gt; li{
	margin-bottom: 5px;
	padding: 0px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
	display: none;
}
#mf_form_list li.form_visible{
	display: block;
}
#mf_form_list li .middle_form_bar{
	background-color: #A1C486;
	border-radius: 7px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
}
#mf_form_list li .middle_form_bar:hover{
	background-color: #7db131;
}

#mf_form_list li h3{
	padding: 10px 10px 10px 13px;
	cursor: pointer;
    float: right;
	display: block;  
}
#mf_form_list li h3 span{
  margin-left: 5px;
  font-size: 85%;
}
.form_option{
	display: none;
}
#mf_form_list li.form_selected div.middle_form_bar{
	background: #7fbf4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
}
#mf_form_list li.form_selected .form_option{
	 display: block;
}
#mf_form_list .form_meta{
	float: left;
	height: 42px;
	margin-left:10px;
}
#mf_form_list .form_meta .form_stat{
	box-shadow:0px 0px 15px #333 inset;
	float: left;
	height: 37px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F90;
	border-top-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	-webkit-border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	-moz-border-radius-bottomleft: 50%;
	-webkit-border-bottom-left-radius: 50%;
		border-top-right-radius: 50%;
	-moz-border-radius-topright: 50%;
	-webkit-border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-border-radius-bottomright: 50%;
	-webkit-border-bottom-right-radius: 50%;
}
#mf_form_list .form_meta .form_stat.form_stat_total{
	background-color: #699a22;
}
#mf_form_list .form_stat .form_stat_count{
	line-height: 20px;
	font-size: 180%;
	font-weight: 400;
	text-align: center;
}
#mf_form_list .form_stat .form_stat_msg{
	line-height: 10px;
	font-size: 85%; 
	text-align: center;
	text-shadow: none;
}
#mf_form_list .form_tag{
	float: left;
	height: 32px;
	padding-top: 10px;
}
#mf_form_list a.removetag{
	color: #7DB131;
	text-decoration: none;
}
#mf_form_list ul.form_tag_list li{
	line-height: 22px; 
	color: #437711; 
	text-shadow: none;
	background-color: #EFFAB4; 
	font-weight: 400; 
	font-size: 95%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px; 
	border-radius: 5px;
	float: left;
	margin-left: 8px;
	position: relative;
}



#mf_form_list ul.form_tag_list li.form_tag_list_icon{
	background-color: transparent;
	line-height: 16px;
    padding: 5px 0 0;
}

#mf_form_list .form_tag_list_icon a.addtag{
	text-decoration: none;
	color: #fff;
	font-size: 135%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
}

#mf_form_list .form_option{
	height: 22px;
	float: right; 
	padding: 5px 5px 1px 5px;
	color: #fff;
	background-color: #7db131; 
	margin-right: 5px; 
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
	margin-top: -2px;
}
#mf_form_list .form_option span{
	font-size: 120%;
	margin-left: 5px;
}
#mf_form_list .form_option a {
	color: #fff;
	padding: 0 5px 0 5px;
	line-height: 14px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 95%;
	font-weight: 400;
}
#mf_form_list .form_option.mf_link_entries{
	margin-right: 15px;
	background-color: #7BB3EF;
}
#mf_form_list .form_option:hover{
	background-color: #529214;
}
#mf_form_list .form_option a:hover{
	text-decoration: underline;
	-moz-text-decoration-style: wavy;
	text-decoration-style: wavy;
}
#mf_form_list .form_option.mf_link_edit{
	background-color: #7BB3EF;
}
#mf_form_list .form_option.mf_link_edit:hover,
#mf_form_list .form_option.mf_link_delete:hover,
#mf_form_list .form_option.mf_link_disable:hover{
	background-color: #DC6666;
}
#mf_form_list .mf_link_group{
	line-height: 14px;
	margin-left: 20px;
}
.mf_link_emails,.mf_link_code,.mf_link_payment,.mf_link_logic,.mf_link_report,.mf_link_view{
  margin-right: 5px;
}

#mf_form_list .form_option.mf_link_disable{
	margin-right: 20px;
}

#mf_form_list .form_option.mf_link_delete{
	float: left;
	margin-left: 15px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	border-bottom: none;
}

#mf_form_list .form_option.mf_link_duplicate{
	float: left;
	margin-left: 2px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	border-bottom: none;
}

#mf_form_list li.form_inactive h3 {
	text-decoration: line-through;
	color: #ececec;
	font-style: italic;
}

.manage_forms .content_body,.manage_entries .content_body,
.view_entry .content_body,.edit_entry .content_body,
.manage_users .content_body,.view_user .content_body,
.manage_report .content_body{
	min-height: 400px;
	padding-bottom: 40px;
}
.view_entry .content_body,.edit_entry .content_body,
.view_user .content_body{
	overflow: auto;
}
.manage_entries,.view_entry,.edit_entry,
.manage_users,.view_user{
	padding: 0;
}
h2.vu_userfullname{
    font-size: 160%;
    font-weight: 400;
    line-height: 20px;
    margin-left: 65px;
}
h5.vu_email{
	color: #888888;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 65px;
}
#vu_profile{
	background-image: url("../images/icons/243.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#vu_log{
	margin-top: 10px;
	text-align: left;
	color: #444444;
}
#vu_suspended{
	margin-top: 5px;
	text-align: left;
}
#vu_suspended span{
	color: #CB6852;
	font-weight: bold;
}
.vu_title{
    font-size: 95%;
    font-weight: 700;
    color: #3B699F;
}
#vu_permission_container{
	max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;

}
.vu_perm_title{
	background-image: url("../images/icons/application-list.png");
    background-position: 3px 2px;
    background-repeat: no-repeat;
    color: #444444;
    font-size: 15px;
    font-weight: 400;
    padding-left: 26px;
}
td.vu_permission_header{
	text-align: center;
	background-color: #3B699F;
	border-left: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0 1px 1px #000000;
}
span.vu_checkbox{
	display: block;
	padding-right: 27px;
	background-image: url("../images/icons/62_blue_16.png");
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
span.vu_nopriv{
	display: block;
	padding-right: 27px;
	background-image: url("../images/icons/70_red.png");
	background-position: 3px 50%;
	background-repeat: no-repeat;
}
#filter_form_input{

    font-size: 100%;
    padding: 4px 0 4px 25px;
    width: 110px;
  
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #FFB8A1;
	background: rgba(0,0,0,.07);

	background-image: url("../images/icons/65.png");
	background-position: 5px 4px;
	background-repeat: no-repeat;

	font-weight: 400;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.12);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.12);	
}
#mf_search_pane{
	float: right; 
	width: 47%;
	margin-bottom: 10px;
		padding: 2px;
}
#mf_filter_pane{
	padding-top: 10px; 
	float: left; 
	width: 47%;

}
#mf_search_box{
	padding: 10px; 
	width: 135px;
	border-radius: 10px;
	background-color: #FFB8A1;
	position: relative;
}
#mf_search_box.search_focused{
	width: 300px;
}

.search_focused #filter_form_input{
	width: 275px;
}
#mf_search_title,#mf_search_tag{
	display: none;
	position: absolute;
	left: 10px;
    top: 100%;
    background-color: #FFB8A1;
    font-size: 90%;
    padding: 0 10px 3px 10px;
    border-radius: 0 0 7px 7px;
}
#mf_search_tag{
	left: 100px;
}
#mf_search_title a,#mf_search_tag a{
	color: #C0806B;
	-moz-text-decoration-style: wavy;
}
#mf_search_title.mf_pane_selected a,
#mf_search_tag.mf_pane_selected a{
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
}


.search_focused #mf_search_title,
.search_focused #mf_search_tag{
	display: block;
}

#mf_filter_pane .dropui{
	float: left;
}

.highlight {
    background-color: #31d971;
}

#filtered_result_box{
	border: 1px solid #FFB8A1;
    border-radius: 10px 10px 10px 10px;
	background-color: #FFB8A1;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
    
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    padding-right: 35px;

    background-image: url("../images/icons/70_white.png");
	background-position: 10px 50%;
	background-repeat: no-repeat;
	display: none;

	overflow: auto;
}

#filtered_result_box_right{
	float: left;
}

#filtered_result_box_right li{
	float: left;
}
#mf_filter_reset img{
	vertical-align: middle; 
	padding: 0 0 3px 10px;
}
#filtered_result_none{
    font-size: 22px;
    text-align: center;
    color: #BD3D20;
    padding-top: 95px;
    display: none;
}

.form_tag_list img{
	vertical-align: middle;	
}
#confirm_form_delete_name{
	font-size: 120%; 
	color: #529214;
}
#dialog-change-theme-input{
	font-size: 95%;
	padding: 1px;
}
#dialog-template-variable-input{
	font-size: 95%;
	padding: 1px;
}
#form_manager_empty,#entries_manager_empty,
#access_denied_body,#report_manager_empty{
	color: #529214;
	text-align: center;
}
#form_locked_body{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 110px;	
}
#access_denied_body{
	color: #BD3D20;
	padding-bottom: 150px;
    padding-top: 70px;
}
#form_manager_empty img,#report_manager_empty img{
	float: right; margin-right: 50px;
}
#form_manager_empty h2,#entries_manager_empty h2,
#access_denied_body h2,#report_manager_empty h2{
	font-size: 25px;
	clear: both;
	padding-top: 45px;
	font-weight: 400;
}
#access_denied_body h2{
	padding-top: 20px;
}
#entries_manager_empty h2{
	padding-top: 165px;
}
#form_manager_empty h3,#entries_manager_empty h3,
#access_denied_body h3,#report_manager_empty h3{
	font-weight: 400;
}
#form_locked_body h3{
	font-weight: 400;
}
#result_set_show_more{
	text-align: center;
	margin-top: 10px;
	display: none;
}
#result_set_show_more a{
	border: 1px solid #FFB8A1;
	background-color: #FFB8A1;
	color: #fff;
	border-radius: 10px;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
}
#result_set_show_more a:hover{
	text-decoration: none;
	background-color: #DC6666;
	border: 1px solid #DC6666;
}

/** manage report page **/
.manage_report{
	padding: 0px;
}

/** payment_settings.php page **/
.payment_settings,.add_user,.add_widget,.edit_widget{
	padding: 0px;
}
.payment_settings .required,.add_user .required{
	color:red !important;
	float:none !important;
	font-weight:700;
}
#ps_main_list li,#au_main_list li,
#aw_main_list li,#ew_main_list li{
	display: block;
	width: 100%;
	text-align: center;
}
.ps_options_span{
	display: none;
	margin-top: 10px;
}

.gradient_blue{
	border: 2px solid #C2D7EF;
	border-radius: 15px;
	background-color: #eff6ff;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 246, 255)), to(rgb(211, 227, 245)));
	background-image: -webkit-linear-gradient(top, rgb(239, 246, 255), rgb(211, 227, 245));
	background-image: -moz-linear-gradient(top, rgb(239, 246, 255), rgb(211, 227, 245));
	background-image: -o-linear-gradient(top, rgb(239, 246, 255), rgb(211, 227, 245));
	background-image: -ms-linear-gradient(top, rgb(239, 246, 255), rgb(211, 227, 245));
	background-image: linear-gradient(top, rgb(239, 246, 255), rgb(211, 227, 245));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eff6ff', EndColorStr='#d3e3f5');
}

.gradient_red{
	border: 2px solid #EFBEB3;
	border-radius: 15px;
	background-color: #fff2ef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 242, 239)), to(rgb(245, 211, 203)));
	background-image: -webkit-linear-gradient(top, rgb(255, 242, 239), rgb(245, 211, 203));
	background-image: -moz-linear-gradient(top, rgb(255, 242, 239), rgb(245, 211, 203));
	background-image: -o-linear-gradient(top, rgb(255, 242, 239), rgb(245, 211, 203));
	background-image: -ms-linear-gradient(top, rgb(255, 242, 239), rgb(245, 211, 203));
	background-image: linear-gradient(top, rgb(255, 242, 239), rgb(245, 211, 203));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff2ef', EndColorStr='#f5d3cb');
}
.gradient_green{
	border: 2px solid #C3DFA7;
	border-radius: 15px;
	background-color: #f7ffef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 255, 239)), to(rgb(209, 242, 165)));
	background-image: -webkit-linear-gradient(top, rgb(247, 255, 239), rgb(209, 242, 165));
	background-image: -moz-linear-gradient(top, rgb(247, 255, 239), rgb(209, 242, 165));
	background-image: -o-linear-gradient(top, rgb(247, 255, 239), rgb(209, 242, 165));
	background-image: -ms-linear-gradient(top, rgb(247, 255, 239), rgb(209, 242, 165));
	background-image: linear-gradient(top, rgb(247, 255, 239), rgb(209, 242, 165));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7ffef', EndColorStr='#d1f2a5');
}

.ps_box_main,.ns_box_main,.au_box_main,
.aw_box_main,.ew_box_main{
	width: 50%;
	margin: 0 auto;
	overflow: auto;
}
#aw_select_field_info{
	margin-top: 20px;
	color: #444444;
    font-size: 90%;
    margin-bottom: 5px;
    margin-top: 15px;
}
.ps_box_content,.au_box_content,
.aw_box_content,.ew_box_content{
	float: left;
	width: 270px;
	margin-bottom: 10px;
    margin-top: 10px;
    min-height: 112px;
    border-right: 1px dashed #8EACCF;
    text-align: left;
    padding-right: 20px;
}
.au_box_content{
	max-height: 430px;
}
#ew_box_widget_data .ew_box_content{
	width: 648px;
}
#ew_box_widget_options .ew_box_content{
	width: 400px;
	padding-bottom: 10px;
}
#ps_box_payment_options .ps_box_meta,
#au_box_privileges .au_box_meta,
#aw_box_select_field .aw_box_meta,
#ew_box_widget_options .ew_box_meta{
	color: #BD3D20;
}
#ps_box_payment_options .ps_box_content,
#au_box_privileges .au_box_content,
#aw_box_select_field .aw_box_content,
#ew_box_widget_options .ew_box_content{
	border-color: #DF8F7D;
}

#ps_box_define_prices.ps_box_main,
#au_box_permissions.au_box_main,
#aw_box_select_widget.aw_box_main,
#aw_box_select_field.aw_box_main{
	width: 80%;
}
#ew_box_widget_data.ew_box_main{
	width: 815px;
}
#ew_box_widget_options.ew_box_main{
	width: 580px;
}
#ps_box_define_prices .ps_box_meta,
#au_box_permissions .au_box_meta,
#aw_box_widget_settings .aw_box_meta,
#ew_box_widget_size .ew_box_meta{
	color: #699A22;
}
#ps_box_define_prices .ps_box_content,
#au_box_permissions .au_box_content,
#aw_box_widget_settings .aw_box_content{
	border-color: #97BF6B;
}
#ps_box_define_prices .ps_box_content,
#au_box_permissions .au_box_content,
#aw_box_select_widget .aw_box_content,
#aw_box_select_field .aw_box_content{
	width: 545px;
}

.ps_box_meta,.au_box_meta,.aw_box_meta,.ew_box_meta{
	float: right;
	width: 135px;
	padding: 20px 0 20px 10px;
	color: #3B699F;
	
}
.ps_box_meta h1,.au_box_meta h1,.aw_box_meta h1,.ew_box_meta h1{
	font-size: 50px;
	line-height: 50px;
}
.ps_box_meta h6,.au_box_meta h6,.aw_box_meta h6,.ew_box_meta h6{
	font-size: 15px;
	font-weight: 400;
}

#ps_main_list li.ps_arrow,#au_main_list li.ps_arrow,
#aw_main_list li.ps_arrow,#ew_main_list li.ps_arrow{
	padding-top: 10px;
	padding-bottom: 5px;
}

#au_main_list li.highlight_red{
	background-color: #f7d7d0;
}
#au_main_list li.highlight_green{
	background-color: #d6eeb3;
}
#au_main_list li.highlight_yellow{
	background-color: #f2f4b8;
}

#ps_box_merchant_settings label.description,
#ps_box_payment_options label.description,
#ps_box_define_prices label.description,
#ns_box_myinbox label.description,
#ns_box_user_email label.description,
#ms_box_account label.description,
#ms_box_smtp label.description,
#ms_box_misc label.description,
#au_box_user_profile label.description,
#ms_box_export_tool label.description,
#aw_box_select_widget label.description,
#aw_box_select_field label.description,
#aw_box_widget_settings label.description,
#ls_box_field_rules label.description,
#ls_box_page_rules label.description,
#ns_box_url_notification label.description,
#ew_box_widget_data label.description,
#ew_box_widget_options label.description,
#ew_box_widget_size label.description,
#ms_box_user_tsv label.description,
.tsv_setup_title{
	color: #000;
	margin-top: 15px;
	font-weight: 400;
	font-size: 100%;
}
#ms_box_export_tool label.description{
	color: #5B851D;
}
#ms_box_user_tsv a.app_link{
	color: #bd3d20 !important;
	text-decoration: none;
}
#aw_box_select_field .aw_box_content h6{
	color: #BD3D20;
    font-size: 14px;
    font-weight: 400;
}
#ns_box_url_notification .ns_box_content{
	display: none;
}
#ns_box_url_notification label.description{
	color: #5B851D;
}
#ns_webhook_parameters,
ul.ul_webhook_parameters{
	margin-top: 10px;
}
#ns_webhook_parameters li div,
ul.ul_webhook_parameters li div{
	float: right;
}
#ns_webhook_parameters li,
ul.ul_webhook_parameters li{
	overflow: auto;
	clear: both;
	padding-bottom: 15px;
}
#ns_webhook_parameters li.ns_url_column_label,
ul.ul_webhook_parameters li.ns_url_column_label{
	padding-bottom: 5px;
}
.ns_param_name,.ns_param_value{
	width: 44%;
}
.ns_param_spacer{
	padding-left: 5px;
	padding-right: 5px;
}
.ns_param_control{
	float: left !important;
}
#ps_box_merchant_settings .large,
#ps_box_payment_options .large,
#au_box_user_profile .large{
	width: 90%;	
}
#ps_paypal_options,#ps_optional_settings,
#ps_stripe_options,#ps_check_options,
#ps_authorizenet_options,#ps_paypal_rest_options,
#ps_braintree_options{
	border: 1px dashed #8EACCF;
	padding: 0px 0px 15px 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 15px;
	
}
#ps_check_options{
	color: #444;
	font-size: 90%;
	padding-top: 10px;
	padding-left: 10px;
}
#ps_stripe_info{
	color: #444444;
    font-size: 90%;
    margin-bottom: 10px;
    margin-top: -5px;
}
#ps_stripe_test_keys,#ps_authorizenet_test_keys,
#ps_paypal_rest_test_keys,#ps_braintree_test_keys{
	margin-top: 10px;
}
#ps_optional_settings{
	border-color: #DF8F7D;
}
#ps_show_total_location_div,#ps_recurring_div,
#ps_trial_div,#ps_enable_invoice_div,
#ps_tax_rate_div{
	padding-right: 20px;
}
#ew_show_title_div,#ew_show_labels_div,
#ew_show_legend_div,#ew_show_tooltip_div{
	border: 1px dashed #DF8F7D;
    border-radius: 15px;
    margin: 10px 0 5px 20px;
    overflow: auto;
    padding: 0 20px 20px;
    width: 300px;
}
#ew_show_date_range_period_div,#ew_show_date_range_custom_div{
	border: 1px dashed #DF8F7D;
    border-radius: 15px;
    overflow: auto;
	margin-right: 0px;
	margin-top: 15px;
	padding: 15px;
}
#ew_show_date_range_period_div span,#ew_show_date_range_custom_div span{
	display: block;
}
#ew_show_legend_div{
	width: 162px;
}
#ps_box_price_selector{
	margin-top: 23px;
	float: right;
	width: 150px;
	background-image: url('../images/icons/33_green.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#ps_box_price_fields{
	float: left;
	width: 385px;
}
#ps_box_price_fields strong,
#ls_box_field_rules strong,
#ls_box_page_rules strong,
#ls_box_email_rules strong,
#ls_box_webhook_rules strong{
	font-weight: 400;
}
#ps_box_price_fixed_amount_div{
	width: 200px;
}

#ps_box_price_variable_amount_div{
	margin-left: 20px;
}
#ps_box_price_fixed_amount_div p,
#ps_box_price_variable_amount_div p{
	font-size: 90%;
	margin-top: 20px;
	color: #444444;
}
.symbol{
	font-size: 90%;
    line-height: 130%;
    margin-left: 5px;
}
#ps_field_assignment{
	margin-top: 30px;
}
#ps_field_assignment li{
	text-align: right;
	margin-bottom: 20px;
	border: 1px dashed #97BF6B;
	border-radius: 15px;
	padding-bottom: 5px;
}
#ps_field_assignment .large{
	width: 65%	
}

#ps_field_assignment tbody tr td{
	padding-top: 8px;
	padding-bottom: 8px;
}

#ps_field_assignment thead tr td{
	border-bottom: 1px dashed #97BF6B;
    color: #699A22;
    padding: 8px 0px 8px 15px;
}
#ps_field_assignment thead tr td a{
	float: left;
	margin-left: 10px;
	padding-top: 3px;
}
#ps_field_assignment tr td.ps_td_field_label{
	width: 80%;
	font-size: 90%;
	padding-right: 15px;
}
.ps_td_currency{
	margin-right: 3px;
	font-size: 90%;
}
#ps_no_price_fields{
	border: 2px solid #BD3D20;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
}

#ps_no_price_fields h6,#ps_no_price_fields p{
	color: #BD3D20;
}
#ps_no_price_fields h6{
	background-image: url('../images/icons/90.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-right: 25px;
}

#ps_no_price_fields p{
	margin-top: 5px;
}

#ps_discount_div{
	padding-top: 10px;
}
#ps_discount_div ul{
	margin-top: 5px;
	margin-left: 20px;
}
#ps_discount_div li{
	/*border: 1px solid red*/;
	text-align: right;
	padding-bottom: 15px;
}
#ps_li_discount_expiry{
	overflow: auto;
	padding-bottom: 5px !important;
}
#ps_li_discount_expiry span{
	float: right;
	margin-left: 5px;
}
#ps_li_discount_expiry span label{
	display: block;
	font-size: 85%;
	font-weight: normal;
}
.content_notification{
	/*border: 2px solid #C2D7EF;*/
	border-radius: 10px !important;
	width: 50%;
	margin: 0 auto 20px;
	overflow: auto;
	color: #3B699F;
	position: relative;
	
}
.gradient_red.content_notification{
	color: #BD3D20;
}
.content_notification h6{
	font-size: 15px;
	font-weight: 400;
}
.cn_icon{
	float: right;
	padding: 10px;
	width: 55px;
	height: 55px;

	font-size: 55px;
}
.gradient_red .cn_icon{
	
}
.cn_message{
	float: right;
	padding: 10px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px dashed #8EACCF;
}
.gradient_red .cn_message{
	border-right: 1px dashed #BD3D20;
}

#close_notification{
	position: absolute;
	left: 10px;
	top: 40%;
}

/** add_user.php page **/
#au_li_permissions{
	max-height: 390px;
	overflow-x: hidden;
    overflow-y: auto;
    width: 530px;
}
#au_li_permissions li{
	padding: 0px;
	border: 1px solid #97BF6B;
	border-radius: 5px;
	text-align: right;
	width: 500px;
	margin-top: 10px;
	overflow: auto;
}
.au_perm_title{
	background-image: url("../images/icons/application-list.png");
    background-position: 3px 10px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #97BF6B;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 26px;
    padding-top: 5px;
}
.au_perm_controls{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
    margin-left: 10px;
    color: #5e5e5e;
}
.au_perm_controls input.checkbox{
	margin-left: 15px;
}
.au_perm_arrow{
	font-size: 13px;
	font-weight: bold;
    margin-right: 5px;
    color: #699A22;
}
.au_perm_guide{
	color: #699A22;
}
#au_bulk_select{
	padding-bottom: 5px;
    padding-top: 10px;
    text-align: left;
    width: 530px;
}
.au_error_span{
	color: red;
    display: block;
    font-size: 85%;
    padding-top: 4px;
}
#au_box_user_profile label.description.label_red{
	color: red;
}
/** manage_entries.php page **/
#entries_container{
	
	width: 100%;
	margin: 5px 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;

	
}

#entries_table{
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}
#entries_table th{
	color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    background-color: #3B699F;
    text-shadow: 0 1px 1px #000000;
    text-align: right;
    border-right: 1px dotted #ffffff;
}
#entries_table td{
	padding: 5px;
	border-bottom: 1px dotted #8EACCF;
	
}
#entries_table tbody tr:hover td{
	 background-color: #FFFFCC !important;
	 cursor: pointer;
}
#entries_table tbody tr:hover td.me_action,#entries_table .entries_select_all td{
	 cursor: default !important;
}
#entries_container table div{
	height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.me_number {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    width: 35px;
}
.me_action {
    padding-right: 5px !important;
    padding-left: 6px !important;
    width: 20px;
    text-align: right;
    border-left: none !important;
}
#entries_table .alt{
	background-color: #F3F7FB !important;
}

#entries_actions{

	float: right;
	position: relative;
}


#entries_actions li{
	float: right;
}
#entries_options li{
	float: left;
}

#entries_actions a{
	color: #cb6852;
	font-weight: 400;
	display: block;
    padding: 5px 10px 2px 10px;
    font-size: 100%;
    text-align: center;
}
#entries_actions a span,#entries_options a span{
	display: block;
	font-size: 17px;
}
#entries_options a{
	color: #3B699F;
	font-weight: 400;
	display: block;
    padding: 5px 10px 2px 10px;
    font-size: 100%;
    text-align: center;
}


#entries_actions a:hover,#entries_options a:hover{
	text-decoration: none;
}

#entries_options{
	float: left;
}

#me_sort_option{
	float: left;
	margin-top: -10px;
	margin-bottom: 20px;
}
#me_sort_option label,#me_sort_option select{
	float: right;
}
#me_sort_option label{
	color: #000000;
}
#me_sort_option select{
	width: 185px;
}
.me_center_div {
    text-align: center !important;
    width: 100%;
}
.me_right_div {
    text-align: right !important;
    width: 100%;
}
.me_file_div{
	background-image: url('../images/icons/185.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-right: 15px;
}
#me_pagination_label{
	clear: both;
    float: right;
    margin-bottom: 25px;
    margin-top: -10px;
}
#me_pagination a{
	color: #ffffff;
	text-decoration: none;
	padding: 5px 8px;
}
#me_pagination li.page{
	padding: 4px 0 !important;
}
#me_pagination li.page_more{
	background-color: #FFFFFF;
    border: 0 none;
    box-shadow: none;
    color: #000000;
    cursor: default;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#me_form_title{
	float: right;
}
#me_incomplete_entries_info{
	float: left; 
	background-color: #cb6852;
	border-radius: 5px; 
	color: #fff;
	padding: 4px 10px 4px 10px;
	text-shadow: 0 1px 1px #000;
}
#field_selection{

	float: left;
	width: 50%;
	height: 310px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	padding: 15px;
}
#filter_pane,#widget_filter_pane{
	float: left;
	width: 633px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	padding: 15px;
	padding-bottom: 10px;
}
#widget_filter_pane{
	margin-top: 0px;
	margin-bottom: 0px;
}

#field_selection ul,#li_grid_columns ul{
	height: 225px;
    overflow-x: hidden;
    overflow-y: auto;
}
#field_selection li,#li_grid_columns li{
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#field_selection h6,#filter_pane h6,
#widget_filter_pane h6{
    font-size: 15px;
    font-weight: 400;
    color: #3B699F;
    border-bottom: 1px dashed #8EACCF;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#li_grid_columns h6{
    font-size: 15px;
    font-weight: 400;
    color: #BD3D20;
    border-bottom: 1px dashed #BD3D20;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#field_selection_apply,#filter_pane_apply{
	border-top: 1px dashed #8EACCF;
	margin-top: 10px;
	padding-top: 10px;
}
#report_sort_pane_apply{
	text-align: left;
	border-top: 1px dashed #8EACCF;
	margin-top: 25px;
	padding-top: 10px;
}
#field_selection_cancel,#filter_pane_cancel,#report_sort_pane_cancel{
	color: #3B699F;
	font-weight: bold;
}
#filter_info,#mr_report_shared{
    border-radius: 5px;
    color: #ffffff;
    float: left;
    margin-left: 110px;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    background-color: #3B699F;
    text-shadow: 0 1px 1px #000000;
    position: relative;
}
#mr_report_shared{
	margin-left: 0px;
	margin-bottom: 20px;
}
#mr_report_shared a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#filter_info a{
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
    font-weight: 500;
}
#filter_info a:hover{
	color: #EFFAB4;
}

#filter_pane li,#widget_filter_pane li{
	background-color: #C2D7EF;
    border: 1px solid #C2D7EF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
#widget_filter_pane li{
	text-align: right;
	width: auto;
}
.filter_delete_a,.a_delete_condition{
	display: block; float: left;padding-top: 3px;
}
#li_filter_add{
	background-color: transparent !important;
    border: medium none !important;
    padding: 0 10px !important;
    text-align: left;
}
#filter_no_results {
	height: 200px !important;
	text-align: center !important;
}
#filter_no_results h3{
	color: #BD3D20;
    font-size: 140%;
    font-weight: 400;
    line-height: 200px;
}
.filter_keyword,.condition_keyword,.condition_select{
	width: 190px;
}
.filter_date_trigger,.condition_date_trigger{
	display: none;
}
.filter_date .filter_keyword,.condition_date .condition_keyword{
	width: 170px;
}
.filter_date .filter_date_trigger,.condition_date .condition_date_trigger{
	display: inline;
}
.condition_time input.text{
	width: 20px;
}
.condition_time select{
	width: 50px;
}
.entries_select_all{
	text-align: center;
	background-color: #FFFFCC;
	font-size: 14px;
}
.entries_select_all a{
	text-decoration: none;
	border-bottom: 1px dotted #3661A1 !important;
	color: #3661A1 !important;
}
#entries_table .me_row_selected{
	background-color: #FFFFCC !important;
}
.ui-widget-content a.export_link{
	border: none;
	border-radius: 0px;
	background-color: transparent;
	margin: 0px;
	color: #3B699F;
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding: 32px 10px 2px;
}
.ui-widget-content a.export_link:hover{
	text-decoration: underline;
	-moz-text-decoration-style: wavy;
}
#dialog-export-entries ul{
	overflow: auto;
	text-align: center;	
	margin: 10px 0px 20px 0px;
}
#dialog-export-entries li{
	display: inline-block;
	margin: 5px;	
}
#export_as_excel{
	background-image: url('../images/icons/table-sheet.png');
	background-repeat: no-repeat;
	background-position: 50% 6px;
}
#export_as_csv,#export_as_txt{
	background-image: url('../images/icons/blue-document-text.png');
	background-repeat: no-repeat;
	background-position: 50% 6px;
}
#entries_table td.mu_suspended{
	font-weight: bold;
	color: #CB6852;
}
/** view_entry.php page **/
#ve_details,#vu_details{
	float: right;
	width: 79%;
	padding-top: 13px;
}
#ve_details strong{
	font-weight: normal;
	font-size: 103%;
}
#ve_actions{
	float: left;
	width: 15%;
	padding-left: 15px;
}
#ve_detail_table td,#ve_table_info td,#vu_privileges td,
#vu_perm_header td,#vu_perm_body td,#ve_payment_info td,
#vu_security td{
    border-bottom: 1px dotted #8EACCF;
    padding: 5px;
}
#ve_details .alt,#vu_details .alt {
    background-color: #F3F7FB !important;
}
#ve_table_info,#vu_privileges,#vu_perm_header,
#ve_payment_info,#vu_security{
	margin-top: 25px;	
}
#ve_entry_navigation{
	text-align: center;
	padding-bottom: 5px;
}
#ve_entry_navigation a{
	color: #3661A1;
    font-size: 33px;
    text-decoration: none;
}
#ve_entry_actions{
	padding: 10px;
}
#ve_entry_actions li{
	display: block;
}
#ve_entry_actions a{
	color: #3B699F;
    display: block;
    font-weight: 400;
    padding: 5px 5px 2px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    font-size: 100%;
}
#ve_entry_actions a span{
	font-size: 120%;
	margin-left: 5px;
}
#ve_entry_actions a:hover{
	text-decoration: none;
	color: #008000;
}
.entry_link{
	border-bottom: 1px dotted #000000;
    color: #3661A1 !important;
    text-decoration: none !important;
    font-weight: bold;
}
.ve_resume_link{
	font-weight: bold;
    color: #3661A1 !important;
    text-decoration: none !important;
}
#ve_payment_info span.payment_status{
	font-weight: bold;
	font-size: 110%;
	color: #BD3D20
}
#ve_payment_info span.payment_status.paid{
	color: green;
}
#ve_payment_info .payment_label{
	text-align: left;
	padding-left: 10px;
}
#ve_payment_info .payment_details_header,
#ve_table_info .entry_info_header{
	color: #444;
}
#ve_payment_info .payment_details_header span,
#ve_table_info .entry_info_header span{
	color: #3661A1;
	font-size: 110%;
	margin-left: 5px;
}
#ve_payment_info td.payment_status_row a.status_changer{
	margin-right: 10px;
	font-weight: bold;
	display: none;
}
#ve_payment_info td.payment_status_row:hover a.status_changer{
	display: inline;
}
#payment_status_save_link,#payment_status_cancel_link{
	font-weight: bold;
}
/** edit_entry.php page **/

.edit_entry .integrated .form_description{
	display: none !important;
}
.edit_entry #main_body.integrated{
	margin-top: 0px;
	margin-bottom: 0px;
}
.edit_entry #ve_details{
	padding-top: 0px;
}
.edit_entry #footer{
	display: none;
}
/** logic settings page **/
.logic_settings{
	padding: 0px;
}
.logic_settings .content_body{
	min-height: 300px;
}
#ls_main_list li{
	display: block;
	width: 100%;
	text-align: right;
}
.ls_box_content{
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #8EACCF;
	padding-top: 10px;
}
#ls_box_page_rules .ls_box_content{
	border-top: 1px dashed #DF8F7D;
}
#ls_box_email_rules .ls_box_content,
#ls_box_webhook_rules .ls_box_content{
	border-top: 1px dashed #97BF6B;
}
#ls_box_field_rules,#ls_box_page_rules,
#ls_box_email_rules,#ls_box_webhook_rules{
	width: 700px;
}
#ls_field_rules_group,
#ls_page_rules_group,
#ls_email_rules_group,
#ls_webhook_rules_group{
	margin-top: 20px;
}
#ls_field_rules_group &gt; li,
#ls_page_rules_group &gt; li,
#ls_email_rules_group &gt; li,
#ls_webhook_rules_group &gt; li{
	text-align: right;
	margin-bottom: 20px;
	border: 1px dashed #8EACCF;
	border-radius: 15px;
	padding-bottom: 5px;
}
#ls_page_rules_group &gt; li{
	border-color: #DF8F7D;
}
#ls_email_rules_group &gt; li,
#ls_webhook_rules_group &gt; li{
	border-color: #97BF6B;
}
#ls_field_rules_group tbody tr td,
#ls_page_rules_group tbody tr td,
#ls_email_rules_group tbody tr td,
#ls_webhook_rules_group tbody tr td{
	padding: 8px 35px 8px 15px;
}

#ls_field_rules_group thead tr td{
	border-bottom: 1px dashed #8EACCF;
    color: #3B699F;
    padding: 8px 0px 8px 15px;
}
#ls_page_rules_group thead tr td{
	border-bottom: 1px dashed #DF8F7D;
    color: #BD3D20;
    padding: 8px 0px 8px 15px;
}
#ls_email_rules_group thead tr td,
#ls_webhook_rules_group thead tr td{
	border-bottom: 1px dashed #97BF6B;
    color: #5B851D;
    padding: 8px 0px 8px 15px;
}
#ls_field_rules_group thead tr td a,
#ls_page_rules_group thead tr td a,
#ls_email_rules_group thead tr td a,
#ls_webhook_rules_group thead tr td a{
	float: left;
	margin-left: 24px;
	padding-top: 3px;
}
#ls_field_rules_group h6,
#ls_page_rules_group h6,
#ls_email_rules_group h6,
#ls_webhook_rules_group h6{
    font-size: 15px;
    font-weight: 400;
    color: #3B699F;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#ls_page_rules_group h6{
	color: #BD3D20;
}
#ls_email_rules_group h6,
#ls_webhook_rules_group h6{
	color: #5B851D;
}
.ls_field_rules_conditions li{
	background-color: #C2D7EF;
    border: 1px solid #C2D7EF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.ls_page_rules_conditions li{
	background-color: #EFBEB3;
    border: 1px solid #EFBEB3;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.ls_email_rules_conditions li,
.ls_webhook_rules_conditions li{
	background-color: #C3DFA7;
    border: 1px solid #C3DFA7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.ls_field_rules_conditions li.ls_add_condition,
.ls_page_rules_conditions li.ls_add_condition,
.ls_email_rules_conditions li.ls_add_condition,
.ls_webhook_rules_conditions li.ls_add_condition{
	text-align: left !important;
	background: none;
	margin-bottom: 0px;
	border-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ls_email_rules_custom_template,
.ls_webhook_options{
	width: 405px;
	margin: 0 auto;
}
.ls_email_rules_custom_template_head,
.ls_webhook_options_head{
	background-image: url('../images/icons/29_green_24.png');
	background-repeat: no-repeat;
	height: 13px;
	background-position: 50% 0;
}
.ls_webhook_options_head{
	background-position: 20% 0;
}
.ls_email_rules_custom_template_body,
.ls_webhook_options_body{
	width: 100%;
	background-color: #abd284;
    border: 1px solid #abd284;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 5px 20px 20px;
}
.ls_email_rules_custom_template_body label.description,
.ls_webhook_options_body label.description{
	color: #366c03;
	margin-top: 15px;
	font-weight: 100;
}
/** notification setting page **/
.notification_settings{
	padding: 0px;
}
.notification_settings .required{
	color:red !important;
	float:none !important;
	font-weight:700;
}
#ns_main_list li{
	display: block;
	width: 100%;
	text-align: right;
}
#ns_box_myinbox label.choice,
#ls_box_field_rules label.choice{
    font-size: 15px;
    font-weight: 400;
    color: #3B699F;
    margin-right: 5px;
}
#ns_box_user_email label.choice,
#ls_box_page_rules label.choice,
#ms_box_user_tsv label.choice{
    font-size: 15px;
    font-weight: 400;
    color: #BD3D20;
    margin-right: 5px;
}
#ls_box_email_rules label.choice,
#ns_box_url_notification label.choice,
#ls_box_success_rules label.choice,
#ls_box_webhook_rules label.choice{
    font-size: 15px;
    font-weight: 400;
    color: #5b851d;
    margin-right: 5px;
}
#ns_box_url_notification .ns_box_content {
    border-top: 1px dashed #97BF6B;
}
.ns_box_title{
	text-align: right;
	padding: 10px 0px 10px 15px;
}
.ns_box_email,.ns_box_more,.ns_box_content{
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#ns_box_myinbox .ns_box_email,#ns_box_myinbox .ns_box_more{
	border-top: 1px dashed #8EACCF;
}
#ns_box_user_email .ns_box_email,#ns_box_user_email .ns_box_more{
	border-top: 1px dashed #BD3D20;
}
#ns_box_user_email .ns_box_email{
	border-top: 1px dashed #DF8F7D;
}
.notification_settings .content_body{
	min-height: 300px;
}
#ns_box_myinbox .ns_box_more_switcher,
#ns_box_user_email .ns_box_more_switcher,
#ms_box_misc .ms_box_more_switcher,
#ls_email_add_rule_div,
#ls_webhook_add_rule_div{
	text-align: left; 
	padding-left: 20px;
	padding-bottom: 10px;
}
#ns_box_myinbox .ns_box_more_switcher a,
#ns_box_myinbox .ns_temp_vars a,
a.blue_dotted{
	text-decoration: none;
	border-bottom: 1px dotted #3B699F;	
	color: #3B699F !important;
}
#ns_http_auth_div,.webhook_http_auth_div{
	border: 1px dashed #97BF6B; 
	border-radius: 5px; 
	padding-right: 15px;
	padding-bottom: 15px; 
	width: 60%;
	margin-top: 10px;
}
.webhook_http_auth_div{
	border-color: #366C03;
}
#et_form_logo_more,
#et_wallpaper_custom_bg_more,
#et_headerbg_custom_bg_more,
#et_form_formbg_custom_more,
#et_form_highlightbg_custom_more,
#et_form_guidelinesbg_custom_more,
#et_form_fieldbg_custom_more{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;	
}
#et_form_logo_advanced{
	margin-top: 20px;
}
#et_wallpaper_custom_bg_advanced,
#et_headerbg_custom_bg_advanced,
#et_form_formbg_custom_advanced,
#et_form_highlightbg_custom_advanced,
#et_form_guidelinesbg_custom_advanced,
#et_form_fieldbg_custom_advanced{
	margin-top: 15px;
}
#add_user_bulk_link{
	display: block;
	text-decoration: none;
	color: #3B699F !important;
	background-image: url('../images/icons/28_blue.png');
	background-repeat: no-repeat;
	padding-right: 22px;
}
#au_bulk_info{
	display: block;
	color: #5E5E5E;
    font-size: 85%;
    margin-top: 10px;
}
#au_user_bulk_data{
	 background: url("../images/shadow.gif") repeat-x scroll center top #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 100%;
    margin: 0;
    width: 96%;
}
#ns_box_user_email .ns_box_more_switcher a,
#ns_box_user_email .ns_temp_vars a,
#ms_box_misc .ms_box_more_switcher a,
#ls_box_email_rules .ns_temp_vars a,
#ls_email_add_rule_div a,
#ls_box_webhook_rules .ns_temp_vars a,
#ls_webhook_add_rule_div a{
	text-decoration: none;
	border-bottom: 1px dotted #BD3D20;	
	color: #BD3D20 !important;
}
#ns_box_url_notification .ns_temp_vars a{
	text-decoration: none;
	border-bottom: 1px dotted #5B851D;	
	color: #5B851D !important;
}
.embed_code textarea.textarea,.payment_settings textarea.textarea, 
.notification_settings textarea.textarea,.logic_settings textarea.textarea,
.edit_widget textarea.textarea,.main_settings textarea.textarea
{
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	margin:0;
	width:99%;
	font-size: 12px;
}

.payment_settings input.text, .notification_settings input.text,.main_settings input.text,
.add_user input.text,.logic_settings input.text,.add_widget input.text,.edit_widget input.text
{
	background: url("../images/shadow.gif") repeat-x scroll center top #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    margin: 0;
    padding: 2px 0;
    font-size: 12px;
}
.add_widget label.description,.edit_widget label.description,
.edit_widget label.choice{
	font-weight: 400;
	font-size: 100%;
	margin-right:5px;
}
.ns_temp_vars{
	display: block;
	margin-top: 10px; 
	font-size: 90%;
}
#tempvar_help_trigger a{
	background: none;
	border: none;
	border-radius: 0;

	border-bottom: 1px dotted #3B699F;
    color: #3661A1 !important;
    text-decoration: none;
    padding: 0;
    float: left;
    font-size: 90%;
}
#tempvar_help_content{
	border-top: 2px dashed #CACACA;
	border-bottom: 2px dashed #CACACA;
	margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
#tempvar_help_content h5{
	font-size: 14px;
	margin-top: 10px;
	color: #3661A1;
}
#tempvar_value{
	font-weight: bold;
	font-size: 120%;
}
/** embed_code.php page **/
.embed_code{
	padding: 0px;
}
.embed_code .content_body{
	padding-bottom: 80px;
	overflow: auto;
}

#ec_main_code{
	height: 200px;
	width: 578px;
	float: right;
	overflow: auto;
	margin-right: 28px;
}
#ec_meta{
	width: 230px;
	float: right;
	height: 204px;
	position: relative;
	margin-right: 20px;
}
#ec_information{
	padding: 10px;
	font-size: 90%;
	color: #444444;

}
#ec_options{
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#ec_options label.description{
	color: #3B699F;
}
#ec_main_code_meta{
	float: right;
	width: 159px;
	color: #3B699F;
    padding: 20px 0 20px 0px;
    text-align: center;
    height: 155px;
}
#ec_main_code_meta h5{
	font-size: 20px;
	margin-top: 5px;
}
#ec_main_code_content{
	float: left;
	width: 376px;
	border-right: 1px dashed #8EACCF;
	margin-top: 10px;
	height: 180px;
	padding: 0px 20px 0 20px;
}
#ec_main_code_content label.choice{
	color: #3B699F;
    font-size: 15px;
    font-weight: 400;
	margin-right:5px;
}
.embed_code textarea.ec_code_data{
	border-radius: 15px;
	resize: none;
	width: 95%;
	padding: 5px;
	margin-top: 10px;
}
#ec_php_download{
	border: 1px dashed #8EACCF;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 10px 10px 50px;
    width: 150px;
    margin-top: 25px;

    background-image: url('../images/icons/36.png');
	background-repeat: no-repeat;
	background-position: 15px 45%;
}
#ec_php_download a{
    font-size: 19px;
    color: #3B699F;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted #3B699F;
}
/** main_settings.php page **/
.main_settings{
	padding: 0px;
}
.main_settings .required{
	color:red !important;
	float:none !important;
	font-weight:700;
}
#ms_main_list li{
	display: block;
	width: 100%;
	text-align: right;
}
.ms_box_main{
	width: 100%;
	margin: 0;
	overflow: auto;
}
#ms_box_account label.choice,
#ms_box_smtp label.choice,
#ms_box_misc label.choice,
#ms_box_export_tool label.choice{
    font-size: 15px;
    font-weight: 400;
    color: #3B699F;
    margin-right: 5px;
}
#ms_box_misc label.choice{
	color: #BD3D20;
}
#ms_box_export_tool label.choice{
	color: #5B851D;
}
.ms_box_title{
	text-align: right;
	padding: 10px 0px 10px 15px;
}
.ms_box_email,.ms_box_more{
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#ms_box_smtp .ms_box_email,#ms_box_account .ms_box_email{
	border-top: 1px dashed #8EACCF;
}
#ms_box_misc .ms_box_email,
#ms_box_misc .ms_box_more,
#ms_box_user_tsv .ms_box_email{
	border-top: 1px dashed #DF8F7D;
}
#ms_box_export_tool .ms_box_email{
	border-top: 1px dashed #5B851D;
}
#ms_change_password,#ms_change_license,#unlock_form{
	display: block;
	border: 2px solid #FFFFFF;
	color: #fff;
    font-size: 95%;
    font-weight: 700;
    text-decoration: none;
    margin-top: 15px;
    padding: 2px 8px 2px 11px;
    border-radius: 10px;
    width: 110px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.3);
	background-color: #7BB3EF;
}
#ms_change_license{
	margin-top: 5px;
	margin-bottom: 10px;
}
#ms_form{
	width: 50%;
	float: right;
}
#license_box{
	border: 1px solid #C2D7EF;
	border-radius: 15px;
	width: 45%;
	float: left;
	padding-bottom: 10px;
}
.main_settings .content_body{
	overflow: auto;
	padding-bottom: 40px;
}
#div_ip_whitelist{
	margin-right: 22px; 
	margin-top: 5px;
}
#ms_box_misc input.checkbox{
	margin: 15px 5px 0 0;
}
#ms_box_misc label.description.inline{
	display: inline
}
.ms_lic_left{
	padding-left: 10px;
}
.ms_lic_right{
	padding-right: 10px;
	font-weight: bold;
	font-size: 100%;
}
#license_box_table th{
	color: #3B699F;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 0px;
}
#license_box_table td{
	padding-top: 5px;
}
#lic_activate{
	font-weight: 400;
	color: #3B699F;
	border-bottom: 1px dotted #3B699F;
	text-decoration: none;
	margin-right: 5px;
}
.mf-chart-counter{
	border: 2px solid #888888;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	display: inline-block;
	margin: 15px 0 15px 0;
}
.mf-chart-counter h1{
	color: #333333;
	font-size: 36px;
	line-height: 36px;
}
.mf-chart-counter h5{
	color: #777777;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}
#mr_report_list .report_toolbar{
	padding: 10px;
	font-size: 110%;
}
#mr_report_list .report_toolbar div{
	border-top: 1px solid #ffffff;
	visibility: hidden;
	padding-top: 8px;
	padding-bottom: 10px;
}
#mr_report_list li:hover .report_toolbar div{
	visibility: visible;
	border-top: 1px solid #cccccc;
}
#mr_report_list a{
	color: #3661A1;
	line-height: 16px;
	text-decoration: none;
}
#mr_report_list a:hover{
	text-decoration: none;
	color: #008000;
}
#mr_report_list a.delete_icon,
#mr_report_list a.open_icon{
	float: left;
}
#mr_report_list a.open_icon{
	margin-left: 15px;
}
#mr_report_list a.delete_icon img,
#mr_report_list a.open_icon img{
	vertical-align: middle;
	margin-top: -5px;
}
#widget_list_sortable li{
	cursor: move;
	padding: 12px 10px 9px 20px;
	margin-bottom: 10px;
	color: #3B699F;
    font-size: 15px;
    font-weight: 400;
}
.view_widget_div{
	text-align: left;
	padding: 10px;
}
.report_toolbar span.chart_idnum{
	display: inline-block;
	font-size: 130%;
    font-weight: 400;
    color: #3661A1;
    margin-left: 20px;
}
#mr_report_list h3{
	margin-right: 10px;
	font-weight: 100;
}
#ew_widget_options_list li{
	text-align: right;
	/*border: 1px solid red;*/
}
.edit_widget label.choice{
	line-height: 150%; 
}
#li_login_tsv_setup li{
	padding: 0px;
}
#li_login_tsv_setup a.app_link {
    color: #bd3d20 !important;
    text-decoration: none;
}
/** File Upload - HTML5 **/
.uploadifive-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF !important;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.uploadifive-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadifive-queue-item {
	
	border: 2px solid #E5E5E5 !important;
	font: 11px;
	margin-top: 5px !important;
	padding: 10px !important;
	width: 90%;
}
.uploadifive-queue-item.error {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifive-queue-item .close {
	
	display: block;
	float: left;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin: 8px 0 0 0 !important;
	width: 100%;
	padding: 0 !important;
	clear: both;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 0;
	padding: 0 !important;
}
.uploadifive-queue-item div{
	overflow: auto;
	padding-bottom: 0 !important;
}
.uploadifive-queue-item span{
	width: auto !important;
}
.uploadifive-queue-item span.fileinfo{
	margin-right: 5px !important;
}</pre></body></html>