/*
    ParkXS V3.X - Login Stylesheet

    Created on : 30-apr-2018, 17:58:23
    Author     : Remco Bakker
    Copyright  : Schmit Parking Solutions B.V.
    Version    : 1.5
*/

*, :before, :after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

input.error:focus {
    outline: none;
}

input.error {
    border-color: #FE3D3E !important;
}

html {
    -webkit-text-size-adjust: 100%;
    background-color: #F3F6F9;
}

html body {
    min-height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    color: rgba(70, 90, 110, .85);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

html body header {
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    align-self: stretch;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}

html body header + section {
    margin-top: 53px;
}

html body header div.topbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05), 0 -1px 0 rgba(0, 0, 0, .01);
    height: 56px;
    padding: 0 16px;
}

html body header div.topbar .logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

html body header div.topbar div.topmenu {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

html body header div.topbar .logo img {
    height: 30px;
}

html body header div.topbar div.buttons {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

html body header div.topbar div.buttons span {
    font-size: 20px;
    cursor: pointer;
    opacity: 0.75;
    text-decoration: none;
    color: inherit;
}

html body header div.topbar div.buttons span:hover {
    opacity: 1;
}

html body header div.rightMenu {
    background: #fff;
    min-width: 208px;
    box-shadow: 1px 0 1px rgba(0, 0, 0, .05), -1px 0 1px rgba(0, 0, 0, .05);
    display: none;
    z-index: 1;
}

html body header div.rightMenu ul {
    list-style: none;
    display: block;
    text-transform: capitalize;
}

html body header div.rightMenu ul li {
    border-left: 3px solid transparent;
}

html body header div.rightMenu ul li a {
    display: block;
    line-height: 36px;
    padding: 0 20px;
    text-decoration: none;
    color: rgba(70, 90, 110, .85);
    opacity: .75;
    cursor: pointer;
}

html body header div.rightMenu ul li a i {
    opacity: 1 !important;
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-left: -4px;
    margin-right: 8px;
    text-align: center;
}

html body header div.rightMenu ul li a span {
    font-weight: 500;
    font-size: 13px;
}

html body header div.rightMenu ul li.flags {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 4px;
    box-shadow: 1px 0 1px rgba(0, 0, 0, .05), -1px 0 1px rgba(0, 0, 0, .05);
}

html body header div.rightMenu ul li.flags span {
    cursor: pointer;
    margin: 5px;
}

html body header div.rightMenu ul li.flags span img {
    height: 35px;
}

html body section {
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-grow: 1;
}

html body section main {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    padding-top: 5px;
    width: 100%;
    max-width: 100%;
}

html body section main .row {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

html body section main .row div.cardBox {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                             supported by Chrome and Opera */


    box-shadow: 0 2px 15px rgba(0, 0, 0, .05), 0 -1px 0 rgba(0, 0, 0, .01);
    background-color: #fff;
    border-radius: .25rem;
    width: 100%;
}

html body section main .row div.cardBox div.column {
    width: 100%;
    padding: 48px;
    margin: 0 auto;
    display: none;
}

html body section main .row div.cardBox[data-visiblerole="login"] div.column[data-role="login"] {
    display: block;
}

html body section main .row div.cardBox[data-visiblerole="password"] div.column[data-role="password"] {
    display: block;
}

html body section main .row div.cardBox div.column div.top {
    text-align: center;
    padding-bottom: 24px;
}

html body section main .row div.cardBox div.column div.top h2 {
    font-size: 22px;
    font-weight: inherit;
    font-style: italic;
}

html body section main .row div.cardBox div.column div.top p.main {
    margin-bottom: 20px;
    opacity: 0.6;
    font-size: 14px;
}

html body section main .row div.cardBox div.column div.form-group input {
    height: 40px;
    width: 100%;
    margin-bottom: 16px;
    outline: none;
    padding: 0 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(120, 130, 140, .2);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #3C4858;
}

input[name='parkxs_authentication_id'],
input[name='parkxs_2fa_code'] {
    display: none;
}

html body section main .row div.cardBox div.column div.form-group input:focus {
    border: 1px solid #ebebeb;
}

html body section main .row div.cardBox div.column div.form-group button {
    height: 40px;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    border-radius: .25rem;
    outline: none;
    border: none;
    color: #FFF;
    background: #4285f4;
    font-weight: bold;
    cursor: pointer;
}

html body section main .row div.cardBox div.column div.form-group div.button {
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    margin-top: 14px;
}

html body section main .row div.cardBox div.column div.form-group div.button button {
    border-radius: .25rem;
    background: #4285f4;
    cursor: pointer;
}

html body section main .row div.cardBox div.column div.form-group div.button button.loader {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 4px solid #E0E6ED;
    border-radius: 40px;
    cursor: auto;
}

html body section main .row div.cardBox div.column div.form-group div.button div.loaderFill {
    width: 40px;
    height: 40px;
    background: green;
    margin: 0 auto;
}


html body section main .row div.cardBox div.column div.form-group div.button button::before,
html body section main .row div.cardBox div.column div.form-group div.button button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
}

html body section main .row div.cardBox div.column div.form-group div.button .spin {
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
}

html body section main .row div.cardBox div.column div.form-group div.button .spin::before,
html body section main .row div.cardBox div.column div.form-group div.button .spin::after {
    top: 0;
    left: 0;
    opacity: 0.6;
}

html body section main .row div.cardBox div.column div.form-group div.button .spin::before {
    border: 4px solid #0eb7da;
    border-left-color: #E0E6ED;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
}

html body section main .row div.cardBox div.column div.form-group div.button .spin::after {
    border: 4px solid transparent;
    border-top-color: #0eb7da;
    border-bottom-width: 0;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
}

html body section main .row div.cardBox div.column div.form-group div.button .circle {
    border-radius: 100%;
    box-shadow: none;
}

html body section main .row div.cardBox div.column div.form-group div.button .circle::before,
html body section main .row div.cardBox div.column div.form-group div.button .circle::after {
    border-radius: 100%;
}

html body section main .row div.cardBox div.bottom {
    width: 100%;
    border-top: #EFF2F7;
    background: #F9FAFC;
    text-align: center;
    padding: 16px 0;
    font-weight: 300;
    font-size: 13px;
}

html body section main .row div.cardBox div.bottom span {
    display: none;
}

html body section main .row div.cardBox[data-visiblerole="login"] span[data-role="login"] {
    display: inline-block;
}

html body section main .row div.cardBox[data-visiblerole="password"] span[data-role="password"] {
    display: inline-block;
}

html body section main .row div.cardBox div.bottom span:hover {
    border-bottom: 1px dashed #999;
    cursor: pointer;
}

html body section main .row .contentBox .column div.form-row div.on-input {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

html body section main .row .contentBox .column div.form-row div.on-input.active span#password-visible {
    display: none;
}

html body section main .row .contentBox .column div.form-row div.on-input span#password-hidden {
    display: none;
}

html body section main .row .contentBox .column div.form-row div.on-input.active span#password-hidden {
    display: block;
}

html body section main .row .contentBox .column button {
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: #53A6FA;
    font-weight: 500;
    outline: 0 !important;
    line-height: 1.5;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: .55rem .6rem;
    border-radius: 4px;
    margin-top: 7px;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html body section main .row div.cardBox div.column div.message {
    background: #e84c3d;
    padding: 12px 11px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 14px;
    display: none;
}

html body section main .row div.cardBox div.column div.message.success {
    background: #24cc73;
}

/* Overlay */
html body .loadOverlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 99;
    padding-top: 20%;
    text-align: center;
    cursor: pointer;
}

html body .loadOverlay .icon {
    margin-bottom: 30px;

}

html body .loadOverlay .icon img {
    width: 5%;
    min-width: 50px;
    color: #333;
}

html body .loadOverlay p {
    color: rgba(70, 90, 110, .95);
}

html body .loadOverlay p#sub {
    font-size: 12px;
    color: rgba(70, 90, 110, .55);
}

/* Circle Loader */
.circle-loader {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.circle-loader,
.circle-loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.circle-loader div.icon {
    display: none;
}

.circle-loader#success div.icon.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.circle-loader#success div.icon:after {
    opacity: 1;
    height: 4em;
    width: 2em;
    transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 2em;
    top: 4em;
    position: absolute;
}


/* Error */
.circle-loader#error {
    border-color: #EF5351;
}

.circle-loader#error div.icon {
    position: relative;
    width: 60%;
    height: 60%;
    overflow: hidden;
    margin: 20%;
    display: none;
}

.circle-loader#error .icon:before, .circle-loader#error .icon:after {
    opacity: 1;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #EF5351;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-name: error;
}

.circle-loader#error .icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle-loader#error .icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 2em;
        opacity: 1;
    }
    40% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }
    100% {
        height: 4em;
        width: 2em;
        opacity: 1;
    }
}

@keyframes error {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@media only screen and (min-width: 1025px) {
    html body section main .row {
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    html body header div.rightMenu {
        position: absolute;
        width: 200px;
        right: 0;
    }

    html body header div.rightMenu ul li.flags span img {
        height: 25px;
    }

    html body section main .row div.cardBox {
        width: 360px;
        margin-top: 5%;
    }
}