.no-js { display: none;  }

.js { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader2.gif) center no-repeat #fff;
}

.se-pre-con-full {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader2.gif) center no-repeat #fff;
}
.disabled_item{
    cursor: not-allowed;
}
.deleteItem{
	color: #DD4B39;
}

.deleteItem:hover{
	color: #DD4B20;
	opacity: 0.7;
}

.loader{
	color: #3C8DBC;
	font-size: 50px;
	margin-left: 50%;
	margin-top: 20%;
}

.background-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  display: block;
  background: url(../img/1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*margin-top: 7%;*/
  /*width: 1200px;*/
  /*height: 800px;*/

  z-index: -1;

  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.tooltip.top {
    margin-top: -30px;
}

.threshold, .hysteresis {
    text-align: center !important;
}

.logo img {
    width: 35%;
}

.input-group-addon, .fa-play, .fa-stop {
    cursor: pointer;
}

.itempala{
    width: 20%;
    margin-right: 3%;
    border-radius: 10px;
}

.rowgauge{
    display:flex;
    justify-content:space-evenly;
}

body > div.wrapper.ng-scope > div > div > section.content.ng-scope > div:nth-child(2) > section.col-lg-9.connectedSortable > div.col-xs-12.ng-scope > div > div > b{
    font-size: large !important;
}

.bg-yellow{
    background-color: #f3cd12 !important ;
}