#main-body {
    margin-top: 5rem;
}

.linky {
    border: none;
    background-color: transparent;
    color: #007bff;
}

tr.disabled {
    color: #aaaaaa;
}

tr.item.hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.feature-help-alert.hidden {
    display: none;
}

.dropdown-menu button {
    cursor: pointer;
}

/* Toast */

#toast {
    position: fixed;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    width: 500px;
    z-index: 1;
    background: darkseagreen;
    border-radius: 10px;
}

#toast {
    position: fixed;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    width: 500px;
    z-index: 1;
    background: darkseagreen;
    border-radius: 10px;
}

#toast.warning {
    background: orange;
}

#toast.error {
    background: indianred;
}

#toast span.message {
    display: block;
    padding: 13px;
    min-width: 500px;
    text-align: center;
    color: #fff;
}

/* Tables */

div.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

table td.button-col {
    text-align: right;
}

table a.delete-btn {
    color: red;
}

/* Overreading */

#overreading:not(.read-only) .spiro_param {
    cursor: pointer;
}

#overreading .spiro_param.selected {
    box-shadow: inset 0px 0px 0px 2px green;
    box-sizing: border-box;
    background-color: lightgreen;
}

#overreading .chart-container {
    cursor: pointer;
}

table.button-on-rows td {
    line-height: 35px;
}

/* Calls */

.others-video-div {

}

/* Version Label */

#version-label {
    position: fixed;
    z-index: 1000;
    display: block;
    right: 10px;
    bottom: 10px;
    background-color: white;
    border: 1px solid lightgray;
    color: gray;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
}
