﻿.announcement-container {
    display: block;
}

.marquee-red {
    color: red;
    font-size: 25px;
    display: none;
}

.marquee-blue {
    color: blue;
    font-size: 25px;
    margin-left: 100px;
}

.announcement-row {
    margin-top: 10px;
}
.carousel-item img {
width:100%;
}

/*School Assessment Report page */


.line-breaks {
    /*white-space: pre-line;*/
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    -webkit-print-color-adjust: exact;
    border: 1px solid #000;
}

.sch-th {
    font-size: 17px !important;
    padding: 20px 20px !important;
    margin-bottom: 20px;
    width: 46%;
}

table tr td,
th {
    /* border: 2px solid #fff; */
    padding: 8px;
    /* vertical-align: middle; */
    font-size: 12px;
    border: 1px solid #000;
    font-family: sans-serif;
    text-align: left;
}

.school-row th {
    border: unset;
}

.school-row td {
    border: unset;
}


tfoot {
    display: table-row-group;
}

thead {
    display: table-row-group;
}

p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-style: italic;
    font-family: cursive;
}

.cover-img {
    background-image: url(~/assets/images/cover-bg.png) !important;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@@media print {
    .cover-img {
        background-image: url(~/assets/images/cover-bg.png) !important;
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .height {
        height: 100vh !important;
    }

    .sch-th {
        font-size: 17px !important;
        padding: 20px 20px !important;
        margin-bottom: 20px;
        width: 46%;
    }

    .school-row th {
        border: unset;
    }

    .school-row td {
        border: unset;
    }
}

.cls1 {
    margin: 0 auto;
    font-size: 11px;
    width: 800px;
    margin-bottom: 20px;
}

.cls2 {
    border: 6px solid #173f5f;
    padding: 15px;
    margin-top: 10px;
    position: relative;
}

.schoolreporttitle {
    background: #1b5c93;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
    border-radius:10px;
    font-weight:bold;
}
.schoolreportwrap {
    border: 6px solid #173f5f;
    padding: 15px;
    margin-top: 10px;
    position: relative;
    font-family: sans-serif;
}
.domaintitle {
    margin: 0px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.subdomaintitle {
    background: #ccc;
    font-size: 15px;
    padding: 10px;
    margin-top: 20px;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: sans-serif;
    border-width:1px 1px 0px 1px;
}

