.spinner-form-element
{
    float: right;
    margin-top: -1.4rem;
    margin-right:  1.5rem;
}

/*
 Code dump style
 */

pre.sf-dump {
    font-size: 1em;
    color: orangered;
}

pre.sf-dump span {
    color: green;
}
pre.sf-dump a {
    color: #A0A0A0;
}

pre.sf-dump [title~=property],
pre.sf-dump .sf-dump-meta,
pre.sf-dump .sf-dump-key
{
    color: black;
}

pre.sf-dump .sf-dump-note, pre.sf-dump .sf-dump-index {
    color: #1299DA;
}

.spinner-form-element
{
    float: right;
    margin-top: -1.4rem;
    margin-right:  1.5rem;
}


/*
    HQ style only includes button styling for the danger version
    Manually grabbing colours from https://getbootstrap.com/docs/4.6/components/alerts/
*/
.alert-danger .alert-btn {
    color: #721c24;
    border-color: #f5c6cb;
}

.alert-warning .alert-btn {
    color: #856404;
    border-color: #ffeeba;
}

.alert-info .alert-btn {
    color: #0c5460;
    border-color: #bee5eb;
}

.alert-success .alert-btn {
    color: #155724;
    border-color: #c3e6cb;
}

.alert-light .alert-btn {
    color: #818182;
    border-color: #fdfdfe;
}

.alert-dark .alert-btn {
    color: #1b1e21;
    border-color: #c6c8ca;
}

.alert-primary .alert-btn {
    color: #004085;
    border-color: #b8daff;
}

.alert-secondary .alert-btn {
    color: #383d41;
    border-color: #d6d8db;
}

.alert .alert-btn {
    position: absolute;
    background-color: transparent;
    right: 0.5rem;
    top: 0;
    font-size: 1.5rem;
    cursor: pointer;
}

.alert-container {
    border: 1px solid #606060;
    border-radius: 5px;
    background-color: rgba(60,60,60,.6);
    padding: 10px 10px 0 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 101;
    max-height: 50%;
    display: flex;
}

.alert-container .alerts {
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-right: 5px;
}

.alert-container .close-btn-container {
    padding-left: 10px;
}

.alert-container .close-btn-container .close-alert-btn {
    color: #ffffff;
    font-size: 1.5rem;
}

.alerts {
    margin-left: 25px;
}

.label-head
{
    padding: 0rem 1rem 0rem 0.5rem;
    background-color: #738393;
    display: block;
    font-weight: 900;
    line-height: normal;
    margin-top: 0.5rem;
}