/* Hunter Run Time Calculator CSS Repository */
/* Developed by Honest Code (http:/honestcode.com) */

/* page structure */

body {
	background: #e1e1e1;
}

body.modal-open .appframe {
	-webkit-filter: blur(2px) grayscale(1);
}

h1 {
    border-bottom: 1px solid #CCCCCC;
    color: #B9B9B9;
    font-family: "sero",sans-serif;
    font-weight: 800;
    font-size: 40px;
    padding-bottom: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h1 span.sub {
	font-family: "sero",sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	padding: 5px 0;
	color: #6F7070;
	line-height: 15px;
	display: block;
}

h3 {
	font: normal 800 14px/15px "sero", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #006691;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

code {
	white-space: pre;
}

/* fonts */

/* First EOT formats for older browser support */
@font-face {
	font-family: Sero;
	src: url('/fonts/sero/SeroWebPro-Black.eot#hunter');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Sero;
	src: url('/fonts/sero/SeroWebPro-Light.eot#hunter');
	font-weight: normal;
	font-style: normal;
}

/* Then woff for those that support it */
@font-face {
	font-family: Sero;
	src: url("/fonts/sero/SeroWebPro-Black.woff#hunter") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Sero;
	src: url("/fonts/sero/SeroWebPro-Light.woff#hunter") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* forms */

label {
	font-weight: bold;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	padding: 8px;
	font-size: 14px;
	color: #7B8084;
	border: 3px solid lightGrey;
	margin-top:-5px;
	background-image: -ms-linear-gradient(top, #ededec 0%, #dddddb 100%);
	background-image: -moz-linear-gradient(top, #ededec 0%, #dddddb 100%);
	background-image: -o-linear-gradient(top, #ededec 0%, #dddddb 100%);
	background-image: -webkit-gradient(linear, top, right bottom, color-stop(0, #ededec), color-stop(1, #dddddb));
	background-image: -webkit-linear-gradient(top, #ededec 0%, #dddddb 100%);
	background-image: linear-gradient(to bottom right, #ededec 0%, #dddddb 100%);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.form-actions {
	border-top: none;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	text-transform:uppercase;
}
.btn:hover,
.btn:focus {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006085), color-stop(1, #0273A6) );
	background:-moz-linear-gradient( center top, #006085 5%, #0273A6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006085', endColorstr='#0273A6');
	background-color:#006085;
}


.btn.btn-primary,
.btn-primary.disabled:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #0394d6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0394d6;
	box-shadow:inset 0px 1px 0px 0px #0394d6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0273A6), color-stop(1, #006085) );
	background:-moz-linear-gradient( center top, #0273A6 5%, #006085 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0273A6', endColorstr='#006085');
	background-color:#0273A6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #006691;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
	text-transform:uppercase;
}

.btn.btn-mini {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:5px 10px;
}

.btn-group {
	padding: 10px 0;
}

.btn-group .btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	text-transform:none;
}

.btn-group.multi-dupe .btn {
	padding: 10px 12px;
}

.btn-group .btn.active {
	-moz-box-shadow:inset 0px 1px 0px 0px #0394d6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0394d6;
	box-shadow:inset 0px 1px 0px 0px #0394d6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0273A6), color-stop(1, #006085) );
	background:-moz-linear-gradient( center top, #0273A6 5%, #006085 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0273A6', endColorstr='#006085');
	background-color:#0273A6;
	border:1px solid #006691;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
	text-transform:none;
}

select.moveprogram {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	float: right;
	width: auto;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0px 1px 0px 0px #EA8782;
  box-shadow: inset 0px 1px 0px 0px #EA8782;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger:focus,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  background-image: none;
  *background-color: #a9302a;
	-webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:active,
.btn-danger.active,
.btn-danger:focus {
  background-color: #942a25 \9;
}


.btn-danger,
.btn-danger:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* icon sprites */

q {
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	vertical-align: top;
	background-image: url("../img/hntr_sprite.png");
	background-repeat: no-repeat;
}


q.view {
	background-position: 0 -21px;
}

q.delete {
	background-position: -21px -21px;
}

q.dupe {
	background-position: -42px -21px;
}

q.action {
	background-position: -63px -21px;
}

q.view:hover,
q.view:focus {
	background-position: 0 0;
}

q.delete:hover,
q.delete:focus {
	background-position: -21px 0;
}

q.dupe:hover, 
q.dupe:focus {
	background-position: -42px 0;
}

q.action:hover, 
q.action:focus {
	background-position: -63px 0;
}

h1 q {
  margin-top: 4px;
  margin-left: 8px;
}

/* charts */

ul.chart {
	list-style: none;
	height: 100px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 20px 0;
	padding-left: 20px;
	background: url(../img/chart_bg.png) top repeat-x;
}

ul.chart li {
	display: block;
	float: left;
	background: #84c0d0;
	width: 30px;
	height: 50px;
	margin-right: 11px;
	font-size: 11px;
	text-align: center;
	color: white;
	position: relative;
}

ul.chart li.selected {
	background: #006691;
}

ul.chart li span.legend {
	display: block;
	color: black;
	position: absolute;
	bottom: -20px;
	left: 3px;
	text-transform: uppercase;
}

/* classes */

.container {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: auto;
	left: auto;
	margin-left: 0;
	min-width: 110px;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background-color: #02577a;
}

.alert {
	width: 866px;
	margin: 20px 0 20px 32px;
}

.footer {
	color: #C2C2C2;
	font-family: arial;
	font-size: 1em;
	margin: 20px 25px;
	padding-bottom: 15px;
	text-shadow: 0 1px white;
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

.sidebar {
	width: 270px;
	margin-left: 50px;
}

.well {
	background-color: #efeeed;
	background-color: rgba(0,0,0,0.03);
}

.well p {
	margin-bottom: 0;
}

.sidebar .well p {
	margin-bottom: 20px;
}

.sidebar .well p:last-child {
	margin-bottom: 0;
}

.login {
	width: 580px;
	margin-top: 20px;
}

.login .form-actions {
	background: none;
}

.pointer {
	cursor: pointer;
}

.clusters {
	width: 885px;
	margin-left: 55px;
}

.cluster {
	background-color: white;
	float: left;
	-moz-box-shadow:    0 0 8px #CCCCCC inset;
	-webkit-box-shadow: 0 0 8px #CCCCCC inset;
	box-shadow:         0 0 8px #CCCCCC inset;
	padding: 15px;
}

.cluster.selected,
.well.selected {
	background: #b3d7e5;
}

.cluster.controller {
	min-height: 175px !important;
	height: 175px !important;
}

.cluster .clustericns {
	line-height: 21px;
	height: 21px;
}

.cluster img {
	margin-bottom: 10px;
}

.cluster p.lb {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

.cluster p.add {
	height: 71px;
	overflow: hidden;
	text-align: center;
}

.cluster p.add a:hover img,
.cluster p.add a:focus img {
	margin-top: -71px;
}

.cluster.new {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
	font-family: sero, sans-serif;
}

.cluster .clustericns a {
	text-decoration: none;
}

.cluster.soil {
	/* min-height: 260px !important; */
}

.cluster.threeup {
	width: 240px;
	min-height: 180px;
	margin: 0 10px 10px 0;
}


.cluster.fourup {
	width: 170px;
	min-height: 240px;
	margin: 0 10px 10px 0;
}

.cluster.fourdown {
	width: 260px;
	min-height: 190px;
	margin: 0 10px 10px 0;
}

.clusters.fourdown {
	margin-left: 175px;
	width: 775px;
}

.cluster.fourdown select {
	width: 260px;
}

.cluster.fiveup {
	width: 127px;
	min-height: 180px;
	margin: 0 10px 10px 0;
}

.cluster.warning {
	width: 240px;
	clear: both;
}

.cluster.warning h4 {
	margin-bottom: 10px;
}

.location {
	padding: 12px 0;
}

.appframe {
	width: 960px;
	margin: 0 auto 50px;
	background-color: #f6f5f4;
	color:#6f7070;
	-webkit-border-radius: 7px;  
	-moz-border-radius: 7px;  
	-khtml-border-radius: 7px;  
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.375);
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.375);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.375);
}

.topnav {
	background: url('/img/bg-header-sm.gif') top left no-repeat;
	height: 88px;
	text-align: left;
	padding-right: 10px;
	position: relative;
}

.topnav img.logo {
	margin: 15px 56px 0;
	float: left;3
}

.topnav .cat-bar {
	width: 100%;
	height: 30px;
	background-color: #e4e1dd;
	position: absolute;
	bottom: 0;
}

.topnav .cat-bar p {
	line-height: 33px;
	color: #006488;
	font-family: sero, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 56px;
	float: left;
}

.topnav .cat-bar .user-links {
	text-align: right;
	float: right;
}

.topnav .cat-bar .user-links ul {
	padding-top: 6px;
	margin-right: 10px;
	list-style: none;
}

.topnav .cat-bar .user-links ul li a {
	color: #333;
}

.topnav ul.menu {
	list-style: none;
	margin: 10px 0;
	float: right;
	font-size: 1em;
	text-transform: uppercase;
}

.topnav ul.menu a {
	padding: 10px 0 0 0;
	display: inline-block;
}

.topnav .cat-bar .user-links ul li,
.topnav ul.menu li {
	display: inline;
	padding-left: 10px;
}

.topnav .cat-bar .user-links ul li {
	padding-left: 10px;
}

.topnav ul.menu li {
	padding-left: 45px;
	font-weight: bold;
}

.topnav a {
	color: #ffffff;
/*	-webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;*/
}

.topnav ul.menu a:hover,
.topnav ul.menu a:focus {
	color: #ffffff;
	/*text-decoration: none;*/
	/*padding-bottom: 4px;*/
	/*border-bottom: 2px solid #fff;*/
}

.crumbs {
	text-transform:uppercase;
	font-size:10px;
	margin:5px 0;
	padding-top:11px;
}

.noul,
.noul:hover,
.noul:focus {
	text-decoration: none;
}

.tight {
	margin: 0;
}

.faq h3 {
	margin-bottom: 10px;
}

.process {
	margin: 10px 0;
	font-size: 80%;
}

.process li {
	display: inline;
	margin-right: 5px;
}

.process li span {
	color: #999999;
	padding-left: 5px;
}

.process li.active {
	font-weight: bold;
}

.cluster .info img,
.wxicon {
	vertical-align: top;
}

.avatar {
	vertical-align: top;
	border-radius: 9px;
}

.sso-profile {
	margin-left: 24px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignright {
	text-align: right;
}

.small {
	font-size: 90%;
}

.big {
	font-size: 120%;
}

.half {
	width: 49.8%;
}

.hidden,
.hideforscreen {
	display: none;
}

.x {
	position: absolute;
	left: -9999px;
}

.modal-header .close {
	margin-top: -3px;
}

input.error, select.error, textarea.error {
	color: #B94A48;
	border-color: #B94A48;
}

label.error, label.error-msg {
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	color: #B94A48;
}

.disabled {
	color: #dddddd;
}

#postalcode_feedback {
	position: relative;
	top: -7px;
	left: -34px;
	display: inline-block;
	height: 25px;
}

a#answer_more:after {
	content: " ▼";
	font-size: 10px;
	color: #00395A;
}
a#answer_more.less:after {
	content: " ▲";
	font-size: 10px;
	color: #00395A;
}

div#answer_more {
	margin-top: 10px;
}

a#answer_more {
	display: inline-block;
}

#postal_location {
	font-weight: 600;
}

.postal-success {
	display: inline-block;
	padding-left: 12px;
	vertical-align: middle;
}

.hide {
	display: none;
}

.language-fr-fr #sendEmail,
.language-es-la #sendEmail {
	width: 204px;
	display: inline-block;
}

.proimage {
	margin: 1em 0;
}

input.range {
	margin: 7px 0;	
}

.range-label {
	
}

.range-label span {
	float: right;
	padding-right: 9px;
}

th {
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  padding: 3px 5px;
  background-color: #f0ece8;
  border-top: 4px solid #cfcdcc;
}
td {
  padding: 3px 5px;
  border-bottom: 1px solid #ddd;
}

tr:last-child td {
	border-bottom: none;
}

small {
	font-size: 0.7em;
}

.station-footer {
	position: relative;
	margin-top: 20px;
}

.station-footer .span5 {
	min-height: 1px;
}

.trt-summary {
	position: absolute;
	top: 0;
	width: 400px;
	left: 250px;
	text-align: center;
	margin: 0 !important;
	font-size: 0.9em !important;
}

.form-horizontal .station-footer .control-group {
	margin: 0;
}

.btn-group.multi-dupe {
	margin: 0;
	padding: 0;
}

.controller-frame {
	position: relative;
}

.controller-frame .created-date {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.9em;
}

.highlight {
  border: 2px solid #b3d7e5;
  padding: 20px;
  margin: 20px 0;
  background: #E9F1F5;
  border-radius: 4px;
}

.runtime-large {
	font-size: 18px;
	font-weight: bold;
}

table#doorcard {
	background: #fff;

}

table#doorcard tr:hover th,
table#doorcard tr th:hover {
	background: #f0ece8;
}

table#doorcard tr:hover td,
table#doorcard td:hover {
	background: #fff;
}

table#doorcard td {
	padding: 6px;
}
