body{
    font-family:Verdana,sans-serif;
}
dt {              
    line-height: 12pt;  /* try also a bit smaller line-height */
}
dd {              
    line-height: 12pt;  /* try also a bit smaller line-height */
}
/* Utility */
.fs-13{
    font-size: 13px;
}

.card-img-top{
  background-image: url("loading.gif");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.tombol-primary{
    text-transform: uppercase;
    border-radius: 30px;
    font-family: 'Segoe UI';
    font-weight: bold;
}
.judul{
    font-weight: 200;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
span{
    font-weight: bold;
}
.mt-80{
    margin-top: 80px;
}
label{
    margin-top: 4px;
    font-size: small;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.judul-page{
    margin-top: 35px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0,0.7);

}
/* Navbar */

.navbar{
    position: relative;
    z-index: 1;
}
.jumbotron .container{
    z-index: 1;
    position: relative;
}
.navbar-brand{
    font-family: 'Viga', sans-serif;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0,0.7);
}

/* Jumbotron */
.jumbotron{
    background-image: url("assets/books.jpeg");
    background-size:cover ;
    height: 400px;
    text-align: center;
    position: relative;
}
/* gradasi jumbotron */

.jumbotron::after{
    content:'';
    display: block;
    height: 80%;
    width: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,1), rgba(0,0,0,0));
    position: absolute;
    bottom: 0;

}
.jumbotron .display-4{
    font-family: 'Calibri';
    color: #ffffff;
    margin-top: 100px;
    font-weight: 200;
    text-shadow: 1px 1px 1px rgba(0, 0, 0,0.7);
    margin-bottom: 30px;
    font-size: 30px;
}
.jumbotron .display-4 span{
    font-weight: 500;
}
.thumbnail a{
  text-decoration: none;
}
.shadow-bottom-right {
  color: black;
    padding-top: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 8px;
    margin-top: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.shadow-bottom-right:hover{
    cursor: pointer;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.5);
}
.pointer{
  cursor: pointer;
}
.box-shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.box-shadow:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.full-shadow{
    margin-top: 8px;
    box-shadow:1px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 5px;
}
.full-shadow:hover{
    box-shadow: 1px 2px rgba(0, 0, 0, 0.7);
}
.box-shadow-full{
    margin-top: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 5px;
}
.box-shadow-full:hover{
    cursor: pointer;
    box-shadow: 0 0 2px rgba(43, 41, 167, 0.7);
}
.box-shadow-full p{
    text-align: center;
    font-size: small;
    font-weight: 300;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.box-shadow-full b{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    display: block;
    color: green;
}
.box-shadow-full button{
    width: 100%;
}
.left-border-primary{
    font-weight: 200;
}
/* INFO PANEL */
.info-panel{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: -100px;
    padding:20px;
    text-align: left;
    border:none;
}
.title-card{
    font-size:13px;
    font-weight: bold;
}
.card-border-radius{
    border-radius: 5px 5px 0 0;
}
.info-panel img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.info-panel h4{
    font-size: 16px;
    font-weight: bold;
}
.info-panel p{
    font-size: small;
    text-align: left;
}
.working-space{
    margin-top: 90px;
    text-align: center;
}

.working-text{
    margin-left: 10px;
    margin-top: 10px;
}
.working-text span{
    font-weight: bold;
}
.working-text h3{
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
    
}
.working-text p{
    text-align: justify;
}

.about-us{
    text-align: center;
}

.thumbnail{
    margin-top: 40px;
}
.thumbnail img{
    width: 120px;
    height: 120px;
}
.img-small{
    width: 60px !important;
    height: 60px !important;
}
.thumbnail .right{
    text-align: left;
    margin-top: 30px;
}
.thumbnail .left{
    text-align: right;
    margin-top: 30px;
}

.thumbnail .left h5{
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 2px;
}
.thumbnail .left p{
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
}


.thumbnail .right h5{
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 2px;
}
.thumbnail .right p{
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
}

.thumbnail .center-img h5{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 2px;
}
.thumbnail .center-img p{
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

.footer{
    border-top: 1px solid #9b9d9c1c;
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.footer p{
    margin-top: 20px;
    font-size: 13px;
    font-style: italic;
    color: dimgrey;
}

.produk{
    text-align: center;
}
.operator{
    margin-top: 20px;
    
}
.operator img{
    height: 100px;
    width: 100px;
}

.quote{
    background-color: dodgerblue;
    color: #ffffff;
}
.quote h3{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: larger;
}
.icon-cs{
    margin-top: 20px;
}
.hubungi-kami{
    text-align: center;
}
.hubungi-kami img{
    height: 100px;
    width: 100px;
}


/* FORMAT PAGE */
.new-row{
    
    margin-top: 10px;
    padding-top: 13px;
}
.left-col{
    
    text-align: right;
}


.format-judul{
    font-size: 18px;
    font-weight: 400;
    
}
.format{
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    text-transform: uppercase;
}
.format-contoh{
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-top: -20px;
}

/* END FORMAT PAGE */
.buku{
    padding:5px;
    background-color: darkgrey;
    border-radius: 4px;
}

/* Desktop Version */
@media (min-width: 992px) {
    .quote h3{
        font-size: 2rem;
    }
    .jumbotron::after{
        content:'';
        display: block;
        height: 130%;
        width: 100%;
        background-image: linear-gradient(to top,rgba(0,0,0,1), rgba(0,0,0,0));
        position: absolute;
        bottom: 0;
    
    }
    .working-space{
        text-align: left;
    }
    .nav-link{
        text-transform: uppercase;
        margin-right: 30px;
    }
    .nav-link:hover::after{
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        width: 50%;
        margin:auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron{
        margin-top: -75px;
        height: 640px;
    }

    .jumbotron .display-4{
        font-size: 54px;
        margin-top: 160px;
    }
    .navbar-brand, .nav-link{
        color: #ffffff !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0,0.7);
    }

    .info-panel img{
        width: 70px;
        height: 70px;
    }
    
}



/* CSS PAGE PENGUNJUNG */
.pengunjung{
  padding: 60px;
  ;
}
.title-pengunjung{
  font-family: 'Viga', sans-serif;
}
.tanggal-title{
  background-color: #2980b9;
  color: #ecf0f1;
  width: fit-content;
  padding: 12px;
  border-radius: 5px;
}
.waktu{
  background-color: #2980b9;
  color: rgb(255, 255, 255);
  width: fit-content;
  padding: 5px 15px 5px 15px;
  margin: 10px;
  font-size: x-large;
  border-radius: 5px;
}
.barcode{
  position: relative;
  z-index: 1;
}
.input-id{
  margin-top: -100px;
  z-index: -999;
}



/* form login */

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 2px;
  margin: auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}