/**
 * Newsletter
 * =========================================== */
.newsletter-list-item {
	border: 1px solid #e3e4e8;
	background-color: #fff;
	position: relative;
	border-radius: 2px;
	transition: all .3s;
}
.newsletter-list-item:hover {
	border-color: #b5bcc3;
}
.newsletter-list-item + .newsletter-list-item {
	margin-top: 10px;
}
.newsletter-list .newsletter-item-header {
	border-bottom: 1px solid #f1f1f1;
	border-radius: 2px;
	padding: 5px 15px;
	position: relative;
}
.newsletter-list .newsletter-item-body {
	padding: 5px 15px;
}
.newsletter-list .line-separator {
	padding-left: 5px;
	padding-right: 5px;
}
.newsletter-list .line-separator:before {
	content: '';
	display: inline-block;
	margin-bottom: 1px;
	width: 1px;
	height: 12px;
	vertical-align: middle;
	background-color: #e3e4e8;
}
.newsletter-item-footer {
	padding: 3px 15px;
	background-color: #f3f4f5;
}
.newsletter-item-statistics {
	float: right;
}
.newsletter-item-footer .line-separator:before {
	background-color: #ccc;
}
.newsletter-list .newsletter-item-name {
	color: #0073aa;
	font-weight: bold;
}
.newsletter-list .newsletter-item-name:hover {
	text-decoration: none;
	color: #00b9eb;
}
.newsletter-list .newsletter-item-modules {
	float: right;
	margin-right: 30px;
	margin-top: -2px;
	display: block;
	color: #82878c;
	padding: 2px 5px;
	border-radius: 2px;
}
.newsletter-list .newsletter-item-modules > span {
	color: #f56e28;
	font-weight: bold;
}
.newsletter-item-actions {
	display: block;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -11px;
}
.newsletter-item-actions-btn {
	display: block;
	width: 42px;
	height: 22px;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	color: #0073aa;
	cursor: pointer;
}
.newsletter-item-actions-btn:hover {
	background-color: #e3e4e8;
}
.newsletter-item-actions-menu {
	display: none;
	left: auto;
	right: -20px;
}
.newsletter-item-actions-menu .disabled {
	background-color: #f1f1f1;
	color: #cecbcb;
	pointer-events: none;
}
.newsletter-item-actions .dropdown-menu {
	border: 1px solid #ccc;
	font-size: 13px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
.newsletter-item-actions .dropdown-menu > li > a {
	padding: 5px 15px;
}
.newsletter-item-actions .dropdown-menu > li > a:hover {
	background-color: #e3e4e8;
}
.newsletter-item-actions .dropdown-menu .divider {
	margin: 3px 0;
}
.newsletter-item-actions .dropdown-menu:before {
	margin: 0 -6px;
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	right: 40px;
	border-width: 6px;
	border-bottom-color: #ccc;
}
.newsletter-item-actions .dropdown-menu:after {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	right: 40px;
	border-width: 5px;
	margin: 0 -5px;
	border-bottom-color: #fff;
}
.newsletter-list .newsletter-item-groups {
	padding: 5px 15px;
}
.newsletter-list .newsletter-item-group {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 2px 0;
	color: #6d7175;
}
.newsletter-list .newsletter-item-group + .newsletter-item-group {
	border-top: 1px solid #f1f1f1;
}
.newsletter-item-body .item-contact-type {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #ececec;
	border-radius: 2px;
	overflow: hidden;
}
.newsletter-item-body .item-contact-type + .item-contact-type {
	margin-left: 10px;
}
.newsletter-item-body .item-contact-type > i {
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	color: #82878c;
	background: #ececec;
	border-radius: 2px 0 0 2px;
	margin-right: 5px;
}
.newsletter-control {
	position: absolute;
	left: 15px;
	top: 7px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
.newsletter-control + .newsletter-item-name {
	margin-left: 25px;
}
.newsletter-control > span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.newsletter-control .control-play:before,
.newsletter-control .control-pause:hover:before {
	content: "\f04b";
}
.newsletter-control .control-pause:before,
.newsletter-control .control-play:hover:before {
	content: "\f04c";
}
.newsletter-control .control-sent:before {
	content: "\f00c";
}
.newsletter-control .control-flash {
	animation: fa-flash 2s infinite ease;
}
@keyframes fa-flash {
	0%,100%,50% {
		opacity: 1;
	}
	25%,75%{
		opacity: 0;
	}
}

/* Single Newsletter */
.content-single-newsletter {
	font-size: 13px;
}
.newsletter-module-item {
	margin-bottom: 0;
	border-radius: 3px;
	border: 1px solid #e3e4e8;
	background-color: #fff;
}
.newsletter-module-item + .newsletter-module-item {
	margin-top: 15px;
}
.newsletter-module-heading {
	color: #333;
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 7px 10px;
	position: relative;
	border-radius: 3px;
}
.newsletter-module-heading:hover {
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 2px 0 #0073aa;
}
.newsletter-module-heading .newsletter-module-label {
	font-size: 12px;
	color: #537994;
	display: block;
	padding: 3px 5px;
}
.newsletter-module-heading .newsletter-module-title {
	font-weight: bold;
	color: #0073aa;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 2px;
}
.newsletter-module-heading .newsletter-module-title:hover {
	text-decoration: none;
	color: #00a0d2;
}
.newsletter-modules-footer {
	text-align: center;
	padding: 15px 15px 5px;
}
.newsletter-modules-empty {
	display: block;
	text-align: center;
	cursor: default;
	border: 1px dashed #b4b9be;
	padding: 9px 0;
	line-height: 20px;
	color: #82878c;
	font-size: 13px;
}
.table-conditions > tbody > tr {
	position: relative;
	transition: all .3s;
}
.table-conditions > tbody > tr:nth-child(even) {
	background-color: #f3f4f5;
}
.table-conditions > tbody > tr:hover {
	background-color: #e3e4e8;
}
.table-conditions > tbody > tr:hover > td + td {
	border-left-color: #fff;
}
.table-conditions .newsletter-item-actions {
	right: 8px;
}
.table-conditions .newsletter-item-actions-btn:hover {
	background-color: #fff;
}
.table-conditions > tbody > tr > td {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table-conditions > tbody > tr > td:nth-child(-n+4):not(:first-child) {
	white-space: nowrap;
}
.table-conditions > tbody > tr > td:not(:first-child) {
	text-align: center;
}
.table-conditions > thead > tr > th {
	line-height: 1.2;
	white-space: nowrap;
}
.table-conditions > thead > tr > th:last-child {
	padding-right: 50px;
}
.table-conditions .table-cell-actions {
	position: relative;
	padding-right: 50px;
}
.condition-entry-days > span {
	display: block;
	font-style: italic;
}

/* Widgets */
.widget-single-newsletter .utp-tabs {
	flex-direction: row;
	align-items: stretch;
}
.widget-single-newsletter .utp-tabs > li {
	flex: 1;
}
.widget-single-newsletter .utp-tabs > li > a {
	flex: 1;
	justify-content: center;
}
.widget-single-newsletter .buttons-group + .buttons-group {
	margin-top: 10px;
}
.widget-single-newsletter .buttons-group-heading {
	padding: 0 0 6px;
	font-weight: bold;
	color: #656565;
	font-size: 12px;
	user-select: none;
}
.widget-single-newsletter .utp-tabs-content {
	padding: 10px 15px 15px;
}
.widget-single-newsletter .buttons-group .btn {
	text-align: left;
	background-color: #eee;
	margin-bottom: 7px;
	width: 220px;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 2px 3px 0px rgba(0, 0, 0, 0.14), 0 0 5px 0px rgba(0, 0, 0, 0.12);
}
.widget-single-newsletter .buttons-group .btn:hover {
	background-color: #eee;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 2px 3px 0px rgba(0, 0, 0, 0.14), 0 0 5px 0px rgba(0, 0, 0, 0.12);
}