/* Filestack Admin Options Page Styles */

.options-form-wrap,
.shortcode-notes-wrap,
.callbacks-notes-wrap {
	padding: 5px 25px 20px;
	background-color: white;
	border: 1px solid #dedede;
	border-radius: 5px;
}

.shortcode-notes .col1,
.callbacks-notes .col1 {
	min-width: 320px;
	vertical-align: top;
}

.shortcode-notes td,
.callbacks-notes td {
	padding-bottom: 15px;
}

.options-table th {
	text-align: left;
	padding-top: 20px;
}

.options-table th, td {
	vertical-align: top;
}

td.col2 {
	padding-left: 20px;
	width: 50%;
}

.options-table .text-field {
	padding: 6px 10px;
	border-radius: 4px;
	width: 100%;
}

.fromSources-list li {
	float: left;
	width: 160px;
	margin-left: 20px;
}

.source_cbox_label {
	display: inline-block;
	padding-bottom: 3px;
}

.section-title {
	margin: 10px 0;
}

hr.section-separator {
	margin: 20px 0;
}

@media screen and (max-width: 782px) {
	.wrap {
		margin: 0;
	}

	.options-form-wrap,
	.shortcode-notes-wrap,
	.callbacks-notes-wrap {
		padding: 10px;
	}

	td, th {
		display: block;
	}

	td.col2 {
		padding: 10px;
		width: 90%;
	}

	.options-table .text-field,
	select.large-text {
		width: 90%;
	}
}

