.__breadcrumb a {
  font-size: 1rem;
  font-weight: 400;
}

.is_status {
  pointer-events: none;
}

.col-form-label {
  font-size: 1rem;
  font-weight: 400;
}

.miring {
  font-style: italic;
}

input:placeholder-shown,
textarea:placeholder-shown,
.invalid-feedback {
  font-weight: 300;
  font-style: italic;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  font-style: italic;
}

.modal-open .select2-dropdown {
  z-index: 10060;
}

.modal-open .select2-close-mask {
  z-index: 10055;
}

.clockpicker-popover {
  z-index: 999999 !important;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#view_fullscreen {
  overflow: auto;
}
.informasi {
  color: #3949ab;
  cursor: pointer;
}
.ui-autocomplete {
  z-index: 99999; /* adjust this value */
}

.btn-export-custom {
  padding: 5px;
  margin: 5px;
  color: #757575;
  font-weight: 400;
  background: transparent;
}
.btn-export-custom:hover {
  color: #757575;
  background: #f5f5f5;
}

div.dataTables_info {
  position: absolute;
}
div.dataTables_wrapper div.dataTables_paginate {
  float: none;
  text-align: center;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > a:hover {
  background: lightgrey;
}
.link_style {
  /* background-color: #f1f1f1; */
  border: 1px solid black;
  border-radius: 2px;
  width: 100px;
  margin: 5px;
  padding: 5px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

/* @media screen and (max-width: 640px) {
 
} */

 /* smartphones, iPhone, portrait 480x320 phones */ 
@media screen and (min-width:320px)  {
  .alert-social > span {
    font-size: 1rem !important;
  }
}


/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media screen and  (min-width:481px)  { 
  .alert-social > span {
    font-size: 1.3rem !important;
  }
 }

 /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
/* @media screen and  (min-width:641px)  { 
  .alert-social > span {
    font-size: 1.5rem !important;
  }
} */

/* tablet, landscape iPad, lo-res laptops ands desktops */ 
/* @media screen and  (min-width:961px)  { 
  .alert-social > span {
    font-size: 1.8rem !important;
  }
} */

/* big landscape tablets, laptops, and desktops */ 
/* @media screen and  (min-width:1025px) { 
  .alert-social > span {
    font-size: 2rem !important;
  }
} */

/* hi-res laptops and desktops */ 
/* @media screen and  (min-width:1281px) { 
  .alert-social > span {
    font-size: 2rem !important;
  }
} */


.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-tooltip {
  font-weight: 600;
}

.highcharts-axis-labels {
  font-weight: 600;
  font-size: 1em;
  fontfamily: 'Verdana, sans-serif';
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

