.color-red {
	color: #D1322C;
}

.color-blue {
	color: #3395D6;
}

.color-green {
	color: #089C58;
}

.color-orange {
	color: #F15929;
}

.horizontal {
	display: inline-block;
	float: left;
}

.child {
	margin: 0 10px;
}

.font-size-header {
	font-size: 27px;
	font-weight: 600;
}

.font-size-sub-header {
	font-size: 20px;
	font-weight: 600;
}

.font-size-link {
	font-size: 14px;
}

.text-default {
	text-decoration: none;
}

.text-underline {
	text-decoration: underline;
}

.button-no-style {
	font: inherit;
	cursor: pointer;
	background: none;
	border: 0;
}

.button-no-style:focus {
	outline:0;
}

.div-separator {
	border: 0.5px solid lightgrey;
	height: 0;
	width: 100%;
}

.invisible {
	visibility: hidden;
}

.collapse {
	visibility: collapse;
}

.visible {
	visibility: visible;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.cb-with-border {
	padding: 5px;
	vertical-align: top;
	display: inline-block;
	white-space:nowrap;
	border: 1px solid lightgrey;
	margin-bottom: 10px;
}

.cb-with-border .cb {
	vertical-align: top;
	display: inline-block;
	white-space:normal;
}

.cb-with-border .cb input[type="checkbox"]{
	cursor: pointer;
}

.cb-with-border .cb label {
	cursor: pointer;
	margin-left: 3px;
	display: inline-block;
	white-space:normal;
}

.disabled {
	opacity: 0.6;
	pointer-events: none;
	cursor: not-allowed;
}