﻿.divCenter {
    margin-left:auto;
    margin-right:auto;
}
.divGeneral {
    background-color: #fefeff;
    border: 1px #cfcfcf solid;
    border-radius: 8px;
    padding: 20px;
    padding-left: 12px;
    margin-bottom: 15px;
}

.divGeneral2 {
    width: 100%;
    padding: 15px;
    padding-left: 15px;
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 15px;
}

.divClassHeader {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    background-color: #2e80cf;
    border: 2px #055eb4 solid;
    color: white;
    border-radius: 3px;
    margin-bottom: 15px;
}
    .divClassHeader .spanSubjectName {
        font-weight: 600;
        font-size: 1.1em;
        margin-right:20px;
    }
    .divClassHeader .spanRowItem {
        margin-right: 20px;
    }


.divWeights {
    width: 100%;
    max-width:250px;
    padding: 5px;
    background-color: white;
    border: 2px #055eb4 solid;
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size:.9em;
}


.divLinksLeftRight {
    width: 100%;
    padding: 2px;
    padding-left: 20px;
    border-radius: 4px;
    background-color: #f2f2f0;
    margin-bottom: 20px;
}
    .divLinksLeftRight a {
        font-size: .8em;
        margin-right: 30px;
    }

.divHorizontalLinks a {
    display: inline;
    margin-right: 20px;
    font-size: .8em;
    padding-left: 10px;
}

.divInstructions {
    background-color: #9aefef;
    border: 1px #daefda solid;
    border-radius: 8px;
    padding: 15px;
    font-style: italic;
    font-size: .9em;
}

.divInfo {
    background-color: #fffff6;
    border: 1px #cfcfcf solid;
    border-radius: 8px;
    padding: 20px;
    font-style: italic;
    font-size: .9em;
}
    .divInfo p:nth-child(1) {
        color: black;
        font-style: normal;
        text-align: center;
        font-weight: 600;
        font-size: 1em;
    }
.divInfo2 {
    background-color: #fffffa;
    background-color: #f4f4f4;
    border: 1px #ececec solid;
    border-radius: 8px;
    padding: 6px;
    padding-left: 15px;
    font-size: .9em;
}

.divInfoPlain {
    background-color: #ffffff;
    border: 1px #ededed solid;
    border-radius: 8px;
    padding: 20px;
    font-style: italic;
}
.divInfoTransparent {
    background-color: transparent;
    border-radius: 8px;
    padding: 10px;
}

.divForm .row div:nth-child(1) {
    text-align: right;
    padding-top: 6px;
    font-weight: 600;
    color: #333333;
}

.divHover:hover {
    background-color: #9aefef;
}



/* CARDS HOLD STUDENT AND FAMILY INFORMATION */

.divCardsWrapper {
    width: 100%;
    height: auto;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 5px;
    padding-bottom:25px;
    text-align: left;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(2, 270px);
    gap: 10px;
}

.divParentCardsWrapper {
    width: 100%;
    height: auto;
    margin: 5px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 15px;
    text-align: left;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(3, 270px);
    gap: 10px;
}

.divCard {
    width: 270px;
    height: auto;
    border-right: 1px #a2a3cb solid;
    border-bottom: 1px #a2a3cb solid;
    border-top: 0px #a2a3cb solid;
    border-radius: 0px;
    padding: 15px;
    background-color: #ffffff;
    font-size: .9em;
    margin: 0;
    box-shadow: 10px 10px lightblue;
    box-shadow: 10px 10px #863186;
    box-shadow: 10px 10px #68a3e5;
}
    .divCard:hover {
        border-color: #be4747;
        background-color:#fff4db;
    }
    .divCard p {
        color: #767676;
        font-weight: 600;
    }
    .divCard ul {
        margin-top: 8px;
    }
        .divCard ul li {
            margin-bottom: 2px;
        }

#divFamilyCard {
    background-color: #acc6e0;
}



.divTeacherLabel {
    padding: 3px;
    border: 1px #57c157 solid;
    border-radius: 4px;
}
    .TeacherLabelPart1 {
        margin-right: 25px;
        padding:4px;
        float: left;
    }
        .TeacherLabelPart1 img {
            width: 50px;
        }
    .TeacherLabelPart2 {
        padding-top:10px;
    }