 
.select-filter-tanggal{
    cursor: pointer;
    padding: 7px 25px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 7px;
    background: #fff;
}

@media print {

    .header-laporan{   
        background-color: #F3F8FF;
        padding: 20px;
        text-align: center;     
    }
    html,body.body-pdf-laporan{
        height: 100%
    }
    .container-laporan{
        min-height: calc(100vh - 30px);
    }
    
    
    .body-laporan{
        padding:10px 50px; 
    }
    
     
    .section-footer{   
        position: fixed;
        bottom: 0;
        width: 100%!important;
    
    
    }
    
    .footer-laporan .dicetak-area{
        padding: 5px 50px!important;
    }
    
    .footer-laporan .footarea{
        background: #F3F8FF!important;
        padding: 20px 50px!important;
        width: 100%!important;
         
    }
    
    .row-bordered-bottom {    
        border-bottom: 2px solid #ccc!important;    
    }
    
    .hr-border-bottom{
        border-bottom: 1px solid #ccc!important;
        padding-bottom:5px;
    }
    
    .content-laporan .title-section{
        background-color: #fff2f2;
        padding:8px 20px 4px;
    }
    .content-laporan .content-section{
        padding:10px 40px;
        
    }
    
    .fw-total{
        font-weight: bold;
        font-size: 10px;
    }
    .fw-sumtotal{
        font-weight: bolder;
    
    }
     
    .total-list{
        margin-bottom:15px;
    }
    
    .link-primary{
        color:#ec1a78!important;
        cursor:pointer!important;
        text-decoration:none!important;
    }
    .link-primary:hover{
        color:#605c5c!important;
        text-decoration:none;
    
    }
     

}