﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url(../images/body_bg.gif);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;

}

::selection {
    background: #00ca9f;
    color: white;
}

label.error {
    color: red;
}

-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

body, table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #363838;
}

html {
    scrollbar-color: #00ca9f #2a024c;
    scrollbar-width: thin;
}

a {
    text-decoration: underline;
    font-size: 10px;
    color: #940101;
}

* {
    outline: 0;
}

textarea {
    resize: none;
}

input[type=text],
input[type=password],
textarea,
select {
    border-radius: 3px;
    padding: 3px;
}

    input[type=text]:active, input[type=text]:focus, input[type=text]:hover, input[type="password"]:focus {
        border-color: #00ca9f;
        box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.5);
    }


    input[type=text]:read-only {
        background-color: rgba(0, 0, 0, 0.1)
    }

a:hover {
    text-decoration: none;
}

#OuterContainer {
    margin: auto;
    text-align: left;
    /*width: 1260px;*/
}

#InnerContainer {
    background-color: white;
    padding: 15px;
    /*min-height: 1000px;*/
}

    #InnerContainer > div:nth-child(3) {
        display: grid;
        grid-template-columns: minmax(max-content,10%) 1fr;
    }

        #InnerContainer > div:nth-child(3):has(> #MainContent_mainupdate) {
            display: grid;
            grid-template-columns: 1fr;
        }

#MainContent_mainupdate:has(#siteContentLeft) {
    display: grid;
    grid-template-columns: minmax(max-content,10%) 1fr;
}

#InnerMenuUpper {
    height: 25px;
    line-height: 25px;
    background-color: #0066ab; /* #B6C2C2;*/
    color: White;
    padding-left: 10px;
}

#Bottom {
    height: 21px;
    line-height: 21px;
    padding-left: 9px;
    background-color: #5c6f77;
    color: white;
    border-left: solid 15px white;
    border-right: solid 15px white;
    border-bottom: solid 15px white;
}

    #Bottom a {
        text-decoration: none;
        font-size: 10px;
    }

.inputText {
    border: 1px solid #C7CAC9;
    background-color: white;
    font-size: 10px;
    width: 100px;
    font-family: Verdana;
    height: 18px !important; /* mozilla/IE hack */
    height: 18px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-top: 2px;
    color: #70768D;
    color: Black;
}

.inputMultiText {
    border: 1px solid #C7CAC9;
    background-color: white;
    font-size: 10px;
    width: 100px;
    font-family: Verdana;
    height: 100px !important; /* mozilla/IE hack */
    height: 100px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-top: 2px;
    color: #70768D;
    color: Black;
}

.inputButton {
    font-weight: bold;
    border: 1px solid #C7CAC9;
    background-color: white;
    font-size: 10px;
    font-family: Verdana;
    padding: 3px;
    height: 22px;
    margin: 0px;
}

.topMenuButton {
    height: 25px;
    line-height: 25px;
    float: left;
    padding: 0px 9px 0px 9px;
}

    .topMenuButton:hover {
        background-color: #0066ab;
        font-weight: bold;
        color: White;
    }

        .topMenuButton:hover a {
            background-color: #0066ab;
            font-weight: bold;
            color: White;
        }

    .topMenuButton a {
        color: #0066ab;
        text-decoration: none;
        font-weight: bold;
    }

        .topMenuButton a:hover {
            color: white;
        }

#InnerMenuLower {
    height: 25px;
    line-height: 25px;
    background-color: #eeeff1; /*#A9B2B2;*/
}

.InnerMenuLowerRight {
    padding: 0px 9px 0px 9px;
    float: right;
    background-color: #85A3A6;
}

    .InnerMenuLowerRight a {
        color: White;
        text-decoration: none;
        font-weight: bold;
    }
/* new */
.boxSpacer {
    background-color: white;
    height: 7px;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.sideBox {
    background-color: #eef1f3;
    padding: 8px 8px 8px 8px;
}

#siteContentLeft {
    float: left;
    /* width: 165px;*/
    /*background-color: #E6EBEB;*/
}

#siteContentMiddle {
    float: left;
    /*width: 1060px;*/
    margin-left: 18px; /*margin-right: 10px;*/
}

.blueHeadline {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #859398;
    border-left: 7px solid #d4021d;
    padding-left: 7px;
    color: white;
    overflow: hidden;
}

.clearFloat {
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    clear: both;
}

.redHeadline {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #859398;
    border-left: 7px solid #d4021d; /*#8e2928;*/
    /*background-color: #3a4f63;
    background-color: #b5695c;
    background-color: #5c6f77;*/
    padding-left: 7px;
    color: white;
}

.errors {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #ffffcc;
    padding-top: 8px;
    padding-left: 2px;
    padding-bottom: 0px;
    color: Red;
    margin: 3px;
    overflow: hidden;
}

.image {
    position: relative;
}

    .image .text1 {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 2px;
        left: 6px;
        color: White;
    }

    .image .text2 {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 2px;
        left: 2px;
        color: White;
    }

    .image .text3 {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 4px;
        left: 1px;
        color: White;
        font-size: 80%;
    }

.DGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .DGrid td {
        padding: 4px; /*border: solid 1px #c1c1c1;*/
        border-color: Black;
    }

    .DGrid th {
        text-align: left;
        padding: 4px 2px;
        color: black;
        background-color: #C7CAC9;
        border: solid 1px #525252;
        border-right: none;
    }

        .DGrid th a {
            color: black;
        }

    .DGrid .alt {
        background: #fcfcfc url(../images/grd_alt.png) repeat-x top;
    }

    .DGrid .pgr {
        background: #fcfcfc url(../images/grd_bottom.png) repeat-x bottom;
    }

        .DGrid .pgr table {
            margin: 2px 0;
        }

        .DGrid .pgr td {
            border-width: 0;
        }

        .DGrid .pgr a {
            color: #940101;
        }

            .DGrid .pgr a:hover {
                color: #940101;
                text-decoration: none;
            }

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 550px;
    display: none;
    z-index: 9999;
    padding: 0px;
}

#boxes #dialog {
    width: 700px;
    height: 550px;
    padding: 0px;
    background-color: #ffffff;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.clear {
    clear: both;
}

div.hideSkiplink {
    background-color: #3a4f63;
    background-color: #b5695c;
    background-color: #5c6f77;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            background-color: #859398;
            border: 1px #4e667d solid;
            color: white;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            font-weight: bold;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                background-color: #859398;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                background-color: #b2bec2;
                color: #cfdbe6;
                text-decoration: none;
            }

.submenu {
    z-index: 9999;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

div.menu > ul > li {
    display: inline-block;
    list-style: none;
}

div.menu ul li ul {
    display: none;
}

#popup,
#basispopup,
#InizioOkcontainer,
#TargetOkcontainer,
#NoteOkcontainer,
#CodeOkcontainer,
#CodeResetcontainer,
#ScriptOkcontainer {
    display: none;
    position: absolute;
    top: -50%;
    /*   left: 50%;*/
    right: 0;
    transform: translate(-0%, -50%);
    padding: 8px;
    background-color: #d4edda;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#basispopup {
    transform: translate(50%, -50%);
}

#InizioOkcontainer {
    transform: translate(-190%, -100%);
}

#TargetOkcontainer,
#NoteOkcontainer {
    transform: translate(-40%, -100%);
}

#ScriptOkcontainer {
    transform: translate(-500%, -100%);
}

#CodeOkcontainer {
    transform: translate(-550%, -100%);
}

#CodeResetcontainer {
    transform: translate(-460%, -100%);
}
