﻿a.custom-item {
    color: inherit;
    cursor: pointer;
    background-color: #F7F7FA;
    font-size: 20px;
}

    a.custom-item:hover {
        color: purple;
        font-weight: bold;
    }

    a.custom-item.non-link {
        color: #7C9EB2;
        background-color: #F7F7FA;
    }

        a.custom-item.non-link:hover {
            color: #7C9EB2;
            background-color: #F7F7FA;
        }

    a.custom-item.non-dev {
        color: #1b1e21;
        background-color: rgba(198, 200, 202, 0.7);
    }

a.custom-subitem {
    color: inherit;
    cursor: pointer;
    background-color: #FBFBFD;
    font-size: 18px;
}

    a.custom-subitem:hover {
        color: purple;
        font-weight: bold;
    }
/*-減號*/
.dd-item button[data-action="collapse"] {
    float: right;
}

    .dd-item button[data-action="collapse"]:before {
        font-size: 40px;
        color: #717071;
        padding-right: 15px;
    }
/*+加號*/
.dd-item button[data-action="expand"] {
    float: right;
}

    .dd-item button[data-action="expand"]:before {
        font-size: 30px;
        color: #717071;
        padding-right: 15px;
    }

.card .cheader {
    color: black;
    font-size: 20px;
    position: relative;
    box-shadow: none
}

.dd2-cuscontent {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 8px 12px;
    /*background: #F8FAFF;*/
    /*border: 1px solid #DAE2EA;*/
    color: #7C9EB2;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calert {
    position: relative;
    padding: 0.75rem 1.25rem;
    /*margin-bottom: 1rem;*/
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.headerborder {
    border-width: 0px 0px 1px 0px;
    border-color: #7C9EB2;
    border-style: solid;
}