.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;
}

.center-device-count {
  float: right;
  vertical-align: middle;
}

/* Packages table styling */
.pkg-default { color: #999; }

.Wt-header input {
    width: 99%;
    height: 30px;
    box-sizing: border-box;
}

.Wt-tableview .highlight-url:not(.active) {
    cursor: pointer;
    background-color: #f0f0f0;
}

.Wt-tableview .value-ok:not(.active) {
    background-color: rgb(150,255,150);
}

.Wt-tableview .value-error:not(.active) {
    background-color: rgb(255,170,150);
}

.Wt-tableview .value-warning:not(.active) {
    background-color: rgb(255,255,150);
}

.Wt-tableview .value-ok-offline:not(.active) {
    background-color: rgb(150,255,150,0.4);
}

.Wt-tableview .value-error-offline:not(.active) {
    background-color: rgb(255,170,150,0.4);
}

.Wt-tableview .value-warning-offline:not(.active) {
    background-color: rgb(255,255,150,0.4);
}

.Wt-tableview .value-disabled:not(.active) {
    background-color: rgb(220,220,220);
}

.Wt-tableview .value-ok-disabled:not(.active) {
    background-color: rgb(120,200,120,1);
    color: white;
}

.Wt-tableview .value-error-disabled:not(.active) {
    background-color: rgb(220,130,100,1);
    color: white;
}

.Wt-tableview .value-warning-disabled:not(.active) {
    background-color: rgb(220,170,50,1);
    color: white;
}

.title {
    font-size: larger;
    font-weight: bold;
}

.list-edit-item-buttons {
    text-align: right;
}

.device-edit {
}

.control-label > input[type="checkbox"] {
    margin-top: -3px;
}

.form-inline .control-group:after {
    clear: none;
}

.camera-empty a {
    font-style: italic;
}

.form-horizontal .half-label .control-label {
    width: 120px;
}

.form-horizontal .half-label .controls {
    margin-left: 130px;
}

.json-editor {
    overflow: auto;
}

.json-editor .row {
    margin-left: 0px;
}

.json-editor h3 label {
    font-size: 24.5px;
}

.json-editor h3 .btn-group {
    display: none
}

.json-editor .control-label, .json-editor .control-group > label {
    font-weight: 700;
}

.json-editor .well {
    padding-bottom: 19px !important;
}

.policy-table {
    width: 100%;
}

.policy-table .checkbox.inline label {
    paddig-top: 0px;
}

.control-text-label {
    padding: 5px;
    display: inline-block
}

.Wt-tableview .Wt-tv-c input {
    margin: 0px 5px;
}

.Wt-tableview .Wt-tv-c.correct {
    background-color: rgb(150,255,150);
}

.Wt-tableview .Wt-tv-c.incorrect {
    background-color: rgb(255,170,150);
}

.Wt-tableview .Wt-tv-c.edited-correct {
    background-color: rgb(70,255,70);
}

.Wt-tableview .Wt-tv-c.edited-incorrect {
    background-color: rgb(255,70,70);
}

.Wt-tableview .Wt-tv-c.edited-ignore {
    background-color: rgb(200,200,200);
}

.log-files-upload span {
    display: block;
    height: 0px;
}

form.log-files-upload {
    margin: 0px;
}

.device-filetree-buttons .btn + .btn {
    margin-left: 7px
}

.light-red-background {
  background-color: #f8d7da;
}

.light-yellow-background {
  background-color: #fff3cd;
}

.light-green-background {
  background-color: #d4edda;
}

.nav-tabs > li > a.btn {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.calibrate-control-scroll {
    overflow: auto;
    height: 100%;
}

.input-invalid {
    border: 1px solid red !important;
}

.text-invalid {
    color: red !important;
}

.text-valid {
    color: green !important;
}
