.wraper {
    width: 100%;
    /*margin: 60px auto 0 auto;*/
    border: 1px solid rgba(207, 203, 203, 0.42);
    padding: 1px;
    /*background-color: #eee;*/
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #fff;
}

.table {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px;
    font-size: 12px;
    color: #2F2F2F;
    background-color: #ebf3f9;
    --bs-table-bg: #ebf3f9;;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #DDD;
    text-align: left;
    padding: 6px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}

* {
    box-sizing: border-box;
}

.text {
    text-align: left !important;
    /*color: #2CB5D7;*/
    color: darkblue;
    font-size: 18px;
}

    .text h3 {
        text-align: center !important;
        color: #343434;
        font-size: 19px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .text p {
        text-align: center !important;
        color: #999;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 4px;
        text-transform: capitalize;
    }

input {
    float: none;
    display: inline-block;
}

.std-img {
    height: 135px;
    width: 128px;
    border: solid 1px #999;
}

.sign {
    height: 40px;
    width: 150px;
    border: solid 1px #999;
}

.s-logo {
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-bottom: -14px;
}

.printpage img {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}

.printpage {
    float: right;
    margin-right: 10px;
}

.print-logo {
    text-align: center !important;
    width: 100%;
}

    .print-logo img {
        float: none !important;
    }

input[type=checkbox] {
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    margin: 0px;
}

@media print {
    input[type=checkbox] {
        -ms-transform: scale(1.3);
        /* IE */
        -moz-transform: scale(1.3);
        /* FF */
        -webkit-transform: scale(1.3);
        /* Safari and Chrome */
        -o-transform: scale(1.3);
        /* Opera */
        margin: 0px;
    }

    .checkboxtext {
        padding-right: 2px !important;
        padding-left: 0px !important;
        vertical-align: top;
    }

    .table {
        font-size: 11px !important;
    }

    .wraper {
        width: 100%;
    }
}

.text-center {
    text-align: center !important;
}

.checkboxtext {
    padding-right: 15px;
    padding-left: 4px;
    vertical-align: top;
}

@media print {
    #Print_Summary {
        display: none;
    }
    .wraper{
        margin-top:0px !important;
    }
    .std-img {
        width: 180px !important;
        border: 2px solid black !important;
    }

    .sign {
        width: 200px !important;
        border: 2px solid black !important;
    }
}
