question-instruction-satu/*!
 * fot style
 * Copyright 2016 Firstsasia Consultants.
 * Licensed under MIT (https://www.firstasiaconsultants.com/)
 *
 */

/*
 ******************************************************************** 
 * Fonts
 ******************************************************************** 
 */
@font-face{
    font-family: 'Helvetica-Bold';
    src: url(../fonts/helvetica-neue-bold.ttf);
}
@font-face{
    font-family: 'Helvetica-Medium';
    src: url(../fonts/helvetica-neue-medium.ttf);
}
@font-face{
    font-family: 'Helvetica-Normal';
    src: url(../fonts/helvetica-neue.ttf);
}
@font-face{
    font-family: 'Helvetica-Light';
    src: url(../fonts/helvetica-neue-light.ttf);
}
@font-face{
    font-family: 'Meta-Normal';
    src: url(../fonts/meta-normal.ttf);
}
@font-face{
    font-family: 'Montserrat-Light';
    src: url(../fonts/montserrat-light.ttf);
}
@font-face{
    font-family: 'Montserrat-Bold';
    src: url(../fonts/montserrat-bold.ttf);
}
@font-face{
    font-family: 'Poppins-Regular';
    src: url(../fonts/poppins-regular.ttf);
}
@font-face{
    font-family: 'Poppins-Light';
    src: url(../fonts/poppins-light.ttf);
}
@font-face{
    font-family: 'Poppins-Semibold';
    src: url(../fonts/poppins-semibold.ttf);
}
@font-face{
    font-family: 'Poppins-Bold';
    src: url(../fonts/poppins-bold.ttf);
}

.font-white {
    color: white;
}
.font-gold {
    color: #5a5758;
}
.font-grey {
    color: #999;
}
.font-black {
    color: #000;
}
.font-fac-blue {
    color: #23527c;
}
.font-fac-red {
    color: #e65c25;
}
.font-fac-green {
    color: #35ad79;
}
.font-dark-grey {
    color: #444;
}
.font-center {
    text-align: center;
}
.font-italic {
    font-style: italic;
}

.fs10 {font-size: 10px !important;}
.fs11 {font-size: 11px !important;}
.fs12 {font-size: 12px !important;}
.fs13 {font-size: 13px !important;}
.fs14 {font-size: 14px !important;}
.fs15 {font-size: 15px !important;}
.fs16 {font-size: 16px !important;}
.fs17 {font-size: 17px !important;}
.fs18 {font-size: 18px !important;}
.fs19 {font-size: 19px !important;}
.fs20 {font-size: 20px !important;}
.fs21 {font-size: 21px !important;}
.fs22 {font-size: 22px !important;}
.fs23 {font-size: 23px !important;}
.fs24 {font-size: 24px !important;}
.fs25 {font-size: 25px !important;}
.fs26 {font-size: 26px !important;}
.fs27 {font-size: 27px !important;}
.fs28 {font-size: 28px !important;}
.fs29 {font-size: 29px !important;}
.fs30 {font-size: 30px !important;}

.border-none {
    border: none !important;
}

/*
 ******************************************************************** 
 * General
 ******************************************************************** 
 */
.clear {
    clear: both;
}
.web-none {
    display: none !important;
}
.mobile-none {
    display: block !important;
}

@media (min-width: 1200px) {
    .container {
         width: 95%;
         max-width: 1200px;
    }
}
@media (min-width: 992px) {
    .container {
         width: 95%;  
    }
}
@media (min-width: 768px) {
    .container {
         width: 95%;  
    }
}

@media all and (max-width: 768px) {
    .fac-question-nav span {
        width: 13% !important;         
    }
    .btn-tutorial-multiple-option:hover, .btn-question-multiple-option:hover, .btn-tutorial-option:hover, .btn-question-option:hover, .btn-tutorial-option-disable:hover, .btn-question-option-disable:hover, .selected-choice {
        outline: 1px solid black;
        outline-offset: 0px !important;
    }
    .fs25 {font-size: 18px !important;}
    .web-none {
        display: block !important;
    }
    .mobile-none {
        display: none !important;
    }
}



 /*
 ******************************************************************** 
 * Padding
 ******************************************************************** 
 */

.pad5-top { padding-top: 5px !important; }
.pad6-top { padding-top: 6px !important; }
.pad7-top { padding-top: 7px !important; }
.pad8-top { padding-top: 8px !important; }
.pad9-top { padding-top: 9px !important; }
.pad10-top { padding-top: 10px !important; }
.pad15-top { padding-top: 15px !important; }
.pad20-top { padding-top: 20px !important; }
.pad25-top { padding-top: 25px !important; }
.pad30-top { padding-top: 30px !important; }
.pad40-top { padding-top: 40px !important; }
.pad50-top { padding-top: 50px !important; }

.pad5-right { padding-right: 5px !important; }
.pad6-right { padding-right: 6px !important; }
.pad7-right { padding-right: 7px !important; }
.pad8-right { padding-right: 8px !important; }
.pad9-right { padding-right: 9px !important; }
.pad10-right { padding-right: 10px !important; }
.pad15-right { padding-right: 15px !important; }
.pad20-right { padding-right: 20px !important; }
.pad25-right { padding-right: 25px !important; }
.pad30-right { padding-right: 30px !important; }
.pad40-right { padding-right: 40px !important; }
.pad50-right { padding-right: 50px !important; }

.pad5-bottom { padding-bottom: 5px !important; }
.pad6-bottom { padding-bottom: 6px !important; }
.pad7-bottom { padding-bottom: 7px !important; }
.pad8-bottom { padding-bottom: 8px !important; }
.pad9-bottom { padding-bottom: 9px !important; }
.pad10-bottom { padding-bottom: 10px !important; }
.pad15-bottom { padding-bottom: 15px !important; }
.pad20-bottom { padding-bottom: 20px !important; }
.pad25-bottom { padding-bottom: 25px !important; }
.pad30-bottom { padding-right: 30px !important; }
.pad40-bottom { padding-right: 40px !important; }
.pad50-bottom { padding-right: 50px !important; }

.pad5-left { padding-left: 5px !important; }
.pad6-left { padding-left: 6px !important; }
.pad7-left { padding-left: 7px !important; }
.pad8-left { padding-left: 8px !important; }
.pad9-left { padding-left: 9px !important; }
.pad10-left { padding-left: 10px !important; }
.pad15-left { padding-left: 15px !important; }
.pad20-left { padding-left: 20px !important; }
.pad25-left { padding-left: 25px !important; }
.pad30-left { padding-left: 30px !important; }
.pad40-left { padding-left: 40px !important; }
.pad50-left { padding-left: 50px !important; }

.pad-none { padding: 0px !important; }

/*
 ******************************************************************** 
 * Margin
 ******************************************************************** 
 */
.mar5-top { margin-top: 5px !important; }
.mar10-top { margin-top: 10px !important; }
.mar15-top { margin-top: 15px !important; }
.mar20-top { margin-top: 20px !important; }
.mar25-top { margin-top: 25px !important; }
.mar30-top { margin-top: 30px !important; }
.mar40-top { margin-top: 40px !important; }
.mar50-top { margin-top: 50px !important; }

.mar5-right { margin-right: 5px !important; }
.mar10-right { margin-right: 10px !important; }
.mar15-right { margin-right: 15px !important; }
.mar20-right { margin-right: 20px !important; }
.mar25-right { margin-right: 25px !important; }
.mar30-right { margin-right: 30px !important; }
.mar40-right { margin-right: 40px !important; }
.mar50-right { margin-right: 50px !important; }

.mar5-bottom { margin-bottom: 5px !important; }
.mar10-bottom { margin-bottom: 10px !important; }
.mar15-bottom { margin-bottom: 15px !important; }
.mar20-bottom { margin-bottom: 20px !important; }
.mar25-bottom { margin-bottom: 25px !important; }
.mar30-bottom { margin-bottom: 30px !important; }
.mar40-bottom { margin-bottom: 40px !important; }
.mar50-bottom { margin-bottom: 50px !important; }

.mar5-left { margin-left: 5px !important; }
.mar10-left { margin-left: 10px !important; }
.mar15-left { margin-left: 15px !important; }
.mar20-left { margin-left: 20px !important; }
.mar25-left { margin-left: 25px !important; }
.mar30-left { margin-left: 30px !important; }
.mar40-left { margin-left: 40px !important; }
.mar50-left { margin-left: 50px !important; }

.mar-none { margin: 0px !important; }

/*
 ******************************************************************** 
 * Background
 ******************************************************************** 
 */
.fac-bg-primary {
    background-color: #e65c25;
    color: #fff;
}
.fac-bg-info {
    background-color: #0eaad0;
    color: #fff;
}
.fac-bg-success {
    background-color: #00a65a;
    color: #fff;
}
.fac-bg-warning {
    background-color: #f39c12;
    color: #fff;
}
.fac-bg-danger {
    background-color: #f56954;
    color: #fff;
}


 /*
 ******************************************************************** 
 * Error
 ******************************************************************** 
 */
.fac-error-title {
    font-family: 'Poppins-Semibold';
    font-size: 130px;
    color: #2d3e50;
    text-align: center;
}
.fac-error-description {
    font-family: 'Poppins-Light';
    font-size: 18px;
    color: #2d3e50;
    text-align: center;
    line-height: 30px;
}

/*
 ******************************************************************** 
 * Overwrite Bootstrap
 ******************************************************************** 
 */
.btn {
    border-radius: 0 !important;
}

/* -- Modal -- */
.modal-title {
    padding: 0 0 0 10px;
    font-family: 'Montserrat-Bold', Impact, Charcoal, sans-serif;
}
.modal-body {
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
    font-size: 15px;
    overflow-y: auto;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    border: 0;
}

/*
 ******************************************************************** 
 * Header
 ******************************************************************** 
 */
.fac-navbar {
    width: 100%;
    background-color: #2d3e50;
    height: 250px;
    background: url('../images/header/fac-header-background.jpg');
    overflow: hidden;
}

.fac-navbar-container {
    background: rgba(240, 150, 32, 0.9);
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 20;
}

.subnavbar-header {
    position: fixed;
    top: 0;
}

.fac-header {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.fac-logo {
    padding: 18px 0 0;
    float: left;
}
.fac-corporate {
    float:left;
    width: 236px;
    padding: 20px 0 0 20px;

}
.fac-address {
    float: right;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff; /* #005786 */
    text-align: right;
    padding-top: 20px;
    color: #daefff;
}
.fac-candidate {
    float: right;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 25px 0 0 0;
}

@media all and (min-width: 769px) and (max-width: 992px) {
    .fac-address {
        display: none !important;
    }
}

@media all and (max-width: 768px) {
    .fac-header {
        max-width: 365px;
        margin: 0 auto;
        width: 100%;
    }
    .fac-address {
        display: none !important;
    }
    .fac-corporate {
        width: 236px;
        padding: 20px 0 0 0;
    }
}

@media all and (max-width: 400px) {

	.fac-logo {
        display: none !important;
    }
    .fac-corporate {
        width: 100% !important;
    }
}

/*
 ******************************************************************** 
 * Subheader
 ******************************************************************** 
 */

.fac-subnavbar {
    display: none;
    width: 100%;
    padding: 0;
    background-color: #2d3e50;
    background-color: rgba(240, 150, 32, 0.97);
    z-index: 1029 !important;
    text-align: right;

    border-radius: 0 !important;
    min-height: 50px !important;
}
.fac-subheader {
    height: 50px !important;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.fac-sub-corporate {
    float: left;
    font-size: 16px;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    height: 40px;
    padding-top: 12px;
}
.fac-sub-corporate img {
    height: 25px !important;
}
.fac-sub-candidate {
    float: right;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 17px 0 0 0;
}
@media all and (max-width: 768px) {

    .fac-subheader {
        text-align: center;
    }
    .fac-candidate {
        text-align: center;
        float: none;
    }
}
@media all and (max-width: 400px) {

    .fac-sub-corporate {
        display: none !important;
    }
}

/*
 ******************************************************************** 
 * Sidenav
 ******************************************************************** 
 */

#modal-instruction .modal-body {
    background: url('../images/content/modal-white-background.jpg')  center no-repeat #fff;
    background-size: 250px 250px;
}

.sidenav-menu{
    position: fixed;
    width: 30px;
    padding: 15px 0 15px 0;
    top: 50%;
    left: 0;
    background-color: #e65c25; /*fa394a 35ad79 2d507c*/
    color: #FFF;
    border-radius: 0 5px 5px 0;
    text-align: center;
    box-shadow: 1px 1px 5px #999;
    font-size: 17px;
}
.sidenav-menu:hover {
    color: #000;
}

.sidenav {
  height: 60%;
  width: 240px;
  position: fixed;
  z-index: 1;
  top: 20%;
  left: 0;
  background-color: #e65c25; /*fa394a 35ad79 2d507c*/
  overflow-x: hidden;
  box-shadow: 1px 1px 5px #999;
  opacity: 0.97;
  display: none;
}

.sidenav a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
}

.sidenav .title {
    padding: 40px 0 15px 0;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Bold', Impact, Charcoal, sans-serif;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 1px dashed #a8eccf; /*ff6b76 a8eccf*/
}

.sidenav .sidenav-footer {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
    font-weight: bold;
    
}

.sidenav-footer a {
    color: #ffa5a5;
    font-size: 14px;
}

.sidenav-footer a:hover {
    color: #000;
}

.sidenav ul {
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 20px 20px 0 0;
}
.sidenav li {
    text-decoration: none;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 25px;

}
/*
 ******************************************************************** 
 * Instructionnav
 ******************************************************************** 
 */
 
.instructionnav-menu {
    position: fixed;
    width: 30px;
    padding: 15px 0 15px 0;
    margin-top: 60px;
    top: 50%;
    left: 0;
    background-color: #f09620; /*fa394a 35ad79 2d507c*/
    color: #FFF;
    border-radius: 0 5px 5px 0;
    text-align: center;
    box-shadow: 1px 1px 5px #999;
    font-size: 17px;
}
.instructionnav-menu:hover {
    color: #000;
}

/*
 ******************************************************************** 
 * Footer
 ******************************************************************** 
 */

.footer-margin {
    height: 80px;
}
.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    padding-top: 25px;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f09620;
    color: #fff;
    z-index: 30;
}

/*
 ******************************************************************** 
 * Modal
 ******************************************************************** 
 */

.btn-modal {
    font-family: 'Montserrat-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    background-color: #656565;
    color: #fff;
    border: none !important;
}
.btn-modal:hover,
.btn-modal:active {
    color: #656565 !important;
    background-color: #fdd333 !important;
}
.border-modal {
    border-top: 1px solid #efebeb;
    padding: 15px 0;
    margin: 15px;
}
.border-modal-dash{
    border-top: 2px dashed #2d507c;
    padding: 25px 0 15px 0;
    margin: 25px 15px 15px 15px;
}

/*
 ******************************************************************** 
 * Overlay
 ******************************************************************** 
 */
#fac-overlay .overlay,
.overlay-wrapper > .overlay,
#fac-overlay .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fac-overlay .overlay,
.overlay-wrapper .overlay {
  z-index: 10001;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
#fac-overlay .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
#fac-overlay .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
/*
 ******************************************************************** 
 * Body
 ******************************************************************** 
 */

.fac-container-small {
    margin: -100px auto 0;
    background: url('../images/content/math-background.png') repeat-x top right #fff;
    /*background-color: #fff;*/
}

.fac-title1 {
    font-family: 'Montserrat-Bold', Impact, Charcoal, sans-serif;
    font-weight: 700;
    padding: 0 0 15px 30px;
    margin: 45px 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    position: relative;
}

.fac-title1:before {
    background: #e65c25;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    max-width: 300px;
    width: 100%;
}

.fac-title-header {
    font-family: 'Poppins-Bold', Impact, Charcoal, sans-serif;
    color: #ccc;
}

.fac-question {
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
}

.fac-paragraph {
    margin: 20px 0 40px;
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
}

.fac-paragraph p {
    line-height: 30px;
    padding: 0 3%;
    color: #333;
}

.textarea-full {
    width: 100%;
    height: 100px;
    border: 1px #ccc solid;
    padding: 10px 20px;
    line-height: 25px;
}

.fac-mini-box {
    float: right;
    font-family: 'Poppins-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.fac-mini-box.second {
    border-right: none;
}

.fac-mini-box.third {
    border-right: none;
    display: block;
}

.fac-question-nav {
    padding: 0 40px;
    width: 100%;
}

.fac-question-nav span {
    float: left;
    font-family: 'Montserrat-Light', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    background-color: #e6e6e6;
    color: #000;
    width: 4.6%;
    margin: 5px 0.2%;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

.fac-qnav {
    background-color: #e6e6e6 !important;
    color: #000 !important;
}

.fac-qnav:hover {
    background-color: #cecece !important;
    color: #000 !important;
}

.fac-qnav-active {
    background-color: #e65c25 !important;
    color: #fff !important;
}

.fac-qnav-active:hover {
    background-color: #e65c25 !important;
    color: #fff !important;
}

.fac-qnav-done {
    background-color: #656565 !important;
    color: #fff !important;
}

.fac-qnav-done:hover {
    background-color: #656565 !important;
    color: #fff !important;
}

.fac-qnav-description {
    padding-top: 15px; 
    /*border-top: 1px solid #e6e6e6; */
    font-size: 12px;
    font-style: italic; 
}

.fac-qndesc-box {
    float: left;
    width: 40px;
    height: 18px;
    margin: 0 10px;
    text-align: center;
    font-style: normal;
    font-size: 11px;
    color: #fff;
}

.fac-qndesc-default {
    background-color: #e6e6e6 !important;
}

.fac-qndesc-active {
    background-color: #e65c25 !important;
}

.fac-qndesc-done {
    background-color: #656565 !important;
}

.fac-button-lg {
    display: inline-block;
    color: #fff;
    background-color: #656565;
    font-family: 'Poppins-Semibold', 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: 500;
    line-height: 40px;
    padding: 0 25px;
    margin: 0;
    font-size: 15px;
    border: none;
}

.fac-button-lg:hover {
    background-color: #fdd333;
    color: #656565;
    text-decoration: none;
}

.fac-button {
    display: inline-block;
    color: #444;
    background-color: #e6e6e6;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
}

.fac-button:active {
    opacity: .65;
    text-decoration: none;
}
.fac-button:hover {
    color: #444;
    text-decoration: none;
}

.btn-info {
    color: #fff;
    background-color: #00c0ef;
}
.btn-info:hover {
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #00a65a;
}
.btn-success:hover {
    color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f39c12;
}
.btn-warning:hover {
    color: #fff;
    background-color: #e09114 !important; 
}

.btn-danger {
    color: #fff;
    background-color: #f56954;
}
.btn-danger:hover {
    color: #fff;
}
.btn-tutorial-option, .btn-question-option, .btn-tutorial-multiple-option, .btn-question-multiple-option, .btn-tutorial-option-disable, .btn-question-option-disable, .ui-sortable, .single-select, .multiple-select {
    cursor: pointer;
}
.fac-option-box {
    width: 95%;
    padding: 10px 2%;
    margin: 10px 3%;
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
    background-color: #fafafa;
    color: #333;
    border-left : 5px solid #efefef;
}
.fac-option-box:hover {
    border-left : 5px solid #2d507c;
    background-color: #f0f0f0;
}
.fac-option-box.answered{
    border-left: 5px solid #2ea973;
    background-color: #f3f3f3;
}
.fac-option-alphabet {
    color: #333;
    display: inline-block;
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
    text-align: center;
    padding-right: 10px;
}
.fac-question-subheader {
    width: 95%;
    margin: 10px 3%;
}
.fac-question-subheader-no {
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
    line-height: 30px;
    padding: 0 15px 0 0;
    color: #333;
}
.fac-answer-input {
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
    width: 90%;
    height: 35px;
    max-width: 500px;
    padding: 0 5px;
}
.fac-answer {
    display: inline-block;
    color: #fff;
    background-color: #2d3e50;
    font-family: 'Poppins-Semibold', 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: 500;
    line-height: 35px;
    padding: 0 15px;
    margin: 0;
    font-size: 15px;
    cursor: pointer;
}
.fac-answer-container {
    width: 100% !important;
    font-size: 21px;
    /*border-top: 2px dashed #f3f3f3;*/
    text-align: center;
}
.fac-answer-container-ws, .fac-answer-container-english {
    width: 100% !important;
    font-size: 16px;
    /*border-top: 2px dashed #f3f3f3;*/
}
.fac-answer-col-4-pg {
    float: left;
    width: 23%;
    margin: 0 1%;
}
.fac-answer-col {
    float: left;
    width: 18%;
    margin: 0 1%;
}
.fac-answer-container-klerikal {
    display: inline-block;
}
.fac-klerikal-answer-left, .fac-klerikal-answer-right{
    margin: 0 70px;
    word-wrap: break-word;
    width: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
}
.fac-answer-col .answered {
    color: #2ea973;
}
.question-instruction-satu {
    font-family: Nunito, sans-serif;
    line-height: 1.5;
    font-weight: 600;
}
.fac-option-scale-container {
    width: 70%;
    margin: 0 auto;
    cursor: pointer;
    padding: 2px;
}
.fac-option-scale-wrapper {
    width: 100%;
    float: left;
    width: 16.1%;
    margin: 0 0.25%;
}
.fac-option-scale-box {
    height: 27px;
    background-color: #abd5ea;
}
.fac-option-scale-box.answered {
    background-color: #2d507c;
}
.fac-mostleast-box {
    width: 95%;
    margin: 10px 3%;
    font-family: 'Meta-Normal', Helvetica, Arial, sans-serif;
    color: #333;
    border-bottom: 1px solid #efefef;
}
.fac-mostleast-box .fmlb-option {
    float: left;
    width: 25%;
    text-align: center;
    padding: 4px 0 8px;
    font-size: 16px;
}
.fac-mostleast-box .fmlb-description {
    float: left;
    width: 48%;
    margin: 0 1%; 
    text-align: center;
    padding: 4px 0 8px;
    font-size: 16px;
}
.fac-mostleast-box .fmlb-bg {
    background-color: #fafafa;
}
.btn-question-no-show,
.btn-question-no-hide {
    width: 100%; 
    padding: 10px 0;
    margin-top: 7px;
    background-color: #e6e6e6;
    font-family: 'Montserrat-Light', 'Trebuchet MS', Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.btn-question-no-show:hover,
.btn-question-no-hide:hover {
    color: #335680;
}
.fac-question-no-wrapper {
    display: none;
}
.btn-tutorial-multiple-option:hover, .btn-question-multiple-option:hover, .btn-tutorial-option:hover, .btn-question-option:hover, .btn-tutorial-option-disable:hover, .btn-question-option-disable:hover, .selected-choice {
    outline: 1px solid black;
    outline-offset: 8px;
}
.instruction-selected-choice {
    outline: 1px solid black;
    outline-offset: 1px;
}
.disable-choice {
    opacity: 30%;
}
.disable-choice:hover {
    outline: none;
}
.series-noted {
    font-style: italic;
    opacity: 50%;
}
.fac-ws-example-question, .fac-ws-question {
    height: 40px;
    text-align: center;
    font-size: 22px;
}
.fac-ws-paling-sesuai, .fac-ws-paling-tidak-sesuai, .fac-english-top, .fac-english-bottom {
    text-align: center; 
    font-size: 20px; 
    font-weight: bold;
}
.fac-ws-keterangan, .fac-klerikal-keterangan, .fac-english-keterangan {
    text-align: center;
    opacity: 50%; 
    font-size:17px;
}
.fac-instruction-keterangan {
    font-style: italic;
    opacity: 50%;
}
.fac-english-question {
    margin-top: 30px;
    font-size: 22px;
}
.fac-english-answer {
    margin-top: 30px;
}
.fac-english-multiple-choice {
    margin-bottom: 15px;
}
.btn-english-answer-multiple-choice {
    text-align: left;
}
.fac-deductive-question {
    margin-top: 30px;
    font-size: 19px;
}
.fac-deductive-multiple-choice {
    margin-bottom: 15px;
}
.btn-deductive-answer-multiple-choice {
    font-size: 19px !important;
}
.todo-list {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.todo-list > li {
    border-radius: 2px;
    background: #f8f9fa;
    border-left: 2px solid #e9ecef;
    color: #495057;
    margin-bottom: 5px;
    padding: 10px;
}
.todo-list > li:hover {             
    background: #dae0e5;              
}
.todo-list > li:last-of-type {
    margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}
.todo-list > li .text {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
}
.todo-list > li .badge {
    font-size: .7rem;
    margin-left: 10px;
}
.todo-list > li .tools {
    color: #dc3545;
    display: none;
    float: right;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .fas,
.todo-list > li .tools > .far,
.todo-list > li .tools > .fab,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
    cursor: pointer;
    margin-right: 5px;
}
.todo-list > li:hover .tools {
    display: inline-block;
}
.todo-list > li.done {
    color: #697582;
}
.todo-list > li.done .text {
    font-weight: 500;
    text-decoration: line-through;
}
.todo-list > li.done .badge {
    background: #adb5bd !important;
}
.todo-list .primary {
    border-left-color: #007bff;
}
.todo-list .secondary {
    border-left-color: #6c757d;
}
.todo-list .success {
    border-left-color: #28a745;
}
.todo-list .info {
    border-left-color: #17a2b8;
}
.todo-list .warning {
    border-left-color: #ffc107;
}
.todo-list .danger {
    border-left-color: #dc3545;
}
.todo-list .light {
    border-left-color: #f8f9fa;
}
.todo-list .dark {
    border-left-color: #343a40;
}
.todo-list .lightblue {
    border-left-color: #3c8dbc;
}
.todo-list .navy {
    border-left-color: #001f3f;
}
.todo-list .olive {
    border-left-color: #3d9970;
}
.todo-list .lime {
    border-left-color: #01ff70;
}
.todo-list .fuchsia {
    border-left-color: #f012be;
}
.todo-list .maroon {
    border-left-color: #d81b60;
}
.todo-list .blue {
    border-left-color: #007bff;
}
.todo-list .indigo {
    border-left-color: #6610f2;
}
.todo-list .purple {
    border-left-color: #6f42c1;
}
.todo-list .pink {
    border-left-color: #e83e8c;
}
.todo-list .red {
    border-left-color: #dc3545;
}
.todo-list .orange {
    border-left-color: #fd7e14;
}
.todo-list .yellow {
    border-left-color: #ffc107;
}
.todo-list .green {
    border-left-color: #28a745;
}
.todo-list .teal {
    border-left-color: #20c997;
}
.todo-list .cyan {
    border-left-color: #17a2b8;
}
.todo-list .white {
    border-left-color: #ffffff;
}
.todo-list .gray {
    border-left-color: #6c757d;
}
.todo-list .gray-dark {
    border-left-color: #343a40;
}
.todo-list .handle {
    cursor: move;
    display: inline-block;
    margin: 0 5px;
}