table#cps {
    font-size: 14px;
}
table#cps #cps-head {
    text-align: left;
    background-color: #cccccc;
    color: #000000;
    border-bottom: 20px solid #ffffff;
}
table#cps tr td,
table#cps tr th {
    padding: 0 15px;
    max-width: 300px !important;
    min-width: 220px;
    vertical-align: top;
}
table#cps #cps-head tr th {
    padding: 15px;
    vertical-align: middle;
}
table#cps tr td:nth-child(3) {
    text-align: right;
}
span.select2.select2-container.select2-container--default {
    width: 175px !important;
}
span.select2-container--default .select2-dropdown .select2-search,
span.select2-results {
    background-color: #cccccc !important;
}
span.select2-container--default .select2-dropdown .select2-search {
    border: none;
    padding: 10px 0 0 !important;
}
li.select2-results__option--selectable,
span.select2-container--default .select2-selection--single .select2-selection__rendered,
input.select2-search__field{
    color: #000000 !important;
    font-size: 14px !important;
}
input#search,
input#cps-search{
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    width: 75%;
    max-width: 410px;
    margin: 20px 10px 20px 0;
    border: 1px solid #666666;
    border-radius: 3px;
}
button#search-button,
button#cps-search-button{
    padding: 10px 15px;
    background-color: #009de4;
    border: 1px solid #666666;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
}

td#cps-pagination-table {
    text-align: right;
}
input#cps-pagination {
    padding: 5px 8px !important;
    height: auto !important;
    width: auto;
    margin: 10px 0;
}
#cps-prev, #cps-next {
    cursor: pointer;
}


#overlay{
    display: none;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

@media all and (max-width: 800px) {
    table#cps tr td,
    table#cps tr th {
        max-width: 220px !important;
        min-width: auto;
    }
    span.select2.select2-container.select2-container--default {
        width: 130px !important;
    }
}

@media all and (max-width: 650px) {
    table#cps tr td,
    table#cps tr th {
        max-width: 125px !important;
    }
    span.select2.select2-container.select2-container--default {
        width: 100px !important;
    }
    input#search,
    input#cps-search{
        width: 275px;
    }
}
@media all and (max-width: 475px) {
    table#cps tr td,
    table#cps tr th {
        max-width: 110px !important;
    }
    input#search,
    input#cps-search{
        width: 200px;
    }
    table#cps tr td:nth-child(3) {
        font-size: 13px;
    }
}