.register-box {
  max-width: 1200px;
}
.owner {
  display: inline-block;
  padding: 0px 15px;
  font-size: 0.875rem;
  line-height: 64px;
  height: 64px;
  color: #fff;
  opacity: 0.3;
}
.table.table-notice td,
.table.table-notice th {
  vertical-align: middle;
}
.table.table-notice th:first-child {
  text-align: left;
}
.table.table-notice .input-group {
  max-width: 150px;
  margin: 0 auto;
}
.table.table-notice .form-control {
  text-align: center;
}
.customcheckbox {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin: 0;  
}
.col-checkbox {
  width: 90px;
}
.notice_table-for-select {
  max-height: calc((100vh - 160px)/2);
}



.grid-stack {
    
}
.columnSelector {
  display: flex;
}
.columnSelector label {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
}
.card-ts-table {
 
}

#control_panel
{
  background-color:#141619;
  padding: 0 15px;
}
#map 
{
	overflow:hidden;
}
.page-wrapper>.container-fluid {
  min-height: calc(100vh - 64px);
}


input {/*
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4F5467;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
}



.handle {
  position: relative;
  cursor: move;
  height: 40px;
  padding: 9px 10px;
  line-height: 20px;
  font-size: 18px;
  color: #141619;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 4px 4px 0 0;  
}
.handle a {
  color: #697680;
  font-size: 12px;
  margin-left: 6px;
}
.handle a:hover {
  text-decoration: underline;
}
.table-settings {
  width: 46px;
  font-size: 18px;
  background: none;
  border: none;
  color: #697680;
}
.handle .table-settings {
  position: absolute;
  right: 5px;
  top: 0px;
}
.table-settings:hover {
  cursor: pointer;
  color: #3F8D97;
}

.status_numbers {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 5px;
  margin-top: -5px;
  padding: 0;
  display: flex;
  min-height: 50px;

}
.status_numbers li {
  display: inline-flex;
  flex-wrap: nowrap;
  background: #3f8d97;
  width: auto;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 2px;  
  align-items: center;
}
.status_numbers .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.status_numbers .number_label {
  padding: 0 15px;
  margin: 0 auto 0 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}

#ts_sensors {
  display: flex;
  min-height: calc(100% - 40px);
  background: #fff;
  padding: 15px;
}
#ts_sensors .loading {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ccc;
}
#ts_sensors table {
  width: 100%;
}
#ts_sensors thead {
  display: none;
}
#ts_sensors td {
  line-height: 26px;
}
#ts_sensors td:first-child {
  position: relative;
  z-index: 2;
}
#ts_sensors td:first-child span {
  background: #fff;
  padding-right: 8px;
}
#ts_sensors td:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #ccc;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#ts_sensors td:last-child {
  padding-left: 8px;
}

.row.diagram {
  margin: 0;
  padding: 10px 10px 0;
  background: #fff;
  border-bottom: 2px solid #eeeeee;
}



.auth-wrapper {
  background: url(/img/main-right.png) 100% 0 no-repeat, url(/img/main-left.png) 0 100% no-repeat, url(/img/bg.png);
}
.register-box {
  background-color: transparent;
}
.auth-wrapper .auth-box {
  border-radius: 4px;
}
.card h4.card-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 32px;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.wizard-content .wizard>.actions>ul>li>a {
  background: #1a3846;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #368791;
  color: #1a3846;
}
.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
  color: rgba(255, 255, 255, 0.45);
}

#loginform .db {
  color: rgb(31, 63, 79);
  font-size: 32px;
  font-weight: 600;
}
.view-settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.view-settings button {
  margin-top: 10px;
  margin-right: 6px;
}
.view-settings button.selected {

}


@media (max-width: 767px) {
  .topbar .top-navbar .navbar-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}







/*
.sidebar-nav ul li {
position: relative;
}

.collapse.in {
position: absolute;
display: block;
width: 100%;
left: 100%;
top: 0;
z-index: -2;
transition: 0.5s;
}
.collapse.in СПРЯТАННЫЙ {
left: -100%;
}
.collapse.in::after {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background: #1b3847;
transform: rotate(45deg);
z-index: 10;
position: absolute;
top: 15px;
left: -15px;
}
.sidebar-nav ul .sidebar-item .first-level {
padding: 0 10px 0 0;
}
*/