﻿#UpdEdit h1 {
    font-size: larger;
    font-weight: 600;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
}


#UpdEdit img {
    max-width: 150px;
}

.groupName {
    clear: both;
}

.groupFrame {
    clear: both;
    overflow: hidden;
    width: inherit;
}

.inputField {
    /*display: flex;
    flex-direction: column;*/
    display: inline-block;
    max-width: 100px;
    float: left;
}

[data-fld] {
    /* max-width: 90%; */
    /* text-align: center; */
    padding: 3px;
}

[data-iid] input[type="text"] {
    max-width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.droptarget {
    background-color: #baf3a2;
}

.choiced_none {
    border-style: solid;
    border-width: 2px;
    background-color: white;
    display: inline-block;
}

.choiced_last {
    border-style: solid;
    border-width: 2px;
    background-color: lightgray;
    display: inline-block;
}

.choiced {
    border-style: solid;
    border-width: 2px;
    background-color: green;
    display: inline-block;
}

.pickitem {
    display: inline-block;
    margin-left: 6px;
}

.preMarker {
    margin-left: 6px;
    display: flex;
    align-items: stretch;
}


.hakusanat > div {
    display: inline-block;
}

.hakusanat .sub1 {
    font-weight: 500;
    color: blue;
}

.hakusanat .sub2 {
    font-style: italic;
}


#UpdShow {
    border-style: solid;
    border-width: 1px;
}

    #UpdShow h1 {
        font-size: x-large;
        font-weight: 600;
        margin: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 0px;
    }

#UpdShowt img {
    max-width: 400px;
}

[data-bid] > * {
    margin: 6px;
    display: block;
    min-width: 100%;
}

.itsCollapse {
    background-color: yellow;
    color: blue;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding-top: 2px;
}

[data-pid] * {
    display: flex;
}

.rivi {
    margin: 2px 2px 2px 6px;
}

.kappale {
    margin: 6px;
}

.linkbutton {
    background-color: yellow;
    border: none;
    color: black;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 6px;
    border-style: solid;
    border-width: thin;
    border-color: darkgreen;
}

.fixtext{
    min-width:500px;
    min-height:30px;
    max-height:60px;
    background-color:azure;
}
#fixopts{
    width:100%;
}
.chk-false {
    display: inline-block;
    padding: 3px;
    margin-left:6px;
    border: 2px solid green;
    background-color: azure;
    color: black;
}
.chk-true {
    display: inline-block;
    padding: 3px;
    margin-left: 6px;
    border: 2px solid green;
    background-color: darkgreen;
    color: white;
}
.btndiv {
    display: inline-block;
    border:2px solid darkgreen; 
}