.picture-item:hover {
	cursor: pointer;
}
.picture-item:hover input[type="checkbox"] {
	opacity: 0.50;
}

.picture-item input[type="checkbox"] {
	margin: 3px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.picture-item input[type="checkbox"]:checked {
	opacity: 1;
}

.picture-item img {
	max-width: 153px;
	-webkit-transition: all 300ms;
}

.picture-item.selected img {
	-webkit-filter: blur(1px) grayscale(1);
}

#drop-zone {
	display: none;
	background: rgb(23, 121, 186);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.show-drop-zone #drop-zone {
	display: block;
	opacity: 0.95;
}

#drop-zone > span {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 45%;
	top: 45%;
	color: white;
	font-weight: 700;
}

.top-bar{
	background:none;
	margin-bottom:25px;
}

.button.photoFilter {
	background:none;
	border-bottom:1px solid #ccc;
	color:#444;
	text-align:left;
	width:100%;
}

.button{
	background:#36afe6;
	margin-left:1px;
}

#responsive-menu{
	float:right;
}

.is-dropdown-submenu-parent{
	background:#444;
}

.is-dropdown-submenu-parent > button{
	background:#444;
	margin-right:4px;
}

.button[data-sort="shuffle"]{
	margin-right:4px;
}

.menu{margin-left:4px;}