/**
 * Report styles.
 */

#mwpal-reports input[type=radio],
#mwpal-reports input[type=checkbox] {
	margin-top: -2px;
}

#mwpal-reports input[type=text] {
	width: 250px;
	padding: 5px;
}

#mwpal-reports label[for="mwpal-rb-sites-2"] .select2-container {
	line-height: 12px;
	min-width: 250px !important;
	max-width: 500px !important;
}

#mwpal-reports .mwpal-rb-alert-codes-label .select2-container {
	line-height: 12px;
	margin-top: 10px;
	width: 500px !important;
}

.select2-container--default .select2-selection--multiple {
	border-radius: 0;
}

#mwpal-report-generate-response {
	background: #f9f9f9;
}

#mwpal-report-generate-response p {
	display: inline-block;
	vertical-align: top;
	margin: .5em 0;
}

.mwpal-lds-dual-ring {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	margin: 4px 4px 4px 0;
}

.mwpal-lds-dual-ring:after {
	content: " ";
	display: block;
	width: 25px;
	height: 25px;
	margin: 1px;
	border-radius: 50%;
	border: 4px solid #46b450;
	border-color: #46b450 transparent #46b450 transparent;
	animation: mwpal-lds-dual-ring 1.2s linear infinite;
}

@keyframes mwpal-lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
