﻿/* Basic Layout */

#IronboltBody {
    background-color: white;
}

p.info {
    color: navy;
    font-size: 11pt;
}

a.menu
{
    color: black;
}

a.menu:visited {
    color: black;
}

a.file {
    color: black;
}

    a.file:visited {
        color: black;
    }

span.strong {
    font-weight: bold;
}


/* *************************************************************************** */
/* Layout Objects                                                              */

#IronboltPageFooter {
    width: 100%;
    font-size: 9pt;
    height: 20px;
    background-color: rgba(0,0,0,0.75);
    color: gray;
    margin: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}

#IronboltPageFooter span.ironbolt-label {
    font-size: 10pt;
    color: white;
}

    #IronboltPageFooter span.ironbolt-env {
        font-size: 10pt;
        color: white;
        padding-right:50px;
    }




div.ibt-d-FocusBox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 20px;
}


/* *************************************************************************** */
/* Table used to display Terms and Conditions                                  */

    table.terms{
        width: 100%;
    }

    table.terms td {
        font-size: 10pt;
        text-align: justify;
        vertical-align: top;
    }

    table.terms td p {
        margin: 0px;
    }

    table.terms td.subheading {
        font-weight: bold;
        padding-top: 10px;
    }

    table.terms td.indent {
        padding-left: 25px;
        text-indent: -25px;
    }

    table.terms td.indent p {
        text-indent: -25px;
    }

/* *************************************************************************** */
/* Table used to in Client Portal                                              */


table.client {
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.client td {
    vertical-align: top;
}

    table.WskClient-ToDo {
        font-size: 10pt;
        width: 100%;
    }

    table.WskClient-ToDo tr.line td {
        border-bottom: 1px solid lightgray;
    }

    table.WskClient-ToDo tr td {
        padding: 5px;
        text-align: justify;
    }

    table.WskClient-ToDo tr td:first-child {
        width: 10%;
    }

    table.WskClient-ToDo a {
        color: gray;
    }

/* *************************************************************************** */
/* Stylised elements                                                           */

    p.errormessage, span.errormessage {
        color: red;
        font-weight: bold;
        text-align: center;
        font-size: 10pt;
    }

    p.errormessage::before, span.errormessage::before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f071";
        padding-right: 4px;
        vertical-align: top;
        color: red;
    }



/* *************************************************************************** */
/* Submission Form Layout */

table.WskSubFormView {
    border-collapse: collapse;
    width: 100%;
}

    table.WskSubFormView tr.wsk-r1 td {
        border-bottom: 1px dotted gray;
    }

    table.WskSubFormView td {
        vertical-align: top;
        width: 25%;
    }

        table.WskSubFormView td.q1 {
            padding-left: 10px;
        }

        table.WskSubFormView td.a1 {
            color: navy;
            padding-left: 10px;
            white-space: pre-line;
        }


