﻿.notification-item {    
    font-size: 90%;
    text-indent: 0 !important;
    width: auto;
    height: 584px;
    line-height: 1.2em;
    overflow: auto;    
}

.notification-item .date {
    color: #666;
    font-size: 130%;
    margin: .6em 0 .6em 0;
}

.notification-item .body {

}
/*.tooltip {
    white-space: nowrap !important;
}*/

.notification-item .important-icon {
    display: inline-block;
    width: 0.8em;
    height: 1.0em;
    font-weight: bold;
    color: #D80000;
    font-size: 80%;
}


@font-face {
	font-family: 'Frutiger LT Std Roman';
	src: url('../fonts/frutiger_lt_std_roman.eot');
	src: url('../fonts/frutiger_lt_std_roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/frutiger_lt_std_roman.svg#Frutiger LT Std Roman') format('svg'),
		url('../fonts/frutiger_lt_std_roman.woff') format('woff'),
		url('../fonts/frutiger_lt_std_roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 317px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* styles for validation helpers */
.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;
}


/* Bootstrap overrides for Genscape theme */

body {
	background-color: #ececec;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 12px;
}

a {
	color: #00853f;
}

a:hover {
	color: #00338e;
}

h1, h2, h3, h4 {
    font-family: Frutiger LT Std Roman;
    margin: 0px;
    padding: 0px;        
    text-transform: uppercase;
}

h1,h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }

.masthead {
	background-color: #101010;
	border-bottom: 1px solid #222222;
	padding: 0;
	height: 100px;
}

.masthead > .container {
	overflow: hidden;
	height: 100%;
}

.navbar-inverse {
	background-color: #1b1b1b;
	border-color: transparent;
	font-family: Frutiger LT Std Roman;
	height: 153px;
}

.navbar-inverse .hover-container {    
    height: 98px;
    left: -159px;
    position: relative;
	overflow: hidden;
    -moz-transition: left linear .3s;
    -o-transition: left linear .3s;
    -webkit-transition: left linear .3s;
    transition: left linear .3s;
    width: 560px;
}

.navbar-inverse .hover-container:hover {
    left: 0px;
}

.navbar-inverse .hover-container:hover .navbar-buttons {
    opacity: 1;
}

.navbar-inverse .navbar-buttons {
    display:block;
    float:left;    
	opacity: 0;
	-moz-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.navbar-inverse .navbar-buttons a {
    background-color: #1b1b1b;
    color:#fff;
    display:block;
    font-size: 12px;
    padding: 10px 0;
    margin-top:8px;
    margin-right:15px;
    text-align:center;
    text-transform: uppercase;
    width: 144px;
}
.navbar-inverse .navbar-buttons a:hover {
    background-color: #00853f;
    text-decoration: none;
}

.navbar-inverse .navbar-logo-wrap {	
	padding-top: 35px;
	position:absolute;
	left: 159px;
	top: 0px;
}

.navbar-inverse .navbar-logo,
.navbar-inverse .navbar-brand {
	color: #999999;
	cursor: default;
	display: block;
	float: left;
}

.navbar > .container .navbar-brand,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #b2b2b2;
	background-color: transparent;
	line-height: 30px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	vertical-align: bottom;
}

.navbar-inverse .navbar-text {
	color: #ffffff;
	text-transform: uppercase;
}

.navbar-inverse .navbar-main {
	border-top: 2px solid #00853f;
}

.navbar-inverse .navbar-nav {
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #101010;
}

.navbar-inverse .navbar-nav > li {
	border-color: transparent;
	border-left: 1px solid #101010;
	border-right: 1px solid #2e2e2e;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
	text-transform: uppercase;
	background-color:#1b1b1b;
}

/* make sidebar nav vertical */ 

.sidebar-nav .navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
.sidebar-nav .navbar ul {
  float: none;
  display: block;
}
.sidebar-nav .navbar li {
  float: none;
  display: block;
}
.sidebar-nav .navbar li a {
  padding-top: 12px;
  padding-bottom: 12px;
}


.head-btns .btn {
	margin-bottom: 25px;
	margin-top: 25px;
}

.tab-row {
	height: 100px;
	padding-bottom: 2px;
}
.tab-row .nav-tabs {
	border-color: #cdcdcd;
	position: relative;
	z-index:10;
}
.tab-row .nav-tabs li > a {
	background-color: #cdcdcd;
	border-color: #cdcdcd;
	color: #000;
	font-family: Frutiger LT Std Roman;	
	font-size: 14px;	
	margin-right: 15px;
	padding: 25px 30px;
	text-transform: uppercase;
}
.tab-row .nav-tabs li.active > a,
.tab-row .nav-tabs li.active > a:focus,
.tab-row .nav-tabs li.active > a:active,
.tab-row .nav-tabs li.active > a:hover {
	background-color: transparent;
	border-color: #cdcdcd;
	border-bottom-color: #ececec;
	outline: none;
}
.tab-row .border-full {
	/*border-bottom:1px solid #cdcdcd;*/
	top: 325px;
	height: 2px;
    left: 0px;
    position: absolute;
    width: 100%;
	z-index: 5;
}

.caret.up {
	border-bottom: 4px solid;
	border-top: none;
}

.btn {
	border-radius: 4px;
	font-family: Frutiger LT Std Roman;
}

.btn-lg { padding: 10px 40px; }
.btn-sm { padding: 5px 10px; }
.btn-xs { padding: 1px 5px; }

.btn-success {
    color: #ffffff;
    background-color: #00853f;
    border-color: #00853f;
    text-transform: uppercase;
    -webkit-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #00338e;
	border-color: #00338e;
}

.btn-disabled,
.btn-disabled:hover {
	color: #fff;
	cursor: default;
	background-color:#9a9a9a;
	text-transform: uppercase;
}

.panel-heading {
	font-family: Frutiger LT Std Roman;
	font-size: 18px;
	text-transform: uppercase;	
}

.dashboard .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
}

.panel-heading-lg {
    padding-bottom: 30px;
    padding-top: 30px;
}

.panel-heading-solo {
    border-radius: 4px;    
}

.panel-heading .btn {
    margin-top: -4px;
}

.panel-default > .panel-heading {
	color: #ffffff;
	background-color: #101010;
}

.panel-search {
	border-color: #dddddd;
}

.panel-search > .panel-heading {
	color: #1b1b1b;
	background-color: #ffffff;
	border-color: #dddddd;
}

.panel-default .panel-default {
    background-color: #ececec;
}

.lead {
    font-family: Frutiger LT Std Roman;
    font-size: 15px;
    padding: 0 0 8px 0;
    margin: 0px;
    text-transform: uppercase;
}
.lead.lead-page {
    font-size: 20px;
    padding: 25px 0 35px;
}
.lead.panel-body-lead {	
    font-size: 24px;
    padding: 15px 0 38px;	
	text-align: center;
}

.lead .btn {
    float:right;
    position: relative;
    top: -5px;
}

.head-links > div {	
	border-right: none;
	float: right;
	padding-right: 0;
	margin-top: 20px;
	text-align: right;
}

.head-links > div.bordered {	
	border-right: 1px solid #cdcdcd;
	margin-right: 20px;	
	padding-left: 20px;
	padding-right: 5px;
}

.head-links > div > .head-link {
	position:relative;
	top: -20px;
}

.head-link {
	display: block;
	float: right;
	font-family: Frutiger LT Std Roman;	
	font-size: 13px;
	margin-right: 20px;
	margin-top: 32px;	
	text-transform: uppercase;	
}

.head-link .glyphicon {
	font-size: 18px;
	padding: 0 12px 0 6px;
	position:relative;
	top: 3px;
}

.carousel-indicators li {
	border-color: #afafaf;
	background-color:#afafaf;
}

.carousel-indicators .active {
	border-color: #00853f;	
	background-color: #00853f;	
	height: 10px;
	width: 10px; 
	margin:1px;	
}

.pagination > li > a, .pagination > li > span {
	color: #333;
	border-radius: 4px;
	display: block;
	font-size: 12px;
	margin: 0 4px;
}

.pagination > li > span.pagedisplay,
.pagination > li > span.pagedisplay:hover {
	background: none;
	border: none;
}

/*.table {
	background-color: transparent;
}

.table.table-bordered.table-gapped {
    border:none;
}*/

.table thead > tr > th {
    background-color: #101010;
	/*border-bottom:11px solid #ececec;*/
    color: #ececec;
	font-size: 12px;
	padding: 8px 15px; 
    /*height: 72px;*/
	min-width: 70px;
    vertical-align: middle;   
}

/*
.table thead > tr > th.th-wide,
.table tbody > tr > td.td-wide {
	min-width: 150px;
}

.table.table-paged {
	table-layout: fixed;
	width: auto;
}
.table.table-sorted thead > tr > th .tablesorter-header-inner {
	padding-right: 15px;
}

.table thead > tr > th:first-child {
    border-radius: 4px 0 0 0;
}

.table thead > tr > th:last-child {
    border-radius: 0 4px 0 0;
}*/

.table tbody > tr > td {
	background-color: #ffffff;
	/*border-bottom: 11px solid #ececec;*/
	/*height: 120px;*/
	vertical-align: middle;
}

/*
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border-color: #ececec
}*/

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    box-shadow: #dedede 0 2px 6px;
    padding: 18px;
}

.tooltip.top .tooltip-arrow:before {
    border-color: transparent;
    border-top-color: #ffffff;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: 1px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #cdcdcd;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #cdcdcd;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #cdcdcd;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #cdcdcd;
}

.tooltip .date {
    color: #676767;
    font-style: italic;
    padding-bottom: 12px;
    text-align: left;
}

.tooltip .message {
    color: #1b1b1b;
    text-align: left;
}


/* Genscape styles */

/* helper classes */
.d-block { display: block; }
.d-inline { display: inline; }
.d-iblock { display: inline-block; *display:block; *float:left; }
.d-none { display: none; }
.full { height:100%; width: 100%; }
.full-h { height:100%; }
.full-w { width: 100%; }
.mid-aligned {
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.scroll-xy {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.scroll-y {
	overflow-x: hidden;
	overflow-y: auto;
}

.tablesorter-header {
	cursor: pointer;
}

.tablesorter-header.tablesorter-headerAsc {
	background-image: url(../images/icons/sort-down.png);
	background-position: 90% center;
	background-repeat: no-repeat;
}
.tablesorter-header.tablesorter-headerDesc {
	background-image: url(../images/icons/sort-up.png);
	background-position: 90% center;
	background-repeat: no-repeat;
}

/* this height is set to match the news and updates containers */
.scrollable-copy {
	height: 331px;
}

.dashboard .hidden-dashboard {
	display: none;
}

.lead-group .switch-list-mode {
	border-left: 1px solid #cdcdcd;
	font-family: Frutiger LT Std Roman;	
	font-size: 14px;
	padding: 15px;
	margin: 15px 0;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.lead-group .switch-list-mode {
		padding: 15px 20px 15px 15px;
		margin: 15px;
	}
}

.lead-group .switch-list-mode .glyphicon {
	font-size:16px;
	top: 2px;
}


.panel-heading .circle-collapse:focus,
.panel-heading .circle-collapse:active {
	outline: none;
}

.panel-heading .circle-collapse .glyphicon-plus,
.panel-heading .circle-collapse.collapsed .glyphicon-minus{
	display:none;
}

.panel-heading .circle-collapse .glyphicon-minus,
.panel-heading .circle-collapse.collapsed .glyphicon-plus {
	display:inline-block;
	*display: block;
}

.panel-heading .circle-collapse .glyphicon-plus {
	padding-left: 1px;
}

.panel-heading .circles {
	margin-top: -5px;
}

.circle {
	border: 3px solid transparent;
	border-radius: 50%;
	color: #fff;
	display:inline-block;
	font-family: Frutiger LT Std Roman;
	font-size: 15px;	
	height: 38px;	
	line-height: 32px !important;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width:38px;
	*display: block;
	*float: left;	
}

.circle.circle-small {
	font-size: 12px;
	height: 25px;
	line-height: 20px !important;
	width: 25px;
}

.circle.circle-xl {
	height: 156px;
	width: 156px;
}

.headline .circle,
.task-list .circle {
	margin-top: -3px;
	margin-right: 8px;
}

.circle.black { 
	border-color: #000;
	background-color: #000;	
}

.circle.black-empty { 
	border-color: #000;
	background-color: transparent;
}

.circle.blue { 
	border-color: #00338e;
	background-color: #00338e;	
}

.circle.blue-empty { 
	border-color: #00338e;
	background-color: transparent;	
}

.circle.brown { 
	border-color: #6c3d00;
	background-color: #6c3d00;	
}

.circle.brown-empty {
	border-color: #6c3d00;
	background-color: transparent;	
}
.circle.green { 
	border-color: #00853f;
	background-color: #00853f;	
}

.circle.green-empty { 
	border-color: #00853f;
	background-color: transparent;	
}

.circle.green-hatch {
	background-image: url("../images/circle-greenhatch.png");
	background-position: -3px -3px;
	background-repeat: no-repeat;
	-moz-background-size: 39px 39px;
	-o-background-size: 39px 39px;
	-webkit-background-size: 39px 39px;
	background-size: 39px 39px;
}

.circle.circle-small.green-hatch {
	-moz-background-size: 29px 29px;
	-o-background-size: 29px 29px;
	-webkit-background-size: 29px 29px;
	background-size: 29px 29px;
}

.circle.red { 
	border-color: #ae0000;
	background-color: #ae0000;	
}

.circle.red-empty { 
	border-color: #ae0000;
	background-color: transparent;	
}

.circle.white {
	color: #000;
	border-color: #fff;
	background-color: #fff;
}

.circle.white-empty { 
	border-color: #fff;
	background-color: transparent;
}

.circle.yellow { 
	border-color: #ffd200;
	background-color: #ffd200;	
}

.circle.yellow-empty { 
	border-color: #ffd200;
	background-color: transparent;	
}

/* dot sprite */
.map-dot {
	background-image: url('../images/icons/map-dots.png');	
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
	width: 16px;
}
.map-dot.dot-blue {
	background-position: 0 0;
}
.map-dot.dot-gray {
	background-position: -16px 0;
}


/* custom columns */
.row > .col-23,
.row > .col-34 {	
	float: left;
	min-height: 1px;
    position: relative;	
	padding-right: 15px;
	padding-left: 15px;	
}
.row > .col-23{	
	border-left: 1px solid #ddd;
	width: 22.9%;
	height: 250px;
}
.row > .col-34{
	width: 30%;
}

.detail-body .col-23,
.detail-body .col-34 {
	margin-top:20px;
	min-height: 250px;	
	*overflow-y:auto;
}

.detail-body .col-23 .img-responsive,
.detail-body .col-34 .img-responsive{
	margin: 0 auto 20px 0;
	width: 95%;
}

.col-24 {	
	float: left;
	min-height: 1px;
    position: relative;	
	padding-right: 15px;
	padding-left: 15px;	
}
.col-24{	
	border-left: 1px solid #ddd;
	width: 22.9%;
}

.detail-body .col-24{
	margin-top:20px;
	min-height: 250px;	
	*overflow-y:auto;
}

.detail-body .col-24 .img-responsive,{
	margin: 0 auto 20px 0;
	width: 95%;
}

/* sticky nav */
#header, #navwrap, .navbar, .navbar-logo-wrap, .masthead, .masthead > .container {
	-moz-transition-property: height, width, left, top, margin;
	-o-transition-property: height, width, left, top, margin;
	-webkit-transition-property: height, width, left, top, margin;
	transition-property: height, width, left, top, margin;
	-moz-transition-duration: .33s,.33s,.33s,.33s,.33s;
	-o-transition-duration: .33s,.33s,.33s,.33s,.33s;
	-webkit-transition-duration: .33s,.33s,.33s,.33s,.33s;
	transition-duration: .33s,.33s,.33s,.33s,.33s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-timing-function: linear,linear,linear,linear,linear;
	-o-transition-timing-function: linear,linear,linear,linear,linear;
	-webkit-transition-timing-function: linear,linear,linear,linear,linear;
	transition-timing-function: linear,linear,linear,linear,linear;
}


#header {
	height:171px;
}

#navwrap {
	background-color: #1B1B1B;
	left: 0px;
	top: 0px;
	position:relative;
}

.navbar {
	position:fixed;
	width:100%;
	/* 1 higer than the bootstrap dropdown */
	z-index: 1001;
}

.navbar.affix {
	height: 70px;
	overflow:visible;
}

.navbar.affix .masthead,
.navbar.affix .masthead .container,
.navbar.affix .masthead .hover-container {
	height: 70px;
}

.navbar.affix .navbar-logo-wrap {
	height:100%;
	padding-top: 5px;	
	z-index: 100;
}

.navbar-landviewer.affix .navbar-brand {
    display: none;
}

.navbar.affix .container {
	overflow: visible;
}

.navbar.affix .hover-container 
{
	height: 50px;	
	overflow: visible;
}

.navbar.affix .hover-container .navbar-buttons {
	position:absolute;
	left: 159px;
	top: -100px;	
}

.navbar.affix .hover-container:hover {
	left:-159px;
}

.navbar.affix .hover-container:hover .navbar-buttons,
.navbar.affix .hover-container .navbar-buttons:hover {		
	top: 70px;
	opacity: 1;
}

.navbar.affix .hover-container .navbar-buttons a {
	float:left;
	margin: 0px;
}

.navbar.affix #navwrap {
	-moz-transition: width ease-out .33s, top linear .1s;
	-o-transition: width ease-out .33s, top linear .1s;
	-webkit-transition: width ease-out .33s, top linear .1s;
	transition: width ease-out .33s, top linear .1s;
	height: 70px;
	/*padding-left: 350px;*/	
	left: 0;
	top: -70px;
    /*width: 750px;*/	
    background: transparent;
}

.navbar.affix #navwrap .navbar-main{
    margin-left: 350px;

}

    .navbar.affix #navwrap .navbar-right.navbar-nav {
        position: absolute !important;
        right: 30px !important;
        background: #1b1b1b;
    }

.navbar.affix.navbar-landviewer #navwrap {
    left: 126px;
    width: 717px;
}


@media (min-width: 1200px) {
	.navbar.affix #navwrap {		
        /*background: black;*/
        left: 0;
        /*width: 1220px;*/
        /*margin-left: 350px;*/
	}

    .navbar.affix.navbar-landviewer #navwrap {
        left: 207px;
        width: 801px;
    }

     .navbar-landviewer.affix .navbar-brand {
        display: inline;
    }
}
.navbar.affix > #navwrap > .navbar-nav > li > a {
	padding: 25px 5px;
}

.navbar.affix.navbar-landviewer > #navwrap > .navbar-nav > li > a {
    padding: 25px 9px;
}

.navbar.affix > #navwrap > .navbar-nav.navbar-right > li > a {
	padding-bottom: 18px;
}

.navbar.affix .navbar-nav {
	border-top: none;
    border-right: none;
}

.navbar.affix .navbar-nav:first-child li:last-child {
	border-right:none;
}

/* navigation dropdowns */
.nav.navbar-right .account-toggle {
    padding-top: 14px;    
    font-size: 18px;
}
.nav.navbar-right .notification-toggle {
    font-size: 20px;
    padding-top: 12px;    
}
.nav.navbar-right .notification-toggle .label {
    font-family: Frutiger LT Std Roman;
    font-size: 12px;
	padding: 3px;
    position: relative;
    top: -4px;
}

/* Registration Nav */
#register {
    background-color: #00853f;
    color: #ffffff;
    position: absolute;
    top: 94%;
    width: 100%;
}

#register .container {
    padding: 45px 80px 40px 60px;
}

#register h2 {
    padding-bottom: 30px;
}

#register .form-group select,
#register .form-group input {
    width: 100%;
    max-width: 100%;
}

#register .btn-success {
    background-color: #000000;
    border-color: #000000;
}

#register .btn-success:hover {
    background-color: #00338E;
    border-color: #00338E;
}

#register .validation-summary-errors {
    color: #ffffff;
}

#register .validation-summary-errors ul {
    padding-left: 0;
    overflow: hidden;
}

#register .validation-summary-errors li {
    list-style: none;
    padding-bottom: 5px;
    width: 50%
}

#register .validation-summary-errors li:nth-child(2n+1) {
    float: left;
}
#register .validation-summary-errors li:nth-child(2n) {
    float: right;
}

#nav-item-register {
    background-color: #00853f;
    outline: none;
    -moz-transition: background-color linear .15s;
    -o-transition: background-color linear .15s;
    -webkit-transition: background-color linear .15s;
    transition: background-color linear .15s;
}

#nav-item-register.collapsed {
    background-color: transparent;
    -moz-transition: background-color linear .2s;
    -o-transition: background-color linear .2s;
    -webkit-transition: background-color linear .2s;
    transition: background-color linear .2s;
}

/* Search facilities */
.filter-form {    
    background: url('../images/shadow.png') repeat-y transparent;
    -moz-background-size: 100% 24px;
    -o-background-size: 100% 24px;
    -webkit-background-size: 100% 24px;
    background-size: 100% 24px;  
    margin-left: -15px;    
    margin-top: -15px;
	padding: 15px 15px 1px 15px;
    
}

.panel-search .search-query {
    background-image: url('../images/icons/search-glass.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 24px;
}

.panel-search .btn-success {
    margin: 20px 0 5px 0;
}

/* multi select dropdown */
.panel-search .multi-dropdown {	
	margin: 6px 0;
}
.multi-dropdown .dropdown-toggle {
    font-size: 15px;
    margin: 0;
    padding-left: 12px;
    padding-right: 24px;
    position:relative;
    text-align:left;
}

.panel-search .multi-dropdown > .btn {
	background-color: #fff;
}
.multi-dropdown.open .dropdown-toggle {
    color:#fff;
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.multi-dropdown .dropdown-toggle > span {
    border-left: 1px solid #dddddd;
    display:block;    
    height: 100%;
    line-height: 100%;
    padding: 10px 8px 0;
    position:absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
}

.multi-dropdown .dropdown-toggle .caret {
	position:relative;
	left: 4px;
	top: 4px;
}

.multi-dropdown .dropdown-toggle .caret.up {	
	left: -6px;
	top: -3px;
}

.multi-dropdown.open .caret {	
	border-top-color: #fff;
}

.dropdown-menu.inputs-group {
	border-radius: 0 0 4px 4px;     
	border-top: none;
	padding: 12px;
	left: -1px;
	top: 95%;
	width: 300px;
}

.inputs-list {
    border-radius: 0 0 4px 4px;     
    border-top: none;
    column-fill: auto;
    -moz-column-width: 206px;
    -webkit-column-width: 206px;
    column-width: 206px;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -moz-column-rule: 1px solid #ddd;
    -webkit-column-rule: 1px solid #ddd;
    column-rule: 1px solid #ddd;        
    padding: 0px;
    left: -1px;
    top: 95%;
    width: 250px;
}

.inputs-list.cc-2 {        
    width: 600px;
}
.inputs-list.cc-3 {        
    width: 900px;
}
.inputs-list.cc-4 {        
    width: 1200px;
}
.inputs-list.cc-5 {        
    width: 1500px;
}
.inputs-list.cc-6 {        
    width: 1800px;
}
.no-csscolumns .inputs-list,
.no-csscolumns .inputs-list.cc-2,
.no-csscolumns .inputs-list.cc-3,
.no-csscolumns .inputs-list.cc-4,
.no-csscolumns .inputs-list.cc-5, 
.no-csscolumns .inputs-list.cc-6 {
    max-height:320px;
	*height:320px;
    overflow-y:auto;
    width:300px;
}

.inputs-list > li {
    border-color:#ddd;
    border-style: solid;
    border-width: 1px 0 0 0;
    break-before: auto;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;    
    list-style: none;
    padding: 0px;
    -webkit-box-shadow: inset -7px -1px 10px -9px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: inset -7px -1px 10px -9px rgba(0, 0, 0, 0.176);
    box-shadow: inset -7px -1px 10px -9px rgba(0, 0, 0, 0.176);
}

.inputs-list > li:hover label {
    background-color:#428bca;
    color: #fff;
    cursor: pointer;
}

.inputs-list > li label {
    display: block;
    font-size:14px;
    font-weight: normal;
    height: 100%;
    margin: 0;
    padding: 5px 10px;
}

.inputs-list > li input {
    display: block;
    float:left;
    height: 13px; 
    margin: 9px 10px 0 10px;
    width:13px;
}

/* Collapsable search form */
.search-controls {
	margin: 20px 0 35px;
}
.search-controls.with-legend {
	background-color: #1b1b1b;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0px;
}

.search-controls.with-legend .legend-item {
	color: #fff;
	font-family: 'Frutiger LT Std Roman';
	font-size: 13px;
	line-height: 16px;
	padding-top: 17px;
	padding-right: 20px;	
}
.search-controls.with-legend .legend-item .map-dot {
	position:relative;
	top: -2px;
	margin-right: 8px;
	vertical-align: middle;
}

.search-controls > .dropdown > .btn-success {
	padding-left: 34px;
	padding-right: 20px;
}

.search-controls.with-legend .dropdown > .btn-success {
	border-radius: 4px 0 0 0;	
}

.search-controls > .dropdown.open > .btn-success {	
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.search-controls > .dropdown > .btn-success > .chevron-filled {
	margin-left: 40px;
	position: relative;
	top: 4px;	
	background-image: url('../images/icons/chev-sprite-filled.png');
	background-position: 0 -21px;
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
}

.search-controls > .dropdown.open > .btn-success > .chevron-filled {
	background-image: url('../images/icons/chev-sprite-filled.png');
	background-position: 0 0;	
}

.collapsible-search .hidden-collapsed {
	display: none;
}

.show-collapsed {
	display: none;
}

.collapsible-search .show-collapsed {
	display: inline;
}

.collapsible-search.dropdown-menu {
	border-radius: 0 0 4px 4px;
	top: 94%;
}

.collapsible-search .filter-form {
	background: none;
	margin: 0px;
	padding: 0px;
}

.collapsible-search .filter-form .panel{
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
}

.collapsible-search.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.collapsible-search.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.collapsible-search.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.collapsible-search.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.collapsible-search.dropdown-menu > li > a:hover,
.collapsible-search.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.collapsible-search.dropdown-menu > .active > a,
.collapsible-search.dropdown-menu > .active > a:hover,
.collapsible-search.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.collapsible-search.dropdown-menu > .disabled > a,
.collapsible-search.dropdown-menu > .disabled > a:hover,
.collapsible-search.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.collapsible-search.dropdown-menu > .disabled > a:hover,
.collapsible-search.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

/* RIN Prices Carousel */
.carousel.carousel-small {
	padding-top: 20px;
	height: 280px;
}

.carousel.carousel-small .carousel-inner > .item {
	height: 215px;
}

.carousel.carousel-small.carousel-wrapped .carousel-inner {
  margin: 0 auto;
  width: 80%;
}

.carousel .carousel-lead {
	font-size: 24px;
	padding-bottom: 15px;
}

.carousel .carousel-lead-sm {
	font-size: 18px;
	padding-bottom: 15px;
}

.carousel p {
	font-size: 13px;
	line-height: 20px;
}

.carousel.carousel-small .carousel-inner > .item > img {
	max-height: 215px;
	margin: auto;
}


.carousel.carousel-small .carousel-indicators {
	bottom: 0px;
}

.carousel.carousel-small .carousel-control {
	background-image: url('../images/icons/chev-sprite-thin.png');
	background-position: 7px -12px;
	background-repeat: no-repeat;
	border: 1px solid #afafaf;
	border-radius: 25px;
	color: #afafaf;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	height: 25px;
	left: 20%;
	opacity: 1;
	padding: 0px;
	top: auto;
	bottom: 7px;
	-webkit-text-shadow: none;
	text-shadow: none;
	width: 25px;
	z-index: 20;
}

.carousel.carousel-small .carousel-control.right {
	background-position: 8px 5px;
	left: auto;
	right: 20%;
}

.carousel.carousel-small.carousel-wrapped .carousel-control {
	background-image: url('../images/icons/chev-sprite-thin-white.png');
	background-color: #00853f;
	border-color: #00853f;
	left: 2%;
	top: 40%;
}

.carousel.carousel-small.carousel-wrapped .carousel-control.right {
	left: auto;
	right: 2%;
}

.carousel.carousel-small .carousel-control img {
	height: 25px;
	width: 25px;
}

.carousel.carousel-small.carousel-responsive {
    height: auto;
    padding-bottom: 60px;
}

.carousel.carousel-small.carousel-responsive .carousel-inner > .item {
    height: auto;
}

.carousel.carousel-small.carousel-responsive .carousel-inner > .item > img {
    max-height: none;
}

/* Real Time Data counter */
.counter-body {
	font-family: Frutiger LT Std Roman;
	font-size: 26px;
}

.counter-body .counter > div {
	border-bottom: 1px solid #ddd;
	padding: 12px 0;	
}

.counter-body #points {
	font-size: 40px;
	margin-top: 12px;
}

.counter-body .btn-success {
	margin-top: 30px;
}


/* inline headlines and styled copy */
.headline {
	font-family: 'Frutiger LT Std Roman';
}
.headline-default {	
	font-size: 20px;
	font-weight: bold;
}

.headline-sm {
	font-size: 18px;
}

.headline-lg {
	font-size: 28px;
}

.headline.headline-padded {
	padding: 15px 20% 15px 0;
}

.headline-sm.headline-padded {
	padding: 15px 0 20px;
}

.headline-lg.headline-padded {
	padding: 15px 0;
}

.headline-bordered {	
	border-bottom: 1px solid #cdcdcd;
}

.text-xl {
	font-family:'Frutiger LT Std Roman';
	font-size: 44px;
	font-weight: bold;
	padding: 30px 0 15px;
}

.text-l {
	font-family:'Frutiger LT Std Roman';
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0 15px;
}



/* list styles */

.ul-none {
	list-style: none;
	padding: 0px;
}

.ul-none li {
	padding: 8px 0;
}

.panel-body dl {
    font-size: 13px;
    height: 90%;
    margin: 15px 0 0;
    padding: 0;
}

.panel-body dl dt,
.panel-body dl dd {
	padding: 4px 0; 
}


.panel-body dl dt {
	padding-top: 6px;
	font-weight: bold;
}

.panel-body dl dd {
	font-weight: normal;
}

.well dl {
	border: none;
    height: auto;
    margin: 0;
    padding: 0;
}

.detail-body .well {
	margin-top:30px;
}

.detail-body .well dd > span {
	border-right: 1px solid #ddd;
	padding: 5px 15px;
}

.detail-body .well dd > span:last-child {
	border-right: none;
}

/* task list ( producer dashboard ) */
.panel-body .task-list {
	height: 332px;
}

/* home page upsells */
.circle-promo {
	display: block;
	margin: 0 auto;
}
.circle-promo span {
	display: block;
	font-size: 22px;
	line-height: 23px;
	text-transform: uppercase;
}
.circle-promo .highlight {
	color: #00853f;
	font-size: 16px;
	line-height: 16px;
	text-transform: none;
	padding-top: 15px;
}
.circle-promo.premium {
    color: #bdbb10;
    margin-top: 15px;
}



.panel .lead-title {
    color: #00853f;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.panel-upsell .benefit-list {
	padding-top: 20px;
}

.panel-upsell.registered .benefit-list {
	padding-top: 0px;
}

.panel-upsell .benefit-list li {
	font-size: 13px;
	padding: 4px 0;
}

.panel-upsell .benefit-list li > img,
.panel-upsell .legend li > img {
	padding-right: 8px;
}

.panel-upsell .panel-body {
	text-align: left;
}

.panel-upsell .panel-body .btn {
	font-size: 14px;
	margin: 10px auto;
	padding: 8px 5px;
	width: 105px;
    
}

.panel-upsell .no-padding {
    padding: 0;
}

.panel-upsell .panel-body .row .col-upsell {
    height: 800px;
}

.panel-upsell .panel-body .btn-wrap {
    bottom: 27px;
    margin-left: -20px;
    position: absolute;
    width: 100%;
}

.panel-upsell.registered .panel-body .btn {
	margin-top: 20px;
	margin-bottom: 30px;
}

.panel-upsell.registered .panel-body .circle-promo.premium {
    margin-top: 0;
}

.panel.panel-upsell.registered .lead-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.panel-upsell .legend {
	margin: 0 auto;
	padding: 30px 0;
	width: 220px;
}

.panel-upsell .legend li {
	font-size: 13px;
	padding: 0px 10px;
}

.panel.panel-upsell .lead-title {
    color: #1b1b1b;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
}

.panel-upsell .lead-title.premium {
    color: #00853f;
}


/*Upsell by Nathan*/
.panel-upsell table{
    
    border: 1px solid rgb(221,221,221);    
    width: 100%;
}

.panel-upsell .service-header {
    color: #00853f;
}

.panel-upsell .service-sub-header {
    color: white;
    font-size: .75em;
    font-style: italic;
    font-weight: normal;
}

.panel-upsell th {
    background: #1b1b1b;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.panel-upsell th:first-child {
    border-radius: 5px 0 0 0;
}

.panel-upsell th:last-child {
    border-radius: 0 5px 0 0;
}

.panel-upsell tr.section-header {
    border-top: 1px solid rgb(221,221,221);
}

.panel-upsell td {
    padding: 5px 30px;
    border-right: 1px solid rgb(221,221,221);
    text-align: center;
}

.panel-upsell td:first-child {
    text-align: left;
}

.panel-upsell tr.section-header td:first-child {
    padding: 15px 15px 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
}


.panel-upsell .indicator {
    height: 16px;
    width: 16px;
    border-radius: 8px;    
    margin: auto;
    border: 1px solid gainsboro;
    background: gainsboro;
}
.panel-upsell .indicator.included {
    border: 1px solid #00853f;
    background: #00853f;
}

not-included

/* Map styles */
#map_canvas {
    width: 100%;
    position: relative;
    z-index: 100;
    height: 640px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

.map-popover .headed-link {
	border-bottom: 1px solid #cdcdcd;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 10px 0;
}

.map-popover .body {
	font-size: 12px;
	padding: 10px 0;
}

.map-popover .body > div {
	padding: 4px 0;
}

.map-popover .body strong {
	padding-right: .3em;
}

.map-popover .btn {
	
}


/* facility details, producer dashboard */
.headed-list {	
	font-size: 12px;
	padding: 0 60px 30px;
}
.headed-list.solo-head {
	padding-bottom: 0px;
}

.headed-list h2 {
	border-bottom: 1px solid #ddd;
	font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 18px;
	padding: 20px 0 6px;
}

.headed-list h3 {
	font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 0;
	text-transform: none;
}

.headed-list ul {
	list-style-type: circle;
	margin-top: 15px;
	padding: 0 0 0 15px;	
}

.headed-list ul li {
	padding: 5px 0;
}

/* custom scrollbars */

.facility-list.height-limited .viewport 
{
	height: 740px;
	width: 960px;
}

.facility-list.height-limited .viewport .overview {
	bottom: 20px;
}

@media (min-width: 1200px) {
	.facility-list.height-limited .viewport {
		width: 1280px;
	}
}

.news-scroll  .viewport {
	height: 302px;
}

.viewport { 	
	overflow: hidden;
	position: relative;
	width: 100%;
}

.viewport .overview {	
	list-style: none;
	position: absolute; 
	left: 0; 
	top: 0;
	right: 25px; 
	padding: 0; 
	margin: 0;
}

.viewport.horizontal .overview {
	right: 0px;
	top: 25px;	
}
.video-info .overview {
	right: 0px;
	padding-right: 20px;
}

.video-info .scrollbar {
	left: 20px;
}

.scrollbar { 
	background-color: transparent; 
	position: relative; 
	float: right; 
	width: 15px; 
	z-index: 100;
}

.scrollbar.disable {
	display:none;
}

.scrollbar.bottom {	
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.scrollbar .track {
	background-color: #d1d1d1; 
	border-radius: 8px; 
	height: 100%; 	
	position: relative; 
	padding: 0 1px;
	width:13px;
}

.viewport.horizontal .scrollbar,
.viewport.horizontal .scrollbar .track {
	width: 100%;
	height:13px;
}
.scrollbar .thumb { 
	background-color: #fff; 
	border-radius: 8px; 
	border: 1px solid #d1d1d1;
	height: 40px; 
	width: 13px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.viewport.horizontal .scrollbar .thumb {
	height: 13px;
	width: 140px;
}

/*.scrollbar .thumb .end { overflow: hidden; height: 5px; width: 25px; }*/
.scrollbar .disable { display: none; }

.facility-list.height-limited {
	height: 811px;
}


/*  Industry Updates / Genscape Producer activity */
.news-list {    
	height: 290px;	
	margin: 12px 0 0;
	padding: 0 20px 0 0;
	width:100%;
}

.news-list.news-headed {
	height: 268px;
}

.tall-list .news-list {
	height:455px;
}


@media (min-width: 1200px) {
	.tall-list .news-list {
		height:513px;
	}
}



.news-list .news-item {
    list-style: none;
    padding: 12px 0;
}

.news-list .news-item .date {
    color:#676767;    
    padding-bottom: 3px;
}
.news-list .news-item .title {
    /*float: left;*/
    clear: left;
    padding-right: 8px;
}

.news-list.news-withsummary .news-item .date {
    float:left;
}

/*.news-list.news-withsummary .news-item .title {
    float:left;
    padding-right: 0px;
    padding-left: 8px;
}*/

.news-list.news-withsummary .news-item .body {
    clear:both;
}

.news-list .news-item .read-more {
    /*display: block;*/
}

.news-list .news-item .read-more .link-disabled {
    color: #919090;
}


.news-item.genscape {
    border-right: 5px solid #00853f;
}

/* notifications */

.notification-tabs .news-list {
    height: 655px;
	padding-right: 9px;
}

.notification-tabs .panel-body {
	padding: 9px;
}

.notification-tabs .news-list .news-item {
	cursor: pointer;
	padding: 15px 8px 15px 8px;
}
.notification-tabs .news-list .news-item.active {
	background-color:#e5e5e5;
	/*border-radius: 4px;*/
}

.notification-tabs .news-list .news-item.news-pager-item {
	cursor: default;
}

.notification-tabs-content .panel-body {
	padding: 50px; 
	height: 685px;
}

.notification-tab-pane .title {
	font-family:'Frutiger LT Std Roman';
	font-size: 18px;
	padding-bottom: 30px;
}

.notification-tab-pane .date {
	color:#676767;  
	padding-bottom: 15px;
}
notification-tab-pane .facility-name {
	padding-bottom:20px;
}
.notification-tab-pane .body {
	padding-bottom: 30px;
}


/* Education Highlights */
.video-list {
	padding: 0px;
}
.video-list .col {
	float: left;
	padding: 6px 15px;
	width: auto;
}
.col-lg-4 .video-list .col {
	float: none;
	width: auto;
}

.video-list .video-item {
	list-style: none;
    padding: 0 0 12px;
}


.video-list .video-item .video img {
    border:none;
	width: 100%;
}

.video-list .video-item .video-info {
	font-size: 12px;
	height: 240px;
    width: 400px;
	/*padding-right: 15%;*/
}

.tall-list .video-list .video-item .video-info {
	height: 273px;
}


.video-list .video-item .video-info .title {
	font-family: Frutiger LT Std Roman;
	font-size: 15px;	
}

.video-list .video-item .video-info .topics {
	margin-top: 26px;
}

.video-list .video-item .video-info .topics ul {
	padding: 0 0 0 14px;
}

/* Facilities you follow */

.facility-options {
    margin-top: 90px;
}

.facility-options .lead-page {
    padding-bottom:30px;
    padding-left:20px;
}

.facility-options .dropdown {
	float: right;
    margin: 20px 20px 0px 5px;
	width: 260px;
}

.facility-options .dropdown-toggle {
	font-size:12px;
}

.facility-options .dropdown-menu {
	max-height: 400px;
	*height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

.facility-options .done-adding,
.facility-options .done-removing,
.facility-options .multi-dropdown {
	display:none;
}

.facility-options .btn-success, .facility-options .btn-danger {
    float: right;
    margin: 26px 20px 0px 5px;
    width: 86px;
}

/*.table tbody > tr > td.delete-row-cell {
	padding: 0px;
}

#followingTable {
	width: 100%;
}
.table.deletable-rows {

}*/
.delete-row-wrap {
	height: 100%;
	overflow: hidden;
	position:relative;
	width: 100%;	
}
.delete-row-wrap span {
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.delete-row-wrap .delete-row span:before {
	content: 'X';
}
.delete-row {
	background-color: red;
	color: #fff;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0px;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-webkit-transition: all ease-in .2s;
	transition: all ease-in .2s;
	right: -100%;
	width: 40px;
}

.deletable-rows.deletable .delete-row-wrap .delete-row {
	right: 0px;
}

.deletable-rows.deletable .delete-row-wrap:hover .delete-row,
.deletable-rows.deletable .delete-row-wrap:active .delete-row {	
	width: 100px;
}

.deletable-rows.deletable .delete-row-wrap:hover .delete-row span:before,
.deletable-rows.deletable .delete-row-wrap:active .delete-row span:before {	
	content: 'DELETE';
}



/* Facility History */
#facHistBody {
    padding: 0 60px 30px;
}

/* Status Timelines */
.timeline {
    height: 39px;
    position: relative;
}

.timeline .timeline-background {
    background-color: #d1d1d1;
    border-radius: 5px;
    height: 11px;
    position: absolute;
    top: 14px;
    width: 100%;
}

.timeline-tick {
    border-right: 1px solid #b3b3b3;
    height: 100%;
    position: absolute;
    width: 0px;
}

.timeline-tick.start {
    left: 4.76%;
}

.timeline-tick.end {
    left: 95.24%;
}

.timeline-tick.today {
    left: 90.48%;
}

.timeline-tick-1 {
    left: 8.93%;
}

.timeline-tick-2 {
    left: 26.79%;
}

.timeline-tick-3 {
    left: 44.64%;
}

.timeline-tick-4 {
    left: 62.5%;
}

.timeline-tick-5 {
    left: 80.35%;
}

.timeline-tick-dotted {
    border-right-style: dotted;
}

.timeline .status-bar {
    position: absolute;
    height: 11px;
    top: 14px;
}

.timeline .status-bar.status-verified,
.timeline .status-bar.status-operational,
.timeline .status-bar.status-a {
    background-color: #00853f;
}

.timeline .status-bar.status-commissioning,
.timeline .status-bar.status-ab {
    background: #00853f url('../Images/diagonal-hatch.gif') scroll repeat 0 0;
}

.timeline .status-bar.status-pending,
.timeline .status-bar.status-permitting,
.timeline .status-bar.status-b {
    background-color: #ffffff;
    border: 1px solid #00853f;
}

.timeline .status-bar.status-refurbishing {
    background-color: #ff4e00;
}

.timeline .status-bar.status-on-hold,
.timeline .status-bar.status-idle {
    background-color: #ffd200;
}

.timeline .status-bar.status-out-of-tolerance,
.timeline .status-bar.status-closed {
    background-color: #ae0000;
}

.timeline .status-bar.status-out-of-network,
.timeline .status-bar.status-not-available {
    background-color: #ffffff;
    border: 1px solid #ae0000;
}

.timeline .status-bar.status-dismantled {
    background: #ae0000 url('../Images/diagonal-hatch.gif') scroll repeat 0 0;
}

.timeline .status-bar.status-under-construction {
    background-color: #6c3d00;
}

.timeline .status-bar.status-construction-suspended {
    background-color: #ffffff;
    border: 1px solid #6c3d00;
}

.timeline .event {
    border-radius: 13px;
    cursor: default;
    height: 25px;
    line-height: 23px;
    margin-left: -12px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 25px;
}

.timeline .event-notification {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
}

.timeline .event-alert {
    background-color: #c00000;
    border: 1px solid #c00000;
    color: #ffffff;
    font-weight: bold;
}

.timeline-heading {
    font-size: 15px;
    margin: 40px 0 14px;
    text-transform: uppercase;
}

.timeline-controls {
    height: 35px;
    margin-top: 22px;
    position: relative;
}

.timeline-months {

}

.timeline-month {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}

.timeline-month.month-1 {
    left: 8.93%;
}

.timeline-month.month-2 {
    left: 26.79%;
}

.timeline-month.month-3 {
    left: 44.64%;
}

.timeline-month.month-4 {
    left: 62.5%;
}

.timeline-month.month-5 {
    left: 80.35%;
}

.timeline-month.today {
    left: 90.48%;
}

.timeline-control {
    background-color: #b3b3b3;
    background-image: url('../images/icons/chev-sprite-thin-white.png');
	background-position: 7px -11px;
	background-repeat: no-repeat;
    border-radius: 12px;
    color: #ffffff;
    height: 25px;
    position: absolute;
    top: 5px;
    width: 25px;
}

.timeline-control.left {
    left: 0;
}

.timeline-control.right {
    background-position: 9px 6px;
    right: 0;
}


.timeline-control.active {
    background-color: #2d2d2d;
    cursor: pointer;
}

.timeline-control.active:hover {
    background-color: #00853f;
}

/* Maps/Analytics Carousel */
/*.carousel.carousel-small .carousel-control-beside {
    background-color: #00853F;
    background-image: url('../Images/icons/chev-sprite-thin-white.png');
    margin-top: -20px;
    top: 50%;
}

.carousel.carousel-small .carousel-control.left {
    left: 1%;
}

.carousel.carousel-small .carousel-control.right {
    right: 1%;
}*/

.form-message {
    border: 1px solid rgb(221,221,221);
    background: whitesmoke;
    border-radius: 5px;
    padding: 15px;
    display: none;
    margin-bottom: 20px;
}

.form-message.visible {
    display: block;
}

.task-panel {
    /*border: 1px solid gainsboro;
    border-radius: 5px 5px 0 0;*/
    margin: 0 15px;
    padding-top: 10px;
    border-top: 1px solid gainsboro;
}


/*.task-panel .task-title, .task-description {
    background: #f5f5f5;
    padding: 0 10px;
}

.task-panel .task-title {
    font-weight: bold;
    font-size:1.1em;
}

.task-panel .task-description {
    font-size: .95em;
}

.task-panel .task-description {
    border-bottom: 1px solid gainsboro;
}*/

.task-panel .task-detail {
    margin-bottom: 5px;
}

.task-panel .task-detail>div {
    padding-right: 10px;
    display: inline;
}

.task-panel .task-detail>div:first-child {
    font-weight: bold;
}

select.leap::-ms-expand {
    display: none;
}

select.leap {

    -webkit-appearance: none;
    -moz-appearance: none;

    text-indent: 0.01px;
    text-overflow: "";
    background-color: #019352;    
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.25em;    
    text-transform: uppercase;
    border: none;
    background-position: right 10px center;
    padding-right: 40px;
	background-image: url('../images/icons/chev-down-filled.png');
	background-repeat: no-repeat;
    margin: 5px;

}

select.leap:focus {
    box-shadow: limegreen 0 0 2px 2px;
}

select.leap::-ms-value {
    background: none;
}

.show-on-hover-parent>.show-on-hover {
    visibility: hidden;
}

.show-on-hover-parent:hover>.show-on-hover {
    visibility: visible;
}


[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}