.module-home .btn {
	border-radius: 10px;
	font-weight: bold;
}
.module-home .btn .icon {
	font-size: 2.5rem;
}
.module-timesheets .fc-day {
	position: relative;
}
.module-timesheets .fc-day:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: '+';
	font-size: 3rem;
	color: #ccc;
	text-align: center;
	line-height: 0;
}
.module-job-certification .input-field {
	background: none;
	border: 0;
	padding: 0 .5em;
	min-height: auto;
	box-shadow: none;
}
.module-job-certification div.design input[type="checkbox"]:checked {
	background: #000000 !important;
	mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") center / 24px 24px no-repeat !important;
	-webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") center / 24px 24px no-repeat !important;
}