.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.ng-cloak {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.display-none {
	display:none;
}

.well {
	border: 0;
}

.alert .uxicon {
	margin-right: 7px;
}
.page-header {
	border: 0;
}
.form-error {
	font-size: inherit;
}

span.has-error {
	border: 1px solid #f00000;
}

.bold {
	font-weight: bold;
}

.faded {
	color:#A4A4A4;
}
.italic {
	font-style: italic;
}

.btn-lg-double {
	min-width: 280px;
}
.table .td-first {
	border-top: 0;
}

#main-content h2 {
	font-family: Boing-Bold,'Arial Black',sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}

#main-content h4 {
	font-family: Boing-Bold,'Arial Black',sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}

#seal-mcafee-terms {
	font-size: 13px
}
#side-details-panel {
	height:450px;
}

.well-closer {
	margin-top: -20px;
}

.rekey-textarea {
	width:300px;
}

.bullet-line {
	padding-left: 19px;
}
.bullet-line > p {
	position:relative;
	padding-bottom: 2em;
}
.bullet-line > p:before {
	content: '';
	position: absolute;
	left: -14px;
	border-left: 1px solid #cccccc;
	height: 100%;
	width: 1px;
}
.bullet-line > p:first-child:before {
	top: 4px;
}
.bullet-line > p:last-child:before {
	height: 4px;
}
.bullet-line > p:after {
	content: ' ';
	width: 1px;
	height: 1px;
	border-radius: 10px;
	border: 6px solid #cccccc;
	position: absolute;
	left: -19px;
	top: 4px;
}

.section-title-text {
	padding-bottom:8px;
	font-size: 16px;
}

.section-title-explanation {
	font-style: italic;
}

.section-body {
	padding:20px;
}

.section-body-header {
	font-size: 20px;
}
.page-description {
	padding-bottom: 20px;
}

.section {
	padding: 10px;
	border-top-style:solid;
	border-width:thin;
	border-color:#f0f0f0;

}

.section.active {
	background: #f5f5f5;
	display: inline-block;
}

#install-cert {
	border-bottom-style:solid;

}

.small-text {
	font-size: 12px;
}

.red-text {
	color:red;
}

@media print {
	.container {
		width: 100%;
	}
	.hidden-print {
		display: none;
	}
	.hide-content-when-printed .can-hidden-print {
		display: none;
	}
	/* separate because when a browser meets a selector it doesn't understand it ignores the entire line, http://css-tricks.com/snippets/css/style-placeholder-text/ */
	::-webkit-input-placeholder { /* WebKit browsers */
		opacity: 0.2;
		color: white;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		opacity: 0.2;
		color: white;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		opacity: 0.2;
		color: white;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		opacity: 0.2;
		color: white;
	}
}

.large-icon {
	font-size: 150%;
}

.push-down {
	margin-top: 20px;
}

div.fieldset {
	padding: 20px;
}

.list-item {
	margin-bottom: 10px;
}

h4.inline-block {
	display: inline-block;
}

.left-margin {
	margin-left: 5px;
}

.no-top-margin {
	margin-top: 0;
}
