span.required {
    color: #FF0000;
}

table.txt-center th,
table.txt-center td {
    text-align: center;
}

.btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
}

.total-entries {
    position: absolute;
    left: 1em;
    margin: 20px 0;
    color: #758697;
}

.form-group .lh-30 {
    line-height: 30px;
}

div.time-range {
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding-right: 10px;
}

div.time-range input {
    width: 270px !important;
    border: none;
}

u.fast-time {
    padding: 3px 10px !important;
}

.modal-dialog {
    max-height: 90%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.modal-body {
    overflow-y: auto;
    max-height: 75vh;

    &::-webkit-scrollbar {
        width: 10px;
    }
    &::-webkit-scrollbar-button {
        background: transparent;
        border-radius: 4px;
    }
    &::-webkit-scrollbar-track-piece {
        background: transparent;
    }
    &::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(65, 65, 65, 0.4);
        border: 1px solid #f8f9fa;
    }
}

[tooltip]:not([tooltip=""]) {
    position: relative;
    cursor: pointer;
}

[tooltip]:hover:after {
    content: attr(tooltip);
    background-color: #ecf5ff;
    border: 2px solid #c4e1ff;
    color: #444;
    border-radius: 10px;
    position: absolute;
    padding: 0 5px;
    line-height: 1.5;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}

[tooltip=""]:after {
    display: none;
}
