@font-face {
  font-family: 'Roboto-Bold';
  src: url(/assets/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto-Light';
  src: url(/assets/fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url(/assets/fonts/Montserrat-Light.ttf);
}

*:focus {
    outline: none;
}

label{
  font-weight: bold;
}

h1, h2, h3{
  font-family: 'Roboto';
  color:#555;
}

h3{
  font-size:16px;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #bcbcbc;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}



span{
  font-size:11px;
}

i.fas{
  font-size:9px;
  padding:5px;
}

.menu-hris{
  list-style:none;
  padding:0;
  margin:0;
}

#box-map {
  position: fixed;
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  display:none;
  outline-style: none;
  background-color:rgba(0,0,0,0.3);
  z-index:2;
}

#mapWrap{
  width:450px;
  height:100%;
  margin:auto;
}

.box-login{
  width:400px;
  position:relative;
  z-index:1;
  border:1px solid #f1f1f1;
  background-color:#fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;//margin:auto;
}

.menu-hris li{
  display:inline-block;
}

.input-daterange{
  background-color:#fff;
  border-radius:5px;
  box-shadow:0px 6px 16px 2px rgba(0, 0, 0, 0.05);
}

.input-daterange input{
  border:0;
  font-size:11px;
}

.highcharts-title{
  font-family: 'Roboto' !important;
  font-size: 18px !important;
  color: #555 !important;
  font-weight: normal !important;
}

.highcharts-subtitle{
  display:none !important;
}

.highcharts-axis-labels text{
  font-family: 'Roboto' !important;
  font-size: 0.7em !important;
}

.highcharts-data-label text{
  font-weight: normal !important;
  font-family: 'Roboto' !important;
}

.highcharts-legend-item text{
  font-weight: normal !important;
  font-family: 'Roboto' !important;
}

.highcharts-legend .highcharts-legend-box{
  display:none;
}

.highcharts-data-label{
  font-size: 0.7em !important;
}

.box-filter{
  max-width:900px;height:100%;position:relative;overflow:auto;
}

.ul-filter{
  padding:0;margin:0;list-style:none;height:100%;
}

.ul-filter li{
  height:100%;display:inline-flex;
}

.ul-filter li div{
  margin:auto;padding:0px 10px;border:0.5px solid rgba(255,255,255,0.3);padding:3px 0px;padding-left:10px;padding-right:30px;border-radius:5px;position:relative;margin-right: 2px;
}

.ul-filter li div i{
  position:absolute;top:2px;right:3px;color:transparent;color:#fff;cursor:pointer;
}

.ul-filter li div span{
  display:block;font-size:9px !important;color:#fff;
}

.ul-filter li div h6{
  margin:0;padding:0;font-family:'Calibri';font-size:13px;color:#fff;
}

.highcharts-yaxis text{
  font-size: 0.5em !important;
  margin-top:10px !important;
}

table{
  width:100%;
}

table thead tr td{
  font-size:0.7em;
  font-weight:bold;
  font-family:'Roboto';
  border-bottom:1.5px solid #555;
  padding:5px;
  border-left:1px solid #bcbcbc;
  text-align:center;
}

table tbody tr td{
  font-size:0.7em;
  font-family:'Roboto';
  border-left:1px solid #bcbcbc;
  border-top:1px solid #bcbcbc;
  padding:5px;
}

table thead tr td:first-child{
  border-left: 0px;
}

table tbody tr td:first-child{
  border-left: 0px;
}

table tbody tr td.value{
  text-align: right;
}

table tbody tr td.string{
  text-align: left;
}

table tbody tr td.integer, table tbody tr td.date{
  text-align: center;
}

.link-detail{
  color:blue;
  cursor:pointer;
}

.container-custom{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  overflow:auto;
  display:flex;
  background-color:#f1f1f1;
}

.box-fingerprint{
  width:30%;
  display:inline-block;
  background:transparent;
  margin-top:80px;
}

.box-content{
  width:70%;
  display:inline-block;
  margin-top:80px;
}


@media only screen and (max-width: 767px) {
  .box-login{
    width:100% !important;
  }

  .container-custom{
    display:block;
  }

  .box-fingerprint{
    width:100%;
  }

  .box-content{
    width:100%;
    margin-top:0;
    margin-bottom:150px;
  }

  .part-absen{
    position: fixed;
    bottom: 0px;
    width: 100%;
  }

  .menu-hris{
    margin:auto;
  }

  .part-menu{
    display:flex;
  }
}
