.treeview .list-group-item {
    cursor: pointer;
    line-height: 1.5rem;
    border-radius: 2rem;
}

.list-group-item:last-child {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}

.list-group-item:first-child {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.list-group > li:nth-child(odd) {
    background-color: #f1f1f1;
}

.node-treeview1 {
    color: #1B1B1B !important;
}

.treeview span.icon {
    margin-right: 5px;
    float: right;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

treeview span.image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


.dsn-socials li a {
    display: flex !important;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}

.list-group-item > a {
    vertical-align: middle;
}

.list-group {
    width: 100% !important;
}

.icon {
    font-size: 19px;
    height: 20px;
    font-weight: 900 !important;
    float: right;
}

.icon-meeting-pdf:before {
    color: #e90b0b;
    font-size: 25px;
}

.icon-meeting-vdo {
    background-image: url(../images/icon/multi_icon.png);
    width: 30px !important;
    height: 32px;
}

.treeview span.icon-meeting-pdf {
    width: 30px !important;
    height: 33px;
    background-image: url(../images/icon/pdf-doc.png);
    background-repeat: no-repeat;
}

.list-group-item {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border: 0;
}

.list-group > li:first-child {
    background-color: #0f75bc;
    color: #ffff !important;
    border-bottom: 4px solid#074232 !important;
}



/* For PC: */
@media (min-width:1200px) {
    .treeview span.indent {
        margin-left: 10px;
        margin-right: 10px;
    }
}
/* For mobile phones: */
@media only screen and (max-width: 767px) {
    .treeview span.icon {
        margin-right: -5px !important;
    }

    .treeview span.indent {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    span.text-treeview-title {
        margin-left: 0px !important;
    }

    select.form-control {
        margin-right: 20px;
    }

    .treeview span.icon-meeting-pdf {
        width: 28px !important;
    }
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #070707 !important;
    cursor: pointer;
}
