.gallery-options {
	display: none;
	
	&.active {
		display: block;
	}
}

#slide_editor_fetch_progress {
	display: none;
}

.slides {
	li {
		background: #F5F5F5;
		border: 1px solid #e8e8e8;
		border-bottom: none;
		padding: 8px 15px;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
		box-shadow: 0 1px 3px rgba(0,0,0,0.15);
		
		&:last-child {
			border-bottom: 1px solid #e8e8e8;
		}
	}
}

.slide-editor {
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin: 20px auto;
	
	h3 {
		margin-bottom: 0;
	}
	
	.slide-featured-image {
		text-align: right;
		margin-top: 50px;
		
		.thumbnail {
			width: 100%;
		}
	}
	
	#slide_remove_featured_image {
		display: none;
	}
	
	.mce-panel {
		border: 1px solid #e8e8e8;
	}
	
	.mce-toolbar-grp {
		border: none !important;
	}
	
	.footer {
		margin-top: 20px;
	}
}

.slide-preview {
	padding: 8px 15px;
	margin: 0;
	
	&.selected {
		background: #3A83B6;
		
		h3 {
			color: #fff !important;
		}
	}
	
	&.editing {
		border: 2px solid #3A83B6;
	}
	
	.thumbnail {
		float: left;
		margin-right: 15px;
		margin-bottom: 0;
		width: 50px;
	}
	
	h3 {
		float: left;
		display: inline-block;
		margin-top: 8px;
		margin-bottom: 0;
		font-weight: 300;
		font-size: 14px;
	}
	
	.edit {
		float: right;
		margin-right: 15px;
		margin-top: 8px;
	}
	
	.remove-slide {
		float: right;
	}
}

.available-slides {
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #e8e8e8;
	margin: 20px 0;
	
	ul {
		list-style: none;
		margin: 0;
		padding: 0;
		li {
			border-bottom: 1px solid #e8e8e8;
			
			&:last-child {
				border-bottom: none;	
			}
		}
	}
	
	.remove-slide, .edit {
		display: none;
	}
}


#remove_gallery_logo, .gallery-logo-preview {
	display: none;
}

.mobile-kiosk-layout-button {
	width: 200px;
	margin-right: 15px;
	border: 5px solid #fafafa;
	background: none;
	opacity: 0.3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	&:hover {
		opacity: 0.8;
	}
	
	img {
		width: 100%;
		height: auto;
	}
	
	&.active {
		opacity: 0.8;
		-webkit-box-shadow: 0 0px 8px rgba(155,217,226,1);
		-moz-box-shadow: 0 0px 8px rgba(155,217,226,1);
		box-shadow: 0 0px 8px rgba(155,217,226,1);
	}
}