.dataTable tr {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.unclickable tr {
    cursor: auto;
}

.card-header .breadcrumb {
    margin-bottom: 0;
}

.alert ul {
    margin-bottom: 0;
}

.form-check-inline {
   margin-right: 0px !important;
}

.card nav {
    font-size: 1.25em;
}

#skill_model .select2-container{
    width:100% !important;
}

.rowedit {
    display: none;
}

.inscopetable {
    font-size: 12px;
}

.inscopetable .form-control {
    font-size: 12px;
}

.inscopetable .btn {
    font-size: 12px;
}

.stickycardheader {
    position: sticky;
    top: 56px;
    background-color: #f7f7f7;
    z-index: 2;
}

.customclass .select2-results {
    display: none;
}

/* .select2-container--open .select2-results {
    display: none !important;
} */

th.dt-center, td.dt-center {
    text-align: center;
    width: fit-content;
}