﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
}

body {
}

.footer {
    position: unset !important;
}

.cursor-pointer {
    cursor: pointer;
}

tr:hover {
    background: #F7F7F7 !important;
}

thead > tr {
    background: #f0f2f5 !important;
}

    thead > tr:hover {
        background: #F0F0F0 !important;
    }

.dataTables_info, .dataTables_paginate {
    font-size: 13px;
}

.paginate_button, .ellipsis {
    border-radius: 5px;
    background: #42424a;
    color: white;
    padding: 5px 10px;
    margin-left: 3px;
    cursor: pointer;
}

    .paginate_button:hover {
        color: rgb(222, 222, 222);
    }

    .current {
        background: #E53935;
    }
    .disabled, .ellipsis {
        cursor: default;
    }

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.btn-xs {
    padding: 5px 10px !important;
    font-size: 10px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding: 10px 0px;
}