/**
 * Icrail Graph - CSS
 */

 @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

.stripe {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.row-header {
    margin-top: 3rem;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

div.tooltip-wrapper .col
{
    padding: 0 1.1rem 0.5rem 0.5rem;
}

span.tooltip-icon
{
    padding-left: 0.5rem;
    padding-right: 0.2rem;
    font-size: 1rem;
    color: cornflowerblue;
}

span.tooltip-icon-short
{
    display: inline-block;
    margin-top: 0.05rem;
}

.modal-error
{
    font-weight: bold;
    color: crimson;
}

.modal-warning
{
    font-weight: bold;
    color: darksalmon;
}

.modal-info
{
    font-weight: bold;
}

#loading_spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
}
