﻿
.field-validation-error {
    color: #db0014 !important;
}

.dz-error-message {
    margin-top: 15px;
}

.dropdown-item.active.selected {
    color: white;
}

.dropdown-item.active {
    color: white;
}

    .dropdown-item.active:hover {
        color: black;
    }

.pe-none {
    pointer-events: none;
}

.c-nodrop {
    cursor: no-drop !important;
}

.c-pointer {
    cursor: pointer !important;
}

.form-disabled-color {
    pointer-events: none !important;
    background-color: #e9ecef !important;
}

.form-disabled {
    pointer-events: none !important;
   
    opacity:.4;
}

    .form-disabled .input-group-text {
        background-color: #e9ecef !important;
    }

span.text small.text-muted {
    color: var(--text-secondary) !important;
}

.scroll-to-top i {
    color: white;
}

.r-20 {
    border-radius: 20px !important;
}

.r-t-20 {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

ul.list-group li a.active {
    text-decoration: underline;
}

ol.sortable > li > div.item-block,
ol.sortable > li > ol > li > div.item-block {
    border: 1px gainsboro solid;
}

.table-hours {
    border: 0;
}

    .table-hours tr td:first-child {
        min-width: 150px;
    }

.table-partnercapacity {
    border: 0;
}

    .table-partnercapacity tr td:first-child {
        min-width: 150px;
    }

    .table-partnercapacity tr td:last-child {
        min-width: 150px;
        text-align: right;
    }

.nav-currentuser {
    pointer-events: none;
    text-align: center;
}
    .nav-currentuser .nav-link {
        padding-bottom: 1rem;
    }
    .nav-currentuser .nav-link-text {
        background: #fff;
        padding: 4px 8px;
        border-radius: 8px;
        line-height: 13px;
    }