﻿.welcome {
    background-image: url('../../images/home.jpg') !important;
    background: no-repeat center center fixed;
    background-size: cover;
}

.topnav {
    height: 65px;
    position: relative;
    z-index: 5;
    font-size: 13px;
    background-color: #82a9cf;
    color: #fff;
}

.loginlink {
    float: right;
    font-size: 1.3em;
    padding-right: 10px;
    padding-top: 20px;
}

    .loginlink a {
        text-decoration: none !important;
    }

        .loginlink a:hover {
            color: #138496 !important
        }

.right {
    right: -15px;
    background-color: rgba(249, 249, 249, 0.725);
    color: #fff;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 55px;
    overflow: hidden;
    padding-top: 20px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.welcometext {
    width: 960px;
    margin-bottom: 79.5px;
    font-size: 3.5em;
    color: #82A9CF;
    font-family: Montserrat;
}

.startbtn {
    background-color: #DCC092;
    color: white;
    font-size: 1em !important;
    border: 1px solid #fff !important;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-family: Montserrat;
}

.logobox {
    padding: 0px;
    height: 100%;
    margin: 0;
    flex: 0 0 auto;
}

.logo {
    height: 50px;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
}

.document-viewer-spinner {
    /*padding-top: 10px;
    padding-left: 15px;*/
    position: fixed;
    left: calc(50% - 45px);
    top: calc(50% - 30px);
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}


.blockUI.blockMsg {
    border: none !important;
    background-color: unset !important;
}

.blockui-spinner-html {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #0D6CA4;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.d-none {
    display: none !important;
}


@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.blockUI.blockMsg.blockPage {
    top: calc(50% - 50px) !important;
    left: calc(50% - 20px) !important;
    width: 40px !important;
}

    .blockUI.blockMsg.blockPage .spin {
        margin-top: 250px !important;
    }

        .blockUI.blockMsg.blockPage .spin::before {
            top: 20% !important;
            left: 85% !important;
        }


.ms-Link {
    font-size: 18px !important;
    font-weight: 450 !important;
}