  @charset "utf-8";
/* CSS Document - Left Menu for Virtual Library */

.VL-LeftMenu {
  border:none;
}

/ Button CSS **/
.treeview-mobile summary.p-2.rounded {
    background-color: #4d8148;
    color: #fff;
    font-weight: 700;
    margin-bottom:1rem;
}

.details.treeview-mobile summary::marker {
    color: #fff;
}
/**/

.VL-LeftMenu a:link {
    text-decoration: none;
}

.VL-LeftMenu-Box  {
    cursor: pointer;
    overflow: hidden;
    padding: 4px 0px 4px 0;
    border-bottom: none;
    border-bottom: 1px dotted #C9CDCD;
}

.VL-LeftMenu-Item {
    display: flex;
    align-items: center;
    gap:10px;
}

.VL-LeftMenu-Img {
    max-width:48px;
    max-height:48px;
}

.VL-LeftMenu-Text    {
    color: #2D4074;
    font-size: 1.14em;
    line-height: 1.120em;
}

/**** SPC School Landing Page  ****/
.spc-schland-page ul.treeview-navigation,
ul.treeview-navigation.spc-schland-page  {
    padding:0;
    margin:0;
    list-style: none;
}

.spc-schland-page .treeview-navigation li a.iconLink:link,
.spc-schland-page .treeview-navigation li a.iconLink:visited,
.spc-schland-page .treeview-navigation li a.iconLink:active,
.spc-schland-page .treeview-navigation li a.iconLink:hover,

.treeview-navigation.spc-schland-page li a.iconLink:link,
.treeview-navigation.spc-schland-page li a.iconLink:visited,
.treeview-navigation.spc-schland-page li a.iconLink:active,
.treeview-navigation.spc-schland-page li a.iconLink:hover {
    display:block;
    text-decoration: none;
    border-bottom:1px solid #CECECE;
    padding:0.40rem 0;
    color: #2D4074;
}





