#mainSection {
	background-image: url("../img/background.jpg");
	background-repeat: repeat;
	padding: 25px 25px 0px 25px;
	font-size: 11pt;
	line-height: normal;
}

#contentSection {
	background-color: #ffffff;
	padding: 15px 25px 0px 25px;
	border-radius: 2px;
}

.Division {
	float: left;
	width: 100%;
	height: 445px;
}

.indicatorBox {
	width: 100%;
	height: 100%;
	border: 2px solid #C0C0C0;
}

.indicatorBox h4 {
	color: #001890;
	font: 18px arial;
	font-size: bond;
	padding-left: 20px;
}

.top-buffer {
	margin: 25px;
}

.report-Division {
	float: left;
	width: 100%;
	height: 620px;
}

.report-summary-Division {
	float: left;
	width: 100%;
	height: 300px;
}


/** metric directive css */

.box-info .chart-options {
	position: absolute;
	top: 17px;
	right: 15px;
	z-index: 99991;
}

.box-info .btn-group {
	z-index: 9999;
}

.box-info .d3-chart {
	margin: 10;
	height: auto;
	display: block;
	float: left;
}

.path.slice {
	stroke-width: 2px;
}

.polyline {
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

.axis {
	font: 10px arial;
}

.axis path,.axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.x.axis line {
	stroke: lightgrey;
}

.x.axis .minor {
	stroke-opacity: .5;
}

.x.axis path {
	display: none;
}

.y.axis line,.y.axis path {
	fill: none;
	stroke: #000;
}

.line {
	fill: none;
	stroke: steelblue;
	stroke-width: 1.5px;
}

.legend-container {
	z-index: 100;
	background-color: white;
	opacity: .90;
	max-width: 50%;
	max-height: 75%;
	padding: 10px 20px 10px 20px;
	position: absolute;
	right: 10px;
	border: 1px darkgray solid;
	border-radius: 2px;
}

.legend-text {
	opacity: 1;
	float: left;
	white-space: nowrap;
}

.legend-marker {
	opacity: 1;
	height: 8px;
	width: 8px;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.select-false {
	text-decoration: line-through;
}

.select-true {
	text-decoration: none;
}

.brand-content {
	display: inline-block;
	/* width: 44%; */
}

.brand-container {
		width: 260px;
		height: 100%;
		top: 0px;
		margin: auto;
	}

@media (max-width: 800px)  and (min-width: 551px){
	.brand-container {
		width: 150px;
	}
}

@media (max-width: 550px) {
	.brand-container {
		width: 48px;
	}
}

.brand-item {
	height: 40px;
	width: 100%;
	background-color: white;
	border: 1px darkgray solid;
	border-radius: 3px;
	padding: 5px;
}

.brand-item:hover {
	background-color: #84C8FF;
	cursor: pointer;
}

.brand-logo {
	height: 100%;
	width: 17%;
	float: left;
	background-size: 100% 100%;
}

@media (max-width: 800px ) and (min-width: 551px){
	.brand-logo {
		display: none;
	}
}

@media (max-width: 550px) {
	.brand-logo {
		width: 100%;
	}
}


.brand-text {
	width: 82%;
	height: 100%;
	float: left;
	font-size: 18pt;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 800px) and (min-width: 551px){
	.brand-text {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.brand-text {
		display: none;
	}
}


.cng-placeholder {
	min-height: 10px;
}

.tooltip {
	position: absolute;
	width: 200px;
	height: 28px;
	pointer-events: none;
}

/* table {
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
	font-size: 13px;
	border-collapse: collapse;
}

table th,table td {
	padding: 10px 10px 9px;
	line-height: 18px;
	text-align: left;
}

table th {
	padding-top: 9px;
	font-weight: bold;
	vertical-align: middle;
}

table td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table tbody th {
	border-top: 1px solid #ddd;
	vertical-align: top;
}
 */
.condensed-table th,.condensed-table td {
	padding: 5px 5px 4px;
}

.bordered-table {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bordered-table th+th,.bordered-table td+td,.bordered-table th+td {
	border-left: 1px solid #ddd;
}

.bordered-table thead tr:first-child th:first-child,.bordered-table tbody tr:first-child td:first-child
	{
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.bordered-table thead tr:first-child th:last-child,.bordered-table tbody tr:first-child td:last-child
	{
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.bordered-table tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

.bordered-table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}

.zebra-striped tbody tr:nth-child(odd) td,.zebra-striped tbody tr:nth-child(odd) th
	{
	background-color: #f9f9f9;
}

.zebra-striped tbody tr:hover td,.zebra-striped tbody tr:hover th {
	background-color: #f5f5f5;
}

.parameterBar {
	background-color: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c8000000', endColorstr='#c8000000'); /* IE */
	color: white;
/* 	padding: 10px 0px 10px 0px; */
	margin: 0px 0px 0px 0px;
}

.parameterBarColumn {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.parameterBarTitle {
	font-size: 18px;
}

.parameterBar div.underlineButton {
	border-color: #646362;
}

.parameterBar div.underlineButtonBar {
	background-color: white;
}

.viewTypeItem {
	display: inline-block;
	width: 33%;
}

.accordion-toggle {
	cursor: pointer;
}


.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.filter-dialog-selected-values {
	border: 1px solid #CCC;
	margin: 0px 20px 20px 20px;
	max-height: 80px;
	overflow-y: auto;
	white-space: normal;
	padding: 2px 7px;
}

.filter-dialog-x-box {
	border: 1px solid #CCC;
	padding: 4px;
	display: inline-block;
	border-radius: 5px;
	margin: 4px;
	font-size: 12px;
	line-height: 14px;
}

.filter-dialog-x-box:hover {
	background-color: #dddddd;
}

.filter-dialog-x {
	padding: 0px 3px 2px 3px;
	margin-left: 1px;
	margin-right: -3px;
	display: inline-block;
	cursor: pointer;
	color: #3FC2BB;
	font-size: 14px;
	line-height: 12px;
	border-radius: 30px;
	font-weight: bold;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

.filter-dialog-x:hover {
	background-color: #B96000;
}

.filter-dialog-search {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding-left: 4px;
}

.filter-dialog-values-wrapper {
	border: 1px solid #CCC;
	margin: 0px 20px 5px 20px;
	display: table;
}

.filter-dialog-values {
	max-height: 360px;
	padding-left: 10px;
	padding-right: 17px;
	overflow-y: auto;
}

.filter-dialog-value {
	font-size: 11px;
	display: table-cell;
	padding-right: 20px;
}

.filter-dialog-checkboxes {
	padding-left: 5px;
	padding-bottom: 3px;
	font-weight: normal;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom: 0px;
	line-height: 12px;
	min-width: 80px;
	max-width: 100%; 
/* 	280px; */
	display:block;
	overflow: hidden;
}

.filter-dialog-checkboxes input {
	cursor: pointer;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.filter-dialog-checkboxes:hover {
	color: #767778;
}

.filter-dialog-text-button {
	font-weight: bold;
	color: #3FC2BB;
	cursor: pointer;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	font-size: 12px;
	line-height: 14px;
	-webkit-user-select: none;
	user-select: none;
}

.filter-dialog-text-button:hover {
	color: #006084;
}

.filter-dialog-clear-button {
	margin-top: 5px;
	margin-right: 24px;
	text-align: right;
}

.filter-dialog-select-visible-button {
	margin-left: 24px;
	float: left;
}

.filter-dialog-close-button {
	text-align: center;
	margin-bottom: 5px;
}

li.list-group-item:hover {background-color:  #dddddd ;}

.main-view-panel {
    display: flex;
    flex-direction: column;
}

.main-view-panel-chart {
	/* Flex should have 3 values which is shorthand for 
       <flex-grow> <flex-shrink> <flex-basis> */
    flex: 1 1 0;	
	position: relative;
}

.main-view-panel-chart-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-viz-padding{
	padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    width:95%;
}

.overview-viz-padding{
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    overflow-x: hidden; 
}

.sales-viz-padding{
	overflow-x: hidden; 
}


.sales-notes-center {
	text-align: center; 
	min-height: 100%; 
	padding-bottom: 15px; 
	position: relative; 
	overflow-x: none;
}

.sales-notes-text {
	font-size: 14px; font-weight: bold; font-family: 'Lato','Open Sans'; color:#555576
}

/* Tooltip container */
.tooltipTop {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltipTop .tooltiptext {
    visibility: visible;
    position: absolute;
    width: 230px;
    height: 120px;
    background-color: #00b140;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0.7;
    font-size: 12px;
}

/* Tooltip arrow */
.tooltipTop .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: 85px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #00b140 transparent;
}

.tooltipTop-bottom {
    top: 36px;
    left: 50%;
    margin-left: -238px;
}
