.login {
	width: 400px;
	padding-top: 200px;
}

a {
	cursor: pointer;	
}

.ih {
	display: none;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.popup {
  font: 10px sans-serif;
}

.axis {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.panel > .alert {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}

.col-sm-6 .alert {
	padding: 7px;
}

.allowUpdates input[type=checkbox].allowUpdatesInp {
	margin-left: -20px;
}

.allowUpdates label {
	margin-left: 30px;
}

.changed {
	background-color: blue;
}

.btnBar {
	padding-top: 10px;
}

.loading {
	margin: 10px;
}

.recordinfo .legend {
	margin-left: 10px;
}