﻿html,
body {    
	height: 100%;
}


/* styles for validation helpers !1! */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-inverse .navbar-brand {
	color: #fff;
}



select.form-control {
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
}

fieldset {
	width: 100%;
	margin-top: 15px;
}

legend {
	font-size: 20px;
	margin-bottom: 6px;
}

.featurette-heading {
    font-size: 50px;
}

.contact-image {
    max-width: 300px;
}

label {
    font-size: 16px;
    font-weight: normal;
}

#loading {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	z-index: 10000;
}
#loadingcontent {
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#loadingspinner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	font-size: larger;
	padding-top: 80px;
}

.img-responsive2 {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.tab-container {
	padding: 20px 30px;
}

.info-container {
	padding: 20px 30px;
}

.evaluator-container {
	padding: 20px 30px;
}

#custom-column-table {
	width: 100%;
}

	#custom-column-table td, 
	#custom-column-table th {
		padding: 5px;
	}

.nc-key {
	display: inline-block;
	width: 30px;		
}

.sc-key {
	display: inline-block;
	width: 50px;		
}

#custom-columns {
	padding: 20px 10px;
	margin-left: 100px;
	margin-right: 250px;
	border: 1px solid #bbb

}

.numeric-results-table caption {
	font-weight: bold;
	color: #000;
	font-size: 20px;	
}