
/* Modals */

#create-album form,
#upload-photo form { 
	margin: 0;
}


/* Albums list */

.albums-list .caption {
	padding: 14px;
}

.albums-list .title {
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}

.albums-list .title h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

.albums-list .thumbnail p {
	font-size: 12px;
	color: #999;
	margin: 0;
}

.albums-list .thumbnail__image {
	display: block;
	/*height: 150px;*/
	width: 100%;

	position: relative;
}

.albums-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tab-pane .albums-list {
	padding: 20px;
}

.albums-list .thumbnail__item {
	float: left;
	margin: 0 20px 20px 0;
}

.albums-list .thumbnail__item:last-child {
	margin-bottom: 0;
}

/*.albums-list .thumbnail__image img {
	position: absolute;
}*/


/* Album view */

.album-actions {
	margin: 0;
	padding-top: 14px;
	clear: both;
	border-top: 1px solid #eee;
}

.album-photos .thumbnail {
	position: relative;
}

.album-photos .thumbnail .photo-checkbox {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.album-photos .thumbnail .photo-label {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

