/**
 * Subscribers page
 */
.sbscrbr-users-list-page .subscribed td,
.sbscrbr-users-list-page .subscribed th {
	background: #eff8f3;
}
.sbscrbr-users-list-page .unsubscribed td,
.sbscrbr-users-list-page .unsubscribed th {
	background: #fefaf7;
}
.sbscrbr-users-list-page .subtitle {
	display: block;
	padding-left: 0;
}
.subscribed .check-column {
	border-left: 4px solid #179458;
}
.unsubscribed .check-column {
	border-left: 4px solid #d54e21;
}
.subscribed .check-column input,
.unsubscribed .check-column input {
	margin: 0 0 0 4px;
}
.sbscrbr-users-list-page .column-name img {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
.sbscrbr-users-list-page .column-name strong {
	font-size: 13px;
	line-height: 1.5em;
}
.sbscrbr-users-list-page .column-name .sbscrbr-delete-user {
	color: red;
}
.sbscrbr-users-list-page .column-name .row-actions span {
	color: #777;
}
.sbscrbr-users-list-page .column-status {
	width: 115px;
}
.sbscrbr-users-list-page .subsubsub {
	clear: left;
}
.form-table td {
	padding: 20px;
}
.sbscrbr_text {     
	vertical-align: top;
}
.sbscrbr-input-text {
	margin: 1px;
	padding: 3px 5px;
}
.sbscrbr_form_bottom {
	margin-bottom: 5px;
}
#sbscrbr_settings_tab .sbscrbr-input-text {
	max-width: 380px;
	width: 100%;
}
/**
 * Settings page
 */
#sbscrbr_settings_form textarea {
	margin-left: 1px;
	height: 100px;
}
.sbscrbr_info_textarea {
	position: relative;
	top: 8px;
	vertical-align: top;
}
.sbscrbr-mail-input-text,
.sbscrbr-select {
	width: 400px;
}
.sbscrbr-email-field {
	margin-left: 25px;
	clear: left;
}
#sbscrbr-show-service-messages,
#sbscrbr-show-messages-settings,
#sbscrbr-hide-service-messages,
#sbscrbr-hide-messages-settings {
	display: none;
}
.sbscrbr-admin-email-settings {
	max-width: 300px;
	width: 82%;
	margin: 5px 0 0;
}
.sbscrbr-preloader {
	position: absolute;
	top: 82px;
	left: 9px;
	width: 16px;
	height: 16px;
	background: url( '../images/preloader.gif' );
	background-size: 100%;
}
.sbscrbr-messages-settings {
	margin: 0 0 20px;
}
#sbscrbr_gdpr_link::placeholder {
   color: #cdcdcd;
}
#sbscrbr_gdpr_link_options label {
	display: block;
}
@media screen and ( min-width: 1100px ) {
	.sbscrbr_gdpr_td {
		padding-top: 23px !important; 
	}
}
@media screen and ( max-width: 1108px ) {
	select {
		width: 81%;
	}
}
@media screen and ( max-width: 782px ) {
	#sbscrbr_gdpr_link_options {
		padding: 8px;
	}
	#sbscrbr_gdpr_link_options label input {
		margin: 5px 0;
		width: 100% !important;
	}
	#sbscrbr_gdpr_link {
		height: 40px;
	}
	#sbscrbr_gdpr {
		margin: 0; 
	}
}
@media only screen and ( max-width: 782px ) {
	/**
	 * Subscribers tab
	 */
	.sbscrbr-users-list-page thead .check-column input[type=checkbox],
	.sbscrbr-users-list-page tfoot .check-column input[type=checkbox] {
		margin-left: 5px !important;
	}
	.sbscrbr-users-list-page tbody .check-column input[type=checkbox] {
		margin-left: 1px !important;
	}
	/**
	 * settings page
	 */
	#sbscrbr_settings_form input[type="radio"],
	#sbscrbr_settings_form input[type="checkbox"] {
		margin-top: 4px;
	}
	#sbscrbr_settings_block_email_notifications input[type="radio"],
	#sbscrbr_settings_block_email_notifications input[type="checkbox"] {
		margin-top: 0px;
		margin-bottom: 4px;
	}
	.sbscrbr-email-field {
		margin-left: 0;
	}
	.sbscrbr-admin-email-settings {
		display: inline-block !important;
		width: 75% !important;
	}
	select {
		display: inline-block !important;
		width: 74% !important;
	}
	input[type="radio"] {
		margin-bottom: 0px;
	}

}
#sbscrbr_notifications_tab .sbscrbr-message-to-admin {
	width: 100%;
	max-width: 500px;
}
#sbscrbr_notifications_tab .sbscrbr-input-input {
	width: 100%;
	max-width: 320px;
}
#sbscrbr_notifications_tab .sbscrbr-input-shortcode {
	width: 63%;
	max-width: 300px;
	margin: 5px 0 0;
}
#sbscrbr_to_email_user {
	position: relative;
	bottom: -3px;
}
#sbscrbr_messages_tab .sbscrbr-input-text {
	max-width: 380px;
	width: 100%;
}
.sbscrbr-input-number {
	margin: 5px 1px 1px;
}
