.loadingicon {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(240, 255, 255, .8) url('../images/default.gif') 50% 50%
		no-repeat;
}

body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingicon {
	display: block;
}

.dashboard-title {
	background-color: #009933;
}

.sidebar {
	background-color: #d9d9d9;
}

.footer {
	background-color: #262626;
}

@media ( min-width : 992px) {
	.dashboard-title {
		height: 73px;
	}
	.sidebar {
		
	}
}

.glyphicon-grain {
	color: green;
}

.glyphicon-edit {
	color: #33adff;
	font-size: 17px;
	cursor: pointer;
}

.glyphicon-download-alt {
	color: #009944;
}

/*routeanalysis*/
.routeanalysistab-content .fetchfromS3 {
	padding-bottom: 10px;
}