.help-block {
    color: #666;
}

body, html {
    color: #505050;
}

.Wt-header .Wt-headerdiv {
    background-color: #D9EDF7;
}

.progress .bar-label {
    font-size: small;
    line-height: 25px;
}

.calibration-control {
    display: inline;
    padding: 0px 5px;
}

.calibration-preview .checkbox.inline {
    margin: 0px 10px;
}

.progress {
    margin: 0px 10px;
    color: black;
    height: 25px;
}

.navbar {
  margin : 0;
}

.navbar .brand {
  background: url(/css/logo.png) no-repeat left;
  margin-left: -10px;
  padding-left: 120px;
  background-position-y: -3px;
  position: relative;
  top: 2px;
  font-variant: small-caps;
  font-size: 1.2em;
}

.btn-group .btn {
  height : 30px;
}

.barCombo {
  margin : 0px;
  height : 30px;
  border-radius :0;
}

.barSpin {
  margin-bottom : 0px !important;
  height : 30px;
  border-radius :0 !important;
}

.Wt-auth-logged-in b {
  margin: 0px 3px;
  position: relative;
  top: 4px;
  vertical-align: middle;
}

.btn-toolbar select {
  margin: 0px 3px;
}

input[type="file"] {
  overflow: visible;
}

.form-horizontal .control-group {
  margin-bottom: 10px;
}
.control-text {
  padding-top: 5px;
  display: block;
}

.control-group .property-view {
  padding-top: 5px;
}

.nav {
  margin-bottom: 5px;
}
.alert {
  margin-top: 5px;
  margin-bottom: 0px;
}

/*
.btn-toolbar {
   margin: 0px 6px 3px;
}
*/

.with-overflow {
   overflow: auto;
}

.header-item {
   font-weight: bold;
}

.no-cursor {
  cursor: none;
}

.move-cursor {
	cursor: move;
}

.hand-cursor {
  cursor: all-scroll
}

.normal-cursor {
  cursor: auto;
}

.widget-zoom-button {
	background-color: rgba(255,255,255,1) !important;
	border-radius: 2px;
	display: block;
	height: 29px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 29px;
	z-index: 2;
	box-sizing: border-box;
	transition: background-color 0.16s ease-out;
	border-color: rgba(255,255,255,1);
}

.tag-alarm.active {
  background-color : red !important;
}

.tag-exited.active {
  background-color : grey !important;
}

textarea {
  width: auto;
}

.documentation {
  overflow: auto;
}

.news h3, .news h4 {
  color: #555;
}

.news h3 {
  margin-bottom: 0px;
}

.news h4 {
  margin-top: 0px;
}

/* License Management table styling */
.l-old { color: #999; }
.l-current { font-weight: bold; }
.l-curr-warning { font-weight: bold; color: #b94a48; }
.l-future {  }

.large-dialog .modal-body {
    max-height: none;
}

.unread-item {
    font-weight: bold;
}
