body {
  padding-top: 50px;
}
.clear{
	clear:both;
}
.operations {
  margin: 20px 0;
}

.host {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  display: inline-block;
  /*padding: 12px;*/
  margin-right: 20px;
  margin-bottom: 20px;
  width: 200px;
  background-color:#32383e;
}
.host > p {
  font-size: 16px;
}
.host > h3 {
  margin-top: 10px;
}
.host > .btn {
  font-size: 16px;
}
.enter-host {
  height: 68px;
}


.btn > .glyphicon {
  margin-right: 4px;
}

a > .glyphicon {
  margin-right: 4px;
}

p.navbar-text > .glyphicon {
  margin-right: 4px;
}

.myprogress {
  position: relative;
}

.progress-bar-percentage {
  color: black;
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
}

.myprogress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

/*.mytable {
  margin-bottom: 0;
}*/
.mytable > tbody > tr > td {
  vertical-align: middle;
}

.talbe-no-border > tbody > tr > td {
  border-top: none;
}

.table-camera {
  width: 550px;
}

.table-camera > tbody > tr > td > label {
  margin: 0;
}

.div-chart {
  margin-top: 10px;
  height: 500px;
  width: 100%;
}

.div-ntp {
  margin-bottom: 10px;
}

.div-ntp .form-control {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  vertical-align: middle;
}

.div-ntp .btn {
  display: inline-block;
}

.mybtn {
  width: 100px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.mybtn-lg {
  width: 160px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.input-address input,.input-address span {
  display: inline-block;
}
.input-address input:first-of-type {
  width: 60%;
}
.input-address input:last-of-type {
  width: 35%;
}
.input-address span {
  width: 5%;
  text-align: center;
}

.input-lon-lat input,.input-lon-lat span {
  display: inline-block;
}
.input-lon-lat input:first-of-type {
  width: 48%;
}
.input-lon-lat span {
  width: 4%;
}
.input-lon-lat input:last-of-type {
  width: 48%;
}

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  /*padding: 20px;*/
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
  overflow-x: hidden;
  overflow-y: auto; 
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
}
.nav-sidebar {
  margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-sidebar > li > a.level1 {
  padding-right: 15px;
  padding-left: 15px;
}
.nav-sidebar > li > a.level2 {
  padding-right: 15px;
  padding-left: 30px;  
}
.nav-sidebar > li > a.level3 {
  padding-right: 15px;
  padding-left: 45px;  
}

.control-label {
  vertical-align: middle;
}

.btn-select-roi {
  width: 100%;
  margin: 0;
}
.div-select-roi {
  padding-left: 0;
}

.modal-max {
  width: 90%;
}

.table-users {
  width: 600px;
}

.dropdown {
  display: inline-block;
}

.nav-data {
  margin-top: 15px;
}

.video-js {
  width: auto;
}

.selector-camera {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*.tab-content .tab-pane {
  border: 1px solid #ddd;
  border-top-color: transparent;
}*/

/*.dropdown .dropdown-toggle {
  width: 100px;
}*/

/*.loading-backdrop {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 1050;
}*/

/*canvas {
  cursor: crosshair;
}*/

/*.navbar {
  background-color: rgba(150,17,20,1.0);
}*/