﻿body {
    }

.loginTopSpace{
    margin-top: 20px;
}

.loginHelpBlock {
    background-color: #f4f4f4;
    margin-top: 8px;
    border-radius: 1px;
    padding: 2px;
}

.helpInstructions{
    font-size: 12px;
    padding-bottom:0px;
}

.helpheader{
    margin-top:0px;
}

.loginimgspace{
    padding-bottom:0px;
}
.buttontopspace{
    padding-top:10px;
}

.loginlabelbringtight{
    margin-bottom: -7px;
    margin-top:6px;
}

.fa-caret-right{
    font-size: 1.5em!important;
    color: #ffffff!important;
}

.input-group-text{
    background-color: #00253B;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.open-sans-font {
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.horizontal-align-left {
    text-align: left;
}

.horizontal-align-Right {
    text-align: right;
}

.hortizontal-Align-Center {
    align-content: center;
    text-align: center;
}

.lbl_ErrorBold {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ab5757;
}


.padding120px {
    padding-left: 135px
}


.lbl_PageTitle {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #3f3f3f;
}
.publicPageBorderThick {
    border-bottom: solid thick;
    border-bottom-width: 2px;
    border-bottom-color: #afafaf;
}

.publicPageBorderThin {
    border-bottom: solid thin;
    border-bottom-width: 1px;    
    border-bottom-color: #afafaf;
}
.horizontal-align-left {
    text-align: left;
}

.horizontal-align-Right {
    text-align: right;
}

.hortizontal-Align-Center {
    align-content: center;
    text-align: center;
}

#nav-spinner {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 57%;
    top: 32%;
    display: none;
    z-index: 10;
}
.loading-overlay {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 64px;
    height: 64px;
    color: #49a640;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    z-index: 9999;
}
    #nav-spinner.load-true {
        display: inline-block;
    }

    .ndnqi-spinner {
        color: #49a640;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
}

    .ndnqi-spinner div {
        transform-origin: 32px 32px;
        animation: ndnqi-spinner 1.2s linear infinite;
    }

        .ndnqi-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #49a640;
        }

        .ndnqi-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .ndnqi-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .ndnqi-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .ndnqi-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .ndnqi-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .ndnqi-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .ndnqi-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .ndnqi-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .ndnqi-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .ndnqi-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .ndnqi-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .ndnqi-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

        @keyframes ndnqi-spinner {
            0% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }