* {
    font-family: 'Segoe UI', Arial, Helvetica, Tahoma, 'Times New Roman';
}


a[href] {
    color: #00656D;
    text-decoration: none;
}
a[href]:hover {
    text-decoration: underline;
}

a+a {
    position: relative;
    margin-left: 10px;
}
a+a::before {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -7px;
    width: 1px;
    heigth: 30px;
    background: #00656D;

}

/*
.navbar {
    display: flex;
    margin-bottom: 10px;
}
.navbar a {
    box-shadow: inset 0 0 0 1px #CCE0E2;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 3px 10px 5px;
    background: #F5F5F5;
}
.navbar a:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar a:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navbar a[href]:hover {
    background: #CCE0E2;
    text-decoration: none;
}
*/


td {
    vertical-align: top;
}
td:has(~ td>textarea),
td:has(~ td>input) {
    padding-top: 8px;
}


form {
    display: inline-block;
    min-width: 200px;
    border: 1px #CCC solid;
    padding: 15px;
    background: #DADADA;
}
form>*:first-of-type {
    margin-top: 0;
}
form>*:last-of-type {
    margin-bottom: 0;
}
textarea,
input:not([type="checkbox"]) {
    font-size: 16px;
    padding: 5px;
    min-height: 30px;
    min-width: 180px;
    width: 100%;
    box-sizing: border-box;
    border: 1px #CCC solid;
    background: #FFF;
}
input[type="checkbox"] {
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
}

input[type="submit"] {
    background: #D5D5D;
    cursor: pointer;
}
input[type="submit"]:hover {
    color: #00656D;
}

select {
    padding-top: 5px;
    min-height: 30px;
    min-width: 180px;
    width: 100%;
    box-sizing: border-box;
    border: 1px #CCC solid;
    background: #FFF;
}


.bg-info { background-color: #CDE6F9; }
.bg-ok { background-color: #CDEDD8; }
.bg-warning { background-color: #FFE697; }
.bg-error { background-color: #FFD9D9; }
.bg-sysfail { background-color: #FFD9D9; }


a[href="javascript:"] {
    cursor: not-allowed;
    text-decoration: line-through;
}



lv:before {
    content: "♮";
    content: "∠";
    font-size: 8px;
    margin-right: 1px;
}
lv {
    font-weight: bold;
    font-size: 12px;
    color: #BBB;
}
