﻿.title_window {
    Color:#58A618;
    font-size:12pt;
    font-weight:normal;
}

* {
    font-size:10pt;
    font-family:Verdana;
}


@media only screen and (max-width: 500px) {
    .lbl, .lbl_list {
        font-size: smaller;
    }

        .lbl_dot {
            position: absolute;
            top: 7px;
        }

    .row {
        padding:0px 7px 0px 7px;
    }
}

@media only screen and (min-width: 501px) {
    .lbl {
        float:left;
        padding-top:4px;
    }

    .lbl_list {
        display:inline-block;
        padding-bottom:2px;
    }

    .lbl_dot {
        position: absolute;
        top: 13px;
    }

    .row {
        padding:3px 7px 3px 7px;
    }
 }

@media only screen and (max-height: 400px) {

    .row_subarea {
        top: 52px;
    }
}

@media only screen and (min-height: 401px) {

    .row_subarea {
        top: 83px;
    }
}



    .row {
        position: relative;
    }

.cnt-r {
    padding-right: 93px;
}

    .rowData {
        background-color: white;
    }

    .rowDataAlternate {
        background-color: #fafafa;
    }

    .rowData, .rowDataAlternate {
        border-top: 1px solid #efefef;
        /*font-size:10pt;*/
        padding: 3px 0px 2px 7px;
    }


    .right {
        position: absolute;
        bottom: 3px;
        right: 5px;
    }



    /* input text */
input[type=text] {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    -webkit-appearance: none;
    padding: 3px 5px 3px 6px;
    box-sizing: border-box;
    /*font-size:10pt;*/
}

        input[type=text]:disabled {
            background: #efefef;
            color: black;
            -webkit-text-fill-color: black;
            -webkit-opacity: 1;
        }

        input[type=text]:-moz-read-only {
            background: #efefef;
            color: black;
        }

        input[type=text]:read-only {
            background: #efefef;
            color: black;
        }




    /* textarea */
textarea {
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    -webkit-appearance: none;
    padding: 3px 5px 3px 5px;
    box-sizing: border-box;
    resize: vertical;
    min-height: 50px;
}

        textarea:disabled {
            background-color: #efefef;
            color: black;
            -webkit-text-fill-color: black;
            -webkit-opacity: 1;
        }

        textarea:-moz-read-only {
            background-color: #efefef;
            color: black;
        }

        textarea:read-only {
            background-color: #efefef;
            color: black;
        }


    /* button */
    input[type=submit] {
        min-width: 90px;
        background: none;
        background-color: #efefef;
        min-height: 24px;
        border: 1px solid #bbbbbb;
        border-radius: 6px;
        color: #444444;
        transition: 0.2s;
        -webkit-appearance: none;
        -moz-appearance: none;
        /*font-size:10pt;*/
    }

        input[type=submit]:hover:enabled {
            background-color: #dddddd;
            transition: 0.2s;
        }

        input[type=submit]:disabled {
            color: #bbbbbb;
        }

    /* dropdown */
                select {
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    border: 1px solid #bbbbbb;
                    border-radius: 6px;
                    padding:2px 2px 2px 6px;
                    background-color: white;
                    background-image: url("images/arrow_down.png");
                    background-repeat: no-repeat;
                    background-position: calc(100% - 4px),3px;
                    height: 24px;                
                    font-size: 10pt;
                    font-family: Verdana;
                }


                @-moz-document url-prefix() {
                    select {
                        padding:2px 2px 2px 2px;
                    }
                }

                    select:disabled {
                            background-color: #efefef;
                            color: black;
                        }

    /*checkbox*/
    input[type="checkbox"] {
        display: none;
    }

        input[type="checkbox"] + label::before {
            width: 18px;
            height: 18px;
            border-radius: 6px;
            border: 1px solid #bbbbbb;
            background-color: white;
            display: inline-block;
            content: "";
            vertical-align: middle;
            margin: 2px 5px 4px 0px;
        }

        input[type="checkbox"]:checked + label::before {
            content: url("images/checked_small_1.png");
            background-repeat: no-repeat;
        }

        input[type="checkbox"]:disabled + label:before {
            background-color: #efefef;
        }



    /*radio*/
    input[type="radio"] {
        display: none;
    }

        input[type="radio"] + label::before {
            width: 18px;
            height: 18px;
            border-radius: 9px;
            border: 1px solid #bbbbbb;
            background-color: white;
            display: inline-block;
            content: "";
            vertical-align: middle;
            margin: 2px 5px 5px -2px;
        }

        input[type="radio"]:checked + label::before {
            content: url("images/radio_dott.png");
            background-repeat: no-repeat;
        }


.mandatory {
    position:absolute;
} 

    /* delimiter */
.row_subarea {
    position: sticky;
    position: -webkit-sticky; /* Safari */
    background-color: beige;
    border-top: 1px solid #a1a153;
    border-bottom: 1px solid #a1a153;
    padding: 1px 5px 2px 5px;
    margin: 3px 0px 3px 0px;
    color: #666666;
    display: block;
    z-index: 999;
}

#lbl_subarea_1 {
    z-index: 951;
    margin-top:0px;
}

#lbl_subarea_2 {
    z-index: 952;
}

#lbl_subarea_3 {
    z-index: 953;
}

#lbl_subarea_4 {
    z-index: 954;
}

#lbl_subarea_5 {
    z-index: 955;
}

#lbl_subarea_6 {
    z-index: 956;
}

#lbl_subarea_7 {
    z-index: 957;
}

#lbl_subarea_8 {
    z-index: 958;
}

#lbl_subarea_9 {
    z-index: 959;
}

#lbl_subarea_99 {
    z-index: 999;
}


#btnSearchNow{
    margin-left:5px;
}

hr {
    margin: 4px 0px 4px 3px;
    border: 1px solid #d5d5b3;
}

    /* sub windows */
    .win_frame {
        position: fixed;
        top: 19.5%;
        left: 50%;
        width: 290px;
        margin-left: -145px;
        z-index: 1005;
        background-color: #333333;
        border: 1px solid silver;
        border-radius: 6px;
    }

    .win_header {
        padding: 5px 0px 5px 5px;
        color: #58A618;
        background-color: white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: 1px solid silver;
    }

    .win_close {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1001;
        height: 14px;
    }

    .win_main {
        min-height: 50px;
        max-height: 300%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 5px 5px 3px 8px;
        color: silver;
    }

    .win_footer {
        text-align: right;
        padding: 5px 5px 5px 0px;
        border-top: 1px solid silver;
    }


    /*Info in einer Zeile*/
.info_error, .info_no_error, .info_neutral {
    position: fixed;
    top: 120px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    display: block;
    width: 70%;
    max-width: 350px;
    min-height: 60px;
    filter: alpha(opacity=83);
    opacity: 0.83;
    transition: 0.5s;
    border-radius: 6px;
    padding: 5px 35px 5px 5px;
    text-decoration: none;
    color: black;
    z-index:1005;
}


/* 
    position: absolute;
    bottom: 15px;
    right: 20px;

    position: absolute;
    top: 30%;
    right: 5%;
    width: 250px;
    height: 70px;

    position: fixed;
    top: 120px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);

*/


.info_neutral {
    border: 1px solid gray;
    background-color: white;
}

.info_error {
    border: 1px solid orange;
    background-color: #ffdda1;
}

.info_no_error {
    border: 1px solid green;
    background-color: #b0db8c;
}

    .btnCloseInfo {
        position: absolute;
        top: 6px;
        right: 10px;
        height: 15px;
    }

    /*
.info_error {
    position: relative;
    border: 1px solid orange;
    background-color: #ffdda1;
    border-radius: 6px;
    padding: 5px;
}


.info_no_error {
    position:relative;
    border:1px solid green;
    background-color:#b0db8c;
    border-radius:6px;
    padding:5px;
}
*/

    .toprightCloseBtn {
        position: absolute;
        top: 6px;
        right: 6px;
    }


    /*Signing*/
    .sign_location {
        display: inline-block;
        padding: 15px 0px 12px 0px;
        vertical-align: top;
    }

    .sign_date {
        border-top: 1px solid #666666;
        font-size: xx-small;
        display: inline-block;
        width: 150px;
        margin-top: 30px;
    }

    .sign_signature {
        border-top: 1px solid #666666;
        font-size: xx-small;
        display: inline-block;
        width: 250px;
    }

    .lblFooter {
        padding: 3px 5px 3px 8px;
    }


    h1 {
        color: #58A618;
        font-size: 14pt;
    }

    ol {
        padding: 5px;
    }

    ul {
        padding: 5px;
        list-style-type: none;
    }

    ol li {
        padding: 5px;
        margin-left: 35px;
    }

    ul li {
        background-color: #efefef;
        margin: 5px;
    }

    table {
        border-collapse: collapse;
    }

    dr {
        background-color: white;
    }

    ul li {
        background-color: white;
    }


