
.admin .sections .section{
	width: 33%;
	padding: 50px 0px;
	float: left;
	text-align: center;
	color: #000;
}
.admin .sections .section:hover{
	cursor: pointer;
	background-color: #f9f9f9;
}
.admin .sections .section:hover .title{
	color: #279182;
}
.admin .sections .section .title{
	font-size: 24px;
	opacity: 0.8;
}
.admin .sections .section .stat{
	margin-top: 10px;
	font-size: 14px;
}
.admin .valueConfiguratorWrapper{
	display: none;
}
.admin .boxTable .row:nth-child(2n) .box{
	background-color: #f0f0f0;
}
.admin .boxTable .row.odd .box{
	background-color: #f5f5f5;
}
.addValue{
	background-color: #f0f0f0;
	padding: 8px 15px;
	border-radius: 5px;
	text-align: center;
	margin-top: -3px;
	margin-bottom: 100px;
}
.addValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
}

.admin .sectionControls{
	padding-bottom: 50px;
}

.admin .boxTable .divider{
	font-size: 10px;
	padding: 7px 0px;
	width: calc(100% - 30px);
	border-radius: 5px;
	vertical-align: top;
	white-space: nowrap;
}
.admin .boxTable .divider div{
	display: inline-block;
	vertical-align: top;
}
.admin .boxTable .divider .text{
	margin-top: 1px;
	min-width: 90px;
	max-width: 90px;
	padding: 3px 15px;
	border-radius: 5px;
	white-space: normal;
}
.admin .boxTable .divider .text:hover, .admin .boxTable .divider .text:focus{
	background-color: #f0f0f0;
}
.admin .boxTable .divider .delete{
	margin-left: 10px;
	height: 15px;
	margin-top: 3px;
}
.admin .boxTable .divider .delete:hover{
	background-color: #f0f0f0;
	cursor: pointer;
}
.admin .boxTable .divider .delete img{
	width: 15px;
}
.admin .boxTable .divider:last-child .delete{
	display: none;
}
.popup .box.handle img{
	width: 14px;
}

.admin .selections{
	padding: 20px 0px;
}

.admin .checklistItems{
	padding: 30px 0px;
}
.admin .checklistItems .task *{
	vertical-align: middle;
}
.admin .checklistItems .handle{
	display: inline-block;
	padding: 0px 10px;
}
.admin .checklistItems img{
	width: 18px;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.admin .checklistItems img:hover{
	opacity: 0.8;
}
.admin .checklistItems input[type=text]{
	border: none;
	width: 640px;
	background-color: #fff !important;
}
.admin .checklistItems input[type=text].new{
	margin-left: 42px;
}
.admin .checklistItems .task{
	margin-bottom: 3px;
}