/**
 * @version     5.0.2
 * @package     com_gavoting
 * @copyright   2021 Glenn Arkell
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Glenn Arkell <glenn@glennarkell.com.au>
 */

.form-horizontal .controls {
	margin-left: 40px !important;
}

.control-group {
	float: left;
	clear: both;
}
.control-label, .controls {
	float: left;
}

.control-label label {
    margin-right: 10px;
    text-align: right;
    width: 260px !important;
}
.form-control.input-xxlarge {
	min-width: 600px;
	width: 80%;
}

.form-control::placeholder {
	opacity: 0.5 !important;
}

.control-group-tight {
    position: relative;
    top: -75px;
}
