html{
  position: relative; /* Allows the footer to notice content height */
  min-height: 100vh;  /* My page will always take the full screen */
}
body{
    font-family: 'Oxygen', sans-serif;
}

/* style header */
.header{
    width: 100%;
    height: 50px;
    box-shadow: 0 2px 10px 4px rgba(177, 177, 177, 0.19);
    background-color: #ffffff;
    /* margin-bottom: 5px; */
}

.text-center.hidden-xs{
    height: 45px;
    padding-top: 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
{
    text-align: center
}

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

.label-judul{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    font-size: 20px;
}

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


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

    font-size: 100px;
    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 */
.Selamat-Datang {
  width: 210px;
  height: 96px;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #154469;
  border-bottom: solid #1078CA 3px;
  padding-bottom: 2.3em;
}

.di-layanan-pembukaan {
  width: 215px;
  height: 54px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #154469;
}
.di-layanan-pembukaan .text-style-1 {
  font-weight: bold;
}

.Status {
  width: 212px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 15px 50px;
}

.text-welcome{
    padding-top: 100px;
}

.Kantor-Pusat {
  width: 149px;
  height: 20px;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.text-small{
    color: #a8a8a8;
}

.footer-Rectangle {
  background-color: #1078ca;
  vertical-align: middle;
  float: none;
  text-align: center;
  left: 0;
  bottom: 0;
}

.text-footer{
    color: #ffffff;
    font-size:12px;
    margin-top: 5px;
}

.form.pendek
{
    width: 440px;
}

form#master_form{
    margin-bottom: 0px
}

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

.konten
{
    padding-left: 20px;
}

.bg
{

}
.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 2px #E9F0F3;
    background: #ffffff;
    box-shadow: 0 2px 12px 2px rgba(177, 177, 177, 0.19);
    margin-top:37px;
    margin-bottom:30px;
    width: 800px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.body h2{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    font-size: 18px;
}

.body h3{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;  
}

.title h3{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;  
}

.container.title.pendek
{
    margin-top: 25px;
    margin-bottom: 40px;
    width: 467px;
    padding-left: 0px;
    margin-left: 0px;
}

.body.pendek
{
    border-radius: 15px;
    border: solid 2px #E9F0F3;
    background: #ffffff;
    box-shadow: 0 2px 12px 2px rgba(177, 177, 177, 0.19);
    margin-top:37px;
    margin-bottom:30px;
    width: 609px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
}

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

.bluecontainer
{
  margin-left: -185px;
  width: 100%;
  height: 306px;
  background-color: #eff5fa;
  
}

.bluebg
{
  /* height: 306px; */
  background-color: #eff5fa;
  width: 100vw;
  
}

.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';
}

.item-web 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-web input:focus {
    border-color: #1078CA;
    color : '#111';
}

.ratakanan2
{
    float: right
}

.col-xs-2.ukuran
{
    width: 8%;
}


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

.item img
{
    /* margin-bottom: 1.1em */
}

.itemrow-wrap{
    width : 95%; 
    margin: 0 auto;
}

.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
{
    width: 769px;
    margin-top: 15px;
    padding: 0px;
}

.cb
{
    height: 41px;
    border: 1px ;
    padding-top:8px;
    margin-left: 30px;
}
.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;
     }

.row.dokumen
{
    padding:10px; 
    padding-top:15px; 
    padding-bottom:15px; 
    color:#333333;
}
.container.garis
{
    border: solid 1px #eef2f6; 
    background: #eef2f6; 
    margin:0px auto; 
    width:65%;
}

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

.navigation-logo
{
    
    font-size: 12px;
    margin: auto;
}

.navigation-logo .img-responsive
{
    margin-left: 5px;
    margin-bottom: 3px;
    margin-top: 20px;
}

.uker-web{
    padding-left: 85px;
}

.garis.pendek
{
    border: solid 1px #eef2f6; 
    background: #eef2f6; 
    text-align: right;; 
    width:65%;
}

.isidatadesc{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
  }

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

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

.capture-speak p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-size: 12px !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: 12px !important;
}

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

.container.disclaimer-small h4{
    text-align: center;
    width: 362px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-top: 0px;
}

.bgar01
{
    background-color: #eff5fa;
    height: 100%;
    margin-left: -185px;
    width: 1510px;
}

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

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

.form-control.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%;
}
.ratakanan
{
    text-align: right;
}
#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: 12pt;
    float: left;
    color: #666666;
    padding-left: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* border-radius: 8px 0px 0px 8px; */
    border: 1.3px solid #edf1f5;
    margin-top: 0px;
    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: 4% !important;
  }
  .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 .btn-search {
    height: 40px !important;
 }

 .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;
}
.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 */
.footer{
    width: 100%;
    margin: 0 auto;
    background-color: #EDF1F5;
    bottom: 0%;
    border-top: solid #DBE6EC 4px;
}

.footer-web{
    width: 100%;
    margin: 0 auto;
    background-color: #1078CA;
    bottom: 0;
    border-top: solid #1078CA 4px;
    text-align: center;
    color : #ffffff;
    left: 0;
    position: absolute;
    font-size: 10px;
}

.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
{
    /* margin-top: 25px; */
    /* margin-bottom: 40px; */
    width: 769px;
    padding-left: 0px;
}

.container.title.uker
{
    margin-left: 200px;
    width: 769px;
    padding-left: 0px;
}
.container.title h1{
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333333;
        font-size: 24px;
}

.container.title h2{
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #666;
        font-size: 18px;
    }

.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;
}

/* 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;
        font-size: 2.1em;
        font-weight: bold
    }

    .container.title h2{
        /* font-size: 14px; */
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        /* color: #666666; */
        margin-top: 10px;
        font-size: 1.4em;
    color : #878787
    }

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

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

}

 @media (min-width: 992px){
.container.arweb
{
    border-radius: 0px 0px 15px 15px;
    border: solid 2px #E9F0F3;
    background: #ffffff;
    box-shadow: 0 2px 12px 2px rgba(177, 177, 177, 0.19);
    margin-bottom:30px;
    width: 609px;
    padding-left: 40px;
    padding-right: 40px;
    /* padding-bottom: 170px; */
}

.pincode-input-text.first
{
    color: #ffffff;
    background-color: #1078ca;
}
.pincode-input-text.mid
{
    color: #ffffff;
    background-color: #1078ca;
}
.pincode-input-text.last
{
    color: #ffffff;
    background-color: #1078ca;
}
.blueline
{
    color: #ffffff00;
    background-color: #1078ca;
    height: 10px;
    width: 606px;
    margin-left: -40px;
}

.title.info
{
    margin-top: 25px;
    margin-bottom: 40px;
    width: 487px;
    padding-left: 0px;
    padding-right: 0px;
}

.container.infopage
{
    border-radius: 15px;
    border: solid 2px #E9F0F3;
    background: #ffffff;
    box-shadow: 0 2px 12px 2px rgba(177, 177, 177, 0.19);
    margin-top:37px;
    margin-bottom:30px;
    width: 571px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
}

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

.form-control.option
{
    border: none;
    border-bottom: 1.5px solid #edf1f5;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 0px;
    margin-left: -4px;
    width: 37.5em;
    /* width: 440px; */

}

.col-xs-6.input-radio-readonly
{
    width: 30%;
}

 /* @media (min-width: 992px){
        .container .title h1{
            font-size: 20px !important;
        }

         .container .title h2{
            font-size:15px !important;
        }

        .container ol{
            margin-left:40px !important;
        }

        .container ol li{
           line-height:30px !important;
        }

        .cek{
            margin-bottom: 10px;
        }
     }
     /* nuel */
    }
.dgs-submit-web {
    width: 20%;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1em;
    padding: 9px 0.6em 0.6em;
    background: rgb(16, 120, 202);
    margin: 0.7em auto;
    border-radius: 10px;
}
.btn-web{
    height: 39.5px;
}

.full-width {
  width: 99.4vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 260px;
}

.full-width-detail {
  width: 99.4vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.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;
    width: 40px;
}

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

.caret {
    color: black;
}

#tanggal {
	height: 25px;
}

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

.box_username
{
    padding:8px;
    text-align: center;
    border:#EDF1F5 1px solid;
    background-color: #eaf1f7;
    color: #1078ca;
    font-weight: bold;
}
.container.password
{
    width: 525px;
}
.form-control.password
{
    width: 350px;
}

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

@-moz-document url-prefix() {
	#tanggal {
		height: 35px;
    }
    
    #hpdarurat {
        height: 30px
    }
}