﻿* {
    box-sizing: border-box;
}

body {
    background-color: white;
}

.glyphicons:before {
    padding: 6px 4px 6px 0;
}

main.pro-blue-theme .pro-mid-background-color {
    background-color: #0E1D37;
}

main.pro-blue-theme a,
main.pro-blue-theme .pro-mid-color {
    color: #0E1D37;
}

main.pro-blue-theme button.pro-mid-background-color:focus,
main.pro-blue-theme button.pro-mid-background-color:hover {
    background-color: #E57710;
    outline: none;
}

main.pro-blue-theme .pro-login-link:focus,
main.pro-blue-theme .pro-login-link:hover,
main.pro-blue-theme .pro-login-link:hover span.glyphicons {
    color: #E57710;
}

.pro-login-extra-large {
    font-size: 3.0em;
}

.pro-login-large {
    font-size: 1.7em;
}

.pro-login-medium {
    font-size: 1.0em;
}

.pro-login-small {
    font-size: 1em;
}

.center-align {
    text-align: center;
}

.pro-log-in-centre-screen {
    left: 50%;
    max-width: 410px;
    min-width: 410px;
    position: absolute;
    top: 12%;
    transform: translate(-50%, -20%);
}


.pro-login-label {
    margin-bottom: 30px;
    vertical-align: central;
}

.pro-link-label {
    cursor: pointer;
    text-decoration: none;
    /*margin: 10px;*/
}

.pro-log-in-fieldset {
    background-color: white;
    border-color: #cdcdcd;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    position: relative;
}

.pro-log-in-subsection {
    margin-top: 24px;
    margin-bottom: 24px;
}

.pro-log-in-navigation {
    margin-top: 24px;
}

    .pro-log-in-navigation > div {
        float: right;
    }

    .pro-log-in-navigation button {
        min-height: 50px;
    }

.pro-log-in-options {
    margin: 0;
    padding: 0;
}

.pro-login-link span {
    vertical-align: middle;
}

.pro-login-link {
    float: left;
}

    .pro-login-link:focus,
    .pro-login-link:hover {
        text-decoration: none;
        outline: none;
    }

        .pro-login-link:focus span.pro-link-label,
        .pro-login-link:hover span.pro-link-label {
            text-decoration: underline;
        }

input[type=text].pro-login-textbox:focus, input[type=password].pro-login-textbox:focus {
    border-color: #0E1D37;
}

input[type=text].pro-login-textbox {
    color: #333333;
}

input[type=text].pro-login-textbox, input[type="password"].pro-login-textbox, select {
    background: transparent;
    border-color: #cdcdcd;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    padding: 10px;
    width: 100%;
}


.pro-login-float-clear {
    clear: both;
}

.pro-login-button {
    position: relative;
    text-align: center;
}

.pro-login-button-text {
    font-size: 1.4em;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#CompanyLogInButton:hover > div,
#LogInButton:hover > div {
    color: #E57710 !important;
}

button {
    background-size: cover;
    border: 0;
    border-radius: 9px;
    color: white;
    cursor: pointer;
    /*line-height: normal;*/
    width: 100%;
}

    button .pro-icon {
        font-size: 2.0em;
        margin-right: 9px;
    }

    button .pro-text {
        margin-right: 10px;
    }

.dark-grey-color {
    color: #444444;
}

.field {
    position: relative;
    width: 100%;
}

    .field label {
        background-color: transparent;
        color: #808080;
        cursor: text;
        display: inline-block;
        font-weight: normal;
        left: 10px;
        position: absolute;
        top: 8px;
        user-select: none;
        padding-left: 2px;
        padding-right: 2px;
    }

        .field label.pro-focused-pos {
            background-color: #fff;
            top: -10px;
            font-size: 0.9em;
        }

        .field label.pro-focused {
            color: #0E1D37;
        }

.pro-centre-inline {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pro-center-text {
    text-align: center;
}

.pro-flip-container {
    perspective: 600px;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: orange;
}


.pro-login-section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


.pro-login-working {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    display: none;
}

main.pro-in-process .pro-current-section .pro-login-working {
    display: inline-block;
}

main.pro-in-process a,
main.pro-in-process button {
    cursor: default !important;
    opacity: 0.5 !important;
}



@keyframes pro-flip-card {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.pro-flip-card {
    animation: pro-flip-card 0.5s linear;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    transform: rotateY(91deg);
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn linear 1;
    -moz-animation: fadeIn linear 1;
    animation: fadeIn linear 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}


#logoff {
    position: absolute;
    width: 600px;
    border-radius: 1.2em;
    left: 50%;
    top: 50%;
    line-height: 1.2em;
    margin: -8.3em 0 0 -15em;
    border-radius: .6em;
    border: .1em solid #d5d5d5;
    background-color: #f9f9f9;
    padding: 1em;
    padding-bottom: .4em;
}

.pro-logoutOptions li {
    margin: 14px;
}

.pro-logoutOptions a {
    font-size: 16px;
    color: #666;
}

    .pro-logoutOptions a:hover {
        color: #E57710;
    }

.pro-footer-links {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

    .pro-footer-links a {
        color: #444 !important;
        text-decoration: underline;
        font-size: 1em;
    }

        .pro-footer-links a:hover {
            color: #E57710 !important;
        }
