﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
td {
    font-size:14px;
}
.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 {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

td, th {
    white-space: nowrap;
    vertical-align: middle;
}

.sortBtn {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
}

    .sortBtn li {
        list-style: none;
        text-decoration: none;
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: 2px solid #CCC;
        border-right: 2px solid #CCC;
        transform: rotate(-45deg);
        margin-top: -3px;
    }

        .sortBtn li:last-child {
            transform: rotate(135deg);
        }

.sortBtnActive {
    border-top: 2px solid #0d6efd !important;
    border-right: 2px solid #0d6efd !important;
}

.hide {
    display: none;
}
.bodyBottom {
    margin:20px auto;
}
.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    z-index: 9999;
    display: none;
}
.wait {
    width: 50vw;
    position: absolute;
    top: 25vh;
    left: 25vw;
    background-color: #fff;
    opacity: 1;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    color: #000;
    z-index:10000;
    height:auto;
}