/**
 * Core Design Petitions plugin for Joomla! 3
 * @author		Daniel Rataj, <info@greatjoomla.com>
 * @package		Joomla
 * @subpackage	Content
 * @category   	Plugin
 * @version		2.5.x.3.1.0
 * @copyright	Copyright (C) 2007 - 2015 Great Joomla!, http://www.greatjoomla.com
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL 3
 *
 * This file is part of Great Joomla! extension.
 * This extension 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 extension 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/>.
 */

/* HTML SUP */
.cdpetitions sup
{
    vertical-align: baseline;
    font-size: .8em;
    position: relative;
    top: -0.4em;
    font-style: italic;
    font-weight: normal;
}

/* Form fieldset label */
.cdpetitions form label {
	font-weight: bold;
}

/* Cleaner */
.cdpetitions .cdpetitions_cleaner {
	visibility: hidden;
	height: 1px;
	margin: -1px;
	clear: both;
}

/* Powered by */
.cdpetitions .cdpetitions-poweredby {
	text-align: right;
	font-size: 80%;
	font-style: italic;
	margin-top: 10px;
	opacity: .5;
	/* display: none; */
}

/* Petition title */
.cdpetitions .cdpetitions_petition_title {
    margin-bottom: 2em;
}

/* Petition header */
.cdpetitions .cdpetitions_header {
	padding: 5px;
	font-size: 120%;
}

/*** Sign the Petition ***/

/* Form container */
.cdpetitions .cdpetitions-signpetition {
	margin: 10px 5px 5px 5px;
}

.cdpetitions .cdpetitions-signpetition-form-container
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.cdpetitions .cdpetitions-signpetition-button-sign
{
    font-size: 120%;
    margin-bottom: 1em;
}

.cdpetitions .cdpetitions-signpetition-form-container form
{
    display: none;
    text-align: left;
    border: rgba(50, 50, 50, 0.75);
    padding: .8em;
    position: relative;
}

/* Form layout */

.cdpetitions .cdpetitions-signpetition label {
	font-weight: bold;
}

/* Required info */
.cdpetitions .cdpetitions-signpetition .cdpetitions-required-info {
	font-size: 90%;
	font-style: italic;
    margin-top: 2em;
}

/*** Signatures ***/

/* Container */
.cdpetitions .sign.petition.button {
	text-align: center;
}

/* RSS icon */
.cdpetitions .cdpetitions_rssfeed {
	float: right;
	margin: 0 0 1em 0;
}

/* Goal info box */
.cdpetitions .cdpetitions-goalinfo .cdpetitions-circular-box {
    width: 150px;
    height: 150px;
}

.cdpetitions .cdpetitions_note i  {
    cursor: help;
}

/* Table tbody odd cell*/
.cdpetitions .cdpetitions_signatures table tbody td.cdpetitions_odd {
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px dotted #CCCCCC;
}

/* Table tbody even cell*/
.cdpetitions .cdpetitions_signatures table tbody td.cdpetitions_even {
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px dotted #CCCCCC;
}

/* Administration */
.cdpetitions_adminblock form {
    display: inline-block;
}

/* Navigation container */
.cdpetitions .cdpetitions_signatures .pagination, .cdpetitions .signatures .pagination ul {
	text-align: center !important;
}


/* Settings */

/* Field description */
.cdpetitions_settings .cdpetitions_settings_description {
	font-size: 90%;
	font-style: italic;
    margin: 0 0 1em 0;
}

/* Interactive layers */
.cdpetitions .cdpetitions_interactive_window {
    position: absolute;
    padding: 1em;
    width: 230px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 90%;
    z-index: 101;
}
/* Buttons within interactive layers */
.cdpetitions .cdpetitions_interactive_window_buttons {
    margin: .5em 0 0 0;
}
