﻿html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.min-h-160 {
    min-height: 160px;
}

.font-lg {
    font-size: 1.2em;
}

.account-selector {
    background-color: #eee;
}

.content-center {
    align-content: center;
}

.opacity-0-5 {
    opacity: 0.5;
}

.header {
    height: 100px;
}

.logo-container {
    margin: 0 auto;
}

.header .logo {
    margin: 12px 0 0 1em;
}

.content-inner {
    padding-bottom: 20px;
    width: 100%;
    max-width: 1280px;
    text-align: center;
}

.headunderline {}

.signinform {
    /* display: none; */

    background-color: #ffffff;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 0px rgba(110, 130, 208, 0.32);
    margin: auto;
}

.signinform:not(:first-of-type) {
    margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    .signinform {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media only screen and (max-width: 800px) {
    .img-logo {
        margin: auto;
        max-width: 50%;
    }
}

.buttons {
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 800px) {
    .buttons {
        display: block;
    }
}

.button {
    padding: 1em;
    border-radius: 10px;
    min-width: 200px;
    max-width: 300px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 2px 18px 0px rgba(110, 130, 208, 0.32);
    margin: 1em;
}

@media only screen and (max-width: 800px) {
    .button {
        margin: auto;
        width: 80%;
        max-width: 80%;
    }
}

.btn.btn-success {
    background-color: #7cda24 !important;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
}

.signin {
    background-color: #7cda24;
}

.signin:hover {
    background-color: #339900;
}

.register {
    background-color: #e09900;
}

.register:hover {
    background-color: #996600;
}

.container.body-content {
    min-height: calc(100vh - 197px);
}

.product-icon {
    max-height: 44px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.headline {
    line-height: 2rem;
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    letter-spacing: normal !important;
    margin-bottom: 20px;
}

.white--text {
    color: #fff !important;
}

.page-header-padding {
    margin-top: 1rem;
}

.custom-alert-danger {
    color: #721c24;
    border-color: #f5c6cb;
}

.external-identity-provider-icon {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}

.list-group-item {
    border: none;
    background-color: transparent;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

.fa,
.fas {
    font-weight: 900;
}

.btn {
    text-transform: unset !important;

}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Form Spinner                                                                     */
/*//////////////////////////////////////////////////////////////////////////////////*/
#form-spinner-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
}

#form-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 58px;
    margin: auto;
}

.form-spinner-dot {
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 14px;
    height: 14px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    animation-name: spin-animation;
    -o-animation-name: spin-animation;
    -webkit-animation-name: spin-animation;
    -moz-animation-name: spin-animation;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#form-spinner-dot1 {
    left: 0;
    top: 23px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
}

#form-spinner-dot2 {
    left: 6px;
    top: 6px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
}

#form-spinner-dot3 {
    top: 0;
    left: 23px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

#form-spinner-dot4 {
    right: 6px;
    top: 6px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}

#form-spinner-dot5 {
    right: 0;
    top: 23px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
}

#form-spinner-dot6 {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

#form-spinner-dot7 {
    left: 23px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
}

#form-spinner-dot8 {
    left: 6px;
    bottom: 6px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
}

hr.solid {
    border-top: 1px solid #999;
}

footer {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #f5f5f5;
}

footer ul {
    list-style: none;
}

footer li {
    padding-right: 20px;
}

.z-index-100 {
    z-index: 100;
}

@keyframes spin-animation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.3);
    }
}

@-o-keyframes spin-animation {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(0.3);
    }
}

@-webkit-keyframes spin-animation {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.3);
    }
}

@-moz-keyframes spin-animation {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.3);
    }
}

/* Remove MS Edge password button */
::-ms-reveal {
    display: none;
}

/*Fixes for styling issues*/

.md-form label.active {
    transform: translateY(-21px) scale(0.8);
}