/*
|--------------------------------------------------------------------------
| GENERAL
|--------------------------------------------------------------------------
*/

body {

    background: #f4f6f9;
}

.table td,
.table th {

    vertical-align: middle !important;
}

/*
|--------------------------------------------------------------------------
| MARKSHEET CARD
|--------------------------------------------------------------------------
*/

.card {

    border-radius: 10px;
}

.card-body {

    padding: 25px;
}

/*
|--------------------------------------------------------------------------
| SCHOOL HEADER
|--------------------------------------------------------------------------
*/

.school-header {

    text-align: center;

    margin-bottom: 25px;
}

.school-header h2 {

    font-weight: 700;

    margin-bottom: 5px;
}

.school-header p {

    margin-bottom: 3px;

    color: #666;
}

/*
|--------------------------------------------------------------------------
| STUDENT PHOTO
|--------------------------------------------------------------------------
*/

.img-thumbnail {

    border-radius: 8px;
}

/*
|--------------------------------------------------------------------------
| TABLE
|--------------------------------------------------------------------------
*/

.table-bordered th {

    background: #f8f9fa;

    font-weight: 600;
}

.table tfoot th {

    background: #e9ecef;
}

/*
|--------------------------------------------------------------------------
| BADGES
|--------------------------------------------------------------------------
*/

.badge {

    font-size: 13px;

    padding: 6px 10px;
}

/*
|--------------------------------------------------------------------------
| PRINT
|--------------------------------------------------------------------------
*/

@media print {

    .main-header,
    .main-sidebar,
    .content-header .btn,
    .main-footer {

        display: none !important;
    }

    .content-wrapper {

        margin-left: 0 !important;

        padding: 0 !important;
    }

    .card {

        border: none !important;

        box-shadow: none !important;
    }

    body {

        background: #fff !important;
    }
}
.report-card-header h2 {

    font-size: 28px;
    font-weight: 700;

}

.report-card-header h3 {

    font-size: 22px;
    font-weight: 600;

}

.table th {

    text-align: center;

}

.table td {

    vertical-align: middle !important;

}

.card-header {

    font-weight: 600;

}

@page {

    size: A4;
    margin: 10mm;

}

@media print {

    body {

        background: #fff !important;

    }

    .content-wrapper {

        margin-left: 0 !important;

    }

    .card {

        page-break-inside: avoid;

    }

    .btn,
    .main-header,
    .main-sidebar,
    .main-footer {

        display: none !important;

    }

}