﻿* {
    /*font-family: Tahoma, Corbel, Veranda, Arial, Courier, Courier New, Lucida Console, System, MS Sans Serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;*/
    /*font-family: "Courier New", Courier, monospace;*/
    /*font-size: 12pt;*/ /*10pt;*/ /*9pt;*/
    font-family: Arial;
    /*color: #585858;*/
}

.html-default {
    height: 100%;
    margin: 0px;
    border-width: 0px;
    padding: 0px;
}

.body-default {
    height: 100%;
    margin: 0px;
    border-width: 0px;
    padding: 0px;
    /*color: darkblue;*/
    /*color: #004986; /*#00377A;*/
}

.form-default {
    height: 100%;
    margin: 0px;
    border-width: 0px;
    padding: 0px;
}



.div-default {
    /*background-color: #bfdfff;*/
    border: 0px dotted darkblue;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.table-default {
    /*background-color: #bfdfff;*/
    border-style: dotted;
    border-width: 0px;
    border-color: darkblue;
    margin: 0px;
    /*margin: auto;*/
    padding: 0px;
    width: 100%;
    /*width: auto%;*/
}

table.table-default tr {
    /*background-color: #bfdfff;*/
    border-style: dotted;
    border-width: 0px;
    border-color: darkblue;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

    table.table-default tr > td {
        /*background-color: #bfdfff;*/
        border-style: dotted;
        border-width: 0px;
        border-color: darkblue;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
    }



.mp-div-names {
    display: none;
}

.ErrorControl {
    background-color: #FBE3E4;
}

.SearchResults > tbody > tr {
    /*border-width: 1px !important;*/
    border-top-width: 1px !important;
    border-left-width: 1px !important;
    vertical-align: middle !important;
}

    .SearchResults > tbody > tr > td {
        /*border-width: 1px !important;*/
        border-bottom-width: 1px !important;
        border-right-width: 1px !important;
        vertical-align: middle !important;
        padding: 3px !important;
    }

.Header-Text {
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
}

.Content-Title {
    font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 23.5pt; /*9pt;*/
    font-weight: bold;
    color: #077785;
}

.Header {
    background-color: #035c67;
    color: #3effc0;
    font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 45px;
    text-align: left;
    font-weight: 600;
}

#home h3 {
    font-weight: bold;
    font-size: 16px;
    font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

#home input[type=button], #home input[type=submit] {
    font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px !important;
}

#home input[type=span] {
    font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

#home hr {
    background-color: black;
    height: 1px;
    border: none;
}

#home .col {
    border-left: 1px solid Black;
    width: 25%;
}

.Content-Table {
    /*background-color: #bfdfff;*/
    border-style: dotted;
    border-width: 0px;
    border-color: darkblue;
    /*margin: 0px;*/
    margin: auto;
    padding: 0px;
    /*width: 100%;*/
    width: auto;
}

.Content-Table-Label {
    height: 24px;
}

.Content-Table-Input {
    height: 36px;
}


.SpacerRow {
    height: 8px;
}

.frmDefaultBtn {
    background-color: #077785;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    padding: 5px 10px;
    font: var(--theme-button-font, 1.1rem "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif);
    font-weight: 500;
    transition: var(--theme-button-transition, background-color .2s .1s ease-in-out);
    border: var(--theme-button-primary-border, none);
    font-size: 12px;
}

input [type="button"], input[type="submit"] {
    background-color: #077785;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    padding: 5px 10px;
    font: var(--theme-button-font, "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif) !important;
    font-weight: var(--theme-button-font-weight, 400);
    transition: var(--theme-button-transition, background-color .2s .1s ease-in-out);
    border: var(--theme-button-primary-border, none);
}


    input[type="button"]:hover,
    input[type="submit"]:hover {
        background-color: #002f32;
    }

    input[type="button"]:disabled,
    input[type="submit"]:disabled {
        background-color: gray;
    }

input[type="radio"]:checked {
    accent-color: #002f32;
}

select, textarea {
    border-radius: 4px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    padding: 2px;
}

[type=text], [type=password] {
    border-radius: 4px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    padding: 2px;
}

/* the menu is the list, you don't need a wrapping div */
#uxMainMenu_div ul { /* root-<ul> */
    /*text-align: center;*/
    list-style-type: none;
    min-width: 188px;
    padding: 0;
    margin: 0;
    /*background-color: #bfdfff;*/

    border-color: #3effc0;
    border: solid 1px #3effc0;
    background-color: #3effc0;
    text-align: center;
}

    /* submenus of both levels */
    #uxMainMenu_div ul ul {
        min-width: 188px;
        position: absolute;
        left: 0;
        border: 1px solid #3effc0; /*#0099CC;*/
    }

        /* move the second level submenu to the right to don't overlap the parent submenu */
        #uxMainMenu_div ul ul ul {
            min-width: 188px;
            position: relative;
            left: 188px;
            top: -36px;
        }

    #uxMainMenu_div ul > li {
        /*border: 0px solid #bfdfff;*/
        border: 0px solid white;
    }

        #uxMainMenu_div ul > li > a { /* All anchor contained in the root-<ul> */
            /*font-family: Arial !important;*/
            font-size: 12pt !important;
            /*font-size: 14px !important;*/
            display: block;
            text-decoration: none;
            /*padding: 0px 5px 0px 5px;*/
            padding: 0px 4px 0px 4px;
            text-align: center;
            color: black;
        }

    /* hover effect for submenu links */
    #uxMainMenu_div ul > li {
        height: 35px;
        /*background-color: #bfdfff;*/
        background-color: #3effc0;
    }

        #uxMainMenu_div ul > li:hover {
            height: 35px;
            /*background-color: darkblue;*/
            background-color: white; /*#0099CC;*/
            color: black;
        }



/* only mainmenu listitems */
#uxMainMenu_div > ul > li { /* All <li> in the root-<ul> */
    display: inline-block;
    position: relative;
    line-height: 35px;
    list-style-type: none;
    /*padding: 0;*/
    /*padding-left: 30px;*/
    padding-left: 10px;
    /*padding-right: 30px;*/
    padding-right: 4px;
    /*min-width: 152px;*/
    margin: 0;
}

/* hide all submenus for default */
#uxMainMenu_div ul li > ul {
    display: none;
}

/* show a submenu if the direct parent listitem is hovered */
#uxMainMenu_div ul li:hover > ul {
    display: block;
}

.uxFooter_div {
    position: absolute;
    bottom: 0;
    width: 99.8%;
}

.footer {
    margin: 0 auto;
    background-color: #002f32;
    color: #3effc0;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    bottom: 0px;
}

    .footer .line {
        /*width: calc(100% - 64px);*/
        height: 1px;
        margin-bottom: 8px;
        opacity: .5;
        background-color: #3effc0;
        justify-content: center;
        margin: 0 16px 10px 32px;
    }


    .footer .copyright {
        /*width: 900px;*/
        display: inline-block;
        vertical-align: bottom;
        text-align: center;
        height: 40px;
        text-align: center;
        width: auto;
    }

.footerContent a:hover {
    text-decoration: underline;
}

.footerhyper {
    color: #3effc0;
    text-decoration: none;
    font-weight: bolder;
}


.footerContent {
    display: inline-block;
    /*width: 900px;*/
    justify-content: center;
    text-align: center;
    color: #3effc0;
}

.custom-alert {
    display: none;
    position: fixed;
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0, 0, 0.1);
    font-family: "Gotham SSM", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    width:300px;
    text-align:center;
}

 .custom-alert .message {
        margin-bottom: 20px;
        font-size:16px;
    }

.custom-alert .close-btn {
        background-color: #077785;
        color:white;
        border:none;
        padding:10px 20px;
        cursor:pointer;
        font-size: 14px;
    }

    .custom-alert .close-btn:hover {
        background-color: #002f32;
    }