html, body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* Toolbar area */
#main {
	background-color: #0f69c3;
}
.menu {
	background-color: transparent;
	border: none;
	height: 38px;
	margin: 16px;
	width: 36px;
}
md-toolbar md-button {
	width: 100%;
}
#main h1 {
	width: 100%;
}
/* Sidenav area */
md-list .md-button.selected {
	color: #06F;
}
md-sidenav md-list {
	padding: 0px 0px 8px 0px;
}
#graphDiv,#graphDiv1,#graphDiv2 {
	overflow: hidden;
}

/* Primary content area */
#content {
	overflow: hidden;
	padding: 40px;
	margin: 0px auto;
}
@media only screen and (min-width: 800px) and (max-width: 1150px) {
#content {
	    width: 90%;
}
}

#demoCanvas {
	box-shadow: 0 0 10px #bab9b9;
	background-color: #fff;
	border: solid white 7px;
}
md-select {
	margin: -5% 0% -5% 3%
}
md-select:not([disabled]):focus .md-select-label {
	color: #2295F1;
	font-size: 16px !important;
}
#content .md-button.contact {
	background-color: transparent;
	border: none;
	width: 48px;
	height: 48px;
	margin: 8px auto 16px 0;
	position: absolute;
	top: 10px;
	right: 40px;
}
#content md-icon.avatar {
	margin-top: 10px;
}
.rotate {
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rotateCounterwise {
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
md-button.menuBtn > md-icon {
	fill: white;
	width: 24px;
	height: 24px;
}
span md-icon {
	float: right;
	height: 50px;
}
md-tooltip {
	background-color: #06F;
}
#content img {
	display: block;
	height: auto;
	max-width: 500px;
}
md-slider .md-sign .md-thumb-text {
	text-align: center;
}
md-slider {
	width: 87%;
	margin: 0% 5% 0% 5%
}
}
/* Utils */
.content-wrapper {
	position: relative;
}
md-bottom-sheet md-icon {
	margin-right: 20px;
}
.div {
	margin: 4% 0% 0% 4% !important;
}
.toolbarbutton {
	width: 100% !important;
	border-radius: 0% !important;
	padding: 0% 7% 0% 7% !important;
	margin: 0% !important;
	line-height: 300% !important;
	text-align: left !important;
	font-size: large !important;
}
.md-title {
	font-size: 16px;
}
#Copyright {	
	padding-top: 2%;
	color: #c8c5c5;
}
/*md-sidenav.md-locked-open {
    min-height: 800px !important;
}*/

.expTitle {
	font-size: 25px !important;
}
.subTitle {
	font-size: 16px !important;
}
md-tooltip.large .md-content {
	max-width: 150px;
	line-height: 60px;
}
.selectable {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
	cursor:default;
}
.expTitle{
    overflow:hidden !important;
	display:inline-block;
    white-space: nowrap !important; 
	 text-overflow:ellipsis;
}

@media only screen and (max-width: 200px) {  
#content{
  margin: -24px -23px 23px -34px !important;

}
}

@media only screen and (min-width: 201px) and (max-width: 300px) {
 #content{
  margin: -24px -23px 23px -34px !important;
    width: 125% !important;
}
#expTitle{
    font-size: 17px !important;
	}
		md-content{
	    overflow: hidden;
	}
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
 #content{
  margin: -24px -23px 23px -34px !important;
    width: 120% !important;
}
#expTitle{
    font-size: 20px !important;
	}
		md-content{
	    overflow: hidden;
	}
}
@media only screen and (min-width: 401px) and (max-width: 550px) {
 #content{
  margin: -24px -23px 23px -34px !important;

}
#expTitle{
    font-size: 24px !important;
	}
		md-content{
	    overflow: hidden;
	}
}
@media only screen and (min-width: 551px) and (max-width: 800px) {
 #content{
  margin: -24px -23px 23px -34px !important;
  width:130%;  
}

#expTitle{
    font-size: 26px !important;
	}
	md-content{
	    overflow: hidden;
	}
}


@media only screen and (min-width: 801px) and (max-width: 850px) {
 #content{
 
    width: 109% !important;
}
#expTitle{
    font-size: 27px !important;
	}
		md-content{
	    overflow: hidden;
	}
}
md-slider .md-focus-ring{
border: none !important;
}
md-slider:not([md-discrete]):not([disabled]):focus .md-thumb, md-slider:not([md-discrete]):not([disabled]).active .md-thumb {
	-webkit-transform: scale(0.5);
	transform: scale(0.5); 
}
md-slider .md-thumb{
	cursor:pointer;
}
md-slider:not([md-discrete]):not([disabled]):hover .md-thumb {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
