
.block-page {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#progress {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 1%;
  height: 5px;
  background: #8ec165;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: width 500ms ease-out, opacity 400ms linear;
  -ms-transition: width 500ms ease-out, opacity 400ms linear;
  -o-transition: width 500ms ease-out, opacity 400ms linear;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear;
}
#progress dd, #progress dt {
  position: absolute;
  top: 0;
  height: 5px;
  -moz-box-shadow: #c09853 1px 0 6px 1px;
  -ms-box-shadow: #c09853 1px 0 6px 1px;
  -webkit-box-shadow: #c09853 1px 0 6px 1px;
  box-shadow: #c09853 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#progress dt {
  opacity: .6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}
#progress dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

#tblAnggota_wrapper {
  width: 100% !important;
}

.error {
  color: red;
}

.drop {
  padding: 6px !important;
}