.tbl-custom {
  border-collapse: collapse;
  width: 100%;
}
.tbl-custom td, .tbl-custom th {
  border: 1px solid #ddd;
  padding: 8px;
}
.tbl-custom tr:nth-child(even){background-color: #f2f2f2;}
/* .tbl-custom tr:hover {background-color: #ddd;} */
.tbl-custom tr:hover, a.tbl-custom:hover {background-color: #adb5bd;color: white;
  /*cursor: pointer;*/ }
.tbl-custom tr:hover a {
  color: white;
}
.tbl-custom th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #17a2b8;
  color: white;
}


.tbl-custom2 {
  border-collapse: collapse;
  width: 100%;
}
.tbl-custom2 td, .tbl-custom2 th {
  border: 1px solid #ddd;
  padding: 8px;
}
.tbl-custom2 tr:nth-child(even){background-color: #f2f2f2;}
/* .tbl-custom tr:hover {background-color: #ddd;} */
/*.tbl-custom2 tr:hover, a.tbl-custom2:hover {background-color: #1E90FF;color: white;*/
  /*cursor: pointer; }*/
/*.tbl-custom2 tr:hover a {
  color: white;
}*/
.tbl-custom2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3498db;
  color: white;
}

.tbl-print {
  border-collapse: collapse;
  width: 100%;
}
.tbl-print td, .tbl-print th {
  border: 1px solid #ddd;
  padding: 8px;
}
.tbl-print tr:nth-child(even){background-color: #f2f2f2;}
/* .tbl-custom tr:hover {background-color: #ddd;} */
.tbl-print th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #17a2b8;
  color: white;
}



.font-bg-costum{
color:#009788!important
}

.overlay_mask {
  width:100%;
  height:100%;
  position:fixed !important;
  position:absolute; /* IE6 Fallback */
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:10000;
  background:#FFF url('../img/pemprov-loading.gif') no-repeat 50% 50%;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.6;
  text-shadow:none;
}
.notif {
  cursor: pointer;
  position: fixed;
  top: 60px;
  right: 2%;
  display: block;
  z-index: 99999999;
  border: 2px solid grey;
  /* transform: translate(-50%,-10%); */
}
.select2-selection__rendered {
    line-height: 28px !important;
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-selection__arrow {
    height: 30px !important;
}
