/*
----------------------------------------------------------------

Gravity Forms Chained Selects Administration Styles
https://www.gravityforms.com

Gravity Forms is a Rocketgenius project
copyright 2008-2026 Rocketgenius Inc.
https://www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

#gfcs-container {
	margin: 0 0 12px;
}

#gfcs-drop {
	border: 2px dashed #ddd;
	line-height: 29px;
	margin: 0 0 12px;
	padding: 30px 0;
	text-align: center;
	width: 375px;
}

#gfcs-progress:hover .gfcs-status-complete .gfcs-remove {
	opacity: 1;
}

.gfcs-status-complete .gfcs-remove {
		display: inline;
	}

.gfcs-status-complete .gfcs-success {
		display: inline;
		opacity: 1;
	}

.gfcs-status-complete .gfcs-file-percent {
		display: none;
	}

.gfcs-status-processing .gfcs-processing {
	display: inline-block;
}

.gfcs-remove {
	color: #800;
	cursor: pointer;
	display: none;
	margin-left: 2px;
	opacity: 0;
	transition: all 0.25s;
}

.gfcs-success {
	display: none;
	margin-left: 2px;
	opacity: 0;
	transition: all 0.25s;
}

.gfcs-processing {
	display: none;
	height: 16px;
	position: relative;
	top: 3px;
	width: 16px;
}

.gfcs-file-size, .gfcs-file-date {
	opacity: 0.5;
}

.gfcs-file-icon {
	display: inline-block;
	height: 16px;
	position: relative;
	top: 3px;
	width: 16px;
}

.gf-dragging {
	border: 2px solid #ddd !important;
}

.gf-dragging * {
	opacity: 0.5;
}

.gfcs-source-message {
	margin: 12px 0 !important;
}

.gform_editor.gravity-theme.gform_wrapper .ginput_chained_selects_container span {
			display: inline-block;
			padding: 0 4px 0 0;
		}

.gform_editor.gravity-theme.gform_wrapper .ginput_chained_selects_container.vertical.ginput_complex.gform-grid-row.ginput_container {
			display: block;
		}

.gform_editor.gravity-theme.gform_wrapper .ginput_chained_selects_container.vertical.ginput_complex.gform-grid-row.ginput_container span {
				display: block;
				padding: 0 0 4px;
			}

.gform_editor.gravity-theme.gform_wrapper .ginput_chained_selects_container.vertical.ginput_complex.gform-grid-row.ginput_container select {
				max-width: 100%;
				min-width: 100px;
				width: auto;
			}

@media only screen and (min-width: 782px) {

	.gfcs-value {
		display: table;
	}

	.gfcs-value-row {
		display: table-row;
	}

	.gfcs-value b {
		display: table-cell;
		margin-right: 10px;
	}

	.gfcs-value span {
		display: table-cell;
	}
}

/*# sourceMappingURL=admin.css.map */
