﻿.smart-table {
    background-color: #fff;
}

    .smart-table thead tr th {
        position: sticky;
        top: 1px;
        background-color: #fff;
    }

    .smart-table tbody tr td:hover {
        background-color: #ffe7c6;
    }

    .smart-table span.old {
        color: #898989;
    }

    .smart-table td {
        padding: 0 !important;
        line-height: 1.5 !important;
    }

        .smart-table td div {
            padding: 0px 1px !important;
            line-height: 1.5 !important;
        }


.one-line {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

thead .div_parent_in_th {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

thead th {
    z-index: 99 !important;
}

.popup {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

    .popup ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .popup li {
        padding: 8px 16px;
        cursor: pointer;
    }

        .popup li:hover {
            background-color: #f0f0f0;
        }

.distinct {
    padding-left: 16px;
    padding-right: 16px;
}

.icon-sort {
    margin-right: 5px;
}

.section-filter-checkbox {
    max-height: 180px;
    max-width: 400px;
    overflow: auto;
    padding-top: 5px;
}


/* page nav */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .pagination a {
        margin: 0 5px;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ccc;
        color: #333;
    }

        .pagination a.active {
            background-color: #007bff;
            color: white;
            border: 1px solid #007bff;
        }

        .pagination a:hover {
            background-color: #ddd;
        }

.content-source-master-data input.form-control, .content-source-master-data select.form-control {
    height: 50px !important;
}

.content-source-master-data .date-picker {
    height: 50px !important;
}

.section-rows-per-page {
    width: 300px;
}

.btn-rows-per-page {
    width: 100%;
}

/*.system-message-comment-container-reply .row:first-child {
            display: none;
        }*/

/*        .system-message-comment-container-reply div:nth-child(1){
            display: none !important;
        }*/

.system-message-comment-container-remark-message .fa.fa-pencil.pull-right {
    display: none !important;
}

.system-message-comment-container-reply textarea {
    height: 200px !important;
}

/*        .btn.btn-success.activity-chatting-fullmode {
            height: 56px !important;
        }
*/
img.system-message-comment-container-remark-img.easy-mode-false {
    display: none;
}

.btn.dropdown-toggle.btn-light {
    height: 10px;
}

.bs-searchbox input {
    padding: 0px 16px !important;
    height: 25px;
}

.dropdown-menu.inner.show {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px !important;
}

.filter-option {
    height: 25px !important
}

.filter-option-inner-inner {
    font-size: 16px !important;
}


.smart-table .date-picker {
    height: 22px !important;
}

.smart-table table {
    width: fit-content ;
}

.system-message-comment-container-reply {
    margin-left: -70px !important;
}

.file-insert-remover {
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer;
}

    .file-insert-remover:hover {
        color: #dc3545;
    }

.system-message-attach-image-block-adder {
    display: none;
}



/*    select-bootstrap    */
.smart-table .btn.dropdown-toggle.btn-light {
    border-radius: 0px !important;
    margin-top: -4px;
    padding-left: 2px;
}

.smart-table td {
    overflow: hidden !important;
}

.smart-table .dropdown.bootstrap-select {
    height: 22px !important;
}


/* css file comment */
.system-message-attach-files {
    display: block !important;
    width: 100% !important;
}

    .system-message-attach-files .system-message-attach-file-block {
        width: 100% !important;
    }
/* ./css file comment */

.full-width-important {
    width: 100% !important;
}

