table, td, th {  
    border: 1px solid #ddd;
    text-align: left;
  }
  
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  tr:nth-child(even) {background-color: #eeeeee;}



  .tbx table {
    border-collapse: unset;
    width: 100%;
  }

  .tbx table, td, th {  
    border:0px solid rgb(255, 0, 0);
    text-align: left;
    
  }

 .tbx tr:nth-child(even) {background-color: #ffffff;}


  .fab_kecil{
      width: 45px;
      height: 20px;
  }


  .tbl_responsive{
    overflow-x:auto;
  }


  .bgku{ 
    /* background: url('../img/admin_web_terpadu1.png') no-repeat center center fixed;  */
   background: url('../img/bgx.jpg') no-repeat center center fixed; 
    /* background: url('https://slidemodel.com/wp-content/uploads/programmable-presentation-background-idea.png') no-repeat center center fixed;  */
    /* background: url('https://s7d2.scene7.com/is/image/Caterpillar/CM20190822-e20b4-c1f00') no-repeat center center fixed; */
    /* background: url('https://s7d2.scene7.com/is/image/Caterpillar/CM20190822-e20b4-c1f00') no-repeat center center fixed; */
    /* background-image: linear-gradient(to left, #fdc99a, #ffb778, #ffa457, #ff9034, #ff7a00); */
    /* background-image: linear-gradient(to right bottom, #a6d584, #a6d584, #a6d584, #a6d584, #a6d584, #a3d97e, #a0dc77, #9de070, #94e85f, #8af04d, #7ef734, #6fff00); */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
  }

  .formLogin{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 2%;
  }

  .margin_btn{
    margin-bottom: 1.5% !important;
  }

  .tbl_btn{
    width: 50px !important;
  }

  .paginate_btn{
    width: 40px !important;
  }

  .hrpagin{
    border: 10px solid #cfd8dc;
  }

  .hrpagin2{
    border: 10px solid #ce9f07;
  }

  .hrpagin3{
    border: 10px solid #aab4a1;
  }

  .hrpagin4{
    border: 10px solid #AAD5DB;
  }
  .hrpagin5{
    border: 5px solid #cfd8dc;
  }


  .hrSoft1{
    border: 0.5px solid #e2e2e2;
  }
  .hrSoft2{
    border: 2px solid #e2e2e2;
  }

  .div_exit_modal{
    position:absolute; 
    right:20px; 
    top:20px
  }


  .alertku{
    padding: 3% 0% 3% 0% ;
    background-color: rgb(212, 95, 150);
    color: white;
    font-weight: 500;
    text-align: center;
  }

  .frWidget{
    padding: 1.5%;
  }

  .frWidgetSub{
    border-radius: 5px;
    
  }

  .frWidgetSub1{
    /* padding: 3% 0% 3% 0% ; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }


  .frWidgetSub2{
    padding-left:2%; padding-right:2%;
    padding-top: 4%; padding-bottom: 4%;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    

  }

  .frame_cari{
    padding-left: 1%;
    padding-right: 1%;
  }

input.mdCheckbox { 
    width: 20px; 
    height: 20px; 
} 

input.mdCheckbox1 { 
  width: 20px; 
  height: 20px; 
  background-color: yellow;
} 



.div_batas{
  padding: 10px;
  background-color: #a5a5a5;
  color: white;
  font-weight: 600;
  font-size: 90%;
}


.hoverImg:hover {
  /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);  */
  transform: scale(1.1);
}

.divLogin {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.157);
  padding: 2%;
}

.qrcode{
  width: 30% !important;
  background-color: rgb(122, 122, 122);
}


.inputRight {
  padding-left: 1%;
}

.inputLeft {
  padding-right: 1%;
}

.paddingAll{
  padding-left: 5%;
  padding-right: 5%;
}





@media only screen and (max-width: 600px) {
  .divLogin {
    margin-top: 0px;
    /* background-color: rgba(0, 0, 0, 0.157); */
    padding: 9%;
  }
  .qrcode{
    width: 100% !important;
    background-color: rgb(122, 122, 122);
  }

  .inputRight {
    padding-left: 0%;
  }
  
  .inputLeft {
    padding-right: 0%;
  }


  .paddingAll{
    padding-left: 0%;
    padding-right: 0%;
  }

}


.divrunning-text{
  padding-top: 10px;
  padding-bottom: 10px;
}

.resetStyle , td, th {  
  border: 0px solid #ddd;
  text-align: left;
}



