
@media screen and (min-width: 992px){
    .cvayrinti, .diger-tablo .table tbody tr td .item a{
        color: #32aa59!important;
        font-weight: 500;
    }
    
    .personelPDF .item-box{
        border: 1px solid #f3f3f3;
        margin-bottom: 15px!important;
        display: block;
        padding: 10px;
      }
      
      .personelPDF .col-lg-6, .personelPDF .col-lg-12, .personelPDF .col-lg-4, .personelPDF{
        padding:0 7.5px; 
      }
      
      .personelPDF label p{
        margin: 0;
      }
      
      .personelPDF form .sertifikaPdf .checkbox label{
        min-height: 40px;
        font-size: 14px;
      }
      
      .personelPDF form .sertifikaPdf .checkbox{
        margin-bottom: 15px;
        border: 1px solid #f3f3f3;
        padding: 10px;
      }
      .personelPDF form .sertifikaPdf .checkbox label::before{
        top: 10px;
      }
      
      .personelPDF form .sertifikaPdf .checkbox label::after{
        top: 14.5px;
      }
      
      .pdfTitle{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      
}
  /* Print Styles */
  @media print {
    /* 	Hide everything that doesn't have the '.print' class */
      body > *:not(.print){
        display: none;
      }

      * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
      }
      
      body{
        background: #fff!important;
        /* margin-top: -8px!important; */
      }
      
      header{
        display: block!important;
        visibility: visible!important;
        opacity: 1!important;
        padding: 0!important;
      }
      header .container .menu, .userLogin{
        display: none!important;
      }
      header .container{
        justify-content: flex-end!important;
      }
      .noprint { 
        visibility: hidden; 
     }
      
      .personel .title{
        display: none;
      }
      
      .personelPDF .col-lg-6{
        width: calc(50% - 30px);
        margin:0 5px;
        
        float: left;
      }
      .personelPDF .col-lg-4{
        width: calc(33% - 30px);
        margin:0 5px;
        
        float: left;
      }
      .personelPDF .item-box{
        max-height: 75px;
        min-height: 75px;
      }
  
      
      .personel form label span{
        font-size: 12px;
      }
      .personelPDF label p{
        font-size: 12px;
      }
      .personelPDF form .sertifikaPdf .checkbox{
        padding: 5px;
        margin-bottom: 10px;
      }
      
    /* 	Remove the header and footer text and urls the browser places  */
    
      @page {
        margin: 8mm 2mm;
        size: A4;
      }
  
      
      
    }
  
    .input-group input{
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0;
        background: transparent;
        color: #fff;
    }
    .input-group input::placeholder{
        color: #fff;
    }

    .diger-tablo .table thead tr th{
        line-height: 30px;
    }

    .input-group .input-group-append button{
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }
    .page-link:not(:disabled):not(.disabled){
        color: #333;
    }
    .page-item.active .page-link{
        background: #aaa;
        color: #fff;
        border: 1px solid #aaa;
    }