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{
     padding:2px 4px;
    margin:0px;
    border:solid 1px #FBD3C6;
    background:#FDE4E1;
    color:#CB4721;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:center; 
}
.success{
padding:2px 4px;
margin:0px;
border:solid 1px #C0F0B9;
background:#D5FFC6;
color:#48A41C; 
font-family:Arial, Helvetica, sans-serif; font-size:14px; 
font-weight:bold;
text-align:center;
}
#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;
}
body .redactor_toolbar li a.redactor_btn_tags  {
    background: url(../js/redactor/icons/tags.png?2) no-repeat;
    background-size: 25px;
}
.main-gravatar{
	float: left;
}
#active{ color:#33B5E5 !important;}