html {
    font-size: 16px;
}

.col-md-1,.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12,
.col-sm-1,.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    /*background-color: rgba(112.520718, 44.062154, 249.437846, .15);*/
    /*border: 1px solid black;*/
    min-height: 34px;;
}

.col-sm-heading{

    background-color: #dbdad7
}

.departmenttaskContainer{
    position: relative;
    top: 32px;
    margin-left: -11px;
    margin-right: -11px;
    padding: 11px;
    border-radius: 10px;
    border: 1px solid;
    /*margin-top: 40px;*/
    page-break-inside: avoid;
    margin-bottom: 40px;
}

.departmenttaskHeader{
    left: 25px;
    position: relative;
    top: -27px;
    border: 1px solid;
    display: inline;
    padding: 10px 10px 7px 10px;
    background: white;
}

.departmenttaskHeader h3 {
    display: inline;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

@media print {
    .departmenttaskHeader {
        background-color: white !important;
        -webkit-print-color-adjust: exact ;
      }
    .col-sm-heading {
        background-color: #dbdad7 !important;
        -webkit-print-color-adjust: exact ;
    }

    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
      }

    .col-sm-1,.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-12, .table {
        font-size: 0.80rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    
    .container {
        width: auto !important;min-width:21cm;
        
    }
    @media print and (orientation: landscape) {
        .container {
            min-width: 29.7cm;
        }
    }
}



  body{
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }

  @media print {
    .clearfix {
      break-inside: avoid;
    }
  }