body {
	color: #000000 !important;
	padding-right: 0px !important;
}
html {
	overflow-y: scroll !important;
}
label {
	font-weight: 100 !important;
}

input[type=checkbox] {
	margin-left: 2px !important;
}
/*Devhub stuff*/
.qvwrapper {
    z-index: 100000 !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
}

.contact-us {
	color: #ffffff;
	margin-top:2px;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 600px){
	.paper-body {
		margin-top:25px;
	}
}
.tab-text-modal {
	margin: 0px 0px 4px !important;
	font-size: 14px
}
div[tid="toggleGlobalSearchButton"] {
	display:none !important;
}
.scrollbar-track {
	background-color: #ccc !important;
	opacity: 0.4 !important;
}
.qv-subtoolbar-button {
	display: none;
}
div.legend-size {
	margin-top: -15px !important;
}

.title-wrapper, .lui-select {
	background-color:#fff !important;
}

svg .qv-continous-color-legend {
	display:none;
}
.navIcon {
	margin:4px 4px 4px 0px;
}
body{
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: unset;
	height: 100% !important;
}
.MuiPopover-root {
	z-index: 200007 !important;
}
.detached-selection-toolbar {
	border: 2px solid #5e9f69 !important;
}
html {
	height: 100%;
}

p h1 h2 h3 h4 h5 h6 {
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: unset;
}

p {
	font-size:14px;
}
.no-selection {
	color: #5e9f69 !important;
}
.bright.qv-panel-current-selections .values {
    font-size: 14px !important;
    font-weight: 700 !important;
}
/*
.pill-header {
	background-color: #005ea2;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

.pill-header:hover{
	background-color: #205493;
}
*/
/*Bootstrap layout*/
.row {
    margin-bottom: 10px;
}
/*.col-xs-12{
    margin-bottom: 15px;
}*/

/*Qlik objects*/
.qvplaceholder, .qvobject {
    width: 100%;
    height: 100%;
}
.qv-object-filterpane {
	padding: 0 0px 15px 5px;
}
.qv-object{
    /*padding: 0 15px 15px;*/
    background-color: transparent;
}
.qv-object-kpi{
    padding: 0px;
}
.qv-object *{
    font-family: 'Source Sans Pro', sans-serif;
}
.qv-object .qv-object-content {
	user-select: text !important;
}
#facilities-pills-report-print > .row > .qvobject {
	padding: 0px !important;
}

.listbox-wrapper .qv-object{
    padding: 0px;
}
.qv-listbox-popover {
	z-index: 200007 !important;
}
/*KPIs*/
.kpi {
    height: 6vw;
    max-height: 180px;
    min-height: 80px;
    /*background: #fff;*/
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;

}
.kpi article{
     width: 80%;
}
.kpi-row{
    margin-bottom: 0px;
}
.kpi-side{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 40px;
}
.kpi-side svg{
    font-size: 40px;
    opacity: .2;
    color: #fff;
}
.qv-object-kpi .kpi-data{
    align-items: flex-start;
    padding-left: 15px;
}

#KPI-01 .kpi-value{
    color: #fff !important;
}
#KPI-02 .kpi-value{
    color: #fff!important;
}
#KPI-03 .kpi-value{
    color: #fff!important;
}
#KPI-04 .kpi-value{
    color: #fff!important;
}

/*Filters*/
.filter {
	height: 52px;
	padding-left: 0px;
	padding-right: 0px;
}
.home-filter {
	/*height: 170px;*/
	height: 52px;
	padding-left: 0px;
	padding-right: 0px;
}

/*Get rid of rounded borders on qliksense objects*/
/*.qv-object, .sel-toolbar-card, .qv-object.qv-selections-active {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
*/
/*adjusting active chart borders*/
.sel-toolbar-card{
    border: 1px solid #ccc;
    border-bottom: 1px solid #D9D9D9;
}
.qv-object.qv-selections-active{
    border: 1px solid #ccc;
    border-top: 1px solid #D9D9D9;
}

/*Qlik Contextual */
.qui-immidiateContextual {
    z-index: 10004;
}


/*.buttons-end.borderbox {
    width: 45px;
}
.buttons-end.borderbox button:nth-child(2) {
    display: none;
}*/
/*.qv-panel-current-selections .qv-selections-pager {
    padding-right: 45px;
}*/
.current-selections-placeholder {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(84, 83, 82);
    color: rgba(255, 255, 255, 0.6);
}
.current-selections-placeholder span {
    display: none;
}
.btn-Qlik {
	height:100%;
	border-radius:0px;
	font-weight:700;
	background-color:#5e9f69;
	color:#fff;
	font-size:16px;
	padding-top: 7px;
}
.btn-primary {
	margin: 0px 2px 12px 8px;
	border: 1px solid #3d4551;
	color: #3d4551;
	background-color: #fff;
}
.btn-primary:hover {
	background-color: #3d4551;
	border: 2px solid #3d4551;
}
.infoModalClose {
	background-color: #005ea2;
	color:#fff;
	font-weight:700;
}
.infoModalClose:focus, .infoModalClose:hover {
	color: #fff !important;
	background-color: #205493 !important;
}
@media (min-width: 767px) {
	.modal-dialog {
		width: 750px !important;
	}
	.navbar {
		border-radius: 0px !important;
	}
}
@media (max-width: 767px) {
    .buttons.borderbox {
        width: 90px;
    }
    /*.buttons.borderbox button:nth-child(1), .buttons.borderbox button:nth-child(2) {
        display: none;
    }*/
    .qv-panel-current-selections .qv-selections-pager {
        padding-left: 0px;
    }
    .col-xs-12{
        margin-bottom: 15px;
    }
    .drawer-title{
        height: 56px !important;
    }
    .kpi-row{
        margin-bottom: 0px;
    }
    .row{
        margin-bottom: 0;
    }	
	#qlik-content {
		margin-left:0px !important;
		width:100% !important;
	}
	.non-mobile {
		display:none;
	}
}
#qlik-content {
	margin-left:160px;
	width:calc(100% - 160px);
}

/*Fix selection toolbar options placement*/
.qv-panel-current-selections .remove, .qv-panel-current-selections .unlock, .qv-panel-current-selections .lock {
    width: 20px;
}
.lui-clear-all {
    line-height: 36px;
}

/*Fix qv-filterpane*/
.qv-filterpane {
    overflow: visible;
}

span.title.ng-binding:after{
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-left:6px;
	vertical-align:middle;
}

span.title.ng-binding:after{
	content: "\f0d7";
}

/*Filter Drawer*/
.drawer-title {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 35px; 
    background-color: #00a6d2;
    color: #fff;
    height: 65px;
    font-size: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    /*font-weight: bold;*/
}
.filter-group {
    /*background-color: #f0f0f0;*/
    padding-top: 4px;
    margin: 8px 0px;
}
.filter-group > h5 {
	text-align: center;
}
.filter-container {
    position: fixed;
    height: calc(100vh - 45px);
	background-color:#fff !important;
	z-index:2000;
	top:69px;
	right:0;
	overflow-x:auto;
	padding-top:10px;
	border:2px solid #5e9f69;
	border-top: none;
}
.filter-container-more {
	margin-right: 242px;
	border-right:0px;
}

.filter-container a {
	padding: 8px 32px 8px 8px;
	text-decoration: none;
	font-size:25px;
	color: #818181;
	display: block;
}

.filter-container a:hover {
	color: #f1f1f1;
}

.filter-container .closebtn {
	position:absolute;
	top:0
	right:25px;
	font-size:36px;
	margin-left:50px;
}
.filter-pane-option {
	padding: 0px;
}
.filter-row {
	margin: 0px 15px 15px;
}

.filter-pane-info {
	cursor: pointer;
	padding: 5px 0px 0px 13px;
	font-size: 14px;
}
.filter-pane-info-qlik {
	cursor: pointer;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}
.filter-add-btn {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	border-radius: 4px;
	border: 2px solid #5e9f69;
	padding: 4px 8px;
	margin-left: 10px;
}
.filter-add {
	color: rgb(89,89,89);
	cursor: pointer;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	border:1px solid #5e9f69;
	font-style:italic;
	padding: 10px 5px;
    max-width: 170px;
	background-color: #fff;
}
.filter-row-qlik {
	border: none;
	padding: 0px;
	height: 45px;
}
.filter-row-qlik > .qv-object {
	padding: 0px 0px 15px !important;
}
.headerBtn {
	font-size:20px;
	cursor:pointer;
	background-color:#005ea2;
	color:white;
	padding:3px;
	border:none;
	float:right;
}

.filterBtn:hover {
	background-color:#444;
}
@media (max-width: 767px) {
    .drawer-title{
        height: 56px !important;
    }
}

#drawer {
	background-color:#005ea2 !important;
}

@media (max-width: 600px)
.paper-toolbar-0 {
	height:50px !important;
}

.paper-toolbar-0 .toolbar-tools.paper-toolbar paper-icon-button[icon=menu]{
	margin-right:0px;
}

/*Main content area (paper-body)*/
.paper-body {
    padding: 30px 15px;
}
#main{
    background-color: #F3F4F5;
}
.report-pages{
	padding:0 15px;
}

.report-pages-g{
	padding-bottom:1px;
}

/*Main toolbar styles*/
.paper-toolbar-0 .toolbar-tools.paper-toolbar .title {
    font-family: 'Source Sans Pro', sans-serif;
}

/*Current selections restyling*/
    .bright.qv-panel-current-selections .wrap, .qv-panel-current-selections ,.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, .qv-panel-current-selections .buttons .qv-subtoolbar-button, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button{
        background-color: #5e9f69 !important;
		color: #fff !important;
    }
    .qv-panel-current-selections .buttons .qv-subtoolbar-button i, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button i{
        color: #fff;
    }
    .qv-panel-current-selections .no-selection{
        color: #fff;
    }
    .qv-panel-current-selections .buttons{
        background: unset;
        border: unset;
		display: none;
    }
    .qv-panel-current-selections .wrap, .qv-panel-current-selections .buttons .qv-subtoolbar-button, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button{
        border: unset;
    }
    .qv-panel-current-selections{
        font-family: 'Source Sans Pro', sans-serif;
    }
    .qv-panel-current-selections .item{
        font-weight: 300;
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .qv-panel-current-selections .item:hover{
        background-color: #d9ebfc;
    }
    .qv-panel-current-selections li{

    }
    .qv-panel-current-selections .remove{
        padding-right: 5px;
    }
    .qv-panel-current-selections .buttons-end{
        border-left: none;
        box-shadow: none;
		height: 37px;
		display:none;
    }
	.qv-global-search-container{
        z-index: 100000000 !important;
    }
	.qv-global-selections {
		margin-top:50px;
		z-index: 10006 !important;
	}
    #dropShadow{
        z-index: 10002;
    }
    .qv-panel-current-selections .item .qv-state-count-bar{
        height: 4px;
    }

/*Sidebar*/
paper-item{
    background-color: #005ea2;
    flex-direction: column !important;
    height: 65px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

paper-item:hover {
	cursor:pointer;
	background-color:#205493;
}

paper-item:focus {
	background-color:#205493;
}
.paper-menu-0 .selectable-content.paper-menu .iron-selected{
    font-weight: 300 !important;
    background-color: #205493;
    color: #fff;
}

.menu-option{
        font-family: 'Source Sans Pro', sans-serif;
		font-size:14px;
}

/*modal styling*/
  .modal{
      z-index: 10050;
  }
  .modal-backdrop{
      z-index: 10040;
  }

/*Chart tooltips*/
.qvt-chart-tooltip {
	z-index:2147483647;
}

.selection-toolbar {
	z-index: 100 !important;
}
#selection-toolbar-dropdown {
	display: none !important;
}
.selection-toolbar-dropdown-title {
	display: none !important;
}
.selection-toolbar {
	padding-left: 20px;
}
.selection-toolbar:after {
	content: 'Click on green checkbox to confirm selection \00000a Use the lasso tool to select multiple facilities';
	white-space: pre;
	font-weight: 700;
}

/* Legend properties */
.legend {
	/*border: 1px solid black;*/
	text-align:left;
	padding: 0px 15px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: unset;
}
.legend > div {
  	display:inline-block;
	font-weight:bold;
	font-size:10px;
}
.legend > div > span {
	width:10px;
	height:10px;
	display:inline-block;
}
legend {
	font-size:14px;
	font-weight:700;
}

/* Facility Report */
.facinfo .factext {
    font-family: 'Source Sans Pro', sans-serif
}

.loc-filter {
	height:200px;
	border: solid #ccc 1px !important;
	background: #fff;
	padding-top:5px;
}

.no-js #loader { 
	display: none;  
}
.js #loader { 
	display: block; 
	position: absolute; 
	left: 100px; 
	top: 0; 
}

.se-pre-con, .se-pre-con-timeout {
	height:100%;
	width:100%;
	z-index:10000;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	background-color:#fff;
	color:#005ea2;
}
.report-loading-position {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 35%;
}
#tri-explorer, #reload-message {
	display:none;
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

@keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}
@keyframes anim-rotate {
	0% {
		-moz-transform: rotate(0);  
		-webkit-transform: rotate(0);  
		-o-transform: rotate(0);  
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(360deg);  
		-webkit-transform: rotate(360deg);  
		-o-transform: rotate(360deg);  
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.fa-spinner {
	display: inline-block;
	/*font-size:1em;
	height: 1em;
	line-height: 1;*/
	margin: .5em;
	color: #005ea2;
	/*text-shadow: 0 0 .25em rgba(255,255,255, .1);*/
}

.loading-modal {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #ffffff;
	color:#005ea2;
	text-align:center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.without-download paper-card .card-actions paper-icon-button.downloaddata.paper-icon-button-0{
	display: none !important;
}

.btn-circle {
    text-align: center;
    padding: 0;
    line-height: 1.428571429;
    z-index: 10000;
}

.btn-info {
	margin-left: 2px;
	margin-right: 2px;
	background-color: #fff !important;
	color: #005ea2 !important;
	border: 2px solid #005ea2 !important;
	padding: 4px;
	float: right;
}
.btn-info:hover {
	color: #205493 !important;
	border-color: #205493 !important;
}
.qv-panel-current-selections .qv-subtoolbar-button.toggle-button, .touch-on .qv-panel-current-selections .qv-subtoolbar-button.toggle-button {
	width: 48px !important;
}

@media print {
	@include make-grid(sm);
	.print {
		display: block;
	}
	.no-print, .nav-tabs {
		display: none;
	}
	.print-break {
		page-break-after: always;
	}
	#qlik-content {
		margin-top: 0px !important;
	}
	.print-break-before {
		page-break-before: always;
		margin-top:20px !important;
	}
	.paper-header {
		/*display:none;*/
	}
	#drawer {
		display: none;
	}
	#main {
		left:0px !important;
	}
	button {
		display: none;
	}
	.btn {
		display: none;
	}
	.zoomButton {
		display: none;
	}
	#CurrentSelections {
		display: none;
	}
	.col-xs-10 {
		margin-left: 0px;
		padding-right: 0px;
	}
	.col-xs-offset-2 {
		margin-left: 0px;
	}
	.col-sm-6 {
		width:50%;
	}
	.print-full {
		width: 100% !important;
	}
	.print-half {
		width: 50% !important;
	}
	#locreport-map-toggle {
		display:none;
	}
	a[href]:after {
		content: none !important;
	}
	paper-icon-button {
		display:none !important;
	}
	@page{

		margin-top:1cm;
		margin-bottom:1cm;
		margin-right:1cm;
		margin-left:1cm;
	}

	.print-hide {
		display:none;
	}
	.chart-container-height {
		margin-top: 15px !important;
	}
	#summary_releases_trend_container {
		margin-top:60px !important;
	}
	#report_location {
		margin-top:-35px;
	}
	#locreport-map-box.print-full {
		border:none !important;
	}
	#facility_quick, #facility_map {
		width: 100% !important;
	}
	#facility_air_container, #facility_water_container, #facility_land_container {
		width: 33% !important;
	}
}

/*Post-Polymer Updates*/
.currentSelections-top {
	position: fixed;
	top: 32px;
	left: 0;
	width: calc(100% - 255px);
	height: 37px;
	z-index: 1031;
	text-decoration: none;
	/*-webkit-box-shadow: 0 5px 5px -5px #808080;
	    	box-shadow: 0 5px 5px -5px #808080;*/
}
/*
 * BOOTSTRAP NAV POSITION OVERRIDES
 * TOP / BOTTOM TAB NAV https://bootsnipp.com/snippets/E7vya
 * https://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-navbar.php
 */

.navbar {
	min-height: 33px;
	font-size: 14px;
	/*text-transform: uppercase;
	position:fixed; 
	bottom:0; 
	left:0;  
	width:100%; 
	z-index:1;*/
}
.navbar-brand {
	float: left;
	height: 30px;
	padding: 5px 15px;
	font-size: 20px;
	line-height: 20px;
}
.navbar-toggle {
	position: relative;
	float: right;
	/*padding: 9px 10px;*/
	padding: 4px 6px;
	/*margin-top: 8px;
  margin-bottom: 8px;*/
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}
.navbar-nav > li > a {
	/*padding-top: 10px;
  padding-bottom: 10px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.navbar-nav > li > span {
	display: none;
}
/* BOOTSTRAP NAVBAR COLOR OVERRIDES */

.navbar-fixed-top {
	border-width: 0 0 0;
}
.navbar-default {
	/*background-color: #F8F8F8;
    border-color: #E7E7E7;	*/
	background-color: #005ea2;
	border-color: transparent;
	-webkit-box-shadow: 0 5px 5px -5px #808080;
	box-shadow: 0 5px 5px -5px #808080;
}
/* Title */

.navbar-default .navbar-brand {
	/*color: #777;*/
	color: #ffffff;
	position: absolute;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	/*color: #5E5E5E;*/
	color: #fff;
	background-color: #205493;
}
.navbar-default .navbar-brand:active {
	/*color: #5E5E5E;*/
	color: #fff;
	background-color: #112e51;
}
/* Link */

.contact-us {
	/*float:right;
	position:absolute;*/
	top: 0;
	right: 0;
}
.contact-us a {
	position: relative;
	display: block;
	padding: 5px 0px 5px 5px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin: 2px 0px 0px 0px;
	color: #fff;
}
/* Mobile version */

.navbar-default .navbar-toggle {
	/*border-color: #DDD;*/
	border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	/*background-color: #DDD;*/
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	/*background-color: #CCC;*/
	background-color: #ffffff;
}
@media (max-width: 697px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		/*color: #777;*/
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		/*color: #333;*/
		color: #b3e0ff;
	}
	.d-sm-block {
		display:none;
	}
}
/*Navbar-left*/

.navbar-fixed-side-left {
	left: 0;
	margin-top: 69px;
}
.navbar-fixed-side-right {
	right: 0;
}
.navbar-fixed-side {
	position: absolute;
	border-width: 0;
	z-index: 1030;
	min-height: 5px;
	max-width: 160px;
	min-width: 5px;
	margin-bottom: 0;
	border: 0px solid transparent;
	overflow-x:hidden;
}
.navbar-fixed-side .navbar-toggle {
	float: none;
	margin: 0;
}
.navbar-fixed-side .nav > li > a {
	width: 100%;
	padding: 5px 0 5px 0px;
	border-radius: 0px 0px 0px 0px !important;
	text-align:center;
}
.navbar-fixed-side .dropdown-menu > li > a {
	padding: 5px;
}
.navbar-fixed-side .dropdown-header {
	padding: 5px;
}
.navbar-fixed-side .navbar-nav {
	margin: 0;
}
.navbar-fixed-side .navbar-nav > li {
	float: none;
}
.navbar-fixed-side .navbar-nav > li > a {
	padding: 5px;
	line-height: 20px;
}
.navbar-fixed-side .navbar-nav .open .dropdown-menu > li > a,
.navbar-fixed-side .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 3px 5px 3px 15px;
}
.navbar-fixed-side .container {
	width: 100%;
	padding: 0;
}
.navbar-fixed-side .navbar-header {
	float: none;
	margin: 0;
}
.navbar-fixed-side .navbar-collapse {
	padding: 0px;
}
.searchToggle {
	margin-top: 0px !important;
}
.navbar-fixed-side .container .navbar-collapse {
	margin: 0;
}
.navbar-fixed-side .container .navbar-brand {
	margin: 0;
}
.navbar-fixed-side .navbar-brand {
	float: none;
	height: 100%;
	padding: 5px 3px;
	font-size: 18px;
	line-height: 20px;
}
* Sidebar Navigation Menu:Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
*/ .wrapper-selections-at-bottom,
.wrapper-selections-at-top {
	padding-left: 300px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wrapper-selections-at-bottom.toggled,
.wrapper-selections-at-top.toggled {
	padding-left: 0px;
	/*when toggled, this is the padding between the sidebar nav and page content*/
}
.wrapper-selections-at-bottom > .sidebar-wrapper {
	z-index: 1;
	position: fixed;
	left: 300px;
	/*position of sidebar nav when toggled working with margin left */
	width: 300px;
	height: 100%;
	margin-left: -300px;
	overflow-y: auto;
	/*background: #f2f2f2;*/
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*top:38px;*/
	top: 30px;
	border-right: 1px solid #f2f2f2;
}
.wrapper-selections-at-top > .sidebar-wrapper {
	z-index: 1;
	position: fixed;
	left: 300px;
	/*position of sidebar nav when toggled working with margin left */
	width: 300px;
	height: 100%;
	margin-left: -300px;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 68px;
	border-right: 1px solid #f2f2f2;
}
.wrapper-selections-at-bottom.toggled .sidebar-wrapper,
.wrapper-selections-at-top.toggled .sidebar-wrapper {
	width: 0px;
	/*increases the width of the sidebar when toggled */
}
.wrapper-selections-at-bottom .page-content-wrapper {
	padding-top: 35px;
	position: relative;
}
.wrapper-selections-at-top .page-content-wrapper {
	padding-top: 0px;
	position: relative;
}
.wrapper-selections-at-bottom.toggled .page-content-wrapper,
.wrapper-selections-at-top.toggled .page-content-wrapper {
	position: relative;
	margin-right: 0;
}

#navbarCollapse>.nav-pills>li.active>a,
#navbarCollapse>.nav-pills>li.active>a:focus,
#navbarCollapse>.nav-pills>li.active>a:hover {
	background-color: #fff;
	color: #000;
	width: 161px !important;
}
.menu-item:hover {
	background-color:#205493 !important;
}
.nav-tabs {
	border-bottom:1px solid #005ea2 !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #005ea2 !important;
	color: #fff !important;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color: #d9ebfc !important;
}
.nav-tabs>li>a {
	line-height: 1;
	padding: 6px 14px;
	text-decoration: none;
	/*margin: 0 0 0.5em;*/
	font-size: 14px;
	border: 1px solid #005ea2 !important;
}
#navbarCollapse>.nav-pills>li>a {
	color: #fff;
	margin-left: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	padding: 12px 0px 12px 8px;
}
#navbarCollapse>.nav-tabs>li>a {
	color: #fff;
	margin-left: 0px;
	font-family: 'Source Sans Pro', sans-serif;
}
.nav-stacked>li+li {
	margin-top:0px !important;
}

input.search-option {
  visibility: hidden;
}

.report-loading-text {
	text-align:center;
}


/*Search box*/
input[type="search"] {
	padding-top: 0;
    padding-bottom: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    margin: 0;
}
input[type="search"]:focus {
	outline:2px dotted #aeb0b5;
	outline-offset:3px;
}

.btn-startSearch, .btnGoMap {
	background-color: #5e9f69;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 34px;
	border: 0px;
	color: #fff;
}
.btn-startSearch:hover, #search-loc-gps:hover, .btnGoMap:hover {
	background-color: #174220;
	color: #fff;
}
.homepage-search, .results-tab {
	background-color: #fff;
	color: #005ea2 !important;
	font-weight: 700 !important;
}

.homepage-search {
	text-align: center;
	font-size: 16px;
	margin-right: 6px !important;
}
.homepage-search:hover, .results-tab:hover {
	background-color: #d9ebfc !important;
}
li.active>.homepage-search, li.active>.results-tab {
	color: #fff !important;
	background-color: #005ea2 !important;
}
.scrollable {
	max-width:325px !important;
}

.TRI-page-header {
	clear: both;
	font-family: "Source Sans Pro", "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	line-height: 1.3;
	margin-bottom: .5em;
	font-size: 22px;
	font-weight: 700;
	margin-left: -15px;
	color: #000;
}

.tri_selections {
	height:60px;
	padding-left:0px;
	margin-left:-15px;
	margin-bottom:0px !important;
}
qliksense-card .qvt-visualization-title {
    font-size: 14px !important;
    color: #000 !important;
}

.qv-with-title .qvt-visualization-title {
    font-size: 14px !important;
    color: #fff !important;
}
.qv-no-download .qs-download-icon {
	display: none;
}
/*.qv-st table tbody tr:nth-child(even) {
	background-color:#dcdee0 !important;
}*/
.layerListButton {
	width: 35px !important;
	height: 35px !important;
	border: 2px solid #005ea2 !important;
	color: #005ea2;
	font-weight: 700;
}
.qv-st-header-cell {
	background-color: #f1f1f1;
	font-weight: 700;
}
.qv-st-header-cell-search {
	/*pointer-events: none;*/
	background-color: #f1f1f1 !important;
	opacity: 1 !important;
	vertical-align: bottom !important;
}

/*th > i.lui-icon--search {
	display:none;
}*/

.tab-link {
	cursor: pointer;
}

.qv-collapsed-listbox .title-wrapper .title {
	text-align: center !important;
}
.qv-object.qv-object-filterpane .qv-inner-object {
    border: 1px solid #5e9f69;
    border-radius: 5px;
}
a[data-toggle="popover"] {
    border-bottom: 1px dotted !important;
}
.lui-popover-container {
	position: fixed !important;
	z-index: 20001;
}
.kpi-box {
	height: 60px;
	margin-bottom:4px;
}
.kpi-box > * .sn-kpi-data {
	background-color: #f0f0f0;
}
.kpi-main > * .sn-kpi-data {
	background-color: #dbebde !important;
}

.sn-kpi-measure-title {
	color: #000000 !important;
}
.qsc-item, .qsc-item-wrapper {
	border: 0px !important;
}

/* Styles for panel container */
div.panel-container {
	border: 1px solid #005ea2;
	display: flex;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    flex-direction: column;
}

div.panel-header {
	display: flex;
	justify-content: space-between;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	padding: 0.5rem;
	background-color: #005ea2;
    color: #FFFFFF;
}

div.panel {
	padding: 0.5rem;
	margin-bottom: 0;
	display: flex;
    flex-direction: column;
	flex: 1;
}
/* Begin Qlik Sense wrapper styles (for download/fullscreen icons) */
.qs-wrapper {
	position: relative;
}

.qs-wrapper-buttons {
	margin-left: auto;
	z-index: 1500;
}

#la-vie-tooltip {
	z-index: 10001 !important;
}

.qs-wrapper-buttons .fa {
	margin: 0.25rem 0.25rem 0.25rem 0.75rem;
	cursor: pointer;
	z-index: 999;
	color: #FFF;
	font-size: 16px !important;
}

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	z-index: 9000;
}
.qs-wrapper.fullscreen > div {
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.qs-wrapper.no-download .qs-download-icon,
.qs-wrapper.no-export .qs-img-icon {
	display: none;
}

/* Qlik object default heights */
.qv-xs {
	height: 100px;
}
.qv-sm {
	height: 300px;
}
.qv-md {
	height: 350px;
}
.qv-md.qv-with-title {
	height: 400px;
	margin-top: -50px;
}
.qv-sm.qv-with-title {
	height: 350px;
	margin-top: -50px;
}
.qv-xs.qv-with-title {
	height: 150px;
	margin-top: -50px;
}
.qv-lg {
	height: 500px;
}
.qv-lg.qv-with-title {
	height: 550px;
	margin-top: -50px;
}
.qv-xl {
	height: 800px;
}
.qv-with-title .qv-inner-object {
	background-color: transparent !important;
}
.qv-no-download .qs-download-icon {
	display: none;
}
/* row-eq-height uses flexbox to make each column the same height */
@media screen and (min-width: 990px) {
	.row-eq-height {
		height: 500px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 2rem;
	}

	.row-eq-height .panel {
		height: 91%;
	}

	.fullscreen .qvobject, .fullscreen .panel-container {
		height: 100%;
	}
}