
.management-whiteboard {
    border-radius: 5px;
    border: thin solid #DDDDDD;
    padding: 10px;
    margin: 0.5%;
    background-color: #ffffff;
    width: 99%;
    min-width: 660px;
    position: absolute;
    z-index: -1;
}

    .management-whiteboard .control {
        position: absolute;
        top: 5px;
        right: 10px;
    }

.section-separator {
    border-bottom: thin solid #DDDDDD;
    margin: 5px;
    font-size: 1rem;
}

table.quick-steps-holder {
    margin: 0.5%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

    table.quick-steps-holder td {
        padding: 0px 5px 0px 5px;
    }

        table.quick-steps-holder td button {
            border: thin solid #DDDDDD;
            background-color: white;
            color: #1374BB;
            text-align: left;
            border-radius: 5px;
            font-weight: bold;
            font-size: 0.95rem;
            width: 100%;
            min-width: 250px;
            max-width: 300px;
            height: 100%;
            padding: 5px 10px 5px 10px;
            outline: none;
        }

            table.quick-steps-holder td button .icon {
                float: right;
            }

            table.quick-steps-holder td button.off {
                background-color: #b8b8b8;
                color: #545353;
                cursor: default;
            }

                table.quick-steps-holder td button.off .icon i {
                    color: #545353 !important;
                }


table .blazored-typeahead__controls {
    height: 25px;
}

table .blazored-typeahead__input-icon {
    padding: 0;
    float: right;
    width: auto;
}

    table .blazored-typeahead__input-icon:focus {
        box-shadow: none;
        outline: none;
    }

table .blazored-typeahead:focus-within {
    box-shadow: none;
    border: 2px solid #1374BB;
}


table.manage-companies {
    width: 100%;
    max-height: 60vw;
    overflow: auto;
}

    table.manage-companies tr {
        border-top: 1px solid #ddd;
    }

        table.manage-companies tr:first-child {
            border-top: 0;
        }

table.manage-users {
    width: 100%;
    max-height: 80vw;
    overflow: auto;
    border-collapse: separate;
    border-spacing: 5px;
}

    table.manage-users tr {
        border-top: 1px solid #ddd;
    }

        table.manage-users tr:first-child {
            border-top: 0;
        }

    table.manage-users td:first-child i {
        color: #ff0000;
    }

div.changelog-holder {
    max-height: 45vh;
}

table.changelog {
    font-size: 0.70rem;
    margin-top: 5px;
}

    table.changelog thead tr:first-child {
        border-top: 0;
    }

    table.changelog thead th {
        font-weight: bold;
        text-align: center;
        padding: 1px;
    }

    table.changelog tbody td {
        font-weight: normal;
        text-align: center;
        padding: 1px;
    }

    table.changelog tbody tr:nth-of-type(odd) {
        background: #f2f2f2;
    }
