.handlebar-container{
    float: right;
    width: 80%;
}

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

.popover{
	 text-transform:capitalize;
}




.chartContainer {
    /*border: solid 1px white; */
    border: transparent;
    background-color: transparent;
    display: block;
    float: none;
}

.chart-header {
    border-bottom: transparent;
    padding-bottom: 3px;
    color: #707070;
    position: relative;
}

.chart-header button {
    margin: 0 3px ;
    border-radius: 11px;
    border: none;
    padding-top: 2px;
    color: #707070;
   /* background-color: #e3e3e3;*/
    background-color: rgba(227,227,227,0.5);
}



.chart-title {
    margin-left: .5em;
    font-weight: bolder;
}
#chartContainers {
    list-style-type: none;
    margin: 0;
    padding: 0;   
}
.chart-remove:hover{
    color:white;
    background-color: #D32F2F;
}

.chart-download:hover {
	 color:white;
    background-color:  #FFA000;
}

.chart-color:hover {
	 color:white;
    background-color:  #8054A8;
}
	

.chart-smaller:hover, .chart-bigger:hover{
    color:white;
    background-color:  #206E59;
}

#clearAllChartsButton:hover{
    color: red;
    font-weight: bolder;
}
#chartContainers li {
    height: 280px;
    min-width: 33%;
    margin: 3px 3px 3px 0;
    padding: 2px;
    float: left;
    font-size: 1em;
}
.chartContent{
    height: 100%;
}

.chart-bigger, .chart-smaller, .chart-download{
font-family: inherit;
}

.panel-body{
    margin: 0 12px;
}

#chartControls .panel-body {
    vertical-align: middle;
}

.xMapChart {
    width: 275px;
}

.x3Chart {
    width: 33%;
}

.x2Chart {
    width: 49%;
}

.x1Chart {
    width: 100%;
}

.custom-buttongroup-buttons {
    margin: 0 4px;
}

.custom-buttongroup-label {
    margin: 0 4px;
}

.ui-state-highlight {
	background-color: whitesmoke;
	border: solid 1px whitesmoke;
	box-shadow: 10px 10px 5px #888888;
	
}

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

.modal-backdrop {
 	opacity: .01 !important;
}

.modal-header {
	color: rgba(0, 89, 65, 1) !important;	
	background-color: rgba(250, 250, 250, 1);
	font-family: sans-serif;	
	font-weight: bold;
	max-height: 70%;
	box-shadow: 0px 3px 3px #E1E1E1;
	
}

.close {
    color: #C0BDD0 !important;
    border-color: #C0BDD0 !important;	
    opacity: 1 !important;
    text-shadow: 0 1px 0 #39383E !important;
}

	 .close:hover {
		color: #D32F2F !important;
		border-color: #D33C2F !important;	
		font-size: 31px;
		font-weight: 700;
		text-shadow: 0 1px 0 #1A0606 !important;
 } 
 

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: auto;
   
}
.modal-body {	
	background-color: rgba(250, 250, 250, 1);
	max-height: calc(100% - 50px);	
    overflow-y: scroll;	
}

.modal-footer {
	overflow-y: initial !important;
    max-height: calc(100% - 50px);
	color: rgba(0, 89, 65, 1) !important;	
	background-color: rgba(250, 250, 250, 1);
	box-shadow: 0px 3px 3px #E1E1E1;
}


.btn-custom1 {
    background: #F0F0F0;
    color: #1A1A1A;
    box-shadow: 0px 2px 0px #4A4A4A;
}

.btn-custom2 {
    background: #D33C2F !important;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px #4A4A4A;
}

	 .btn-custom2:hover {
		background: #D33C2F !important;
	    color: #FFFFFF;
	    box-shadow: 0px 2px 0px #4A4A4A;
 } 

 .download-option-div {
	display: none;
	width: 135px;
	position: absolute;
    top: 25px;
    right: 0;
	border-radius: 5px;
	border: 1px solid #aaa;
	box-shadow: -1px 2px 5px 0px #aaa;
	background-color: white;
}

.download-option-div.show {
	display: inline;
}

.download-option-div ul {
	padding: 0px;
	list-style: none;
	height: 100%;
}

.download-option-div li {
	height: 50% !important;
	border-top: 1px solid #ccc;
	text-align: center;
	line-height: 40px !important;
    cursor: pointer;
    float: initial !important;
    padding: initial !important;
    margin: initial !important;
    color: black !important;
}

.download-option-div li:hover {
    background-color: #ccc;
    color: black;
}

.download-option-div li p {
    margin: 0px;
}
