/* Hide from both screenreaders and browsers */
.hidden,
.hide {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }

/*TODO move to ie8.css*/
/* For IE 6/7 only, Include this rule to trigger hasLayout and contain floats. */
.clearfix { *zoom: 1; }

/* Generic float */
.pull-right { float: right; }
.pull-left { float: left; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.border-box {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bold {
	font-weight: bold;
}

/* Overlay */
#overlay {
	background: rgba(0, 0, 0, .78);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 900;
}

.lt-ie9 #overlay {
	background: #000;
	filter: alpha(opacity=80);
}

/* Lists */
.checked-list {
	list-style: none;
	margin: 20px 0;
}

.checked-list li {
	/*background: url(../../images/icons/ico-checked-list.png) no-repeat 0 2px;*/
	margin-left: 5px;
	padding-left: 1.2em;
	font-size: 0.8125em;
}