html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif; /*SÖK efter detta för att ändra FONT och TEXTSTORLEK överallt, typ!*/
    font-size: 12px;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
}

#formWrapper fieldset {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.hideObjectElement {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;

    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

#LogoAndLicensedText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#productLogo {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 400px;
    max-height: 100px;
    margin-top: -30px;
    z-index: 2;
}

#productLogo.productLogoQRCode {
    margin-top: -114px;
}

#productLogo > svg {
    max-height: 50px;
    width: 140px;
    display: block;
}

#companyLogo {
    max-width: 300px;
    max-height: 50px;
}

#companyLogo > svg {
    width: 82px;
    height: 41px;
}

#SmallLoginLogo {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: absolute;
    height: 75px;
    left: 15px;
    gap: 15px;
    z-index: 1;
}

#SmallLoginLogo > svg {
    width: 85px;
}

#SmallLoginLogo > #kontekLogo {
    width: 98px;
    margin-bottom: 3px;
}

#GoBackButtonLogin {
    display: none;
    cursor: pointer;
}

#GoBackText {
    float: left;
    margin-top: 17px;
    margin-left: -6px;
    user-select: none;
}

#GoBackArrow {
    float: left;
    height: 30px;
    width: 30px;
    display: block;
    margin-top: 9px;
    margin-left: 6px;
    padding: 0;
}

#languageDropDown {
    list-style: none;
    height: 22px;
    width: 22px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 14px;
    padding: 0;
}

#languageDropDown li {
    margin-bottom: 8px;
}

#languageDropDown li:last-child {
    margin-bottom: 0;
}

#LanguageFlags {
    display: inline-block;
    margin-left: -4px;
    height: 100%;
    width: auto;
}

#FlagIcon {
    width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 50%;
}

#languageDropDown li:not(.selected) {
    float: left;
    display: none;
    cursor: pointer;
}

#ResetPasswordTitleLogin {
    cursor: default;
    user-select: none;
}

#LoginFormTitle {
    opacity: 85%;
    font-size: 15px;
    font-weight: bold;
    cursor: default;
    user-select: none;
    margin-bottom: -4px;
}

#LicensedToText {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    cursor: default;
    user-select: none;
    margin-top: 10px;
    padding: 0;
    z-index: 1;
}

#LicensedToText.LicensedToTextQRCode {
    margin-top: 5px;
    margin-bottom: 10px;
}

#LicensedToText .instance-name {
    max-width: 256px;
    text-align: center;
}

#LoginForgotPasswordOrText {
    margin-top: 3px;
    margin-bottom: -9px;
    cursor: default;
    user-select: none;
}

#ChangePasswordTitle {
    cursor: default;
    user-select: none;
}

#loader {
    display: none;
    width: 550px;
    height: 400px;
    z-index: 999;
    top: 23.6%;
    bottom: 38.2%;
    position: absolute;
    left: 50%;
    margin-left: -275px;
}

#loaderDetail .processMessageImg {
    width: 28px;
    height: 28px;
    background-size: 24px 24px;
    margin-top: 8px;
}

#WindowsLogin {
    width: 200px;
}

#windowsLogin img {
    max-width: 64px;
    max-height: 64px;
}

.windowsLoginButton {
    width: 150px;
    margin: 10px auto;
}

button[type=submit]:focus {
    filter: brightness(90%);
}

#centerContentHeader {
    height: 55px;
}

#Center-Screen {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    transform: translate(0px, -10%);
}

#centerContent {
    width: 618px;
    height: 382px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.primaryContentColor {
    height: 100%;
}

.primaryContentColor .primaryContentColorCorner {
    background: transparent;
    border-bottom-left-radius: 40%;
    position: absolute;
    width: 41%;
    height: 50%;
    top: 29%;
    left: 0;
    transform: skewY(10deg);
}

#cookiePolicy {
    display: inline-table;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 500;
    text-decoration: underline;
    background-image: none;
}

.imgSummer {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/summer.jpg");
}

.imgAutumn {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/autumn.jpg");
}

.imgWinter {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/winter.jpg");
}

.imgSpring {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/spring.jpg");
}

.imgChristmas {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/christmas.jpg");
}

.imgNewyear {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/newyear.jpg");
}

.imgClouds {
    background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/clouds.jpg");
}

.imgSummer,
.imgAutumn,
.imgWinter,
.imgSpring,
.imgChristmas,
.imgNewyear,
.imgClouds {
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: cover;
    background-size: cover;
}

#ForgotPasswordForm {
    margin-top: -40px;
}

#forgotPassword {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#FormsLoginSecondStepVerificationSetup {
    margin-top: -15px;
}

#FormsLoginPasswordChange {
    margin-top: -30px;
}

@media only screen
and (min-device-width: 1367px) {
    .imgSummer {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/summer.jpg");
    }

    .imgSpring {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/spring.jpg");
    }

    .imgAutumn {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/autumn.jpg");
    }

    .imgWinter {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/winter.jpg");
    }

    .imgSpring {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/spring.jpg");
    }

    .imgChristmas {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/christmas.jpg");
    }

    .imgNewyear {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/newyear.jpg");
    }

    .imgClouds {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1920x1080/clouds.jpg");
    }
}

@media only screen
and (min-device-width: 1280px)
and (max-device-width: 1366px) {
    .imgSummer {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/summer.jpg");
    }

    .imgSpring {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/spring.jpg");
    }

    .imgAutumn {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/autumn.jpg");
    }

    .imgWinter {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/winter.jpg");
    }

    .imgSpring {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/spring.jpg");
    }

    .imgChristmas {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/christmas.jpg");
    }

    .imgNewyear {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/newyear.jpg");
    }

    .imgClouds {
        background-image: url("/HRM/css/base/images/StampelklockaBakgrundsbilder/1366x768/clouds.jpg");
    }
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.maxHeight {
    height: 100%;
}

.maxWidth {
    width: 100%;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.table {
    display: table;
}

.tableCell {
    display: table-cell;
}

.inlinetable {
    display: inline-table;
}

.tableRow {
    display: table-row;
}

.flex {
    display: flex;
}

.justifyContentCenter {
    justify-content: center;
}

.justifyContentSpaceAround {
    justify-content: space-around;
}

.justifyContentSpaceBetween {
    justify-content: space-between;
}

.justifyContentSpaceEvenly {
    justify-content: space-evenly;
}

.alignCenter {
    align-items: center;
}

.centerAlignedText {
    text-align: center;
}

.middleAlign {
    vertical-align: middle;
}

.topAlign {
    vertical-align: top;
}

.bold {
    font-weight: 500;
}

.paddingLeft {
    padding-left: 10px;
}

.paddingRight {
    padding-right: 10px;
}

.paddingTop {
    padding-top: 4px;
}

.autoMargin {
    margin: auto;
}

.formContentheight {
    height: 100px;
}

.formContentWidth {
    width: 302px;
}

.formHeight {
    height: 260px;
}

.formWidth {
    width: 100%;
}

.inlineFlex {
    display: inline-flex;
}

#inlineWrapper {
    width: 100%;
    height: 320px;
}

#formWrapper {
    padding-top: 58px;
    height: 260px;
    box-sizing: border-box;
}

.formContentMargin {
    margin-top: 12px;
}

.formContentButtonMargin {
    margin-top: 24px;
}

.formContentText {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 8px;
}

.formContentText div, .formContentText span{
    z-index: 1;
}

.headerMargin {
    margin-top: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.preLine {
    white-space: pre-line;
}

.error li {
    list-style: none;
    z-index: 1;
}

.leftMarginButton {
    margin-left: 2px;
}

.blackShadow {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.validation-summary-errors {
    max-height: 150px;
}

.validationSummary > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

input {
    margin: 0;
    font: -webkit-small-control;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: -webkit-auto;
}

button {
    min-width: 70px;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
    border: 0 !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 4px;
    padding-left: 5px;
    box-sizing: border-box;
}

.form-input-wrapper {
    height: 26px;
    border-radius: 5px;
}

.loginSpinner {
    margin-top: 16px;
}

#addGoogleAuthStepList {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
}

#AddGoogleAuthStepListManuellTwoStep {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#TwoStepInfoSpaceText {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    cursor: default;
    user-select: none;
}

#HemlighetListItemLogin {
    text-align: center;
}

.fontWeightBold {
    font-weight: bold;
}

.noListStyle {
    list-style: none;
}

#addGoogleAuthStepList > li {
    padding: 0.5em;
}

.twostepVerificationSettingsTitle {
    margin: 0;
    padding: 0;
    cursor: default;
    user-select: none;
}

#QrCode {
    position: absolute;
    top: 175px;
    left: 82px;
    width: 100px;
    height: 100px;
}

#CanNotReadQR:hover {
    text-decoration: underline;
}

#RememberThisDeviceLabel {
    cursor: default;
    user-select: none;
}

/**
*   Fenix project - Modal Popup
*   @authors 
*       Initial Build: Johan Greus, Fredrik Karlsson & Co
*       Current author: David Borgenvik
*   Description: Only stuff related to progressbars and loaders (ajaxloaders etc) should be placed here. 
*   For colors see one of the Theme.css files.
*/

/* -- Progressbars and loaders -- */
#progressBackgroundFilter
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 5000;
    cursor: progress;
}

#processMessage
{
    position: absolute;
    top: 10px;
    height: auto;
    width: 150px;
    z-index: 5001;
    right: 167px;
}

#processMessage .processMessageImg, .processIndicator
{
    width: 28px;
    height: 28px;
    background-size: 24px 24px;
    vertical-align: middle;
}

.flexSpinner, .processMessageImg, .processIndicator {
    font-size: 4px;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    text-indent: -9999em;
    animation: loadingSpinner 1.1s infinite ease;
    transform: translateZ(0);
}

.processMessageImg, .processIndicator
{
    margin-top: 0;
    vertical-align: middle;
}

div.processIndicator {
    width: 100%;
    background-position: center;
}

div.processIndicator.inline {
    background-position: left;
    padding-left: 40px;
    padding-top: 10px;
}

#processMessage span
{
    margin-left: 5px;
    vertical-align: middle;
}
