.c-list__link__disabled {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid #e8e9ec;
    background-color: #e0e0e0;
    color: #1A1A1A;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.75;
    text-align: left;
    pointer-events: none;
    cursor: default;
}

.c-list__link__disabled::after {
    color:  #1A1A1A;
}

.c-icon__disabled {}

.c-btn__printout {
    background-color: #38c172;
    border-color: #38c172;
}

.summery__button__text {
    font-weight: bold;
}

.summery__button__text:hover {
    cursor: pointer;
}

.form__label__mt3 {
    margin-top: 30px;
}

@media screen and (min-width:1025px) {
    .label__text__size {
        font-size: 75%;
    }

    .input__text__size {
        font-size: 100%;
    }
}

.l-flex__stretch {
    display: flex;
    align-items: stretch;
}

/* table
================================================== */
.c-table__scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.c-table {
    margin: 0 0 20px;
    border-collapse: collapse;
    white-space: nowrap;
}
.c-table th {
    border: solid 1px #E8E9EC;
    padding: 10px;
}
.c-table tr:first-of-type th {
    border-bottom: 2px solid #E8E9EC;
    background: #FAFAFA;
}
.c-table tr:last-child {
    border-bottom: 2px solid #E8E9EC;
}
.c-table td {
    border: solid 1px #E8E9EC;
    padding: 10px;
    text-align: center;
}

.c-table td.gray-out {
    background: #E6E6EC;
    color: #B3B3B3;
}

@media screen and (max-width: 640px) {
    .c-table {
        width: 80%;
        margin: 0 auto 20px;
    }
    .c-table tr:first-of-type {
        display:none;
    }
    .c-table tr:last-child {
        border-bottom: none;
    }
    .c-table td,
    .c-table th {
        display: block;
        width: 100%;
    }
    .c-table th {
        border-bottom: 2px solid #E8E9EC;
    }
    .c-table td {
        display: block;
        width: 100%;
        padding: 0 20px 0 0;
    }
    .c-table td:before {
        content: attr(data-label);
        font-weight: 700;
        display: inline;
        background-color: #FAFAFA;
        color: #1A1A1A;
        margin-right: 10px;
        padding: 0px 10px;
        float: left;
        border-right: 1px solid #E8E9EC;
        width: 50%;
    }
    .c-table tr:last-child td:last-child {
        border-bottom: 2px solid #E8E9EC;
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3490dc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #1d68a7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
