/* Set gray background color and 100% height */
.sidenav {
    height: 100%;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {height:auto;}
}

.userNav > li > a {
    font-size: 20px;
}

.userNav > li > a:hover {
    border-bottom: #2aabd2 solid;
}

.userNav > li.active > a, .userNav > li.active > a:hover {
    border-bottom: orangered solid;
}

.userBody {
    padding-bottom: 20px;
    min-height: 100%;
}

#welcome {
    margin-top: 50px;
}

.datasetDiv {
    margin-bottom: 10px;
}

.oldDataset {
    background-color: rgba(0, 166, 201, 0.3);
}

.pubDataset {
    background: rgba(0, 66, 201, 0.3);
}

.descripForm {
    display: none;
}

.buttonSpace {
    margin-right: 5px;
}
