body {
	padding-top: 60px;
	padding-bottom: 40px;
}
.sidebar-nav {
	padding: 9px 0;
}
#preview-iframe{
	width: 100%;
	height: 800px;
	overflow-y: auto;
	border: none;
}
.loader{
	display: none;
	margin-left: 10px;
}
footer{
	font-size: 12px;
}
footer a{
	text-decoration: underline;
}
#html{
	width: 100%;
	height: 397px;
}
#pagination{
	margin: 30px 0 20px 0;
}
#edit-form #plain, #edit-form #subject, #edit-form #from_name, #edit-form #from_email, #edit-form #reply_to{
	width:98%;
}
.wysiwyg-note{
	font-size: 10px; 
	color: #919191; 
	float:left; 
	margin:5px 0 0 5px;
}
.grand_total{
	font-size: 16px;
	padding: 10px 15px;
	background: #FFFAE4;
}
.schedule-date{
	float:left;
	margin-right: 5px;
	width: 55px;
}
.gravatar{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#thankyou_message, #goodbye_message{
	width: 100%;
	height: 257px;
}
.report-titles{
	float: left;
}
.report-export{
	float: left;
	margin: 10px 0 0 10px;
}
.data-type{
	position: relative;
	top: 5px;
	left: 5px;
	color: #979797;
	float: right;
}
.error{
	color: #FF0000;
}
#field-name{
	float: left;
	margin-bottom: 5px;
}
#field-name .left{
	float: left;
	margin-right: 10px;
}
#field-name .right{
	float: right;
}
#c_button{
	clear: both;
	float: left;
}
.ares-email-table thead tr, .ares-email-table tbody tr{
	height: 50px;
}
.ares-email-table tbody tr td{
	padding: 20px 8px;
}
.ares-email-table tbody tr td a{
	text-decoration: underline;
}
.ares-email-table tbody tr td strong{
	font-size: 16px;
}
.ares-email-table tbody tr td .btns{
	margin-top: 5px;
}
.ares-email-table{
	margin-bottom: 5px;
}
ul.ares_email_options{
	list-style: none;
	margin-left: 0px;
}
ul.ares_email_options li{
	float: left;
	margin-right: 7px;
}
select, input[type="file"]{
	height: 28px;
	line-height: 20px;
}
#attachments{
	list-style: none;
	margin-left: 0px;
}
#attachments li{
	background: #F4F4F4;
	padding: 5px 10px;
}
.tab-active{
	border-color: transparent #ddd #ddd #ddd !important;
	border-bottom-color: #fff !important;
	border-top-color: #ddd !important;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.main-gravatar{
	float: left;
	margin: 1px 5px 0 0;
	width: 18px;
}

/* Redactor toolbar customization (Dark toolbar) */
.redactor_toolbar {
	/* Dark gradient toolbar */
    background-color: #fbfbfb !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(251, 251, 251))) !important;
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251)) !important;
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251)) !important;
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251)) !important;
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251)) !important;
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#fbfbfb') !important;

}
/*
.redactor_toolbar li a {
    color: #555 !important; 
}
*/
/* /Redactor toolbar customization (Dark toolbar) */

/* Redactor - New personalization tags button */
.redactor_toolbar li a.re-personalizationtags {
    background-image: url(../img/personalizationtags.png);
    background-size: 14px;
}
.redactor_toolbar li a.re-personalizationtags:hover {
    background-image: url(../img/personalizationtags.png);
    background-size: 14px;
}
/* /Redactor - New personalization tags button */