@import url(https://fonts.googleapis.com/css?family=Nunito);

.nav-pills .nav-link.active {
    background-color: #0c10147a !important;
}
.nav-profile .nav-link.active {
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(0,0,0,.125);
    border-right: none !important;
    background: #f8f9fa !important;
    margin-right: -1px;
    position: relative;
    z-index: 2;
    color: #000;
    font-weight: 600;
}
.nav-profile .card {
    border-radius: 0 4px 4px 4px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
}
.content-wrapper a:hover {
    /*color: #6c757d!important;*/
}

/**/

.checkboxSet{
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/**/

.table thead th {
    border-bottom: solid 1px #dee2e6!important;
}

#imageProgressStatus{
    height: 37px;
    line-height: 37px;
}