<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * BwPostman Newsletter Module
 *
 * BwPostman complete CSS-styles for frontend module to modify by user.
 *
 * @version 3.1.6
 * @package BwPostman-Module
 * @author Romana Boldt
 * @copyright (C) 2021 Boldt Webservice &lt;forum@boldt-webservice.de&gt;
 * @support https://www.boldt-webservice.de/en/forum-en/forum/bwpostman.html
 * @license GNU/GPL, see LICENSE.txt
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 */


@import 'iconfonts.css';

/*----------------------------------------------------------
	Definition for miscellaneous
----------------------------------------------------------*/

#mod_bwpostman [class^="bwp_icon-"],
#mod_bwpostman [class*="bwp_icon-"] {
	display:				inline-block;
	height:					14px;
	line-height:			14px;
	margin-top:				1px;
	vertical-align:			text-top;
	width:					14px;
}

#mod_bwpostman .bwp_icon-star {
	background-position:	-120px 0;
}

#mod_bwpostman .bwp_icon-info {
	background-position:	-120px -96px;
}

#mod_bwpostman .input-append input, #mod_bwpostman .input input {
	-webkit-border-radius:	4px;
	-moz-border-radius:		4px;
	border-radius:			4px;
	color:					#555555;
	display:				inline-block;
	font-size:				14px;
	height:					auto;
	line-height:			18px;
	margin-bottom:			0;
	padding:				4px 6px;
	vertical-align:			middle;
	position:				relative;
}

#mod_bwpostman .btn {
	display:				inline-block;
	*display:				inline;
	padding:				4px 12px;
	margin-bottom:			10px;
	margin-left:			-1px;
	font-size:				14px;
	height:					30px;
	line-height:			20px;
	color:					#333333;
	text-align:				center;
	text-shadow:			0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:			middle;
	cursor:					pointer;
	background-color:		#f5f5f5;
	*background-color:		#e6e6e6;
	background-image:		-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:		-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:		repeat-x;
	border:					1px solid #cccccc;
	*border:				0;
	border-color:			#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:			rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color:	#b3b3b3;
	-webkit-border-radius:	4px;
	-moz-border-radius:		4px;
	border-radius:			4px;
	filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0, enabled=false);
	*zoom:					1;
	-webkit-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:				inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#mod_bwpostman .append-area {
	display:				inline-block;
	*display:				inline;
	padding:				4px 12px;
	margin-left:			-1px;
	font-size:				14px;
	line-height:			18px;
	color:					#333333;
	text-align:				center;
	text-shadow:			0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align:			middle;
	cursor:					default;
	background-color:		#f5f5f5;
	*background-color:		#e6e6e6;
	background-image:		-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:		-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:		linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:		repeat-x;
	border:					1px solid #cccccc;
	*border:				0;
	border-color:			#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:			rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color:	#b3b3b3;
	-webkit-border-radius:	0 4px 4px 0;
	-moz-border-radius:		0 4px 4px 0;
	border-radius:			0 4px 4px 0;
	filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0, enabled=false);
	*zoom:					1;
	-webkit-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:				inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#mod_bwpostman .user_hightlight {
	position:				absolute;
	top:					-5000px;
	color:				rgb(255,0,0);
}

#mod_bwpostman input.input-small, #mod_bwpostman select {
	width:				130px;
}

#mod_bwpostman select {
	font-size: 			inherit;
	color: 				#6c757d;
	margin-bottom:		0;
}

#mod_bwpostman p.bwp_mod_error_no_mailinglists {
	font-weight:		bold;
	color:				#ff0000;
}

#mod_bwpostman input[type=radio] {
	margin:				0 7px 8px 1px;
	vertical-align:		middle;
	width:				13px;
	height:				13px;
	padding:			0;
}

#mod_bwpostman .btn-group input[type="radio"] {
    display: none;
}

#mod_bwpostman input[type="checkbox"] {
	margin:				0 8px 5px 1px;
	vertical-align:		middle;
	width:				13px;
	height:				13px;
	padding:			0;
}

#mod_bwpostman input.inputbox {
	padding:			4px 6px;
	height:				auto;
	line-height:		18px;
	margin-bottom:		0;
}

#mod_bwpostman .bwp_mod_modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top: 10px; /* Location of the box */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#mod_bwpostman #bwp_mod_modal-content.bwp-err{
	max-width: 600px;
	color: red;
}

#mod_bwpostman #bwp_mod_modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 15px;
	border: 1px solid #888;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height: 100%;
}

#mod_bwpostman #bwp_modal-title {
    float: left;
    margin: 0;
}

#mod_bwpostman #bwp_mod_wrapper {
	padding-top: 35px;
	height: 100%;
}

#mod_bwpostman .bwp_mod_close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

#mod_bwpostman .bwp_mod_close:hover,
#mod_bwpostman .bwp_mod_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#bwp_mod_wrapper,
bwp_mod_wrapper::before,
bwp_mod_wrapper::after {
    box-sizing: border-box;
}

/*----------------------------------------------------------
	Definition for specific module elements
----------------------------------------------------------*/

div#mod_bwpostman {

}

form#bwp_mod_form {

}

#bwp_mod_form_pretext {

}

/*------------- First name -------------------------------*/
#bwp_mod_form_firstnamefield {

}

#bwp_mod_form_firstnamefield input {

}

#bwp_mod_form_firstnamefield span{

}

/*------------- Last name --------------------------------*/
#bwp_mod_form_namefield {

}

#bwp_mod_form_namefield input {

}

#bwp_mod_form_namefield span{

}

/*------------- additional field --------------------------------*/
#bwp_mod_form_specialfield {

}

#bwp_mod_form_specialfield input {

}

#bwp_mod_form_specialfield span{

}

/*------------- Gender format -----------------------------*/
p#bwp_mod_form_genderformat {

}

p#bwp_mod_form_genderformat label {

}

div#bwp_mod_form_genderfield {
	margin-bottom: 9px;
}

#mod_bwpostman .radio.btn-group input[type="radio"] {
	display: none;
}



/*------------- Email address ----------------------------*/
#bwp_mod_form_emailfield {

}

#bwp_mod_form_emailfield input {

}

#bwp_mod_form_emailfield span {

}

/*------------- Email format -----------------------------*/
p#bwp_mod_form_emailformat {

}

#mod_bwpostman .form-inline label.radio {
	display:			block;
	margin-bottom:		8px;
	font-weight:		normal;
}

#mod_bwpostman .form-inline label.radio input {

}

div#bwp_mod_form_emailformatfield {

}

div#bwp_mod_form_emailformatfield div.controls label {

}

div#bwp_mod_form_emailformatfield div.controls label input.inputbox {

}

/*------------- Available mailing lists-------------------*/
p#bwp_mod_form_lists {
	font-weight:		bold;
	margin-top:			15px;
}

div#bwp_mod_form_listsfield {

}

#mod_bwpostman #bwp_mod_form_listsfield p {
	vertical-align:		middle;
}

#mod_bwpostman #bwp_mod_form_listsfield p input {

}

#mod_bwpostman #bwp_mod_form_listsfield p span {

}

#mod_bwpostman #bwp_mod_form_listsfield p span a {

}

#mod_bwpostman #bwp_mod_form_listsfield p span.mailinglist-title {

}

#mod_bwpostman #bwp_mod_form_listsfield p span.mailinglist-description {
	display: inline-block;
	font-size: 83%;
	padding-left: 25px;
}

#mod_bwpostman p.mailinglist-description-single {
	font-size: 83%;
	padding: 0 10px;
}

/*------------- Disclaimer -------------------------------*/
#mod_bwpostman #bwp_mod_form_disclaimer {
	margin-top: 25px;
}

#mod_bwpostman #bwp_mod_form_disclaimer input {

}

#mod_bwpostman #bwp_mod_form_disclaimer input span {

}

#mod_bwpostman #bwp_mod_form_disclaimer input span a {

}

#bwp_mod_form_disclaimer span {
}

#bwp_mod_form_disclaimer span a:hover {
	text-decoration: underline;
}

#bwp_mod_form_disclaimer span a {
	cursor: pointer;
}


/*------------- Captcha/Safety question ------------------*/
#mod_bwpostman div.captcha {
	margin-bottom:		15px;
}

#mod_bwpostman div.captcha p.security_question_entry {

}

#mod_bwpostman div.captcha p.security_question_lbl {
	text-align:			center;
}

#mod_bwpostman div.captcha p.captcha {

}

#mod_bwpostman div.captcha p.captcha label#a_captcha {

}

#mod_bwpostman input#a_stringQuestion.input-small,
#mod_bwpostman input#a_stringCaptcha.input-small {
}

/*------------- Buttons ----------------------------------*/
#mod_bwpostman .mod-button-register {

}

#bwp_mod_form_required {
	text-align:			center;
}

#mod_bwpostman #bwp_mod_form_editlink {
}

#mod_bwpostman .btn {
	height: auto;
}

#mod_bwpostman fieldset.btn-group {
	padding: 0;
	border: 0;
}

#mod_bwpostman .btn-group &gt;.btn {
	min-width: 60px;
	padding: 2px 12px;
}

#mod_bwpostman .radio.btn-group &gt; label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

#mod_bwpostman .btn-group &gt; .btn:last-child, .btn-group &gt; .dropdown-toggle {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

#mod_bwpostman .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.95);
}

#mod_bwpostman .btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
	font-size: 13px;
}

#mod_bwpostman .btn.active, .btn:active {
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}

#mod_bwpostman .btn:hover, #mod_bwpostman .btn:focus, #mod_bwpostman .btn:active, #mod_bwpostman .btn.active, #mod_bwpostman .btn.disabled, #mod_bwpostman .btn[disabled] {
	background-color: #e6e6e6;
}
</pre></body></html>