/*!
 * FAC style
 * Copyright 2016 Firstsasia Consultants.
 * Licensed under MIT (https://www.firstasiaconsultants.com/)
 *
 */

/* 
* load 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-Light';
    src: url(../fonts/helvetica-neue-light.ttf);
}
/* 
* general style
*/
.clear {
    clear: both;
}
.pad7-left {
    padding-left: 7px;
}
.pad10-left {
    padding-left: 10px;
}
.pad15-left {
    padding-left: 15px;
}
.pad50-left {
    padding-left: 50px;
}
.pad7-right {
    padding-right: 7px;
}
.pad10-right {
    padding-right: 10px;
}
.pad15-right {
    padding-right: 15px;
}
.pad15-top {
    padding-top: 15px;
}
.pad25-top {
    padding-top: 25px;
}
.pad35-top {
    padding-top: 35px;
}
.pad10-even{
    padding: 0px 10px;
}
.mar15-top {
    margin-top: 15px;
}
.mar15-top {
    margin-top: 15px;
}
.mar25-top {
    margin-top: 25px;
}
.mar15-bottom {
    margin-bottom: 15px;
}
.mar25-bottom {
    margin-bottom: 25px;
}
.mar40-bottom {
    margin-bottom: 40px;
}
.mar80-bottom {
    margin-bottom: 40px;
}
.font-white {
    color: white;
}
.font-gold {
    color: #5a5758;
}
.font-grey {
    color: #999;
}
.el-hidden {
    display: none !important;
}
.float-right {
    float: right !important;
}
.web-none {
    display: none !important;
}
.mobile-none {
    display: block !important;
}
.strong {
    font-weight: bold !important;
}
.front-title{
    height: 35px !important;
    padding-top: 7px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.taj{
    text-align: justify;
}
.col-table-container{
    display: table;
}
.col-table-cell{
    display: table-cell;
}
label[class="error"]{
    font-size: 13px;
    font-weight: normal;
    color: #a94442;
    font-style: italic;
    padding-left: 10px;
}
input.error,
textarea.error {
    border-color: #a94442 !important;
    /*box-shadow: inset 0 1px 1px #a94442 !important;*/
}
/* 
* header style
*/
.navbar-fac {
    width: 100%;
    background-color: #ffff;

    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.subnavbar-fac {
    width: 100%;
    padding: 0;
    background-color: #00a2de;
    z-index: 1029 !important;
    text-align: right;

    border-radius: 0 !important;
    min-height: 35px !important;
}
.subnavbar-header {
    position: fixed;
    top: 0;
}
.fac-header {
    height: 100px !important;
}
.fac-subheader{
    height: 35px !important;
    padding-top: 7px;
    font-family: 'Helvetica-Light';
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.fac-subheader a {
    color: #fff !important;
}
.fac-subheader .popover {
    font-family: 'Helvetica-Light';
}
.fac-subheader .popover-title {
    font-size: 12px;
    color: #333;
}
.fac-subheader .popover-content {
    font-size: 12px;
    color: #005786;
}

.fac-logo {
    padding: 18px 0 0;
    float: left;
}
.fac-identity {
    float:left;
    width: 275px;
    padding: 20px 0 0 20px;
}
.sub-fac-identity {
    float: left;
    font-size: 16px;
    display: none;
}
.fac-name {
    font-family: 'Helvetica-Bold';
    font-size: 26px;
    line-height: 26px;
    color: white;
}
.fac-slogan {
    font-family: 'Helvetica-Light';
    font-size: 15px;
    line-height: 21px;
    color: white;
}
.fac-address {
    float: right;
    font-family: 'Helvetica-Light';
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    text-align: right;
    padding-top: 20px;
}
.fac-registration-container{
    padding-bottom: 40px;
}
.fac-registration-container p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.batch-input{
    overflow: auto;
    padding-bottom: 20px;
}

@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-subheader {
        text-align: center;
    }
    .mar15-bottom-768 {
        margin-bottom: 15px;
    }
    .fac-collapse {
        display: none;
    }
    .fac-address {
        display: none !important;
    }

    .questions-container {
        width: 100% !important;
    }
    .float-right {
        float: none !important;
    }
}
@media all and (max-width: 400px) {
    .fac-logo {
        display: none !important;
    }
    .sub-fac-identity {
        display: none !important;
    }
}
/*
* footer style
*/
.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    font-size: 12px;
    background-color: #f5f5f5;
}
.fmf-footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    padding-top: 8px;
    font-size: 12px;
    background-color: #fff;
}
.ojk-footer{
    float:left;
    width: 320px;
    padding-right: 12px;
}
.pastiplus-footer{
    float:left;
    max-width: 240px;
    padding-left: 12px;
    padding-bottom: 12px;
}
/*
* alert style
*/
.fac-alert {
    margin-top: 15px;
}

/* 
* body style
*/
#body {
    padding: 0 0 100px;
}
.datepicker {
     z-index: 1030 !important;
}

/*
* modal style
*/
.fac-modal-header {
    background-color: #3399cc;
    color: #fff;
}
.fac-modal-footer {
   background-color: #fefefe; 
}
.fac-modal-body {
    padding: 20px 30px;
}

/* 
* register style
*/
.register-container {
    margin: 0 auto;
    width: 95%;
}
.fac-title {
    border-bottom: 1px solid #ccc;
}
.page-header2 {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
.work-now {
    color: #999;
    font-weight: normal !important;
    padding-top: 5px;
    font-style: italic;
}
.fac-dob-select {
    padding: 0 5px 0 0 !important;
}
.btn-secondary {
    background-color: #ccc;
}
.select2-selection--single {
    height: 34px !important;
    padding-top: 2px !important;
    border-color: #ccc !important;
}
.select2-selection__arrow {
    top: 4px !important;
}
.auto-width {
    width: 100px !important;
    border: 1px #ccc solid !important;
}
.btn-lang, .btn-pointer {
    cursor: pointer;
}
@media all and (min-width: 769px) {
    .fac-select-work {
        padding: 0 5px 0 0 !important;
    }
}
@media all and (max-width: 768px) {
    .fac-select-work {
        padding-bottom: 5px !important;
    }
}
/* 
* login style
*/
.fac-login-panel {
    border: 1px solid #ccc;
    background-color: none;
    margin-top: 20%;
}
.fac-login-body label {
    text-align: left;
}
.login-head {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}
.login-detail {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #999;
}
.login-register {
    padding-top: 5px;
    font-size: 13px;
    color: #999;
}
@media all and (min-width: 769px) {
    .fac-login-body {
        padding: 10px 5px 10px;
    }
    #img_question {
        width: 40%;
        height: 40%;
    }
}
/* 
* instructions style
*/
.instruction-normal p{
    font-size: 16px;
    padding: 0px 60px;
}
/* 
* questions style
*/
.foreword-logo {
    float: left !important;
    height: 65px;
}
.foreword-image {
    max-height: 65px;
    padding: 0 20px 10px 10px;
}
.foreword-title {
    font-family: 'Helvetica-Bold';
    font-size: 19px;
    color: #444;
    padding: 15px 0 0 20px;
}
.intelligence-instruction ol {
    font-size: 16px;
    line-height: 26px;
    width: 95% !important;
    margin: 0px auto ;
}

.intelligence-instruction li {
    margin-bottom: 20px;
}
.questions-container {
    margin: 0 auto;
    width: 95%;
}
.question-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.fac-question {
    width: 99%;
    margin: 0 3%;
}
.fac-question a {
    text-decoration: none;
    color: #333;
}
.fac-question img {
    margin: 0 auto;
    max-width: 100%;
}
.fac-question-panel {
    border: 1px solid #ccc;
    background-color: none;
    margin-top: 20px;
    padding: 20px 20px 44px 20px;
}
.fac-question h4  {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 26px;
    width: 90% !important;
    margin: 0 auto 5px !important;
}
.fac-question p {
    font-size: 16px;
    line-height: 26px;
    width: 90% !important;
    margin: 0 0px 20px !important;
}
.option-personality{
    height: 20px;
    display: inline;
}

.fac-question-ctoni {
    padding-left: 15px;
    padding-right: 15px;
}
.answer-text {
    color: #666;
    margin-bottom: 20px;
}
.col-fac-5 {
    float: left;
    width: 18%;
    margin: 0 1%;
}
.question-devider-min {
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.question-devider {
    padding-bottom: 9px;
    margin: 0 0 30px;
    border-bottom: 1px solid #eee;
}
.fac-btn-nav{
    background-color: #eee !important;
    color: #363636 !important;
}
.question-header h4 {
    float: left;
}
.question-title {
    float: right;
    font-family: 'Helvetica-Bold';
    font-size: 21px;
    color: #ddd;
    padding-top: 5px;
}
.case-box,
.question25-no,
.question20-no,
.question5-no {
    width: 100%;
    margin: 0 auto;
}
.case3-no {
    float: left;
    width: 32%;
    padding: 10px 1%;
    margin: 0 0.66%;
    background-color: #f3f3f3;
}
.case3-text {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.question25-no button,
.question20-no button,
.question5-no button,
.case3-no button {
    padding: 5px 0;
    background-color: #005786;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
}
.question25-no button{
    width: 3.6%;
    margin: 0.2% 0.2%;
}
.question20-no button{
    font-size: 14px;
    width: 4.6%;
    margin: 0 0.2% 10px 0.2%;
}
.question5-no button {
    width: 18%;
    margin: 0 1%;
}
.question-done {
    background-color: #3399cc !important;
    color: #fff !important;
}
.question-select {
    background-color: #a94442 !important;
}
.answer-title {
    font-size: 16px;
    padding-bottom: 10px;
}
.answer-box {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #f3f3f3;
    display: block;
    overflow: auto;
}
.answer-box-selected{
    background-color: #3399cc !important;
    color: #fff !important;
}
.answer-box-spatial {
    width: 18%;
    padding: 10px 20px;
    margin: 15px 0;
    background-color: #fff;
    display: inline-block;
    overflow: auto;
}
.answer-box-personality {
    width: 114%;
    padding: 10px 0;
    margin: 5px 20px;
    background-color: #f3f3f3;
    display: inline-block;
    overflow: auto;
}
.option-personality-label {
    width: 114%;
    padding: 0;
    margin: 0 20px;
    text-align: center;
}
.answer-option {
    cursor: pointer;
}
.answer-2box {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f3f3f3;
}
.answer-5box {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f3f3f3;
}
.answer-desc {
    float: right;
    font-style: italic;
   
   answer_option color: #999;
}
.fac-title3 {
    font-size: 18px !important;
    color: #005786;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.box-navigation {
    margin-top:15px;
}
#fac-question-no{
    display: none;
}
#question-no{
    width: 8%;
    float: left;
    font-size: 160%;
}
.fac-toggle {
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #999;
    background-color: #f0f0f0;
    border: none;
}
.fac-toggle:hover,
.fac-toggle:focus,
.fac-toggle:active  {
    background-color: #ddd !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.reg_id_user{
    padding-top: 50px;
    padding-bottom: 30px;
}

.registered-box{
    margin: 10px;
    padding: 10px 10px;
    border: 1px solid #005786;
    border-radius: 5px;
}

.login-logo{
    font-size: 30px !important;
}

@media all and (min-width: 769px) and (max-width: 992px)  {
    .question25-no button{
        font-size: 14px;
    }
}
@media all and (max-width: 769px) {
    .container {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .foreword-logo {
        height: 60px !important;
    }
    .foreword-image {
        max-height: 60px !important;
    }
    .foreword-title {
        font-size: 18px !important;
    }
    .intelligence-instruction ol {
        padding-left: 20px !important;
    }
    .fac-question-panel {
        padding: 10px !important;
    }
    .fac-question-ctoni {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fac-question-ctoni img {
        /*max-width: 250px !important;*/
    }
    .fac-question p {
        width: 98% !important;
        text-align: justify !important;
        margin-left: 0px !important;
    }
    .question25-no button{
        width: 6.8%;
        margin: 0 0.4% 10px 0.4%;
        font-size: 14px;
    }
    .question20-no button{
        width: 9.0%;
        margin: 0 0.5% 10px 0.5%;
        font-size: 13px;
    }
    .col-fac-5 {
        width: 19%; /*90%;*/
        margin: 0 0.5%;/*0 5%;*/
    }
    .fac-question-bar .col-sm-1, .fac-question-bar .col-sm-10 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .answer-box-personality {
        width: 124%;
        padding: 10px 0;
        margin: 5px 5px;
        background-color: #f3f3f3;
        display: inline-block;
        overflow: auto;
    }
    .option-personality-label {
        width: 124%;
        padding: 0;
        margin: 0 5px;
        text-align: center;
    }
    .answer-box-spatial {
        width: 18%;
        padding: 0px;
        margin: 15px 0;
        background-color: #fff;
        display: inline-block;
        overflow: auto;
    }
    #img_question {
        max-width: 100%;
        max-height: 100%;
    }
    .mobile-p-nopadding p{
        padding: 0px;
    }
    .mobile-nopadding{
        padding: 0px;
    }
    .instruction-normal p{
        font-size: 16px;
        padding: 0px 0px;
    }
    .mobile-padding-lr-7{
        padding: 0px 7px;
    }
}
@media all and (max-width: 400px) {
    .fac-identity {
        width: 100%;
        padding: 0px;
        text-align: center;      
    }
    .web-none {
        display: block !important;
    }
    .mobile-none {
        display: none !important;
    }
    .answer-box-personality {
        width: 124%;
        padding: 10px 0;
        margin: 5px 2px;
        background-color: #f3f3f3;
        display: inline-block;
        overflow: auto;
    }
    .option-personality-label {
        width: 124%;
        padding: 0;
        margin: 0 2px;
        text-align: center;
    }
    .answer-box-spatial {
        width: 18%;
        padding: 0px;
        margin: 15px 0;
        background-color: #fff;
        display: inline-block;
        overflow: auto;
    }
    #img_question {
        max-width: 100%;
        max-height: 100%;
    }
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(255, 255, 255,.8), rgba(255, 255, 255, .8));
      /*background-color: grey*/
  
    /*background: -webkit-radial-gradient(rgba(0, 0, 0,.8), rgba(0, 0, 0,.8));*/
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(100,100,100, 0.75) 1.5em 0 0 0, rgba(100,100,100, 0.75) 1.1em 1.1em 0 0, rgba(100,100,100, 0.75) 0 1.5em 0 0, rgba(100,100,100, 0.75) -1.1em 1.1em 0 0, rgba(100,100,100, 0.75) -1.5em 0 0 0, rgba(100,100,100, 0.75) -1.1em -1.1em 0 0, rgba(100,100,100, 0.75) 0 -1.5em 0 0, rgba(100,100,100, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(100,100,100, 0.75) 1.5em 0 0 0, rgba(100,100,100, 0.75) 1.1em 1.1em 0 0, rgba(100,100,100, 0.75) 0 1.5em 0 0, rgba(100,100,100, 0.75) -1.1em 1.1em 0 0, rgba(100,100,100, 0.75) -1.5em 0 0 0, rgba(100,100,100, 0.75) -1.1em -1.1em 0 0, rgba(100,100,100, 0.75) 0 -1.5em 0 0, rgba(100,100,100, 0.75) 1.1em -1.1em 0 0;
  }

  .loadingWithText {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.loadingWithText .spinner {
    margin-bottom: 1em;
    width: 5em; /* Bigger spinner */
    height: 5em; /* Bigger spinner */
    border-radius: 50%;
    border: 0.6em solid rgba(100, 100, 100, 0.3);
    border-top-color: rgba(100, 100, 100, 0.75);
    animation: spinner 1s infinite linear;
}

.loadingWithText .message {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 1.5em; /* Bigger text */
    font-weight: bold; /* Bold text */
    margin-top: 1em;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




