﻿th.rotate {
    /* Something you can count on */
    white-space: nowrap;
    font-family: monospace;
    font-size: small;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(11px, 0)
        /* 45 is really 360 - 45 */
        rotate(315deg);
        width: 30px;
    }

        th.rotate > div > span {
            border-bottom: 1px solid #ccc;
            padding: 5px 10px;
        }

.modal-visible {
    display: block;
    padding-top: 100px;
}

.limited-text {
    text-overflow: ellipsis;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
}

.action-link {
    padding-left: 0;
    padding-right: 10px;
}

tr .table-warning i {
    padding-right: 10px;
}

.limit-width {
    width: 100px;
}

.scrollable-menu {
    height: auto;
    max-height: 40vh;
    overflow-x: hidden;
}

.fa-ban-h:hover {
    color: grey !important;
}

.fa-check-circle-h:hover {
    color: #28a745 !important;
}

.fa-trash-h:hover {
    color: #dc3545 !important;
}

.fa-key-h:hover {
    color: #17a2b8 !important;
}

.btn-secondary-title {
    font-size: 1.2em;
    font-weight: 600;
}

.btn-spacious {
    padding: 1rem 6rem 1.5rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }