/**
 * BwPostman User2Subscriber Plugin
 *
 * Plugin to automated subscription at Joomla registration
 *
 * BwPostman User2Subscriber Plugin css file for BwPostman.
 *
 * @version 3.1.3
 * @package BwPostman User2Subscriber Plugin
 * @author Romana Boldt
 * @copyright (C) 2021 Boldt Webservice <forum@boldt-webservice.de>
 * @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 <http://www.gnu.org/licenses/>.
 */

label.disclaimer
{
	font-weight: bold;
}

label.disclaimer a:hover
{
	text-decoration: underline!important;
}

label.disclaimer a
{
	cursor: pointer;
	margin-left: 7px;
	padding-top: 3px;
	display: inline-block;
}

.bwp_plg_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;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	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 */
}

#bwp_plg_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%;
}

#bwp_plg_modal-header {
	height: 30px;
}

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

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

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

fieldset.mailinglists {
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	padding: 15px;
}

fieldset.mailinglists label {
	display: block;
	padding-left: 20px;
}

label.checkbox.disclaimer {
	padding-left: 20px;
}

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

.registerradio.radio.btn-group {
	font-size: 0;white-space: nowrap;
}

.registerradio .btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background:  #a2a2a2 linear-gradient(to bottom, #fff, #e6e6e6) repeat-x;
	border-image: none;
	border-radius: 4px;
	border: solid 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.registerradio .btn:hover,
.registerradio .btn:focus,
.registerradio .btn:active,
.registerradio .btn.active,
.registerradio .btn.disabled,
.registerradio .btn[disabled] {
	background-color: #e6e6e6;
	color: #333;
}

.registerradio .btn.active,
.registerradio .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;
}

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

.registerradio .btn-success {
	background: #409740 linear-gradient(to bottom, #46a546, #378137) repeat-x;
	border-color: #378137 #378137 #204b20;
	color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.registerradio .btn-success:hover,
.registerradio .btn-success:focus,
.registerradio .btn-success:active,
.registerradio .btn-success.active,
.registerradio .btn-success.disabled,
.registerradio .btn-success[disabled] {
	background-color: #378137;
	color: #fff;
}

.registerradio .btn-danger:hover,
.registerradio .btn-danger:focus,
.registerradio .btn-danger:active,
.registerradio .btn-danger.active,
.registerradio .btn-danger.disabled,
.registerradio .btn-danger[disabled] {
	background-color: #942a25;
	color: #fff;
}

.registerradio.btn-group > .btn {
	border-radius: 0;
	position: relative;
}

.registerradio.btn-group > .btn,
.registerradio.btn-group > .dropdown-menu,
.registerradio.btn-group > .popover {
	font-size: 13px;
}

.registerradio.btn-group > .btn:last-child,
.registerradio.btn-group > .dropdown-toggle {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.registerradio.btn-group > .btn:hover,
.registerradio.btn-group > .btn:focus,
.registerradio.btn-group > .btn:active,
.registerradio.btn-group > .btn.active {
	z-index: 2;
}

.registerradio.radio.btn-group > label:first-of-type {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	margin-left: 0;}


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

.registerradio.btn-group.btn-group-yesno > .btn {
	min-width: 84px;
	padding: 2px 12px;
}

.plg-u2s-ml-title
{
	font-weight: bold;
}

.plg-u2s-ml-description
{
	font-size: 85%;
}
