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;}


  

  .fab_kecil{
      width: 45px;
      height: 20px;
  }


  .tbl_responsive{
    overflow-x:auto;
  }


  .bgku{ 
    background: url('../img/bg.png') no-repeat center center fixed; 
    /* background-image: linear-gradient(to left, #c8ecff, #a2dafc, #7bc7f9, #51b4f7, #02a0f4); */

    /* background-image: linear-gradient(to bottom, #ffaeae, #ff9c9c, #ff8a89, #fe7877, #fb6464); */


    -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;
  }

  .hrkuesioner{
    border: 0.5px solid #e9e8e8;
  }



  .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;
} 


.btn_google_login{
  height: 55px;
  background-color: rgba(255, 255, 255, 0.829);
  border: none;
  /* border-radius: 10px; */
}

.h_btn_google_login{
  margin-left: 20px;
  font-weight: 700;
  color: #6d6d6d;
  font-family: 'Tenali Ramakrishna', sans-serif;
  font-size: 12pt;
}

.banner_text_login{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  background-color: rgba(19, 88, 145, 0.61);
}



.columnku {
  float: left;
 /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowku:after {
  content: "";
  display: table;
  clear: both;
}



.chooseOpsi{
  background-color: #6b6b6b;
  color: white;
  border-radius: 50%;

}

.marginOpsi{
  margin : 15px 0px 15px 0px;
  padding : 2px 5px 2px 5px;
}