﻿a:hover {
    text-decoration: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eFeFeF;
    opacity: 1;
}

.ti {
    font-size: 20px !important;
}

.validation-summary-errors > ul > li {
    color: #d63939 !important;
}

.vm-error {
    color: #d63939 !important;
}

.popover {
    max-width: 400px !important;
    width: 400px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.sort-link {
    color: #656d77;
}

    .sort-link:hover {
        color: #555d67;
    }

.nav-link {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

    .nav-link:hover {
        text-decoration: none;
        color: #24387f;
    }

td > .nav-link {
    padding: 0;
}

.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 1.25rem !important;
}

.card-table tbody tr:last-child td, .card-table tbody tr:last-child th {
    border-bottom: 1px solid rgba(98,105,118,0.16);
}

/* Validation summary */
.validation-summary-errors {
    margin: 1rem 0;
}

    .validation-summary-errors > ul {
        /* background: #fae7e6; */
        border: 1px solid #fae7e6;
        display: block;
        position: relative;
        padding: 1rem;
        font-size: .875rem;
        list-style-type: none;
    }

        .validation-summary-errors > ul::before {
            position: absolute;
            top: 0;
            left: -4px;
            width: 4px;
            height: 100%;
            content: " ";
            background-color: #ce352c;
        }

.table-tr-no-border > tbody > tr,
.table-tr-no-border > tbody > tr > td {
    border-style: none !important;
}

.card-body-tabs {
    padding: 2px;
    padding-top: 0px;
}

.table-responsive {
    margin-bottom: 0px !important;
}

.req::after {
    content: ' *';
    color: #FF0000;
}

.p-2r {
    padding: 2rem;
}

.avatar-s {
    height: 32px;
    width: 32px;
}

.table-compact > tbody > tr > td {
    padding: 2px 6px !important;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    font-size: 0.625rem;
    min-width: 1.25rem;
    padding: calc(0.25rem - 1px) 0.25rem;
}

.badge-tr {
    top: -5px;
    right: -10px !important;
    bottom: unset;
}

.dropdown-item-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.form-fieldset {
    background: #fafafa !important;
}

.wd-25 {
    width: 25px !important;
}
.wd-200 {
    width: 200px !important;
}

.bg-none {
    background-color: unset !important;
}

.bg-light-nh {
    background: rgb(245, 247, 251) !important;
}

.tab-navbar {
    background: transparent !important;
    margin: -1rem -1.3rem 1rem -1.3rem;
    border-bottom: 1px solid rgba(98, 105, 118, 0.16);
}

.accordion-navbar {
    background: #fafbfc !important;
    border-top: 1px solid rgba(98, 105, 118, 0.16);
    border-bottom: 1px solid rgba(98, 105, 118, 0.16);
}

.card-table tr td:last-child, .card-table tr th:last-child {
    padding-right: 1.25rem !important;
}

a.disabled {
    pointer-events: none;
    opacity: 0.65;
}

button.list-group-item-actions {
    border: none;
    background: none;
    padding: unset;
}

.btn-find {
    margin: -3px 0 0 0 !important;
    height: 23px !important;
    min-height: 0 !important;
    padding: 0 5px;
    font-size: 11px;
}

.ws-initial {
    white-space: initial;
}

.hr-1 {
    margin: 1.5rem 0;
}

.text-right {
    text-align: right;
}

.filetype-icon {
    width: 18px;
}

.info1 {
    font-weight: 600;
    color: rgb(97, 97, 97);
    font-size: 20px;
}