﻿

.login {
    position: relative;
    margin: 30px auto;
    padding: 20px 20px 20px;
    height:auto;
    min-height:330px;
    margin-top: 200px;
    width: 370px;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}


.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

    .login h1 {
        margin: -20px -20px 21px;
        line-height: 60px;
        font-size: 18px;
        font-weight: bold;
        color: #5ec7da;
        text-align: center;
        text-shadow: 0 1px white;
        background: #f3f3f3;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 3px 3px 0 0;
        background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
        background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
        -webkit-box-shadow: 0 1px whitesmoke;
        box-shadow: 0 1px whitesmoke;
    }

    .login input[type=text], .login input[type=password] {
        width: 100%;
        height: 40px;
    }

    .login button, .login button:hover {
        width: 100%;
        height: 40px;
        margin: 30px 0px;
        background-color: #5ec7da !important;
        border-color: #5ec7da;
        font-weight: bold;
    }

        .login button:hover {
            background-color: #fff !important;
            border-width: 2px !important;
            border-color: #5ec7da;
            color: #5ec7da !important
        }

.navbar {
    background-color: #fff !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    z-index: 999 !important;
    height: 90px;
    width: 100%;
    top: 0px;
    position: fixed !important;
}


a#logoutLink:hover {
    color: #5ec7da !important;
    text-decoration: underline #5ec7da 2px !important;
}

.logout, .username{
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
}

button.btn-default, button.btn-default:hover {
    width: auto;
    height: 32px;
    border: 2px solid #5ec7da;
    border-radius: 4px;
    color: #5ec7da;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-header {
    margin: 15px 30px;
    color: #5ec7da;
}

.document-icon {
    width: 64px;
    height: 64px;
    cursor: pointer;
    padding: 5px
}

.selected {
    border: 2px solid #5ec7da;
}

.progress-bar {
    background-color: #5ec7da !important;
}

#toast-container {
    position: fixed !important;
    z-index: 0 !important;
    pointer-events: none !important;
    max-height: calc( 100vh - 140px) !important;
    overflow: auto !important;
    bottom: 42px;
}
p#error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #5ec7da;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0px 20px;
}

.fixed-footer div{
    font-size: 14px;
    font-weight: bold;
}

.helpbtn {
    display: 'flex';
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}
.divider {
    width: 441px;
    position: relative;
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
}
.hrClass {
    border: 2px solid #ced4da;
}
.amend-label {
    position: absolute;
    background-color: #fff;
    padding: 8px 12px;
    top: -20px;
    left: 122px;
    font-weight: bold;
}

.t2202-btn-disabled {
    cursor: not-allowed !important;
    pointer-events: initial !important
}