﻿html,
body {
    height: 100%
}

body {
    background-image: url(/resources/images/map_background.png);
    background-size: cover;
    resize: both;
    font-family: 'Segoe UI', tahoma;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a {
    color: #0075FF !important;
    float: right;
    text-decoration: none;
}

#map {
    width: 100%;
    height: 100%;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}

.login-logo {
    display: block;
    margin: auto;
    width: 50%;
    margin-bottom: 15px;
}

.login {
    width: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    border-radius: 6px;
}

    .login .body {
        padding: 15px;
    }

    .login .footer {
        padding: 3px;
        padding-bottom: 7px;
        background: rgb(224, 227, 230);
        height: 20px;
    }

        .login .footer .separator {
            display: inline-block;
            height: 15px;
            width: 0;
            border-left: 1px solid #ccc;
            border-right: 1px solid #eee;
            margin-left: 3px;
            margin-right: 3px;
            position: relative;
            top: 5px;
        }

        .login .footer a {
            position: relative;
            top: 2px;
            font-size: 11px;
        }

            .login .footer a:first-child {
                margin-left: 5px;
            }

    .login .label {
        color: #1a1a1a;
        margin-bottom: 5px;
    }

    .login .input {
        margin-bottom: 5px;
    }

    .login .error {
        margin-bottom: 5px;
    }

    .login .box-label {
        position: relative;
        top: -2px;
        display: inline-block;
        padding-bottom: 6px;
    }

#Msg {
    display: block;
}

.drop-down-list {
    width: 100%;
    font-family: 'Segoe UI', tahoma;
    font-size: 14px;
    padding: 6px;
    border: 2px solid #81C784;
    border-radius: 6px;
}

input {
    width: 333px;
    font-family: 'Segoe UI', tahoma;
    font-size: 14px;
    padding: 6px;
    border: 2px solid #81C784;
    border-radius: 6px;
}

    input[type="checkbox"] {
        width: 20px;
        cursor: pointer;
    }

    input:focus-visible {
        outline: none;
        border: 2px solid #639b65 !important;
    }

#LogonButton,
.logonButton {
    background-color: #81C784;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

#CancelButton {
    background-image: url(/resources/icons/close.png);
}

    #CancelButton:hover,
    #LogonButton:hover,
    .logonButton:hover {
        background-color: #639b65;
        border: 2px solid #639b65;
        cursor: pointer;
        box-shadow: 0 0 0 0.2rem rgb(129 199 132 / 25%);
    }

.providers {
    text-align: center;
}

.provider {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
    border-radius: 6px;
}

    .provider:hover {
        background-color: #e6e6e6;
        box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    }

    .provider:active {
        box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    }

    .provider > img {
        max-width: 100%;
    }

.orsep {
    text-align: center;
    margin: 10px;
}

.background-map {
    width: 100%;
    height: 100%;
    position: fixed;
}

.searchbox {
    padding-left: 20px;
    margin-bottom: 5px;
    background-image: url(resources/icons/magnifier.png);
    background-repeat: no-repeat;
    background-position-y: center;
}

#Msg:not(:empty) {
    margin-top: 6px;
    margin-bottom: 6px;
}

.float-right {
    float: right;
}

.persist {
    margin-left: -5px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #9a9a9a;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.mt-6 {
    margin-top: 6px;
}

.mb-6 {
    margin-bottom: 6px;
}

.pb-15 {
    padding-bottom: 15px;
}

.full-width {
    width: 100%;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.linkButton:hover {
    text-decoration: underline;
}

.password-visibility-toggle-icon {
    color: #555;
}

.password-visibility-toggle-icon {
    position: absolute;
    margin-left: -30px;
    margin-top: 12px;
    cursor: pointer;
    visibility: hidden;
}

    .password-visibility-toggle-icon:hover {
        background-color: #e6e6e6;
        border-color: #adadad;
        border-radius: 3px;
    }
