.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preload {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(loader.gif) center no-repeat #fff;
}

#my_dataviz > svg:nth-child(1) > g:nth-child(1) > g:nth-child(2) > path:nth-child(1) {
		stroke:lightgray !important;
}

.yaxis > path:nth-child(1){
		stroke:lightgray !important;
}

#ttext {
  position: relative;
  bottom: -.4vw;
}

#ttext {
opacity:1; 
color:lightgray; 
font-family:'tahoma'; 
font-size:1.5vw
}

#ttext2 {
text-align: center; opacity:1; color:lightgray; font-family:'tahoma'; font-size:1vw; width:90%;
}
#top {
margin: auto;  width: 50%;
}
#selectButton {
font-family:'tahoma'; font-size:1.5vw 
}

#selectButton2 {
font-family:'tahoma'; font-size:1.5vw 
}

#select2-selectButton-container{
		font-family:'tahoma' !important;
		text-align: right;
		font-size:1.5vw

 }
 
#select2-selectButton2-container{
		font-family:'tahoma' !important;
		text-align: left;
		font-size:1.5vw

 }
 
.select2-selection__rendered{
		font-family:'tahoma' !important;
		text-align: right;
		font-size:1.5vw
		
		
 }
 
 [class^='select2'] {
  border-style: none !important;

}

.select2-results__options{
		font-family:'tahoma' !important;
        font-size:1.1vw !important;
 }


.select2-container .select2-selection--single .select2-selection__rendered{
    overflow:visible !important;
}
.select2 {
width: auto !important;

}

.select2-selection {
    height: auto !important;
}
.select2-search--dropdown .select2-search__field {
		font-family:'tahoma' !important;
		font-size:1.1vw
		
		
 }