input {
    border: 1px solid #dee2e6 !important;
    padding-left: 10px !important;
    /*font-size: 12px !important;*/
    height: 45px;
}

    input[type=checkbox], input[type=radio]
    #login-form label {
        height: auto !important;
    }

.btn-green a,
.btn-green {
    color: white !important;
}

.datatable-header,
.datatable-footer {
    display: flex;
    justify-content: space-between;
}

.dataTables_filter label,
.dataTables_length label {
    display: flex;
    align-items: baseline;
}

    .dataTables_filter label input,
    .dataTables_length label select {
        margin-left: 10px;
    }

.dataTables_paginate.paging_simple_numbers span {
    padding: 0 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.dataTables_paginate.paging_simple_numbers {
    display: flex;
    align-items: center;
}

.dataTables_scrollBody {
    scrollbar-width: thin;
    scrollbar-color: #e8e8e8 transparent;
}

.notice-management-data-table .table tbody td {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.paginate_button.next {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.33285 15.8336C8.13814 15.834 7.94944 15.7662 7.79952 15.6419C7.62909 15.5007 7.52189 15.2974 7.50157 15.0769C7.48124 14.8565 7.54947 14.637 7.69118 14.4669L11.4245 10.0003L7.82452 5.52528C7.68471 5.35312 7.61929 5.13233 7.64275 4.91179C7.66621 4.69126 7.77662 4.48917 7.94952 4.35028C8.12382 4.19691 8.35421 4.12322 8.58516 4.14695C8.81612 4.17067 9.0267 4.28968 9.16618 4.47528L13.1912 9.47528C13.4439 9.78278 13.4439 10.2261 13.1912 10.5336L9.02452 15.5336C8.85496 15.7382 8.59805 15.8496 8.33285 15.8336Z' fill='%23212B36'/%3E%3C/svg%3E");
}

.paginate_button.next.disabled {
    content:  url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4753 4.1663C8.7274 4.1654 8.9664 4.2788 9.1253 4.4746L13.1503 9.4746C13.403 9.7821 13.403 10.2254 13.1503 10.5329L8.9836 15.5329C8.6891 15.8873 8.163 15.9358 7.8086 15.6413C7.4542 15.3467 7.4057 14.8206 7.7003 14.4662L11.4253 9.9996L7.8253 5.5329C7.6172 5.2832 7.5734 4.9352 7.713 4.6416C7.8526 4.348 8.1502 4.1625 8.4753 4.1663Z' fill='%23919EAB' fill-opacity='0.8'/%3E%3C/svg%3E");
}

.paginate_button.previous {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6674 4.16604C11.8621 4.16564 12.0508 4.23344 12.2007 4.35774C12.3712 4.49894 12.4784 4.70224 12.4987 4.92274C12.519 5.14314 12.4508 5.36264 12.3091 5.53274L8.57574 9.99934L12.1757 14.4744C12.3155 14.6465 12.381 14.8673 12.3575 15.0878C12.334 15.3084 12.2236 15.5105 12.0507 15.6494C11.8764 15.8027 11.646 15.8764 11.4151 15.8527C11.1841 15.829 10.9735 15.71 10.8341 15.5244L6.80904 10.5244C6.55634 10.2169 6.55634 9.77354 6.80904 9.46604L10.9757 4.46604C11.1453 4.26144 11.4022 4.15004 11.6674 4.16604Z' fill='%23212B36'/%3E%3C/svg%3E%0A");
}

.paginate_button.previous.disabled {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.5247 15.8337C11.2726 15.8346 11.0336 15.7212 10.8747 15.5254L6.84973 10.5254C6.59697 10.2179 6.59697 9.77458 6.84973 9.46708L11.0164 4.46708C11.3109 4.1127 11.837 4.06419 12.1914 4.35874C12.5458 4.6533 12.5943 5.17936 12.2997 5.53375L8.57473 10.0004L12.1747 14.4671C12.3828 14.7168 12.4266 15.0648 12.287 15.3584C12.1474 15.652 11.8498 15.8375 11.5247 15.8337Z' fill='%23919EAB' fill-opacity='0.8'/%3E%3C/svg%3E");
}

a.paginate_button {
    color: slategray !important;
}

.dataTables_paginate a.current {
    padding: 2px 5px;
    border: none !important;
    background: none !important;
    color: black !important;
}

.dataTables_paginate {
    padding-top: 0 !important;
}

.dataTables_paginate.paging_listbox {
    padding-top: 4px !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 0px !important;
}

.data-table tbody tr td ul.table-link li::after {
    display: none;
}

.dataTables_scrollHead .dataTables_scrollHeadInner .table thead th, .table thead th {
    position: relative;
    white-space: nowrap;
    padding-right: 25px;
    min-width: unset !important;
    font-size: 12px !important;
    background: #F4F6F8 !important;
    color: #637381 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.table thead th:last-child {
    text-align: left !important;
}

    .table thead th:last-child::after {
        content: none !important;
    }

.dataTables_scrollHead .dataTables_scrollHeadInner .table thead th.no-sort::after {
    content: none !important;
}

.dataTables_scrollHead .dataTables_scrollHeadInner .table thead th::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 9L13.9425 7.9425L9.75 12.1275V3H8.25V12.1275L4.065 7.935L3 9L9 15L15 9Z' fill='%23919EAB'/%3E%3C/svg%3E");
    position: absolute;
    right: 3px;
    cursor: pointer !important;
}
.dataTables_scrollHead .dataTables_scrollHeadInner .table thead th.sorting_asc::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 9L13.9425 10.0575L9.75 5.8725V15H8.25V5.8725L4.065 10.065L3 9L9 3L15 9Z' fill='%23919EAB'/%3E%3C/svg%3E");
}

.dataTables_scrollHead .dataTables_scrollHeadInner .table thead th.sorting_desc::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 9L13.9425 7.9425L9.75 12.1275V3H8.25V12.1275L4.065 7.935L3 9L9 15L15 9Z' fill='%23919EAB'/%3E%3C/svg%3E");
}

th {
    border-style: hidden !important;
}

td{
    border-top: none !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 0;
}

.form-inline .form-control {
    font-size: 13px;
}

.notice-management-data-table .table thead th {
    padding-right: 35px;
}


table th.no-sort, table td.no-sort {
    position: -webkit-sticky !important;
    left: 0;
}

.doc-list .badge-success {
    background-color: #388E3C !important;
}

.doc-list .badge-warning {
    background-color: #ff0000 !important;
}

    .doc-list .badge-success a, .doc-list .badge-warning a, .doc-list .badge-info a {
        color: white !important;
    }

.badge {
    font-size: inherit;
    font-weight: 700;
    /*line-height: inherit;*/
    text-align: center;
    white-space: nowrap;
}

#MaximizeChangeHistoryModal .modal-lg {
    width: 800px !important;
    max-width: 800px !important;
}

select[readonly] {
    appearance: none;
}

    select[readonly] option, select[readonly] optgroup {
        display: none;
    }

div.docs-sample-links {
    font-size: 12px !important;
}
