/*
 *
 *  _____ ____  _____ ____  _   _ __  __    _    ___ _       ____ ___  __  __
 * |  ___|  _ \| ____/ ___|| | | |  \/  |  / \  |_ _| |     / ___/ _ \|  \/  |
 * | |_  | |_) |  _| \___ \| |_| | |\/| | / _ \  | || |    | |  | | | | |\/| |
 * |  _| |  _ <| |___ ___) |  _  | |  | |/ ___ \ | || |___ | |__| |_| | |  | |
 * |_|   |_| \_\_____|____/|_| |_|_|  |_/_/   \_\___|_____(_)____\___/|_|  |_|
 *
 *
 * FreshMail is a browser-based software for sending and tracking
 * email marketing campaigns. FreshMail is absolutely free if you send
 * less than 2 000 e-mails up to 500 subscribers per month.
 *
 * Visit: http://freshmail.com/
 *
 */

.freshmail {
	color: #333333;
	font-family: "ArialMT", "Arial";
	font-style: normal;
	line-height: normal;
	text-align: left;
	background: url(../images/freshmail_logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 183px 42px
}

.freshmail h1 {
	font-size: 24px;
	font-weight: 400
}

.freshmail h2 {
	font-size: 18px;
	font-weight: 400
}

.freshmail_api span {
	float: left;
	width: 150px
}

span.fm_code {
	font-style: italic;
	background: #dddddd;
	padding: 2px
}

.freshmail .button_fm:hover, .freshmail .button_fm {
	background: #0099ff;
	box-shadow: none;
	color: #ffffff;
	border: 0 none;
	height: auto;
	padding: 5px 15px;
	width: auto
}

.freshmail .button_fm:hover {
	background: #333333
}

.freshmail .donthaveaccount {
	border-top: 1px solid #cccccc;
	width: 100%;
	clear: left;
	background: url(../images/bg_1.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 200px;
	margin-top: 20px
}

.freshmail .donthaveaccount p {
	width: 300px
}

.freshmail .donthaveaccount span {
	display: block;
	font-size: 16px;
	padding-top: 20px;
	width: 300px
}

.freshmail .freshsupport a {
	color: #ffffff
}

.freshmail .freshsupport .f_circle {
	background: #ffffff;
	border-radius: 50px;
	float: left;
	margin: 30px 20px
}

.freshmail .freshsupport p {
	font-size: 16px
}

.freshmail .freshsupport {
	background: #333333;
	color: #ffffff;
	padding: 10px;
	clear: left
}

#freshmail_fields {
	width: 650px
}

#freshmail_fields th {
	font-weight: 700
}

div.fm_error, div.fm_updated {
	margin: 5px 0 15px
}

div.fm_updated {
	background-color: #ffffff;
	border-left: 4px solid #7ad03a;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding: 1px 12px
}

.fm_hidden {
	display: none
}

#form_preview_loader {
	display: none;
}

#freshmail_theme .widget-inside {
	display: none;
}

input.popup-colorpicker {
	width: 70px !important;
}

.widget-inside {
	padding: 10px;
}

.widget-inside input[type=text] {
	width: 50px;
}

#freshmail_theme {
	width: 310px;
	float: left;
}

td .nav-tab-wrapper {
	width: 100%;
}

#messages table tr th {
	width: 250px;
}

#messages table tr td {
	width: 550px;
}

#messages table tr td input {
	width: 100%;
}

#properties select[multiple] {
	width: 250px;
	height: 200px;
}

#properties div .fm-select-pages {
	width: 270px;
	float: left;
}

#chart_div {
	width: 850px;
	height: 500px;
}

.fm-checkboxes-table {
	width: 700px;
	border: 1px solid #eeeeee;
}

#fm-admin-checkboxes input[type=text] {
	width: 100%;
}

#fm-connect-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	border-radius: 4px;
	padding-left: 5px;
}

#reports_form {
	float: left;
	margin-bottom: 20px;
}

.fm-report-set-time {
	background: #ffffff;
	padding: 15px;
	text-align: center
}

#reports_form .widefat {
	border: 1px solid #cccccc;
	width: 410px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#reports_form .widefat .table-bar {
	background: #f5f5f5;
	border: 1px solid #cccccc;
}

#reports_form .widefat .table-bar th {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

#reports_form .widefat td {
	border-bottom: 1px solid #cccccc;
}

#reports_form .widefat tr td:last-child {
	text-align: right;
}

.f_circle .img-padding{
	padding: 15px;
}

#appearance .fm-preview-theme {
	float: left;
	padding-left: 20px;
}