﻿body {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(180deg, white, #C7E2FF);
    background-attachment: fixed;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }






.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    bottom: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    animation: rightToLeft 0.4s linear forwards;
}

@keyframes rightToLeft {
    from {
        right: -1140px;
    }

    to {
        right: 0;
    }
}




.for-forgot-page-confirmation {
    font-size: 12px;
}

.locked-text {
    font-size: 18px;
    font-weight: bold;
    color: #DC3535;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

/*.for-forgot-page, .for-forgot-page-confirmation, .for-reset-password, .for-locked-section {
    display: none;
}
*/
.t-heading {
    pointer-events: none;
}

/*-----New UI----*/
#reqModal .modal-header {
    padding: 0.5rem;
    box-shadow: none;
    border-bottom: solid 1px #eee;
    display: flex;
    align-items: center;
}

    #reqModal .modal-header .modal-title {
        font-weight: 700;
        font-size: 0.875rem;
        color: #5A5F72;
        padding-left: 20px;
    }

    #reqModal .modal-header .close {
        opacity: 1;
    }

#reqModal .modal-body {
    background: #F3F9FD;
    font-size: 12px;
}

.red-top-text {
    color: #db1841;
    margin-bottom: 5px;
    display: inline-block;
}

#reqModal .modal-footer {
    background: #F3F9FD;
    padding: 10px;
    border-top: none;
}

.download-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

    .download-link:hover {
        color: #fff;
    }

.main-headings {
    font-size: 16px;
    font-weight: bold;
    color: #5A5F72;
    margin-bottom: 0px;
}

.card-view {
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

#reqModal .table {
    margin-top: 15px;
}

    #reqModal .table th {
        background: linear-gradient(-180deg, white 0%, #ebf5ff 100%);
        border-top: solid 1px #e7f3ff;
        /* padding: 0.75rem; */
        padding: 8px 10px 8px 10px;
        color: #5A5F72;
    }

    #reqModal .table td {
        padding: 8px 10px 8px 10px;
        color: #5A5F72;
        font-size: 12px;
    }

        #reqModal .table td a {
            font-size: 12px;
        }

.animation-container {
    display: flex;
    height: 100vh;
    justify-content: center;
    background-image: url("../login-wait-bg-tr.png");
    background-size: contain;
    border-top: solid 5px #D83E3E;
}
/*    .animation-container.login-page {
        background-image: url("../login-wait-bg.png");
    }*/
.left-details {
    flex: 1.2;
    background: #162364 url("../left-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.left-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .left-text {
        font-size: 20px;
    }
}

.text-01 {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
}

.text-02 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1;
}

.text-03 {
    color: #fff;
    font-size: 0.85em;
    font-weight: 400;
}

.text-01, .text-02, .text-03 {
    max-width: 81%;
    width: 100%;
}

.text-03 {
    margin-top: 10px;
}

.sys-req-list {
    color: #fff;
    font-size: 0.85em;
    max-width: 81%;
    margin-top: 12px;
    padding-left: 0px
}

    .sys-req-list li {
        margin-bottom: 5px;
        list-style: none;
        display: flex;
    }

        .sys-req-list li span {
            margin-right: 10px;
        }

.left-side {
    flex: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
}

.logo {
    display: flex;
    margin: 5px
}

    .logo.mobile-logo {
        justify-content: center;
    }

.login-form {
    border-radius: 15px;
    /*  overflow: hidden;*/
    /*  margin-top: 30px;*/
    flex: 3;
    margin-top: 2%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* width: 378px;*/
}

    .login-form .nav-tabs {
        display: flex;
        /* // background:#fff;*/
        border-bottom: solid 1px #C2C2C2;
    }

        .login-form .nav-tabs .nav-item {
            flex: 1;
        }

            .login-form .nav-tabs .nav-item .nav-link {
                display: flex;
                justify-content: center;
                padding-top: 20px;
                padding-bottom: 20px;
                font-weight: bold;
                color: #fff;
                background-color: #D83E3E !important;
                border-radius: 0;
                border: none;
                position: relative;
            }

                .login-form .nav-tabs .nav-item .nav-link.login-page {
                    color: #5A5F72;
                    background-color: transparent !important;
                }

                .login-form .nav-tabs .nav-item .nav-link:hover {
                    border: none;
                }

                .login-form .nav-tabs .nav-item .nav-link.active {
                    border: none !important;
                    background-color: transparent !important;
                    color: #D83E3E;
                }

                    .login-form .nav-tabs .nav-item .nav-link.active::before {
                        content: '';
                        position: absolute;
                        width: 60%;
                        height: 4px;
                        background: #D83E3E;
                        bottom: 0;
                    }

                .login-form .nav-tabs .nav-item .nav-link svg {
                    margin-right: 7px;
                    fill: #5A5F72;
                }

                .login-form .nav-tabs .nav-item .nav-link.active svg {
                    fill: #D83E3E;
                }

                .login-form .nav-tabs .nav-item .nav-link svg {
                    height: 19px;
                }




.login-checkbox-label, .login-checkbox-label a {
    color: #5A5F72;
    text-decoration: none;
}

    .login-checkbox-label a:hover {
        color: #4800ff;
    }

.login-form .tab-content {
    padding: 15px 0px;
}

.login-fields {
    border: none;
    /*  border-bottom: solid 1px #C2C2C2;*/
    border-radius: 5px;
    height: 45px;
    font-size: 12px !important;
    padding-left: 35px;
}

.field-icon {
    position: absolute;
    top: 22%;
    left: 3%;
}

.login-button {
    font-weight: 300;
    text-transform: uppercase;
}

.login-fields::placeholder {
    color: #ccc;
}

.login-fields:focus {
    /* border-bottom: solid 1px #666 !important;*/
    box-shadow: none;
}

.login-field-label {
    margin: 0;
    font-size: 12px;
    color: #717171;
    font-weight: 600;
}

.btn-login {
    background-color: #1C286A;
    color: #fff;
    font-weight: 300;
}

    .btn-login:hover, .btn-login:focus {
        background-color: #29367e;
        color: #fff;
    }

.red-bold-text {
    color: #DC3535;
    font-size: 15px;
    cursor: pointer;
}

    .red-bold-text:hover {
        color: #D83E3E;
        text-decoration: none;
    }

.footer-text {
    /* padding: 15px;*/
    color: #5A5F72;
    font-size: 12px;
    font-weight: 600;
    /* background: #FFDFE2;*/
}

.pr-page {
    display: flex;
    flex-direction: column;
}

.practice-lists {
    display: flex;
    max-width: 80vw;
    flex-wrap: wrap;
}

.pr-page .card-view {
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 15.2vw;
    height: 155px;
}

    .pr-page .card-view a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .pr-page .card-view .pr-name {
        font-weight: bold;
        font-size: 16px;
        color: #5A5F72;
    }

@media screen and (min-width: 1200px) {
    .mobile-logo {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .animation-container {
        align-items: center;
    }

    .modal-dialog {
        max-width: 790px;
    }

    .login-form {
        /* width: 338px;*/
    }

    .left-details {
        display: none;
    }
}
