.clear {
	clear: both;
}

.actionCardForm {
	padding: 20pt 10pt;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	
	background-color: #fff;
}

.actionCardForm li {
	list-style: none;
}

li.title {
	padding-bottom: 25pt;
}

li.title .header {
	font-weight: bold;
	font-size: 17pt;
	padding: 5pt 0;
}

li.title ul li {
	font-size: 14pt;
	padding: 5pt 0;
}

label {
	display: inline-block;
	width: 100%;
}

input {
	width: 100%;
	font-size: 14pt;
	padding: 3pt;
	box-sizing: border-box;
}

.uploading {
	display: none;
}

input[type="submit"] {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 8pt 0;
}

.upload-btn {
	background-color: #5CB85C;
	color: #fff;
	padding: 6pt;
	border-radius: 5px;
	position: relative;
    overflow: hidden;
    display: inline-block;
	float: left;
}

.upload-btn input {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.status {
	float: left;
	margin-left: 5pt;
	line-height: 25pt;
}

li.checkbox label {
	display: inline;
}

span.checkbox {
	text-align: center;
	line-height: 25px;
	font-size: 25px;
	color: #000;
	width: 25px;
	height: 25px;
	background-color: #FFF;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #aaa;
	vertical-align: middle;
}

span.checkbox.checked {
	background-image: url("/img/checked.png");
    background-position: center center;
    background-size: 12px auto;
    background-repeat: no-repeat;
}