.webixappstart {
  opacity: 0;
}
.webixapp {
  transition: opacity 500ms;
  opacity: 1;
}
/*data loading status*/
.status_good,
.status_error,
.status_saving {
  text-align: center;
  margin-left: -12px;
}
.status_error {
  color: red;
}
.status_good {
  color: green;
}
/*login form*/
.invalid_login .webix_header > div {
  background: #FC3636;
  transition: background 1s;
}
.invalid_login {
  -webkit-animation: formshake .5s linear;
}
@-webkit-keyframes formshake {
  8%,
  41% {
    -webkit-transform: translateX(-10px);
  }
  25%,
  58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
}
.app_header.webix_header {
  text-align: center;
}
.app_layout.webix_layout_clean {
  background: #EBEDF0;
}
.app_start .webix_template {
  padding: 12px 12px;
}
.app_menu .webix_icon {
  font-size: 20px;
  vertical-align: middle;
  color: #ffffff !important;
}
.table_hover {
  background-color: #ffeeee;
  cursor: pointer;
}
.checked {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #ffffff;
  background: #eb7a46;
  width: 100%;
}
.checked:hover {
  background: #fbb43c;
  color: #230480;
}
.headerBg {
  background-color: transparent !important;
}
.headerBackBg {
  background: #e0f206 !important;
}
.headerBg .webix_template {
  color: #ffffff !important;
}
.btnMK,
.btnMhsDetail {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #ffffff;
  font-size: 12px;
  background: #eb7a46;
  text-decoration: none;
  padding: 2px 5px;
}
.btnMK:hover,
.btnMhsDetail:hover {
  background: #fbb43c;
  background-image: -webkit-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: -moz-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: -ms-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: -o-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: linear-gradient(to bottom, #fbb43c, #b4d70d);
  text-decoration: none;
  cursor: pointer;
  color: #230480;
}
.notchecked {
  color: #d90000;
  cursor: pointer;
}
.checked:hover,
.notchecked:hover {
  background: #fbee51;
}
.info_krs {
  margin: 0px;
  font-weight: bold;
  color: #e30000;
  font-size: 12pt;
}
.kurang {
  background: #edf867;
  color: #2f336a;
  font-weight: bold;
}
.webix_selected .menu_icon {
  color: #FFFFFF !important;
}
.menu_icon {
  color: #3498db !important;
}
a .webix_custom_checkbox {
  border: 1px solid #3498db;
  box-shadow: 0 0 1px #3498db inset;
}
.checked2 {
  color: #0c2970;
  cursor: pointer;
}
.notchecked2 {
  color: #f1bf3d;
  cursor: pointer;
}
.checked2:hover,
.notchecked2:hover {
  color: #ea1aea;
}
.mainphoto {
  border-radius: 25px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.mainphoto:hover {
  opacity: 0.8;
}
.menu_akun {
  background: transparent;
}
.logo {
  background: transparent;
}
.webix_toolbar {
  background: #475466;
}
.app_menu,
.app_menu .webix_list_item {
  background: transparent;
}
.webix_header {
  background: #FFFF00;
}
.footer {
  background: #475466;
  color: #FFF !important;
}
.webix_view.headerAtas {
  background: #0f3753;
  color: #ffffff;
}
.webix_view.kampus {
  background: #0f3753;
  color: #ffffff;
  text-align: right;
}
.webix_view.footerBawah {
  background: #0f3753;
  color: #ffffff;
}
.webix_view.footerWaktu {
  background: #0f3753;
  color: #ffffff;
  text-align: right;
}
.webix_view.footerWaktu span {
  color: #f0fb22;
  font-weight: bold;
  font-size: 12pt;
}
.judulHalaman .webix_template {
  background: #3498db;
  font-size: 12pt;
  color: #ffffff;
}
h2.info {
  font-size: 13pt;
  font-weight: bold;
  color: #ee0000;
  margin: 2px;
  text-align: center;
  height: 5px;
}
.soal {
  font-size: 11pt !important;
  color: #00000;
}
.soal .nosoal {
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
  display: inline-block;
  background: #320259;
  color: #ffffff;
  font-size: 16px;
}
.soalNoDari {
  font: bold 11.5px;
  background-color: #ebfdae;
}
.soal .vignette {
  width: 100% ;
  padding: 5px;
  background-color: #ebfdae;
  font: bold 11px;
  border: 1px solid #dfb8fc;
  border-radius: 5px;
  box-sizing: border-box;
}
.soal .pertanyaan {
  margin-top: 5px;
  width: 100% ;
  padding: 5px;
  background-color: #ffffff;
  font: bold 11px;
  border: 1px solid #dfb8fc;
  border-radius: 5px;
  box-sizing: border-box;
}
.jawaban .webix_scroll_cont .webix_list_item {
  font-size: 11pt !important;
  color: #000000;
  cursor: pointer;
  overflow: visible;
  height: auto !important;
  padding-left: 20px;
  text-indent: -18px;
}
.jawaban .webix_scroll_cont .webix_selected {
  font-size: 11pt !important;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 20px !important;
  text-indent: -18px !important;
  background: #475466;
}
.jawaban .webix_scroll_cont {
  margin-left: 5px;
}
.sudahDijawab .webix_dataview_item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #4d4d4d;
  color: #ffffff;
  padding: 1px !important;
  line-height: 25px !important;
  font-size: 10pt;
  /* border-radius: 50%;*/
}
.sudahDijawab .webix_dataview_item.webix_selected,
.sudahDijawab .webix_dataview_item.webix_selected .sudah {
  background: #FFFF00;
  color: #000;
}
.sudahDijawab .webix_dataview_item .sudah {
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  /* border-radius: 50%;*/
  height: 100%;
  width: 100%;
}
/* ANIMASI LOADER */
.preload-wrapper {
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#preloader_1 {
  position: relative;
  width: 60px;
  margin: 23% auto;
}
#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #9b59b6;
  position: absolute;
  -webkit-animation: preloader_1 1.5s infinite ease-in-out;
  animation: preloader_1 1.5s infinite ease-in-out;
}
#preloader_1 span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#preloader_1 span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#preloader_1 span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#preloader_1 span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}
@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}
.sedang_ujian {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #ffffff;
  font-size: 12px;
  background: #a00db0;
  text-decoration: none;
  padding: 2px 5px;
}
.periksa_koneksi {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #ffffff;
  font-size: 12px;
  background: #117403;
  text-decoration: none;
  padding: 2px 5px;
}
.rto {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #f9f43e;
  font-size: 12px;
  background: #000;
  text-decoration: none;
  padding: 2px 5px;
}
.ping {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #160c94;
  font-size: 12px;
  background: #ebf259;
  text-decoration: none;
  padding: 2px 5px;
}
.webix_layout_space {
  background: #fff !important;
}
.btnSesiSudahAktif {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #ffffff;
  font-size: 12px;
  background: #eb7a46;
  text-decoration: none;
  padding: 2px 5px;
}
.btnSesiSudahAktif:hover {
  background: #fbb43c;
  background-image: -webkit-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: -moz-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: -ms-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: -o-linear-gradient(top, #fbb43c, #b4d70d);
  background-image: linear-gradient(to bottom, #fbb43c, #b4d70d);
  text-decoration: none;
  cursor: pointer;
  color: #230480;
}
.btnSesiAktif {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #ffffff;
  font-size: 12px;
  background: #62d0f4;
  text-decoration: none;
  padding: 2px 5px;
}
.btnSesiAktif:hover {
  background: #62d0f4;
  background-image: -webkit-linear-gradient(top, #62d0f4, #10b3e9);
  background-image: -moz-linear-gradient(top, #62d0f4, #10b3e9);
  background-image: -ms-linear-gradient(top, #62d0f4, #10b3e9);
  background-image: -o-linear-gradient(top, #62d0f4, #10b3e9);
  background-image: linear-gradient(to bottom, #62d0f4, #10b3e9);
  text-decoration: none;
  cursor: pointer;
  color: #93590b;
}
.btnPeserta {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: 0px;
  color: #230480;
  font-size: 12px;
  background: #effa32;
  text-decoration: none;
  padding: 2px 5px;
}
.btnPeserta:hover {
  background: #ef0a32;
  background-image: -webkit-linear-gradient(top, #fbf53c, #b4d75d);
  background-image: -moz-linear-gradient(top, #fbf53c, #b4d75d);
  background-image: -ms-linear-gradient(top, #fbf53c, #b4d75d);
  background-image: -o-linear-gradient(top, #fbf53c, #b4d75d);
  background-image: linear-gradient(to bottom, #fbf53c, #b4d75d);
  text-decoration: none;
  cursor: pointer;
  color: #230480;
}
.webixtype_next,
.webixtype_next + .webixtype_next_arrow,
.webixtype_prev,
.webixtype_prev + .webixtype_prev_arrow {
  background: #475466;
  color: #FFFFFF !important;
}
.webixtype_next:active,
.webixtype_next:active + .webixtype_next_arrow,
.webixtype_prev:active,
.webixtype_prev:active + .webixtype_prev_arrow {
  background: #effa32;
  color: #475466 !important;
}
.webixtype_next:focus,
.webixtype_next:focus + .webixtype_next_arrow,
.webixtype_next:hover,
.webixtype_next:hover + .webixtype_next_arrow,
.webixtype_prev:focus,
.webixtype_prev:focus + .webixtype_prev_arrow,
.webixtype_prev:hover,
.webixtype_prev:hover + .webixtype_prev_arrow {
  background: #effa32;
  color: #475466 !important;
}
.webix_accordionitem_header {
  font-size: 10pt;
}
/* LABEL SOAL */
div.garisbawah {
  line-height: 280%;
  margin-bottom: 50px;
}
span.labeled {
  border-bottom: 1px solid black;
  position: relative;
}
.labeled:before {
  margin-top: 20px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
#a:before {
  content: 'A';
}
#b:before {
  content: 'B';
}
#c:before {
  content: 'C';
}
#d:before {
  content: 'D';
}
#e:before {
  content: 'E';
}

