/*result QC*/
.paas::before {
    content: '\f00c';
    font-family: fontawesome;
    padding-right: 5px;
}
.paas {
    display: inline-block;
    background: #04a40400;
    padding: 8px 10px;
    color:#04a404;
    border: 2px solid #04a404;
    font-weight: bold;
}
/*end*/

/* The container */
.lima-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .lima-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .lima-radio:hover input ~ .checkmark,
  .lima-radio input ~ .checkmark{
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .lima-radio input:checked ~ .checkmark {
    background-color: #E21E1C;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .lima-radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .lima-radio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

.lima-tab ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
    margin: 0;
}
.lima-tab ul.nav.nav-tabs {
    margin: 0;
}

.lima-tab .tab-pane {
    padding-top: 30px;
}

body .lima-tab .form-inline .select2 {
    width: 49.5% !important;
    font-size: 14px;
}
/* body .datepicker {
    width: 20%;
} */

/* .form-produksi #update-produksi {
    padding: 15px;
    color: white;
} */
form.form-produksi .form-inline {
    width: auto;
    vertical-align: middle;
}

/* body .form-produksi input.porduksi-garansi {
    display: inline-block !important;
    width: 80% !important;
} */

@media screen and (max-width: 782px){
    input.form-control.kode-otp {
        width: 100% !important;
    }
    body .form-inline button#send_otp {
        width: 100%;
    }
    button#reg-btn {
        width: 100%;
    }

    .cek-tb td, .cek-tb tr { display: block; }

    /* Hide table headers (but not display: none;, for accessibility) */

    .cek-tb thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }

    table.table.table.table-striped.cek-tb {
        border: none;
    }

    /* .cek-tb tr { border: 1px solid #E74C3C; } */

    .cek-tb tr + .cek-tb tr { margin-top: 1.5em; }

    .cek-tb td {
    /* make like a "row" */
    /* border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    background-color: #F8D9D5;
    text-align: left; */
    }

    .cek-tb td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    /* margin-left: -100%; */
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
    }
}

/* ADMIN CSS */
span.active-lima {
    background: #07a907;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

body .bg-danger {
    background-color: #dd0707;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
}

span.registered-lima {
    background: #07a907;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

span.not-active-lima {
    background: #6d6d6d;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

span.expire-lima {
    background: #d61d1d;
    color: white;
    padding: 5px;
    border-radius: 5px;
}
body .form-inline #btn-adm-garansi, body .form-group .btn.btn-info {
    background: #0071a1;
    border: 1px solid #0071a1;
    border-radius: 0px;
}

.title-lima-adm {
    margin-bottom: 20px;
}

@media screen and (max-width: 782px){
    .title-lima h1 {
        font-size: 24px;
        font-weight: bold;
    }

    .lima-traking .nomor-garansi {
        margin-bottom: 10px;
    }
    .lima-traking {
        margin-right: 10px;
    }
}


/* NEW CSS */
ul.nav.nav-tabs .active a {
    background: #d52d29;
    border-color: #d52d29;
    color: white;
    font-size: 20px;
}
ul.nav.nav-tabs li a {
    font-size: 20px;
    background: #fff;
    color: black;
}

.nav-tabs > li.active > a:hover{
  background: #d52d29 !important;
  color: #FFF !important;
}

.lima-tab .nav-tabs {
    border-bottom: 0px solid #fff;
}

label.radio-inline.lima-radio {
    padding-left: 35px;
    font-size: 18px;
}
.content-cek {
    margin-top: 5%;
    margin-bottom: 2%;
}
.row-form h2 {
    font-weight: bold;
}
button#btn-cek-garansi {
    width: 100%;
    font-size: 18px;
}

.form-produksi {
    text-align: center;
}

body button#update-produksi{
    padding: 20px;
}
body button#open-camera{
    padding: 15px;
}
body input.form-control.porduksi-garansi {
    padding: 30px 5px;
}

body .pesan {
    margin-top: 30px;
    text-align: center;
}


@media screen and (max-width:1000px){
    .form-produksi .form-group{
      max-width: 50%;
    }
   
    .form-produksi .form-inline input,
    .form-produksi button{
      display: inline-block;
      float: left;
    }

    .form-produksi button {
      margin-left: 3px;
    }
}