.btn.disabled, .btn:disabled {
  opacity: 0.25;
}
select {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
.jwidth {
	
	width : 230px;
}
.jwidth_inner {
	
	width : 230px;
}
@media screen and (max-width: 1000px) {
   
.jwidth {
	
	width : 230px;
}
.jwidth_inner {
	
	width : 210px;
}

}



titlelabel {
  width : 150px;
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.popup-position{
  display:none;
  position: fixed ;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#popup-wrapper{
text-align: left;
}


#popup-container{

  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  margin: 70px auto;

  a{
      cursor: pointer;
  }
}

.progress {
  position: relative;
}

.progress-bar-title {
  position: absolute;
  text-align: center;
  line-height: 18px; /* line-height should be equal to bar height */
  overflow: hidden;
  color: #fff;
  right: 0;
  left: 0;
  top: 0;
}
input[type=checkbox]{accent-color:#444;}
input[type=checkbox]:not(:checked):not(:disabled){
  appearance: none;
  margin-bottom: 0;
  width: 1em;
  height: 1em;
  background: #444
}