﻿/* ============================================================
   DVS shared styles — extracted from inline <style> blocks in
   CustomerInfo, GoldValveKit, Options, StartDvs, DvsOutput.
   Load AFTER normalize.css / style.css / bootstrap.css.
   ============================================================ */

/* Validation asterisks — CustomerInfo */
.validator-star {
    visibility: visible !important;
    color: #ccc;
}

/* Table forder fix - CustomerInfo */
.table th, .table td {
    border-top: none;
}

/* Kit-selection radio button - GoldValveKit (was .radioButton) */
.rt-radio {
    display: flex;
    align-items:flex-start;
    padding: 8px;
}
.rt-radio input {    
    margin-right: 8px;
    margin-top: 4px;
    flex-shrink: 0;
}
.rt-radio label {
    padding: 0;
}

/* Kit name highlight - GoldValveKit */
.kit {
    color: blue;
    font-weight: bold;
}

/* Options page label sizing */
.option {
    font-size: larger;
}

/* Table cell indent */
.rt-indent {
    padding-left: 36px !important;
}
.rt-indent-sm {
    padding-left: 10px !important;
}

/*Comments*/
.comments {
    background-color: #ffe0b2;
}