:root {
    --primary: #1929D6;
    --primary-dark: #1421AD;
}

* {
    font-size: 14px;
    font-family: "Inter",sans-serif;
}

a {
    color: #00407B;
}

html, body {
    height: 100%;
}

h1 {
    font-size: 2.0rem !important;
}

h2 {
    font-size: 1.75rem !important;
}

.fw-semi-bold {
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--primary) !important
}

.inner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}

div.col1 {
    height: 100%;
}

p {
    line-height: 1.5;
}

a.blog {
    font-weight: bold;
    text-decoration: none;
    background-image: url(../img/blog.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #1c5483;
    padding-top: 3px;
}

    a.blog:hover {
        text-decoration: underline;
    }

div.topbar {
    display: flex;
    background-color: #000;
    padding: 5px;
    z-index: 10;
    position: absolute;
    width: 100%
}

    div.topbar a {
        color: #fff;
    }

div#container {
    /*margin: 0 auto;
    position: relative;
    top: 100px;
    width: 550px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 290px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);*/
}

    div#container img {
    }

    div#container .ssoChoice {
        padding-top: 20px;
    }

        div#container .ssoChoice p {
            padding-bottom: 15px;
        }

            div#container .ssoChoice p a {
                /*border-radius: 5px;
                border: 1px solid;
                padding: 7px 10px;
                font-size: 1.8em;
                text-decoration: none;*/
            }

                div#container .ssoChoice p a#ssoLink {
                    /*border-color: #0064c0;
                    background-color: #0075d0;
                    background-image: linear-gradient(#0064c0, #0075d0);
                    color: #fff;*/
                }

                div#container .ssoChoice p a#formLink {
                    /*border-color: #739d0d;
                    background-color: #84ae0e;
                    background-image: linear-gradient(#739d0d, #84ae0e);
                    color: #fff;*/
                }

    div#container table {
        /*margin-left: 250px;*/
        margin-top: 10px;
        /*width: 300px;*/
    }

        div#container table td.left {
            text-align: right;
        }

        div#container table td.right {
            text-align: left;
        }

        div#container table td.centre {
            text-align: center;
            padding: 5px;
        }

.btn-link {
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
        color: var(--primary-dark);
    }

/*
div.forgotten {
}

    div.forgotten a {
        text-decoration: none;
    }

        div.forgotten a:hover {
            text-decoration: none;
            color: #539aff;
        }

#lnk_update {
    text-decoration: none;
}

    #lnk_update:hover {
        text-decoration: none;
        color: #539aff;
    }*/

html > body div#container table {
    margin-left: 220px;
}


table#gv_announce {
    /*    border-top: solid 1px #00407B;
    border-left: solid 1px #00407B;
    border-right: solid 1px #00407B;*/
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 25px;
    /*width: 700px;*/
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

    table#gv_announce td {
        padding: 0px;
    }

    table#gv_announce th {
        /*background-image: url(../img/task_list_top_bar.png);*/
        background-color: #4368A0;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        height: 20px;
        padding-top: 3px;
        padding-left: 3px;
    }

    table#gv_announce table.tbl_announcement {
        /*border-bottom: solid 1px #00407B;*/
        border-collapse: collapse;
        width: 100%;
    }

        table#gv_announce table.tbl_announcement tr.firstrow {
            background-color: #CED7E4;
            font-size: 12pt;
            font-weight: bold;
            height: 20px;
            padding: 3px; /*margin-left:20%; 	margin-right:20%;	*/
            box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        }

            table#gv_announce table.tbl_announcement tr.firstrow td.imgcol {
                background-color: #EDF4F5;
                border-right: solid 1px #b7cee0;
                text-align: center;
                width: 70px;
            }

                table#gv_announce table.tbl_announcement tr.firstrow td.imgcol img {
                    border: solid 1px #4C7A9E;
                    padding: 5px;
                }


        table#gv_announce table.tbl_announcement td {
            padding: 7px;
            text-align: left;
        }

span.error {
    background-color: #d20000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 5px 8px 5px;
    color: #fff;
    font-weight: normal;
    line-height: normal;
}

div.green {
    border: 1px solid #d6e9c6;
    background-color: #DFF0D8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 5px 8px 5px;
    color: #468847;
    font-weight: normal;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
}

div.loginButton {
    margin-top: 8px;
}

a.login {
    background-color: #4368A0;
    background-position: 3px;
    background-repeat: no-repeat;
    border: solid #555 1px;
    padding: 7px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 10pt;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

    a.login:hover {
        background-color: #3276B1;
    }

div.cookieConsent {
    margin-top: 10px;
    border: solid 1px #dfe1e5;
    padding: 5px;
    color: #424242;
    background-color: #f6f6f6;
    text-align: center;
    margin: 0 auto;
}

div.ann_image {
    width: 30px;
    height: 30px;
    padding: 10px;
    background-image: '';
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #F1F1F1;
    background-color: #fff;
    background-position: center;
    border-color: #d2d2d2;
}

#autoRefreshCountdown {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    display: none;
    border-radius: 4px;
}

    #autoRefreshCountdown div {
        font-size: 1.2em;
    }

        #autoRefreshCountdown div:first-of-type {
            padding-bottom: 5px;
            font-size: 1em;
            letter-spacing: 1px;
        }

    #autoRefreshCountdown #autoRefreshCountdownSeconds {
        padding-top: 3px;
        font-size: 2em;
    }

img.loadingGif {
    width: 48px;
}

div.large-image {
    background-image: url('../img/big/LoginLogo.jpg');
    background-size: cover;
    background-position: center center;
}

.custom-scrollbar-css {
    overflow-y: scroll;
}

    /* scrollbar width */
    .custom-scrollbar-css::-webkit-scrollbar {
        width: 5px;
    }

    /* scrollbar track */
    .custom-scrollbar-css::-webkit-scrollbar-track {
        background: #eee;
    }

    /* scrollbar handle */
    .custom-scrollbar-css::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background-color: #00d2ff;
        background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
    }


div#div_main_announce {
    max-height: 300px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: .25rem !important;
    padding: 3em;
}

a.file-button {
    background-image: url(../img/paperclip-white.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

div#div_cookie {
    color: #626262;
}

.btn-primary {
    background-color: var(--primary);
}

    .btn-primary:hover {
        text-decoration: none;
        background-color: var(--primary-dark);
    }

.btn-link {
    color: var(--primary);
}

#EnvironmentBadge {
    font-size: 14px;
}

.alert-warning {
    background-color: #fffcf3 !important;
}

.badge-info {
    background-color: #124d56 !important;
}

.badge-danger {
    background-color: #cd2026 !important;
}
