/* CSS Document - Application Specific */
.colorblue {
    color: blue;
    background-color: transparent;
}

/* 21/05/2026: GD - Fixed unclosed comment. Restored .error visibility styles. */
.error {
    color: #cc0000;
    font-weight: bold;
    background-color: #fff0f0;
    border: 1px solid #cc0000;
    padding: 6px 10px;
    margin: 8px 0;
    border-radius: 3px;
}

/* CSS Document - Application Specific */
/* 26/05/26 GD: div.content context required to beat body color inheritance
   from livery15/css/main-app.css. span. alone insufficient.
   Also replaced @import with <link> in include/top.php for correct
   stylesheet load order. */ 
div.content span.status-warn {
    color: #cc0000;
    font-style: italic;
}

div.row span.label {
    font-size: 100%;
    text-align: left;
    float: left;
    margin-left: 10px;
    width: 30%;
}
div.row span.text {
    font-size: 100%;
    float: right;
    width: 55%;
    padding-left: 10px;
    text-align: left;
}
div.row {
    clear: both;
    padding-top: 1px;
    overflow: hidden;  /* contain floated label and text spans */
}
div.step {
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
}
.sml {
    font-size: 85%;
}
div.container {
    margin-left: 20px;
    margin-right: 20px;
}