html, body {
    height: 100%;
}

:focus {
    outline: none;
}

body.entry {
    margin: 0;
    padding: 0;
    background-image: url(../images/bg_login.jpg?v=23.19.0.8);
    background-repeat: repeat-x;
    background-color: #5d5d5d;
    font-family: 'Oswald',Helvetica,sans-serif;
    font-size: 12px;
}

    body.entry.fleetlogis {
        background-image: none;
        background-color: #4592BE;
    }

    body.entry.rkm {
        background-image: none;
        background-color: #4592BE;
    }

    body.entry.feelplace {
        background-image: none;
        background-color: white;
    }


.login {
    height: 478px;
    width: 384px;
    margin: 0 auto;
    background: url(../images/box_form.png?v=23.19.0.8) center no-repeat;
    position: relative;
}

#inner {
    height: 478px;
    background-image: url(../images/bg_login_form.jpg?v=23.19.0.8);
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -244px; /* half size of element height */
}

    #inner.fleetlogis {
        background-image: none;
        background-color: #9A9A9A;
    }

    #inner.rkm {
        background-image: none;
    }

    #inner.feelplace {
        background-image: url(../images/FeelPlace/bg_feelplace_478.jpg?v=23.19.0.8);
    }

.feelplace_button button {
    background: none repeat-x scroll 0 0 #511336;
}

    .feelplace_button button:hover {
        border-color: #F51336 #F51336 #F51336;
        background-image: -moz-linear-gradient(top, #F51336, #F51336);
        background-image: -ms-linear-gradient(top, #F51336, #F51336);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F51336), to(#F51336));
        background-image: -webkit-linear-gradient(top, #F51336, #F51336);
        background-image: -o-linear-gradient(top, #F51336, #F51336);
        background-image: linear-gradient(top, #F51336, #F51336);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F51336', endColorstr='#F51336', GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    }

.login-form,
.registration-form {
    margin: 0 auto 0 auto;
    width: 250px;
    text-align: center;
}

    .login-form label,
    .registration-form label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .login-form input, .login-form select,
    .registration-form input {
        margin-bottom: 8px;
    }

        .login-form select.text {
            margin-right: 21px;
            margin-left: 21px;
            width: 205px;
        }

        .login-form input.text,
        .registration-form input.text { /* layout fix for IE */
            margin-right: 21px;
            margin-left: 21px;
            width: 200px;
        }

/* Language div and flags */

.lang {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

    .lang a, .lang a:link, .lang a:hover, .lang a:focus, .lang a:active, .lang a:visited {
        margin-left: 8px;
    }

    .lang img {
        border: none;
    }

    .lang a, .lang a:link, .lang a:hover, .lang a:focus, .lang a:active, .lang a:visited {
        padding: 0;
        margin-left: 8px;
        float: left;
    }

    .lang a {
        margin-top: 1px;
    }

        .lang a.flag-active, .lang a:link.flag-active {
            border: 1px solid #fff;
            margin-left: 6px;
            margin-top: 0px;
        }

/* --- Flags --- */
.flag {
    display: block;
    width: 16px;
    height: 11px;
    background: url(../images/flags_2022.png?v=23.19.0.8) no-repeat;
    position: relative;
    overflow: hidden;
}

    .flag.flag-fi {
        background-position: -16px -0px;
    }

    .flag.flag-gb {
        background-position: -32px -0px;
    }

    .flag.flag-de {
        background-position: -0px -11px;
    }

    .flag.flag-no {
        background-position: -16px -11px;
    }

    .flag.flag-fr {
        background-position: -32px -11px;
    }

    .flag.flag-se {
        background-position: -0px -22px;
    }

    .flag.flag-us {
        background-position: -16px -22px;
    }

    .flag.flag-es {
        background-position: -32px -22px;
    }

    .flag.flag-nl,
    .flag.flag-tr,
    .flag.flag-it {
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
    }

    .flag.flag-nl {
        background: linear-gradient(to bottom, #ae1c28 0 33%, #ffffff 33% 66%, #21468b 66% 100%);
    }

    .flag.flag-it {
        background: linear-gradient(to right, #009246 0 33%, #ffffff 33% 66%, #ce2b37 66% 100%);
    }

    .flag.flag-tr {
        background: #e30a17;
    }

        .flag.flag-tr:before,
        .flag.flag-tr:after {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        .flag.flag-tr:before {
            width: 5px;
            height: 5px;
            left: 3px;
            top: 2px;
            background: #ffffff;
        }

        .flag.flag-tr:after {
            width: 4px;
            height: 4px;
            left: 4px;
            top: 2.5px;
            background: #e30a17;
        }

.loginbutton,
.btn-primary {
    background: none repeat-x scroll 0 0 #E07400;
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

    .loginbutton + .btn-register {
        margin-top: 5px;
    }


.ui-button-icon-primary.ui-icon.ui-icon-closethick {
    position: absolute;
    left: 1px;
    margin: 0;
    top: 0px;
}

.loginbutton:hover {
    border-color: #e07400 #e07400 #fb8c13;
    background-image: -moz-linear-gradient(top, #fb8c13, #e07400);
    background-image: -ms-linear-gradient(top, #fb8c13, #e07400);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb8c13), to(#e07400));
    background-image: -webkit-linear-gradient(top, #fb8c13, #e07400);
    background-image: -o-linear-gradient(top, #fb8c13, #e07400);
    background-image: linear-gradient(top, #fb8c13, #e07400);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8c13', endColorstr='#e07400', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.jid_change_password_form .loginbutton {
    width: 65px;
}

.jid_forgot_password_link {
    color: #555555;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

    .jid_forgot_password_link:hover {
        text-decoration: underline;
        color: #222;
    }


/* --- MODAL DIALOG -------------------------------------------- */
.ui-dialog.messageBox {
    min-width: 300px;
    max-width: 500px;
    padding: 0;
}

    .ui-dialog.messageBox .ui-dialog-titlebar {
        border: 2px solid #595959;
    }

    .ui-dialog.messageBox .ui-dialog-content {
        padding: 3em 3em 1em 3em;
        border-left: 2px solid #595959;
        border-right: 2px solid #595959;
        border-top: none;
        line-height: 1.2em;
        font-weight: bold;
        text-align: center;
    }

        .ui-dialog.messageBox .ui-dialog-content.messageBox_modalDialog_content { /* entering POI info and similar */
            padding: 1em;
        }
/* error dialog */
.messageBox_error_content,
.jid_validation_error_text {
    color: #000;
}

.messageBox_error_content,
.inline_error {
    color: red;
}

.messageBox_wait_content {
    background: #aaaaaa /*{bgColorOverlay}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png?v=23.19.0.8) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .3;
    filter: Alpha(Opacity=30) /*{opacityOverlay}*/;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
}

.messageBox_wait_cursor {
    background: white url(../images/loader.gif?v=23.19.0.8) no-repeat scroll 50% 0;
    opacity: 1;
    filter: Alpha(Opacity=100);
    z-index: 10001;
    height: 3em;
    margin-top: 20%;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: -1em;
    margin-top: 0;
    border-left: 2px solid #595959;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    text-align: center;
    padding: 0.4em
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
    }

    .ui-dialog .ui-dialog-buttonpane button {
        min-width: 70px;
        margin: 0.25em
    }
/* MODAL DIALOG end */

.centered {
    text-align: center
}

.ui-button-text-only span.ui-button-text {
    padding: 0
}

.logo-seemoto,
.logo-fleetlogis,
.logo-rkm,
.logo-feelplace {
    background: url(../images/logo_seemoto.png?v=23.19.0.8) no-repeat;
    width: 302px;
    height: 60px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 45px;
}

.logo-fleetlogis {
    background: url(../images/fleetlogis/fleetlogis_logo.jpg?v=23.19.0.8) no-repeat;
    left: 55px;
}

.logo-rkm {
    background: url(../images/RKM/rkm-remote-monitoring.jpg?v=23.19.0.8) no-repeat;
}

.logo-feelplace {
    background: url(../images/FeelPlace/feelplace_login_logo.png?v=23.19.0.8) no-repeat;
}

span.welcome {
    display: none;
}

.login_form span.welcome {
    display: block;
    margin: 50px 0;
}

span.flex-welcome {
    display: none;
}

.login_form span.flex-welcome {
    display: block;
    margin: 35px 0;
}

.trademark_container {
    position: absolute;
    width: 100%;
    bottom: 35px;
}

.trademark {
    text-align: center;
    vertical-align: bottom;
    font-size: 11px;
}

.helpnotfound h2 {
    margin-top: 150px;
    font-size: 17px;
}

.version {
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #8e8e8e;
}

.rkm.version {
    background-color: inherit;
}

.user-registration {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 130px;
}

    .user-registration .btn-primary {
        margin-top: 8px;
    }

    .user-registration select,
    .user-registration input[type="text"] {
        width: 173px;
    }

.has-error {
    border: 1px solid #DD3C10;
    background: #FFEEEE;
    margin-right: 2px;
    margin-left: 20px;
}

.icon-small-exclamation-sign {
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
    background: url(../images/20_icon_exclamation.png?v=23.19.0.8);
    border: none;
    background-color: transparent;
    border-width: 0px;
    display: inline-block;
}
