﻿html,
body {
    height: 100%
}

body {
    background-color: #eeeeee;
    font-family: 'Segoe UI', tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a {
    color: #ED6F32 !important
}

#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);
}

.logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0) scale(0.5);
}

.login {
    width: 380px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 25px);
    background: #ffffff;
    border: 4px solid #53AF31;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}

    .login .title {
        color: #ffffff;
        font-weight: bold;
        text-align: left;
        background-color: #53AF31;
        padding: 3px;
        padding-bottom: 6px;
        font-size: 11px;
    }

    .login .body {
        padding: 10px;
    }

    .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 {
        margin-bottom: 5px;
    }

    .login .input {
        margin-bottom: 5px;
    }

    .login .error {
        margin-bottom: 5px;
    }

    .login .box-label {
        position: relative;
        top: -2px;
        display: inline-block;
    }

#Msg {
    margin-top: 5px;
    display: block;
}

span {
    color: #ff0000;
}

input {
    border: 1px solid rgb(191, 198, 204);
    width: 325px;
    font-family: 'Segoe UI', tahoma;
}

    input[type="text"],
    input[type="password"] {
        padding: 2px;
        font-size: 12px;
    }

    input[type="checkbox"] {
        width: 20px;
    }

#CancelButton,
#LogonButton,
.logonButton {
    float: right;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 11px;
    padding: 5px;
    padding-left: 27px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    text-align: left;
}

#LogonButton,
.logonButton {
    background-image: url(/resources/icons/tick.png);
}

#CancelButton {
    background-image: url(/resources/icons/close.png);
}

    #CancelButton:hover,
    #LogonButton:hover,
    .logonButton:hover {
        background-color: rgb(105,105,105);
        color: #ffffff;
    }

.providers {
    text-align: center;
}

.provider {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px;
    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;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    max-width: calc(100% - 50px);
}

    .provider:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .provider:active {
        color: red;
        box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    }

    .provider > img {
        max-width: 100%;
    }

.orsep {
    text-align: center;
    margin: 10px;
}

.body > #loginview > .passet > fieldset {
    padding-bottom: 2px;
    overflow: hidden;

    display: block;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

    .body > #loginview > .passet > fieldset > .footer {
        margin: 9px -10px -3px -10px;
    }

.body.nosso > #loginview > .passet > fieldset > .footer {
    position: relative;
    bottom: -7px;
}

.body.nosso > #loginview > .passet > fieldset > legend {
    display: none;
}

.body.nosso > #loginview > .passet > fieldset > #LoginInputs > .input > input {
    width: calc(100% - 10px);
}

.body.nosso > #loginview > .passet > fieldset {
    display: contents;
    padding-bottom: 10px;
    border: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.body.nosso > #loginview > .orsep {
    display: none;
}

.body.nosso > #loginview > .ssoset {
    display: none;
}

.body.nopass > #loginview > .passet > fieldset > .footer {
    position: relative;
    bottom: -7px;
}

.body.nopass > #loginview > .ssoset > fieldset > legend {
    display: none;
}

.body.nopass > #loginview > .ssoset > fieldset {
    display: contents;
    padding-bottom: 10px;
    border: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.body.nopass > #loginview > .passet {
    display: none;
}

.body.nopass > #loginview > .orsep {
    display: none;
}

.body.nopass.nosso > .checkbox {
    display: none;
}

.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: 16px;
    margin-bottom: 16px;
}
