﻿.clipboard-hover__item {
    display: none
}

.clipboard-hover:hover .clipboard-hover__item {
    display: inline-block;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
    z-index: 91199;
}


@media (max-width: 750px) {
    .ui-autocomplete {
        width: 90% !important;
    }
}

/*.ui-autocomplete .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
}*/

.ui-autocomplete .left {
    float: left
}

.ui-autocomplete .right {
    float: right
}

/*.ui-autocomplete .ui-menu-item {
    color: #1e2022;
    padding: .25rem .5rem;
    transition: all .1s ease-in-out
}

body.dark-mode .ui-autocomplete .ui-menu-item {
    border-color: #013558
}

body.dark-mode .ui-autocomplete .ui-menu-item {
    color: #a2b9c8 !important
}

.ui-autocomplete .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3
}

.ui-autocomplete .ui-menu-item-wrapper {
    display: block;
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    padding: 7px 15px
}

.ui-widget.ui-widget-content {
    border: thin solid #e7eaf3;
    border-radius: .125rem;
    box-shadow: 0 2px 16px 8px rgba(140,152,164,.135);
}

.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
    color: #fff;
    background-color: #012137 !important;
    border-radius: .125rem
}

.ui-autocomplete-category {
    padding: 5px 15px;
    margin: 0;
    font-weight: 700
}*/

.pre-custom {
    padding: .75rem;
    border: 1px solid #e7eaf3;
    background-color: #f8f9fa;
    border-radius: .25rem;
    margin-bottom: .5rem;
}

.pagination .page-item {
    font-size: .875rem !important;
    line-height: 1.5 !important;
}


#mytable_processing {
    z-index: 1;
}

.dataTables_scrollBody {
    min-height: 100px;
}

.dataTables_info, .dataTables_length {
    padding-left: 1rem !important;
}

.dataTables_paginate, .dataTables_filter {
    padding-right: 1rem !important;
}

    .dataTables_filter input {
        width: 200px !important
    }

/* Custom styling for DataTables using FontAwesome */
table.dataTable thead th {
    position: relative;
    background-image: none !important; /* Remove the DataTables bootstrap integration styling */
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 13px;
        right: 4px;
        display: block;
        font-family: "Font Awesome 5 Pro";
        color: #808080;
    }

    table.dataTable thead th.sorting:after {
        padding-top: 0.12em;
        content: "\f175";
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f175";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f175";
    }

    table.dataTable thead th.sorting_asc:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f176";
    }

    table.dataTable thead th.sorting:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f176";
    }

    table.dataTable thead th.sorting_desc:before {
        content: "\f176";
        font-family: "Font Awesome 5 Pro";
    }

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
    content: "";
}

.page-header-desc {
    font-size: 80% !important;
}



body.dark-mode .modal-content {
    background-color: #132a47 !important
}

body.dark-mode .card-footer {
    background-color: #132a47 !important;
    border-top: .0625rem solid #18365b !important;
}

body.dark-mode .modal-footer, body.dark-mode .modal-header {
    border-color: #013558
}


@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
        justify-content: center !important;
    }

        .pagination li {
            margin-bottom: 5px;
        }

    .dataTables_length {
        text-align: center;
    }
}


.pagination .paginate_input {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6984aa;
    background-color: #fff;
    border: 1px solid #e7eaf3;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    text-align:right;
}

.pagination .paginate_of,
.pagination .paginate_total {
    position: relative;
    display: block;
    padding-top: .5rem;
    padding-left: .5rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6984aa;
    background-color: #fff;
}