:root {
    --default-scale-dimensions: 60px;
    --menu-scale-dimensions: 5px;
    --menu-defualt-list-item-border: 1px solid;
    --menu-defualt-list-item-border-right-radius: 3px;
    --school-menu-color: #4c7c8b82;
    --school-menu-secondary-color: orange;
    --info-menu-color: #4c7c8b9c;
    --menu-hover-color: #bcc4cd00;
    --school-result-title-color: white;
}


/**************School Results List**************/

.table-header-group {
    display: table-header-group;
}

.extra-info-container {
    padding-left: 8px;
    padding-right: 8px;
}

.extra-info {
    /* width: 100%; */
    /* border-radius: 5px; */
    background-color: var(--info-menu-color);
    padding: 5px;
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.nav-bar-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 59px);
    overflow-y: auto;
    align-content: flex-start;
}

.info-sub-container {
    background-color: var(--info-menu-color);
    padding: 14px;
    /*border-radius: 4px;*/
    margin-top: 3px;
    color: white;
    min-height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.info-menu-item {
    color: black;
}

.info-menu-title {
    margin-right: 4px;
}

.school-results-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 4px;
}

.school-results-inner {
    /* border-radius: 4px; */
    padding-right: 4px;
    padding-left: 4px;
    background-color: var(--school-menu-color);
    color: white;
}

.school-results {
    padding: 0px;
    /* height: calc(100% - 53px); */
    overflow-y: auto;
    list-style-type: none;
    /* left: -30px; */
    position: relative;
    /* margin-top: 3px; */
    flex-grow: 4;
    /*background-color: var(--school-menu-color);*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
}

    .school-results > li:hover {
        /* background-color: var(--menu-hover-color); */
    }

    .school-results li {
        /* margin-top: 3px; */
    }

    .school-results ul {
        list-style-type: none;
        margin-bottom: 3px;
        left: 0;
        position: relative;
        margin-left: 4px;
        padding-left: 0;
    }

.school-results-list thead th, td {
    border: none !important;
}

.school-result-name {
    /* min-height: 25px; */
    /* left: -13px; */
    position: relative;
    /* border: 1px solid #0000003d; */
    /* border-radius: 4px; */
    /* margin: 4px; */
    /* background-color: #fff; */
    /* box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 5%); */
    /* margin-left: -25px; */
    padding-bottom: 6px;
    top: 1px;
    line-height: 1.2;
    color: black;
    /* box-shadow: 1px -1px 7px 0 rgba(0,0,0,0.2), 1px 2px 7px 0 rgba(0,0,0,0.19); */
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    /* border-radius: 0.25rem; */
    box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.2), 0px 0px 0px 0 rgba(0, 0, 0, 0.19);
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 6px;
    padding-left: 24px;
}


    .school-result-name:hover {
        cursor: pointer;
    }

.layer-name {
    /* background-color: #91afb8; */
    padding-bottom: 5px;
    width: 100.2%;
}

    .layer-name > ul {
        /* left: 13px; */
        position: relative;
    }

.school-result-name > ul {
    display: none;
    /* transition: display 1s,  linear; */
    margin: 3px;
}

.school-results > li {
    /* margin: 3px; */
    /* margin-bottom: 15px; */
    /* border-radius: 5px; */
    background-color: var(--school-menu-color);
    /* background-color: white; */
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0px 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.container-shadow {
    /* box-shadow: 1px 1px 4px 0px #c7c7c7c7; */
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0px 1px 2px 0 rgba(0, 0, 0, 0.19);
}


/*.school-results > .Elementary-Schools:hover {
    background-color: #b3d7ff;
}*/

.school-results > .Elementary-Schools {
    border: 1px solid #21b4ae0d;
}

.school-results > .Middle-Schools {
    border: 1px solid #f9b44a0d;
}

/*.school-results > .Middle-Schools:hover {
        background-color: #b3d7ff;
    }*/

.school-results > .High-Schools {
    border: 1px solid #5532840d;
}

/*.school-results > .High-Schools:hover {
        background-color: #b3d7ff;
    }*/

.extra-info-title {
    border-bottom: 1px solid #e9ecef;
    /* background-color: #ffffff; */
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    /* color: white; */
    padding-bottom: 4px;
}

    .extra-info-title:before {
        background-image: url('Info.svg');
        background-size: cover;
        width: 25px;
        height: 25px;
        cursor: pointer;
        display: inline-grid;
        align-content: center;
        content: '';
        margin-right: 5px;
    }

.Elementary-Schools-title {
    border-bottom: 1px solid #21b4ae00;
    background-color: #21bab5cf;
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    color: var(--school-result-title-color);
    /* color: white; */
}


.Middle-Schools-title {
    border-bottom: 1px solid #f9b44a00;
    background-color: rgb(249 164 64 / 76%);
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    color: var(--school-result-title-color);
}

.High-Schools-title {
    border-bottom: 1px solid #55328400;
    background-color: rgb(116 0 255 / 17%);
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
    color: var(--school-result-title-color);
}


li.container-shadow.Elementary-Schools ul li ul li:hover {
    background-color: #21bab5cf;
}

li.container-shadow.Middle-Schools ul li ul li:hover {
    background-color: rgba(249, 164, 64,  0.76);
}

li.container-shadow.High-Schools ul li ul li:hover {
    background-color: rgba(116, 0, 255, 0.17);
}

/*.School-house{
    background-image: url('Elementary_School.png');
    background-size: cover;
    width: var(--default-scale-dimensions);
    height: var(--default-scale-dimensions);
    cursor: pointer;
    display: inline-grid;
    align-content: center;
    content: '';
    margin-right: 5px;
    margin-bottom: 0px;
    top: 0;
    position: relative;
    left: 0;
}*/

.Elementary-Schools-title:before {
    background-image: url('School_6.svg');
    background-size: cover;
    width: var(--default-scale-dimensions);
    height: var(--default-scale-dimensions);
    cursor: pointer;
    display: inline-grid;
    align-content: center;
    content: '';
    margin-right: 5px;
    margin-bottom: 0px;
    top: 0;
    position: relative;
    left: 0;
}

.Middle-Schools-title:before {
    background-image: url('School_7.svg');
    background-size: cover;
    width: var(--default-scale-dimensions);
    height: var(--default-scale-dimensions);
    cursor: pointer;
    display: block;
    z-index: 0;
    content: '';
    display: inline-grid;
    align-content: center;
    content: '';
    /* margin-right: 5px; */
    margin-right: 5px;
    margin-bottom: 0px;
    top: 0;
    position: relative;
    left: 0;
}

.High-Schools-title:before {
    background-image: url('School_8.svg');
    background-size: cover;
    width: var(--default-scale-dimensions);
    height: var(--default-scale-dimensions);
    cursor: pointer;
    display: block;
    z-index: 0;
    content: '';
    display: inline-grid;
    align-content: center;
    content: '';
    /* margin-right: 5px; */
    margin-right: 5px;
    margin-bottom: 0px;
    top: 0;
    position: relative;
    left: 0;
}

.school-result-name:before {
    content: '\203A';
    left: 10px;
    top: -5px;
    position: absolute;
    font-size: 25px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    /* top: 2px; */
    transform: rotate(90deg);
    transition: transform .25s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    /* box-shadow: 1px 1px black; */
    color: white;
}

.school-result-info {
    left: 28px;
    position: relative;
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% - 28px);
}



.school-result-url {
    font-size: 12px;
    left: -30px;
    position: relative;
}

.show:before {
    /* transform: rotate(45deg); */
    transform: rotateZ(-90deg) translateY(-5px);
}

.show > ul {
    display: grid !important;
}


/***************************List**************/
