/**
 * BwPostman Newsletter Overview Module
 *
 * BwPostman CSS-styles for installation.
 *
 * @version 4.1.1
 * @package BwPostman-Overview-Module
 * @author Romana Boldt
 * @copyright (C) 2022 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/>.
 */

body {
	margin: 0;
	padding: 0;
	color : #333333;
	background-color : #FFFFFF;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}

#mod_bwp_install_header {
	background: #FFF440;
	text-align: center;
	margin: -5px -5px 0 -5px;
}

div.top_line {
    background-color: #005A00;
    height: 5px;
	margin: 0 -5px;
}

#mod_bwp_install_outer {
	margin: 0 -5px -5px -5px;
	padding: 1em 2em;
	background: url(../../images/verlauf_gelb_2.png) repeat;
}

#mod_bwp_install_outer h1 {
	margin: 0 0 1em 0;
	color: #2B5741;
	text-align: center;
}

#mod_bwp_install_left {
	float: left;
	width: 48%;
}


#mod_bwp_install_right {
	float: right;
	width: 48%;
}

#mod_bwp_install_outer p {
	margin: 0;
}

.mod_bwp_install_welcome {
}

.mod_bwp_install_finished {
	text-align: center;
}

.mod_bwp_install_finished h2 {
//	color: #2B5741;
}

.mod_bwp_install_specialnote {
	border-radius: 5px;
	border: rgba(180, 90, 0, 1) 3px solid;
	margin: 0 0 2em 0;
	padding: 1em;
	color: #ff0000;
}

.mod_bwp_install_updateinfo {
	border-radius: 5px;
	border: rgba(00, 90, 0, 1) 1px solid;
	margin: 0 0 2em 0;
	padding: 1em;
	color: #2B5741;
	}

.mod_bwp_install_updateinfo h2, .mod_bwp_install_specialnote h2 {
	margin: 0 0 1em 0;
}

.mod_bwp_install_updateinfo h3, .mod_bwp_install_specialnote h3 {
	margin: 0 0 1em 0;
}

.cpanel {
	text-align: center;
	margin: 3em auto;
}

.cpanel div.icon {
	float: none;
	display: inline-block;
}

.clr {
	clear: both;
}

.mod_bwp_install_footer, .mod_bwp_install_footer p {
	text-align: center;
}

.mod_bwp_install_footer p a img {
	border-radius: 5px;
	margin: 0 0 0.3em 0;
}

.small {
	color : #333333;
	font-size : 10px;
}

.error {
	color : #cc0000;
	font-size : 12px;
	font-weight : bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.urgent {
	color: #cc0000;
}

/* 48x48 images and joomla overide to use it*/
#cpanel span.icon48 {
	display: inline-block !important;
	height: 48px;
	width: 48px;
	margin-top: 10px;
}

#cpanel div.icon {
	cursor: pointer;
}

#adminForm table.adminform tbody tr th, #element-box table.adminform tbody tr th {
	display: none;
}
