.form-group label
{
	font-weight: normal;
	font-size: 14px;
	vertical-align: baseline;
}

select option[disabled]
{
	color: #bbbbbb;
}

textarea
{
  resize: vertical;
}

input[type=checkbox]
{
	display: none;
}

div.check-box
{
	width: 16px;
	height: 16px;
	padding: 1px;
	margin: auto 0;
	background: #f5f5f5;
	border-radius: 2px;
	border: 1px solid #cccccc;
	position: absolute;
	top: calc(50% - 8px);
}

input[type=checkbox]:checked + div.check-box
{
	background-image: url('../img/checkmark.png');
	background-size: 16px 16px;
}

input[type=file]
{
	margin: 0px 0px;
	display: none;
}

button.form-file-browse
{
	display: inline-block;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 0;
}

input.form-file-text
{
	clear: none;
	display: inline-block;
	width: 100%;
}
button.form-file-clear
{
	display: inline-block;
	border-radius: 0;
	height: 35px;
}