div.error a{
	color: white;
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label{
	color: #A3A3A3;
}

div.messages p{
	word-break: break-word;
}

.webform-confirmation{
	width: 100%;
	padding: 30px 0px;
}

.webform-confirmation p{
	font-size: 20px;
}

.filters {
    position: relative;
}

.filters .loading-gif img {
    height: auto;
    width: auto;
    float: none;
    max-height: 128px;
    max-width: 128px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.filters.loading .loading-gif img {
    display: block;
}

.filters.loading .start,
.filters.loading .advanced {
    pointer-events: none;
    opacity: 0.7;
}