div.ws_popover {
  position: absolute;
  overflow: hidden;
  z-index: 10000;
  background-color: rgb(104, 202, 253);
  border: 0.5vw solid rgb(179, 228, 254);
  border-radius: 2vw;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  text-shadow: 0.1vw 0.1vw 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4vw 0.4vw rgba(0, 0, 0, 0.15);

  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

div.ws_popover>div {
  padding: 1vw 1vw;
}

div.ws_popover div.detail_option_header {
}

div.ws_popover div.detail_option_title {
  width: 100%;
  background: rgb(83, 161, 202);
}

div.ws_popover div.detail_option_content {
  text-align: center;
}

div.ws_popover div.detail_option_content .ui {
  display: block;
}

div.ws_popover {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

div.ws_popover.maintenance div.detail_option_content{
  text-align: left;
  padding: 0;
}

div.ws_popover.maintenance div.columns{
  display: table;
  margin: 0.5vw 0;
  padding: 0.25vw 1vw;
  height: 3vw;
  font-size: 1.5vw;
}
div.ws_popover.maintenance div.columns div{
  display: table-cell;
  vertical-align: middle;
}
div.ws_popover.maintenance div.input input,
div.ws_popover.maintenance div.input select{
  height: 3vw;
  font-size: 1.2vw;
  font-weight: normal;
  padding: 0 0.5vw;
  margin: 0;
  color: rgb(0, 0, 0);
  border-radius: 1vw;
}

div.ws_popover.maintenance div.input select{
  padding-right: 1.8vw;
  background-position: calc(100% - 0.4vw);
  background-size: 0.8vw 100%;
}

@media (max-width: 767px) {
   div.ws_popover.maintenance div.input select{
     background-size: 2.4vw 100%;
   }
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  div.ws_popover.maintenance div.input select {
    background-size: 3vw 0.4vw;
    background-position: 110%;
  }
}

@-moz-document url-prefix() {
  div.ws_popover.maintenance div.input select {
    background-size: 3vw 0.4vw;
    background-position: 110%;
  }
}

div.ws_popover.maintenance label.checkbox{
  /*display: inline-block;*/
}

div.ws_popover.maintenance div.input.checkbox .image{
  /*position: relative;*/
  left: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
}
