.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;
}

.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: 40%;
    display: flex;
}

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

.alerts {
    margin-left: 25px;
}

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

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

/*    ------     Forwarder Elements     ------    */
table.shaded, table.shaded th, table.shaded td
{
    border: 1px solid #cacfd4;
}

table.shaded tr:nth-child(even)
{
    background: #efefef;
}

table.shaded th
{
    background: #efefef;
}

.fwd-border-bottom
{
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

.fwd-heading
{
    font-size: 14px;
    padding: 3px 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

.loader-25-px
{
    height: 25px; width: 25px;
}

.width-40-percent
{
    width: 40%;
}

.row-no-margin
{
    margin-left: 0;
    margin-right: 0;
}

.form-group label
{
    font-weight: 400;
    vertical-align: baseline;
}

.control-label
{
    font-weight: bold;
    text-align: right;
}

.fwd-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: 10px;
}

/* this can be used to make text on buttons make the button larger vertically rather than running the text off the edge */
.white-space-normal
{
    white-space: normal;
}

.fwd-label-left
{
    text-align: left;
}

.fwd-table-padding th, .fwd-table-padding td
{
    padding: 0px 5px;
}

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

/*     ------    End Forwarder Elements     ------   */


/*
    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;
}
