
.gravityflow_wrap {
	position: static !important;
}

.column-id {
	width: 70px;
	white-space: nowrap;
}

#gravityflow-status-filters {
	clear: both;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fafafa));
	background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fafafa);
	background-image: -moz-linear-gradient(bottom, #f5f5f5, #fafafa);
	background-image: -o-linear-gradient(bottom, #f5f5f5, #fafafa);
	background-image: linear-gradient(to top, #f5f5f5, #fafafa);
	border-color: #dfdfdf;
	overflow: auto;
	margin: 8px 0;
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	font-size: 13px;
	line-height: 2.1em;
}

.rtl #gravityflow-status-filters {
	background-image: -webkit-gradient(linear, right bottom, right top, from(#f5f5f5), to(#fafafa));
}

#entry-id {
	padding: 3px;
}

#entry-id, #entry_filters, #gravityflow-form-select, #gravityflow-status-date-filters {
	vertical-align: top;
}

.gravityflow-export-status-button {
	margin-top: 20px;
}

.gravityflow-export-status-button.loading {
	position: relative;
}

.gravityflow-export-status-button.loading:after {
	animation: loadingSpinner 1.1s infinite ease;
	border-radius: 50%;
	content: " ";
	font-size: 3px;
	height: 4px;
	position: absolute;
	right: -1.5rem;
	text-indent: -9999em;
	top: 50%;
	transform: translateZ(0) translateY(-50%);
	width: 4px;
}

@keyframes loadingSpinner {
	0%, 100% {
		box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7);
	}
	
	25% {
		box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
	}
	
	50% {
		box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
	}
	
	75% {
		box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
	}
}
