@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
body {
	font-family: 'Roboto Slab', serif;
	background-color: #6EE1FE;
	background-image: url(http://wallvan.com/download?filename=2015/07/Blurry-light-Bubbles-Wallpaper.jpg);
}
input {
	background-color: rgba(255, 255, 255, 0.68);
    border-color: rgba(255, 255, 255, 0);
}
.list {
	position: relative;
	padding: 15px;
	margin: 20px 10px 20px 0px;
	border-radius: 0;
	background-color: rgba(255,255,255,.6);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 2px 0 rgba(0,0,0,.12);
	width: 225px;
	float: left;
}
.list-title {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: rgb(31, 23, 23);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.items {
	list-style: none;
	padding: 0px;
}
.items .item:nth-child(1) {
	border-top: 1px dashed rgba(255, 255, 255, 0.78);
}
.items .item {
	position: relative;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.78);
	padding: 5px 0px 5px;
}
.btn.danger {
	background: rgba(244, 228, 227, 0.39);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 2px 0 rgba(0,0,0,.12);
	text-align: center;
	font-size: 13px;
	border-radius: 2px;
	transition: border .25s linear,color .25s linear,background-color .25s linear;
	border-color: #d43f3a;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
}
.delete-list {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
}
.btn.success {
	background: rgba(247, 255, 253, 0.49);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 2px 0 rgba(0,0,0,.12);
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	transition: border .25s linear,color .25s linear,background-color .25s linear;
	border-color: #d43f3a;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
}
.add-list.btn {
	font-size: 24px;
	line-height: 38px;
	height: 38px;
}
.add-item.btn {
	font-size: 16px;
	line-height: 25px;
	height: 25px;
}
.delete-item {
	position: absolute;
	top: 2px;
	right: 6px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}

.btn:hover {
	cursor: pointer;
}
.status-input-wrp {
	float: left;
}
.list[data-iseditable="false"] .delete-item {
	display: none;
}
