.cmenu-item {
    background-color: rgba(235,243,255,1);
    color: #444;
    cursor: pointer;
    padding: 5px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    word-break: break-word;
    outline: none !important;
    border: 1px solid white;
}


.cmenu-item.active, .cmenu-item:hover {
    background-color: rgba(204,224,255,1);
}

.cmenu-parent:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0fe';
    color: #0075ff;
    background-color: #fff;
    font-weight: bold;
    margin-right: 10px;
}


.cmenu-parent.active:before {
    content: '\f146';
}


.cmenu-panel {
    padding: 0 0 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.cmenu-ckbox {
    margin-right: 15px;
}


.cmenu-dataset {
    width: calc(100% - 50px);
    display: inline-flex;
    flex-direction: column;
}


.cmenu-dataset-details {
    font-style:italic;
    font-size: 0.9rem;
}


.dd-dataCatalog {
    max-width: 400px;
}


.dd-dataCatalog .divBody {
    padding-bottom: 0;
}


.cmenu-item .fas:hover {
	color: #0075ff;
}


.cmenu-station {
    width: calc(100% - 50px);
    display: inline-flex;
    flex-direction: column;
}


.cmenu-station-icon {
    color: #0075ff;
    background-color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
