@font-face {font-family: 'Novecentosanswide-Book';src: url('/site/fonts/novecento/2FED30_0_0.eot');src: url('/site/fonts/novecento/2FED30_0_0.eot?#iefix') format('embedded-opentype'),url('/site/fonts/novecento/2FED30_0_0.woff') format('woff'),url('/site/fonts/novecento/2FED30_0_0.ttf') format('truetype');}

html, body {
		min-height: 100%;
		
}

body {
	font: 16px Lato, san-serif;
}

body.admin {
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(239,239,239) 0%, rgb(255,255,255) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(239,239,239) 0%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(239,239,239) 0%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	color: rgb(77,77,77);
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

div#adminContainer, div#adminLeft, div#adminMain {
  height: 100%;
}

div#adminLeft {
  background: rgb(217,217,217);
}

div#adminBody {
	padding: 10px;
}

div.content {
	padding: 15px 25px;
}

div.card {
	padding-right: 15px;
	padding-left: 15px;
	margin: 30px 15px;
}

div.card-body {
	background-color: rgb(255,255,255);
	padding: 20px;
}

div.card-media {
	padding: 0;
	background-color: #d9d9d9;
}

/* typography */

p, li, th, td, a, label {
	font: 300 1em/1.2em Lato, 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: rgb(34,171,227);
	text-decoration: underline;
}

a:hover, div#breadcrumbs a:hover, a.stage:hover>i.blue {
	color: rgb(255,57,0);
}

a.icon {
	text-decoration: none;
}

a.icon>i {
	opacity: 0;
}

a.icon:hover>i {
	opacity: 1;
}

a.stage {
	color: rgb(200,200,200);
}

a.stage.complete {
	color: rgb(34,171,227);
}

a.stage:hover {
	color: rgb(255,57,0);
}

button.btn, a.btn {
	text-decoration: none;
	font-weight:  300;
}

.btn-brand {
	color: #ffffff;
	background-color: rgb(255,57,0);
	border-color: rgb(150,34,0);
}

button.btn-default:hover, a.btn-default:hover {
	background-color: rgb(34,171,227);
	color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

button.btn-default:active, a.btn-default:active {
	background-color: #188fc0;
	color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

button.btn-primary, a.btn-primary {
	background-color: rgb(255,255,255);
	border-color: rgb(204,204,204);
	color: rgb(51,51,51);
}

button.btn-primary:hover, a.btn-primary:hover {
	background-color: rgb(255,57,0);
	color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

button.btn-ghost.default {
	border: 1px solid rgb(76,76,76);
	background-color: transparent;
}

button.btn-ghost.inverse {
	border-color: rgb(157,157,157);
	color: rgb(157,157,157);
	background-color: transparent;
}

button.btn-ghost.inverse:hover {
	color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

nav a, nav a:hover {
	text-decoration: none;
}

div#breadcrumbs p {
	color: rgb(77,77,77);
	font-size: .85em;
}

div#breadcrumbs a {
	text-decoration: none;
	color: rgb(77,77,77);
}

h1, h2, h3, h4, h5, h6, .panel-heading, .nav-tabs>li, legend {
	font-family: Novecentosanswide-Book, Lato, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

h1
 {
	font-size: 3em;
	line-height: 1em;
}

div#adminBody h1 {
	font-size: 1.625em;
	color: rgb(255,57,0);
	margin-top: .3em;
}

h2 {
	font-size: 1.7em;
}

h2.header {
	color: rgb(255,255,255);
	padding: .4em;
}

h2.header.orange, legend.orange {
	background-color: rgb(255,57,0);
}

h2.header.blue, legend.blue {
	background-color: rgb(34,171,227);
}

h2.center {
	text-align: center;
}

h3 {
	font-size: 1.6em;
}

h3.header, h4.header {
	color: rgb(255,255,255);
	text-align: center;
	background-color: rgb(179,179,179);
	padding: .4em;
	margin-bottom: 40px;
}

h4 {
	font-size: 1.5em;
}

h4 span {
	font-size: .67em;
}

ul.text {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ul.text li {
	margin-bottom: 1em;
}

strong {
	font-weight: 600;
}

.blue
 {
	color: rgb(34,171,227);
}

.gray {
	color: rgb(200,200,200);
}

.orange {
	color: rgb(255,57,0);
}

.green {
  color: rgb(24,92,0);
}

.yellow {
  color: rgb(157,159,83);
}

.red {
  color: rgb(157,0,0);
}


div.white {
	background-color: rgb(255,255,255);
}

p.big {
	font-weight: 700;
	text-align: right;
	font-size: 2.5em;
}

p.loading {
	text-align: center;
	font-size: .8em;
	color: silver;
}

p.disclaimer {
	color: rgb(138,138,138);
	letter-spacing: .03em;
	font-size: .7em;
}

div#footer {
	margin-top: 40px;
}

div#rightlogo {
	margin-bottom: -80px;
	margin-top: -25px;
}

/* navigation */

nav#navLeft {
	background: rgb(217,217,217);
	overflow: hidden;
}

nav#navLeft a {
	color: rgb(110,110,110);
	border-left: 2px solid rgb(217,217,217);
}

nav#navLeft a:hover {
	border-left-color: rgb(34,171,227);
	background-color: rgb(229,229,229);
}

nav#navLeft a.active {
	border-left-color: rgb(255,57,0);
}

nav#navLeft li.panel {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0;
}

nav#navLeft ul ul a {
	padding-left: 25px;
}

nav#navTop {
	background-color: rgb(64,64,64);
	border-style: none;
	border-width: 0;
	border-radius: 0;
	min-height: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 0;
}


nav#navTop a {
	display: block;
	padding: 10px 50px 10px 25px;
}

nav#navTop ul.dropdown {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
}

nav#navTop ul.dropdown-menu {
	min-width: 250px;
	background-color: rgb(217,217,217);
}

nav#navTop ul.dropdown-menu a:hover {
	border-left-color: rgb(34,171,227);
	background-color: rgb(229,229,229)
}

@media (max-width: 768px) {
	nav#topNav .dropdown {
	position: absolute;
	top: 100%;
}
}
/* START old nav */

ul.nav-sidebar, ul.nav-sidebar ul, ul.nav-sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.nav-sidebar li.panel {
	background-color: transparent;
	box-shadow: none;
}

ul.nav-sidebar ul li a {
	padding-left: 50px;
}

ul.nav-sidebar i {
	margin-right: 10px;
}

ul.nav-sidebar a, ul.nav-sidebar a:visited {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	border-left: 2px solid rgb(217, 217, 217);
	color: rgb(110,110,110);
}

ul.nav-sidebar a:hover {
	border-left-color: rgb(34,171,227);
	background-color: rgb(229,229,229);
}

ul.nav-sidebar a.active, ul.nav-sidebar a.active:hover {
	border-left-color: rgb(255,57,0);
}

.nav>li>a {
	text-decoration: none;
	font-size: .8em;
	letter-spacing: .1em;
}

.nav-tabs>li {
	text-transform: uppercase;
}

.nav-tabs>li>a {
	background-color: #ddd;
	color: rgb(128,128,128);
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: rgb(34,171,227);
	color: rgb(255,255,255);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: rgb(243,243,243);
	color: rgb(255,57,0);
}

/* END old nav */

td.control {
	text-align: right;
}

td.control a {
	display: inline-block;
	margin: 0 5px;
}

/* header */

div#header {
	border-bottom: 1px solid rgb(178,178,178);
	margin-bottom: 50px;
}

div#title {
	padding: 25px 0 10px;
}

img#icon {
	margin-right: 20px;
	float: left;
	width: 50px;
	height: 50px;
}

p#title_h1 {
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: 400;
	padding-top: 5px;
}

img#logo {
	float: right;
	position: absolute;
	top: 0;
	right: 15px;
	width: 210px;
	height: 105px;
}

div.jumbotron {
	background: rgb(61,66,67) url(/site/images/background_title.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: rgb(255,255,255);
}

div.jumbotron h1, div.jumbotron h2 {
	color: rgb(255,255,255);
}

div#sessionRestore {
	background-color: rgb(0,0,0);
	text-align: right;
}

div#sessionRestore p {
	padding: 10px;
	margin-bottom: 0;
	color: #ffffff;
	font-weight: bold;
}

h1.provider {
	margin-bottom: 0;
}

h5.provider {
	margin-top: 0;
}

/* panels */

.panel-default>.panel-heading {
	background-color: rgb(250,250,250);
	font-size: .8em;
	text-transform: uppercase;
	padding: 25px 10px;
}

div.bigPad {
	padding-top: 30px;
	padding-bottom: 20px;
}

div#npvPanel div.panel-body  {
	text-align: center;
}

div.charts div p {
	text-align: center;
}

div.doughnutLabel {
	position: absolute;
	left: 0;
	width: 100%;
	vertical-align: middle;
	height: 100%;
	top: 50%;
}

.panel>.list-group, .panel>table {
	font-size: .8em;
}

div.doughnutLabel p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.2em;
	margin-top: -2em;
}

/* tables */

table.justify tr td:last-child {
	text-align: right;
}

table.npv td {
	text-align: right;
}

table.npv thead th {
	font-weight: 400;
	text-align: right;
}

table.npv tr.section td {
	text-align: left;
}

table.npv th.center, table.npv td.center {
	text-align: center;
}

tr.highlight th, tr.highlight td {
	font-weight: 400;
	background-color: rgb(230,230,230);
}

table.npv td.negative {
	color: maroon;
}

td.level-2, th.level-2 {
	padding-left: 16px !important;
}

td.level-3, th.level-3 {
	padding-left: 24px !important;
}

td.level-4, th.level-4 {
	padding-left: 32px !important;
}

td.level-5, th.level-5 {
	padding-left: 40px !important;
}

table.table th {
	font-size: .8em;
	font-weight: 400;
	text-transform: uppercase;
}

td>a, td>a:hover {
	text-decoration: none;
}

td.edit {
	width: 30px;
}

/* forms */

fieldset.parameters {
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* cards */

div.card {
	background-color: rgb(255,255,255);
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

div.card-body {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* icons */

div.pageIcon {
	display: inline-block;
	width: 50px;
	height: 50px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	color: rgb(128,128,128);
	float: left;
	border: 2.5px solid rgb(255,57,0);
	font-size: 1.7em;
	padding: 4px 0 0;
	margin-right: 15px;
}

@media print {
    
h1 {
	font-size: 2.5em !important;
}

.jumbotron h2 {
	margin-top: 0;
}

h2.header {
	color: rgb(255,57,0) !important;
	border-bottom: 2px solid rgb(255,57,0);
}

.gray, .gray :after, .gray :before {
	color: rgb(122,122,122) !important;
}

h3.header {
	border-bottom: 1px solid rgb(179,179,179);
	text-align: left;
}

.blue, .blue :after, .blue :before
 {
	color: rgb(34,171,227) !important;
}

#breadcrumbs {
	display: none !important;
}

}