html {
    position: relative;
    /* Allows the footer to notice content height */
}

body {
    font-family: 'Oxygen', sans-serif;
}

/* style header */
.header {
    width: 100%;
    box-shadow: 0 1px 5px 2px #b1b1b130;
    background-color: #ffffff;
    margin-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.logo-wrap {
    height: 60px;
    box-shadow: 0 1px 5px 2px rgba(177, 177, 177, 0.19);
    background-color: #ffffff;
}

.logo {
    margin: 0px auto;
    margin-top: 8px;
    text-align: center
}

.logo img {
    padding: 1em;
    margin: 0 auto;
    align-content: center;
}

.label-deskripsi {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
}

.logo .welcome-title {
    color: #154469;
    padding-bottom: 0.2em;
    margin-top: -8px;
    border-bottom: solid #1078CA 3px;
    width: 45%;
    margin: 0 auto;

    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #154469;
}

.welcome-desc {
    width: 45%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #154469;
    margin-top: 10px;
}

/* style content */

form #master_form {
    margin-bottom: 0px
}

.col-xs-6.deskripsi {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    padding: 0px;
    width: 50%;
}

.judul {
    margin: 0px auto;
    width: 309px;
    height: 33.5px;
    box-shadow: 0 2px 2px 1.5px rgba(87, 151, 169, 0.11);
    background-color: #ffffff;
}

.isi {
    margin: 0px auto;
    width: 309px;
    height: 33.5px;
    box-shadow: 0 2px 2px 1.5px rgba(87, 151, 169, 0.11);
    background-color: #ffffff;
}

.container.body {
    border-radius: 15px;
    border: solid 1.5px #eef2f6;
    background: #ffffff;
    box-shadow: 0 1px 7px 1px rgba(177, 177, 177, 0.19);
    margin-top: 37px;
}

.container.body h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.container.body h2 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    margin-top: 10px
}

.container h3 {
    font-size: 12px;
    font-weight: bolder
}

.container p {
    font-size: 10px;
    font-weight: normal;
}


.container.body.noshadow {
    box-shadow: none;
    border: none;
    margin-top: 10px;
}

.title h3 {
    color: #666666;
}

.title ol {
    margin-top: 1em;
    padding-left: 0.9em;
    color: #666666;
}

.item {
    color: #666666;
}

.item.imgcenter {
    text-align: center;
}

.floating-label {
    width: 100%;
}

.item input {
    width: 100%;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #ccc;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0.3em;
    background: none;
}

.item input:focus {
    border-color: #1078CA;
    color: '#111';
}

.bottom-label {
    font-size: 0.7em;
    margin-bottom: 3em;
    color: #777;
}

.item img {
    margin-bottom: 1.1em
}

.itemrow-wrap {
    width: 95%;
    margin: 0 auto;
    box-shadow: 0 2px 1px rgba(87, 151, 169, 0.11);
}

.bluecheckbox {
    width: 1.4em;
    height: 1.4em;
    border-radius: 3px;
    border: solid 1.5px #ffffff;
}

.wrap100 {
    width: 100%;
}

.ktp-label {
    border-radius: 50px;
}

.container-wrap {
    width: 95%;
    border: none;
    box-shadow: 0 2px 1px rgba(87, 151, 169, 0.11);
    margin: 0 auto;
}

.item-wrap .col-xs-2 {
    margin: 0 auto;
}

.container.icon-top-doc {
    margin-top: 15px;
}

.cb {
    height: 41px;
    border: 1px;
    padding-top: 8px;
}

.row .inputpin {
    border: none;
    width: 12%;
    height: 50px;
    font-size: 5rem;
    margin: 1.8%;
    background: #edf1f5;
    text-align: center;
    border-radius: 13px;
}

.requestotp {
    text-align: center;
}

.requestotp h3 {
    color: #666666;
}

.picframe {
    margin-top: 1.2em;
    background-color: #dbdbdb;
    border: dashed #0079d0 1px;
}

.picarea {
    margin-top: 1.2em;
    background-color: rgb(122, 122, 122);
    border: dashed #0079d0 1px;
    height: 60%;
    margin-left: 15px;
    margin-right: 15px;
}

.signatureframe {
    background-color: none;
    border: dashed #0079d0 1px;
    margin-top: 1.2em
}

.pilihkartu {
    background-color: #eef2f6;
    height: 42px;
    width: 100%;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 10px;
}

#abu {
    padding-left: 25px;
    height: 50px;
    font-size: 1.2rem;
    width: 50%;
}

#putih {
    padding-left: 25px;
    height: 50px;
    font-size: 1.2rem;
    width: 50%;
}

.nav.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>li>a:hover {
    color: #1078ca !important;
    background-color: transparent !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #1078ca;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.tulisan.col-xs-12 {
    text-align: justify;
}

.row.dokumen {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333333;
}

.container.garis {
    border: solid 1px #eef2f6;
    background: #eef2f6;
    margin: 0px auto;
    width: 99%;
}

.container.garis-uker {
    border: solid 1px #eef2f6;
    background: #eef2f6;
    margin-left: 30px;
    width: 80%;
}

.navigation-logo {
    margin-top: 35px;
    font-size: 10px;
    text-align: center;
    padding: 0px;
}

.navigation-logo .img-responsive {
    margin: auto;
    margin-bottom: 5px;
}

.container.capture {
    padding-left: 0px;
    padding-right: 0px;
}

.capture-speak {
    background: black;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-style: italic;
    opacity: 0.3;
    width: 100%;
    padding: 5px;
}

.capture-speak p {
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-size: 10px !important;
}

.capture-speak2 {
    text-align: center;
    position: absolute;
    z-index: 1;
    font-style: italic;
    width: 100%;
    padding: 5px;
}

.capture-speak2 p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-size: 10px !important;
}

.disclaimer {
    text-align: center;
    position: absolute;
    z-index: 1;
    font-style: normal;
    padding: 10px;
    margin-top: 4rem;
    width: 90%;
    background: rgba(0, 81, 160, 0.2);
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 81, 160, 0.9);
}

.disclaimer b {
    margin-top: 10px;
    margin-bottom: 5px;
    color: white;
    font-size: 10px !important;
}

.message_kyc_warning {
    text-align: center;
    position: absolute;
    z-index: 1;
    font-style: normal;
    padding: 10px;
    margin-top: 10rem;
    width: 90%;
    background: rgba(252, 213, 152, 0.33);
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(252, 213, 152, 0.33);
}

.message_kyc_warning b {
    margin-top: 10px;
    margin-bottom: 5px;
    color: white;
    font-size: 10px !important;
}

.message_kyc_success {
    text-align: center;
    position: absolute;
    z-index: 1;
    font-style: normal;
    padding: 10px;
    margin-top: 10rem;
    width: 90%;
    background: #3EAA86;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #3EAA86;
    opacity:0.8;
}

.message_kyc_success b {
    margin-top: 10px;
    margin-bottom: 5px;
    color: white;
    font-size: 10px !important;
}

.container.disclaimer-small {
    padding: 5%;
    border: dashed 1px #1078ca;
    background-color: #edf1f5;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.container.disclaimer-small h4 {
    text-align: center;
    font-size: 0.8em;
}

.form-control.input {
    border: none;
    border-bottom: 1.5px solid #edf1f5;
    box-shadow: none;
    border-radius: 0px;
    height: 20px;
    background: #ffffff00;
    padding-left: 0px;
}

.form-control.input[readonly] {
    color: lightgray;
}

.form-control.is-invalid {
    border-bottom: 1.5px solid #dc3545 !important;
}

.is-invalid {
    border-bottom: 1.5px solid #dc3545 !important;
}

.input-radio-disabled {
    color: lightgray;
}

.form-control.option {
    border: none;
    border-bottom: 1.5px solid #edf1f5;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px;
    margin-left: -4px;
}

.form-control.bayar {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.col-xs-1.bayar {
    padding-bottom: 5px;
    border: 1px;
    width: 20%;
}

#pilihbayar {
    border: none;
    box-shadow: none;
    width: 90%;
    background: #ffffff00;
    font-weight: bold;
}

#buttoncopy {

    font-size: 13px;
    border-radius: 5px;
    background: #1078ca;
    border: 1px solid #1078ca;
    color: #fff;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn.bayar {
    color: #333333;
    background: #ffffff00;
    box-shadow: none;
    width: 90%;
    text-align: left;
}

.row.bayar {
    margin-left: 0px;
}

.col-xs-9.bayar {
    width: 70%;
}

#democountdown {
    font-size: 2rem;
}

.data-img.icon {
    margin-top: 9px;
    margin-bottom: 3px;
}

#textcontoh {
    color: #1078ca;
}

.container-1 {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.container-1 input#search {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: none;
    font-size: 10pt;
    float: left;
    color: #666666;
    padding-left: 45px;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    border-radius: 5px;
    border: 1.3px solid #edf1f5;
    background-image: url('../images/icon-search.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: 3% !important;
    background-position-y: center !important;
    background-size: 8% !important;
}

#search:focus {
    border-radius: 8px 0px 0px 8px;
}

.container-1 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.container-1 input#search:-moz-placeholder {
    color: #65737e;
}

.container-1 input#search::-moz-placeholder {
    color: #65737e;
}

.container-1 input#search:-ms-input-placeholder {
    color: #65737e;
}

.container-1 .icon {
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 13px;
    z-index: 1;
    color: #1078ca;
}

/* ANIMATION EFFECTS SEARCH ENGINE */
/* .demo-1 input#search:focus, .demo-1 input#search:active{
    outline:none;
    background: #2b303b;
} */

.btn-search {
    height: 40px !important;
}



.listkode {
    font-size: 1.7rem;
    border-top: none;
    list-style-type: none;
}

.listuker {
    font-size: 1.7rem;
    list-style-type: none;
    padding-left: 0px;
}

.listalamat {
    list-style-type: none;
    color: #666666;
    font-size: 1.2rem;
    width: 100%;
}

.listalamatuker {
    list-style-type: none;
    color: #666666;
    font-size: 1.2rem;
    width: 100%;
    padding-left: 0px;
}

.list-group-item {
    border: 0;
    border-radius: 0px 0px 0px 0px;
}

.list-group-item>hr {
    margin: 20px 0px 0px 0px;
}

@media (max-width: 100px) {
    .list-group-item {
        border: 0;
        border-radius: 0px 0px 0px 0px;
    }

    .list-group-item>hr {
        margin: 20px 0px 0px 0px;
    }

}

.hasilcaripos {}

#menu1 h6 {
    color: #666666;
}

/* The container */
.customcb {
    display: block;
    margin-top: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcb input {

    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.centang {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1.3px solid #0079d0;
    border-radius: 3px;
}


/* Create the checkmark/indicator (hidden when not checked) */
.centang:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcb input:checked~.centang:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcb .centang:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0079d0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.col-xs-1.cb {
    margin-top: 2.6%;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 12px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: solid 2px #2196F3;
    border-radius: 50%;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

.custom-radio input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #2196F3;
    border: solid 2px white;
}


.text.konfirmasi {
    border: none;
    font-weight: bold;
}

.row.konfirmasi {
    margin-top: 8%;
}

.col-xs-5.konfirmasi {
    width: 38%;
}

/* style footer */
.padding-mobile {
    margin-bottom: 30px;
    display: block;
}

.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #EDF1F5;
    bottom: 0;
    border-top: solid #DBE6EC 4px;
    position: absolute;
}

.footer.plain {
    background: none;
    border: none;
}

.btn {
    text-align: center;
    /* height: 50.5px; */
    background: #1078CA;
    color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
}

.container.title h1 {
    font-size: 1.5em;
    font-weight: bold;
}

.container.title h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #666666
}

.div-title h1 {
    font-size: 2.1em;
    font-weight: bold;
}

.div-title h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #666666
}

.dgs-submit {
    width: 100%;
    padding: 0.6em;
    background: #1078CA;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    text-align: center;
    font-size: 1.5em;
    padding-top: 9px;
}

/* The radio button */
.rad {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5;
    left: 5;
    height: 20px;
    width: 20px;
    background-color: #ffffff00;
    border: 2px solid #2196F3;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rad:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rad input:checked~.checkmark {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rad input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rad .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2196F3;
}

.modal-header {
    border: none;
}

ol.sk-list>li {
    margin-bottom: 10px;
}

.bootstrap-select>.dropdown-toggle {
    background: white;
    border-radius: 0px;
    color: #555555;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 1.5px solid #edf1f5;
    padding: 0px;
    height: 22px;
}

.bs-searchbox .form-control {
    border-radius: 0px;
}

.caret {
    color: black;
}

.div-video {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.opac {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
}

.opac .opac-header {
    color: white;
}

.opac .opac-disc {
    padding: 2px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    text-align: center;
}

.opac .opac-disc p {
    margin-top: 5px;
    color: white;
}

.opac.p1 {
    position: absolute;
    color: white;
}

.opac.p1 {
    position: absolute;
    color: white;
}

#myVideo {
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.container.informasi {
    background-color: #eef2f6;
    border: solid 1px #1078ca;
}

.box_username {
    padding: 8px;
    text-align: center;
    border: #EDF1F5 1px solid;
    background-color: #eaf1f7;
    color: #1078ca;
    font-weight: bold;
}

.col-xs-10.informasi {
    color: #00529c;
    font-weight: bold;
    font-size: 1.6rem
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and below) */
@media (max-width: 768px) {
    .container.title h1 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .container.title h2 {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #666666;
        margin-top: 10px
    }

    .container h3 {
        font-size: 12px;
        font-weight: bolder
    }

    .container p {
        font-size: 10px;
        font-weight: normal;
    }

}

.btn-outline-primary {
    background-color: transparent;
    border-color: #245580;
    color:white;
  }
  .btn-outline-primary:hover,
  .btn-outline-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
  }
  .btn-outline-primary:active,
  .btn-outline-primary.active {
    background-color: transparent;
    border-color: #245580;
    color:white;
  }
  .btn-outline-primary.disabled,
  .btn-outline-primary[disabled],
  fieldset[disabled] .btn-outline-primary,
  .btn-outline-primary.disabled:hover,
  .btn-outline-primary[disabled]:hover,
  fieldset[disabled] .btn-outline-primary:hover,
  .btn-outline-primary.disabled:focus,
  .btn-outline-primary[disabled]:focus,
  fieldset[disabled] .btn-outline-primary:focus,
  .btn-outline-primary.disabled.focus,
  .btn-outline-primary[disabled].focus,
  fieldset[disabled] .btn-outline-primary.focus,
  .btn-outline-primary.disabled:active,
  .btn-outline-primary[disabled]:active,
  fieldset[disabled] .btn-outline-primary:active,
  .btn-outline-primary.disabled.active,
  .btn-outline-primary[disabled].active,
  fieldset[disabled] .btn-outline-primary.active {
    background-color: #265a88;
    background-image: none;
  }