﻿/* VARIABLES */
.text-green {
    color: #23b02a;
}

.color-primary {
    color: #153b68;
}

    .color-primary::before {
        color: #153b68;
    }

.color-secondary {
    color: #23b02a;
}

    .color-secondary::before {
        color: #23b02a;
    }

/* VARIABLES */
body {
    font-family: 'Lato', sans-serif;
    /*background: url(../images/pace-cms-pagebg.png) center center no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 70px;
}

.container-fluid-white {
    background-color: white;
    /*height: 100vh;*/
}

wa
body.result-body {
    background: #ffffff;
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 50px;
    }
}

.container {
    width: auto;
    max-width: 1200px;
}

.small-divider {
    display: block;
    max-width: 100px;
    height: 1px;
    margin: 2rem auto;
}

@media screen and (max-width: 768.99px) {
    .small-divider {
        margin: 1rem auto;
    }
}

.small-divider.white {
    background: #ffffff;
}

.logo-divider {
    margin: 2rem auto;
    opacity: .5;
}

    .logo-divider.white {
        width: 75%;
    }

.overlay {
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: fixed;
    z-index: 1020;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

    .overlay.show {
        display: block;
    }

    .overlay.blue {
        background: rgba(74, 102, 137, 0.75);
    }

    .overlay.grey {
        background: rgba(0, 0, 0, 0.5);
    }

.datepicker-dropdown {
    z-index: 10000 !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1025;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

    header .navbar .navbar-toggler {
        background: #eeefef;
        border-radius: 0;
        width: 72px;
        height: 72px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        header .navbar .navbar-toggler img {
            width: 20px;
        }

        header .navbar .navbar-toggler:hover {
            background: #153b68;
        }

    header .navbar .navbar-brand {
        position: absolute;
        left: 5rem;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    header .navbar .navbar-menu {
        position: absolute;
        left: 15rem;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }



    header .navbar .navbar-collapse {
        -webkit-transition: all .25s;
        transition: all .25s;
        background: #ffffff;
        position: fixed;
        left: -300px;
        top: 0;
        z-index: 1021;
        width: 300px;
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem;
        overflow-y: auto;
    }

        header .navbar .navbar-collapse.show {
            left: 0;
        }

            header .navbar .navbar-collapse.show .close-sidebar-btn {
                display: block;
            }

        header .navbar .navbar-collapse .navbar-nav {
            display: inline-block;
            width: 100%;
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                font-size: 1.4375rem;
                color: #000000;
                padding: .5rem 0 !important;
                font-weight: 800 !important;
            }

            header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
                color: #153b68;
            }

            header .navbar .navbar-collapse .navbar-nav .nav-item.active:before, header .navbar .navbar-collapse .navbar-nav .nav-item:hover:before {
                display: none;
            }

    header .apps-dropdown .apps-link {
        background: none;
        color: #153b68;
        padding: 0 1rem;
        font-weight: bold;
        font-size: 1rem;
        letter-spacing: 2px;
    }

        header .apps-dropdown .apps-link:hover {
            color: #23b02a;
        }

    header .apps-dropdown .apps-dropdown-toggle:hover {
        color: #23b02a;
    }

    header .apps-dropdown .dropdown-menu {
        background: #cbcccb;
        width: 80%;
        position: fixed;
        top: 70px !important;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-top: 0 !important;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        padding: 2rem 4rem;
    }

@media screen and (max-width: 1000.99px) {
    header .apps-dropdown .dropdown-menu {
        top: 47px !important;
    }
}

header .apps-dropdown .dropdown-menu:after {
    display: none !important;
}

header .apps-dropdown .dropdown-menu .apps-wrapper {
    margin-bottom: 2rem;
}

    header .apps-dropdown .dropdown-menu .apps-wrapper h6 {
        color: #153b68;
        text-transform: uppercase;
    }

    header .apps-dropdown .dropdown-menu .apps-wrapper ul li {
        list-style: none;
    }

        header .apps-dropdown .dropdown-menu .apps-wrapper ul li a {
            font-weight: normal !important;
            background: none;
            color: #153b68;
            width: auto;
            padding: 0rem 1rem;
            font-weight: bold;
            font-size: 1rem;
        }

            header .apps-dropdown .dropdown-menu .apps-wrapper ul li a:hover {
                color: #23b02a;
            }

            header .apps-dropdown .dropdown-menu .apps-wrapper ul li a.disabled {
                color: #6c757d !important;
                cursor: not-allowed !important;
            }

    header .apps-dropdown .dropdown-menu .apps-wrapper.disabled {
        cursor: not-allowed;
    }

        header .apps-dropdown .dropdown-menu .apps-wrapper.disabled h6 {
            color: #6c757d !important;
        }

        header .apps-dropdown .dropdown-menu .apps-wrapper.disabled a {
            color: #6c757d !important;
            pointer-events: none;
        }

header .user-controls {
    position: absolute;
    right: 1rem;
}

    header .user-controls ul li {
        float: left;
        list-style: none;
    }

    header .user-controls ul .dropdown .dropdown-btn {
        /*width: 40px;
        height: 40px;*/
        border-radius: 5%;
        background: #153b68;
        color: white;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        padding:10px;
        margin-right: .5rem;
    }

        header .user-controls ul .dropdown .dropdown-btn:hover {
            background: #23b02a;
            color: #ffffff;
        }

            header .user-controls ul .dropdown .dropdown-btn:hover i {
                color: #ffffff;
            }

        header .user-controls ul .dropdown .dropdown-btn:focus {
            outline: none;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

@media screen and (max-width: 1000px) {
    header .user-controls ul .dropdown .dropdown-btn {
        width: 30px;
        height: 30px;
    }

        header .user-controls ul .dropdown .dropdown-btn .user-name {
            font-size: .8rem;
        }
}

header .user-controls ul .dropdown.show .dropdown-btn:before {
    top: 100%;
    right: 22%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 32, 32, 0);
    border-bottom-color: #153b68;
    border-width: 8px;
}

@media screen and (max-width: 1000px) {
    header .user-controls ul .dropdown.show .dropdown-btn:before {
        top: 80%;
    }
}

header .user-controls ul .dropdown .dropdown-menu {
    border-top: 3px solid #153b68;
    border-radius: 0;
    position: fixed;
    right: 0;
    top: 70px;
    max-width: 540px;
    width: 100%;
    height: 100vh;
    -webkit-box-shadow: -5px 2px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 2px 0px 0px rgba(0, 0, 0, 0.1);
    background: #EDEEF2;
    padding: 1rem;
    overflow-y: auto;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-bottom: 5rem;
}

    header .user-controls ul .dropdown .dropdown-menu .dropdown-item {
        padding: .5rem 0;
    }

    header .user-controls ul .dropdown .dropdown-menu label:first-child {
        width: 100%;
        float: left;
    }

    header .user-controls ul .dropdown .dropdown-menu .btn-dismiss-all {
        float: right;
        cursor: pointer;
    }

        header .user-controls ul .dropdown .dropdown-menu .btn-dismiss-all:hover {
            cursor: pointer;
        }

@media screen and (max-width: 1000px) {
    header .user-controls ul .dropdown .dropdown-menu {
        top: 48px;
    }
}

header .user-controls ul .dropdown .dropdown-menu .toggle-view-dismissed {
    display: block;
    float: right;
    margin-top: 50px;
}

    header .user-controls ul .dropdown .dropdown-menu .toggle-view-dismissed .switch.switch-sm input + label {
        color: #153b68;
        font-weight: 600;
    }

    header .user-controls ul .dropdown .dropdown-menu .toggle-view-dismissed .switch input + label::before {
        background-color: #757675;
    }

    header .user-controls ul .dropdown .dropdown-menu .toggle-view-dismissed .switch input:checked + label::before {
        background-color: #153b68;
    }

header .user-controls ul .dropdown.notification-dropdown i {
    font-size: 1.5rem;
}

header .user-controls ul .dropdown.notification-dropdown .notification-counter {
    position: absolute;
    top: 0rem;
    right: -.25rem;
    width: 20px;
    height: 20px;
    background: #23b02a;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    color: white;
}

header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification {
    position: relative;
    padding: .5rem;
    border-width: 1px 0;
    border-style: solid;
    border-color: #6893C6;
    display: inline-block;
    width: 100%;
}

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification:nth-child(odd) {
        border: 0;
    }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification:last-child {
        border-bottom: 1px solid #6893C6 !important;
    }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification:before {
        font-family: "FontAwesome";
        font-size: 1.25rem;
        width: 30px;
        height: 30px;
        float: left;
        margin-right: .5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white;
        border-radius: 100%;
    }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .btn-close {
        width: 1rem;
        height: 1rem;
    }

        header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .btn-close::before, header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .btn-close:after {
            height: 1rem;
            top: .5rem;
        }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .notification-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .notification-text .notification-title {
            font-size: .9rem;
            color: #153b68;
            font-weight: bold;
            margin: .45rem 0 .25rem;
            display: block;
            width: 100%;
        }

        header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .notification-text .notification-desc {
            font-size: .8rem;
            color: #153b68;
            margin-bottom: 0;
            width: 75%;
            display: block;
        }

        header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification .notification-text .timestamp {
            color: #153b68;
            font-size: .8rem;
            text-align: right;
            display: block;
            width: 100%;
        }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification.danger {
        background: #E9CACD;
    }

        header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification.danger:before {
            content: '';
            background: url(../images/icon-emergency.png) center center no-repeat;
            background-size: 30px;
        }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification.info:before {
        content: '';
        background: url(../images/icon-informational.png) center center no-repeat;
        background-size: 30px;
    }

    header .user-controls ul .dropdown.notification-dropdown .dropdown-menu .notification.warning:before {
        content: '';
        background: url(../images/icon-warning.png) center center no-repeat;
        background-size: 30px;
    }

header .user-controls ul .dropdown.help-dropdown i {
    font-size: 1.75rem;
}

header .user-controls ul .dropdown.help-dropdown .cs-details ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size:small;
    /*margin: .5rem 0 0;*/
    color: #153b68;
    text-decoration:none;
    /*font-weight: 600;*/
}

header .user-controls ul .dropdown.help-dropdown .cs-details ul li a:link {
    text-decoration:none;
}

@media screen and (max-width: 554px) {
    header .user-controls ul .dropdown.help-dropdown .cs-details ul {
        padding-left: 0;

    }
}

header .user-controls ul .dropdown.help-dropdown .cs-details .cs-icon {
    float: left;
    margin-right: 1rem;
}

    header .user-controls ul .dropdown.help-dropdown .cs-details .cs-icon img {
        width: 30px;
    }

header .user-controls ul .dropdown.help-dropdown .cs-details .cs-text {
    float: left;
    width: 100%;
    padding: .15rem 0;
    color: #153b68;
    font-weight: 600;
    font-size: .9rem;
}

    header .user-controls ul .dropdown.help-dropdown .cs-details .cs-text .working-hours ul li {
        margin: 0;
        font-size: 14px;
    }

@media screen and (max-width: 320px) {
    header .user-controls ul .dropdown.help-dropdown .cs-details .cs-text .working-hours ul li {
        font-size: 12px;
    }
}

header .user-controls ul .dropdown.help-dropdown .cs-details .cs-text .working-hours ul li .day {
    width: 120px;
}

header .user-controls ul .dropdown.help-dropdown .cs-details a {
    color: #153b68;
    text-decoration: underline;
}

header .user-controls ul .dropdown.help-dropdown .cs-details form {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
}

    header .user-controls ul .dropdown.help-dropdown .cs-details form .form-control {
        height: 40px;
        margin-bottom: .5rem !important;
    }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-control::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-control:-ms-input-placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-control::-ms-input-placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-control::placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-control:focus {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border-color: #153b68;
        }

    header .user-controls ul .dropdown.help-dropdown .cs-details form label.error {
        color: #d8111d;
        font-size: .7rem;
        font-weight: bold;
        margin-top: -5px;
        display: block;
        margin-bottom: 0.8rem;
    }

    header .user-controls ul .dropdown.help-dropdown .cs-details form textarea {
        margin-bottom: .5rem !important;
        min-height: 100px;
    }

        header .user-controls ul .dropdown.help-dropdown .cs-details form textarea::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form textarea:-ms-input-placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form textarea::-ms-input-placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form textarea::placeholder {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

    header .user-controls ul .dropdown.help-dropdown .cs-details form select {
        text-transform: uppercase;
        color: #153b68;
        font-weight: bold;
        font-size: .9rem;
    }

        header .user-controls ul .dropdown.help-dropdown .cs-details form select option {
            text-transform: uppercase;
            color: #153b68;
            font-weight: bold;
            font-size: .9rem;
        }

    header .user-controls ul .dropdown.help-dropdown .cs-details form .file {
        position: relative;
        display: inline-block;
        cursor: pointer;
        height: 50px;
    }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .file input {
            filter: alpha(opacity=0);
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            width: 100%;
        }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .file .file-custom {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 5;
            height: 40px;
            line-height: 2.5rem;
            color: #555;
            background-color: #fff;
            border: .075rem solid #ddd;
            border-radius: .25rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            header .user-controls ul .dropdown.help-dropdown .cs-details form .file .file-custom:before {
                content: "";
                background: url(../images/icon-browse.png) center center no-repeat;
                background-size: 40px;
                position: absolute;
                top: -.075rem;
                right: -.075rem;
                bottom: -.075rem;
                z-index: 6;
                display: block;
                width: 70px;
                height: 40px;
                padding: .5rem 1rem;
                line-height: 1.75;
                background-color: #EDEEF2;
            }

            header .user-controls ul .dropdown.help-dropdown .cs-details form .file .file-custom:after {
                content: "Attachments";
                padding-left: .5rem;
                text-transform: uppercase;
                color: #153b68;
                font-weight: bold;
                font-size: .9rem;
            }

    header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message {
        padding: 1rem 0;
    }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message .success-message {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1rem 0;
        }

            header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message .success-message .success-icon {
                width: 80px;
                height: 80px;
                border-radius: 100%;
                background-color: #153b68;
                overflow: hidden;
                float: left;
                margin-right: 1rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message .success-message .success-icon img {
                    width: 100%;
                }

            header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message .success-message .success-message-text {
                color: #153b68;
                font-size: 1rem;
                font-weight: bold;
                max-width: 200px;
                line-height: 1.25;
                margin: 0;
            }

        header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message button {
            background: none;
            text-align: center;
            display: block;
            width: 100%;
            color: #23b02a;
            font-weight: bold;
        }

            header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message button:hover {
                color: #153b68;
            }

            header .user-controls ul .dropdown.help-dropdown .cs-details form .form-message button:focus {
                outline: none;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

header .user-controls ul .dropdown.user-dropdown {
    border-left: 1px solid #eeefef;
    padding-left: .5rem !important;
    margin-left: .5rem !important;
    width: auto;
}

    header .user-controls ul .dropdown.user-dropdown .dropdown-btn {
        padding: 0;
        background: none;
        color: #153b68;
        width: auto;
        font-weight: 900;
        font-size: 1rem;
        width: auto !important;
    }

    header .user-controls ul .dropdown.user-dropdown .dropdown-menu {
        height: auto;
        max-width: 400px;
        padding: 0;
    }

        header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-details {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1rem 0;
        }

            header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-details .user-avatar {
                width: 60px;
                height: 60px;
                border-radius: 100%;
                overflow: hidden;
                float: left;
                margin-right: 0rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-details .user-avatar img {
                    width: 100%;
                }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-details .user-avatar i {
                    color: white;
                    font-size: 5rem;
                }

            header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-details p {
                color: #153b68;
                font-size: 1rem;
                margin: .15rem 0;
                font-weight: bold;
            }

        header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-update {
            background: white;
            padding: 1rem 0;
        }

            header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-update .user-update-block {
                margin: .5rem auto;
                max-width: 200px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-update .user-update-block .image-icon {
                    float: left;
                    margin-right: .5rem;
                    width: 50px;
                }

                    header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-update .user-update-block .image-icon img {
                        width: 30px;
                    }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-update .user-update-block a {
                    padding: .15rem 0;
                    color: #153b68;
                    font-weight: 600;
                }

        header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-sign-out {
            background-color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1rem 0;
            border-top: 1px solid #153b68;
        }

            header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-sign-out button {
                background: none;
                border: 0;
                font-size: 1.25rem;
                color: #23b02a;
                padding: 0;
            }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-sign-out button img {
                    width: 26px;
                    height: 100%;
                }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-sign-out button:focus {
                    outline: none;
                    border: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                header .user-controls ul .dropdown.user-dropdown .dropdown-menu .user-sign-out button i {
                    font-size: 2rem;
                    color: #153b68;
                    float: right;
                    margin-left: .75rem;
                }

header .dropdown {
    margin: 1rem auto !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    header .dropdown .btn {
        background: none;
        border: 0;
        width: auto;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0 .5rem;
    }

    header .dropdown .dropdown-menu a:hover {
        color: #23b02a;
    }

header.sticky-top {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

    header.sticky-top .navbar-toggler {
        background: #eeefef;
        border-radius: 0;
        width: 50px;
        height: 50px;
    }

    header.sticky-top .navbar-brand {
        left: 4rem;
    }

    header.sticky-top .dropdown {
        margin: 0 auto !important;
    }

    header.sticky-top .user-controls {
        right: 1rem;
    }

        header.sticky-top .user-controls .dropdown.show .dropdown-btn:before {
            top: 80%;
        }

        header.sticky-top .user-controls .dropdown .dropdown-menu {
            top: 48px;
        }

    header.sticky-top .apps-dropdown .dropdown-menu {
        top: 50px !important;
    }

@media screen and (max-width: 991.99px) {
    header .navbar-toggler {
        width: 50px !important;
        height: 50px !important;
    }

    header .navbar-brand {
        left: 4rem !important;
    }

    header .dropdown {
        margin: 0 auto !important;
    }

        header .dropdown .btn {
            width: 30px !important;
            height: 30px !important;
        }

            header .dropdown .btn.btn-submit-question {
                width: auto !important;
                height: auto !important;
                padding: .375rem .75rem;
            }

        header .dropdown.notification-dropdown i {
            font-size: 1rem !important;
        }

        header .dropdown.notification-dropdown .notification-counter {
            width: 15px !important;
            height: 15px !important;
            font-size: .6rem !important;
        }

        header .dropdown.help-dropdown i {
            font-size: 1rem !important;
        }
}

@media screen and (max-width: 554.99px) {
    header .navbar-brand {
        left: 3.5rem !important;
    }

        header .navbar-brand img {
            width: 90px;
        }

    header .apps-dropdown {
        display: none;
    }

    header .user-dropdown .btn {
        font-size: .9rem !important;
    }
}

.btn-close {
    z-index: 1;
    width: 1.875rem;
    height: 1.875rem;
    opacity: 0.15;
    position: absolute;
    right: 0;
    background:none !important;
}

    .btn-close:before, .btn-close:after {
        position: absolute;
        left: 0;
        content: ' ';
        height: 1.5rem;
        width: 0.15rem;
        background-color: #000000;
        border-radius: 50px;
    }

    .btn-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn-close:hover {
        opacity: 1;
        cursor: pointer;
    }

.btn-download {
    color: white;
    width: 150px;
    text-align: right;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}

    .btn-download::before {
        content: '';
        background: url(../images/icon-download.png) center left no-repeat;
        background-size: 100%;
        width: 25px;
        height: 23px;
        float: left;
        margin-right: 5px;
    }

    .btn-download i {
        color: #153b68;
        float: left;
        margin: 0.35rem .5rem 0 0;
    }

.btn.btn-green {
    width: 100px;
    background: #7cc574 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#7cc574), to(#64be5c)) !important;
    background: linear-gradient(180deg, #7cc574 0%, #64be5c 100%) !important;
    border-radius: .5rem;
    border: 0;
    color: #ffffff;
}

    .btn.btn-green:hover {
        background: #153b68;
        background: #153b68 !important;
        color: #ffffff !important;
    }

.btn.btn-detail {
    padding-left: 2rem;
    position: relative;
    font-size: .9rem;
}

    .btn.btn-detail img {
        border-radius: 50%;
        -webkit-box-shadow: 0.5px 0 0 0.5px rgba(255, 255, 255, 0.5);
        box-shadow: 0.5px 0 0 0.5px rgba(255, 255, 255, 0.5);
        position: absolute;
        left: -.75rem;
        top: 0;
        width: 35px;
    }

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-bar {
    -webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.5);
}

.welcome-slider {
    background: url(../images/welcome-img.jpg) center 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}

    .welcome-slider .caption-wrapper .caption-title {
        font-size: 1.5rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .welcome-slider .caption-wrapper .caption-subtitle {
        font-size: 2rem;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
        margin-top: 1rem;
        letter-spacing: 2px;
    }

    .welcome-slider .caption-wrapper .caption-text {
        font-size: 1.5rem;
        color: white;
    }

@media screen and (max-width: 768.99px) {
    .welcome-slider {
        height: 300px;
        padding: 2rem 0;
    }

        .welcome-slider .caption-wrapper {
            padding: 0px 3rem;
            padding-top: 2rem;
        }

            .welcome-slider .caption-wrapper .caption-title {
                font-size: 1.25rem;
            }

            .welcome-slider .caption-wrapper .caption-subtitle {
                font-size: 1.25rem;
                margin: 0;
            }

            .welcome-slider .caption-wrapper .caption-text {
                font-size: .8rem;
            }
}

.home-cards .card-block-wrapper {
    border-right: 1px solid #d8d8d8;
}

@media screen and (max-width: 991.99px) {
    .home-cards .card-block-wrapper {
        border-right: 0;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
}

.home-cards .card-block-wrapper:last-child {
    border-right: none;
}

@media screen and (max-width: 991.99px) {
    .home-cards .card-block-wrapper:last-child {
        border-bottom: none;
    }
}

.home-cards .card-block {
    position: relative;
    color: #153b68;
    padding: 0 2rem;
}

    .home-cards .card-block h3 {
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
    }

    .home-cards .card-block p {
        font-size: 1rem;
        font-weight: 100;
        line-height: 1.5rem;
        text-align: justify;
    }

    .home-cards .card-block .img-wrap,
    .home-cards .card-block .icon-wrap {
        width: 50px !important;
        height: 50px !important;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 1.5rem;
    }

    .home-cards .card-block .icon-wrap {
        border-radius: 50%;
        background: #153b68;
        color: #ffffff;
    }

        .home-cards .card-block .icon-wrap.notification-icon i {
            font-size: 1.5rem;
        }

        .home-cards .card-block .icon-wrap.notification-icon .notification-counter {
            position: absolute;
            top: 0rem;
            right: -.5rem;
            width: 25px;
            height: 25px;
            background: #23b02a;
            border-radius: 50%;
            border: 2px solid #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 0.7rem;
        }

        .home-cards .card-block .icon-wrap.help-icon i {
            font-size: 2rem;
        }

        .home-cards .card-block .icon-wrap i {
            font-size: 1.5rem;
        }

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #23b02a;
    font-size: small;
}

.client-panel-wrapper {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 1025;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    width: 600px;
}

    .client-panel-wrapper .client-panel-box-wrapper {
        padding: 1rem;
        background: #153b68;
        color: #ffffff;
        display: none;
        width: 100%;
        margin: 0 auto;
        border-radius: 0 0 1rem 1rem;
        -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.25);
        border: 3px solid #153b68;
    }

        .client-panel-wrapper .client-panel-box-wrapper label {
            text-transform: uppercase;
        }

        .client-panel-wrapper .client-panel-box-wrapper ul li {
            list-style: none;
        }

    .client-panel-wrapper .btn-client-panel {
        border: 0;
        border-radius: 0;
        margin: 0 auto;
        padding: 0;
        position: relative;
        background: #4872a3;
        background: -webkit-gradient(linear, left top, left bottom, from(#4872a3), to(#153b68));
        background: linear-gradient(180deg, #4872a3 0%, #153b68 100%);
        height: 30px;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .client-panel-wrapper .btn-client-panel:hover, .client-panel-wrapper .btn-client-panel:focus {
            border: none;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: #4872a3 !important;
            background: -webkit-gradient(linear, left top, left bottom, from(#4872a3), to(#153b68)) !important;
            background: linear-gradient(180deg, #4872a3 0%, #153b68 100%) !important;
        }

        .client-panel-wrapper .btn-client-panel:after, .client-panel-wrapper .btn-client-panel:before {
            content: '';
            border-radius: 0;
            height: 30px;
            width: 50px;
            background: #4872a3;
            background: -webkit-gradient(linear, left top, left bottom, from(#4872a3), to(#153b68));
            background: linear-gradient(180deg, #4872a3 0%, #153b68 100%);
            z-index: -1;
            display: block;
            position: absolute;
            top: 0;
            border: 0;
        }

        .client-panel-wrapper .btn-client-panel:after {
            -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
            right: -1rem;
            border-left: 3px solid #153b68;
            border-bottom: 3px solid #153b68;
        }

        .client-panel-wrapper .btn-client-panel:before {
            -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
            left: -1rem;
            border-right: 3px solid #153b68;
            border-bottom: 3px solid #153b68;
        }

        .client-panel-wrapper .btn-client-panel i {
            margin: .25rem .5rem;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

    .client-panel-wrapper.active button i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media screen and (max-width: 731.99px) {
    .client-panel-wrapper {
        width: 500px;
    }
}

@media screen and (max-width: 554.99px) {
    .client-panel-wrapper {
        width: 340px;
    }

        .client-panel-wrapper .btn-client-panel {
            height: 55px;
            width: 75%;
        }

            .client-panel-wrapper .btn-client-panel:after, .client-panel-wrapper .btn-client-panel::before {
                height: 55px;
            }
}

@media screen and (max-width: 414.99px) {
    .client-panel-wrapper {
        width: 300px;
    }
}

.result-page.sidebar-close {
    padding-left: 50px;
}

    .result-page.sidebar-close .results-sidebar {
        max-width: 50px;
        width: 50px;
        min-width: 50px;
    }

    .result-page.sidebar-close .cms-navigation {
        position: relative;
    }

        .result-page.sidebar-close .cms-navigation #sidebarToggleBtn {
            position: absolute;
            top: 1rem;
            right: 1rem;
            z-index: 1;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

            .result-page.sidebar-close .cms-navigation #sidebarToggleBtn:hover {
                cursor: pointer;
            }

            .result-page.sidebar-close .cms-navigation #sidebarToggleBtn .vertical-rl {
                position: absolute;
                -webkit-writing-mode: vertical-rl;
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
                top: -5.5rem;
                right: -0.5rem;
                font-size: 1.25rem;
                text-transform: uppercase;
                color: white;
                display: block;
            }

                .result-page.sidebar-close .cms-navigation #sidebarToggleBtn .vertical-rl.vt-documents {
                    top: -9rem;
                }

        .result-page.sidebar-close .cms-navigation .cms-navigation-wrapper {
            display: none;
            -webkit-transition: opacity all 0.25s ease-in-out;
            transition: opacity all 0.25s ease-in-out;
        }

.cms-navigation {
    position: relative;
}

    .cms-navigation #sidebarToggleBtn {
        position: absolute;
        top: .5rem;
        right: .5rem;
        z-index: 1;
    }

        .cms-navigation #sidebarToggleBtn i {
            font-size: 1.5rem;
        }

        .cms-navigation #sidebarToggleBtn:hover {
            cursor: pointer;
        }

    .cms-navigation .cms-navigation-wrapper {
        display: inline-block;
        width: 100%;
        margin-bottom: 2rem;
        border: 0.5rem solid #ffffff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

        .cms-navigation .cms-navigation-wrapper .card {
            border-radius: 0;
            position: relative;
        }

            .cms-navigation .cms-navigation-wrapper .card .img-wrap {
                position: relative;
            }

                .cms-navigation .cms-navigation-wrapper .card .img-wrap img {
                    display: none;
                    width: 100%;
                }

            .cms-navigation .cms-navigation-wrapper .card.enabled .img-wrap img.img-enabled {
                display: block;
            }

            .cms-navigation .cms-navigation-wrapper .card.disabled .img-wrap img.img-disabled {
                display: block;
            }

            .cms-navigation .cms-navigation-wrapper .card.locked {
                pointer-events: none;
            }

                .cms-navigation .cms-navigation-wrapper .card.locked:after {
                    content: '';
                    background: url(../images/icon-lock.png) center top no-repeat;
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    top: .5rem;
                    right: .5rem;
                }

            .cms-navigation .cms-navigation-wrapper .card.active .img-wrap:before {
                content: '\f0d8';
                font: normal normal normal 14px/1 FontAwesome;
                top: 45%;
                left: 50%;
                font-size: 5rem;
                position: absolute;
                pointer-events: none;
                color: #23b02a;
                margin-left: -30px;
            }

@media screen and (min-width: 768.99px) and (max-width: 991.99px) {
    .cms-navigation .cms-navigation-wrapper .card.active .img-wrap:before {
        top: 28%;
    }
}

.cms-navigation .cms-navigation-wrapper .card h4 {
    font-size: 1rem;
    text-transform: uppercase;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    color: white;
    font-weight: bold;
}

@media screen and (max-width: 414.99px) {
    .cms-navigation {
        margin-top: 3rem;
    }
}

.reference-id-search .btn-group, .cms-navigation .btn-group,
.quick-links-search .btn-group,
.cms-navigation .btn-group {
    width: 100%;
}

    .reference-id-search .btn-group .btn, .cms-navigation .btn-group .btn,
    .quick-links-search .btn-group .btn,
    .cms-navigation .btn-group .btn {
        background: #F5F9FC;
        border: 1px solid #E0E1E2;
        padding: .75rem .5rem;
        text-transform: uppercase;
        font-weight: bold;
        font-size: .9rem;
    }

        .reference-id-search .btn-group .btn input[type="check"]:checked ~ label, .cms-navigation .btn-group .btn input[type="check"]:checked ~ label,
        .quick-links-search .btn-group .btn input[type="check"]:checked ~ label,
        .cms-navigation .btn-group .btn input[type="check"]:checked ~ label {
            background: #153b68;
        }

        .reference-id-search .btn-group .btn.active, .cms-navigation .btn-group .btn.active,
        .quick-links-search .btn-group .btn.active,
        .cms-navigation .btn-group .btn.active {
            background: #153b68;
            color: white;
        }

.reference-id-search .btn-submit, .cms-navigation .btn-submit,
.quick-links-search .btn-submit,
.cms-navigation .btn-submit {
    width: 100px;
    height: 45px;
    line-height: 2rem;
    background: #7cc574;
    background: -webkit-gradient(linear, left top, left bottom, from(#7cc574), to(#64be5c));
    background: linear-gradient(180deg, #7cc574 0%, #64be5c 100%);
    border-radius: .5rem;
    border: 0;
    font-weight: bold;
}

    .reference-id-search .btn-submit:hover, .cms-navigation .btn-submit:hover,
    .quick-links-search .btn-submit:hover,
    .cms-navigation .btn-submit:hover {
        background: #7cc574;
        background: -webkit-gradient(linear, left bottom, left top, from(#7cc574), to(#64be5c));
        background: linear-gradient(360deg, #7cc574 0%, #64be5c 100%);
    }

.reference-id-search .advance-search-btn, .cms-navigation .advance-search-btn,
.quick-links-search .advance-search-btn,
.cms-navigation .advance-search-btn {
    font-weight: bold;
    color: #23b02a;
    font-size: 1rem;
    margin-top: .5rem;
}

.reference-id-search .input-group .form-control, .cms-navigation .input-group .form-control,
.quick-links-search .input-group .form-control,
.cms-navigation .input-group .form-control {
    background: #F5F9FC;
    padding: .5rem 1rem .5rem 2rem;
    padding-left: 2.5rem;
    height: 47px;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1rem;
    position: relative;
}

    .reference-id-search .input-group .form-control::-webkit-input-placeholder, .cms-navigation .input-group .form-control::-webkit-input-placeholder,
    .quick-links-search .input-group .form-control::-webkit-input-placeholder,
    .cms-navigation .input-group .form-control::-webkit-input-placeholder {
        font-weight: bold;
        color: #153b68;
    }

    .reference-id-search .input-group .form-control:-ms-input-placeholder, .cms-navigation .input-group .form-control:-ms-input-placeholder,
    .quick-links-search .input-group .form-control:-ms-input-placeholder,
    .cms-navigation .input-group .form-control:-ms-input-placeholder {
        font-weight: bold;
        color: #153b68;
    }

    .reference-id-search .input-group .form-control::-ms-input-placeholder, .cms-navigation .input-group .form-control::-ms-input-placeholder,
    .quick-links-search .input-group .form-control::-ms-input-placeholder,
    .cms-navigation .input-group .form-control::-ms-input-placeholder {
        font-weight: bold;
        color: #153b68;
    }

    .reference-id-search .input-group .form-control::placeholder, .cms-navigation .input-group .form-control::placeholder,
    .quick-links-search .input-group .form-control::placeholder,
    .cms-navigation .input-group .form-control::placeholder {
        font-weight: bold;
        color: #153b68;
    }

.reference-id-search .input-group select.form-control, .cms-navigation .input-group select.form-control,
.quick-links-search .input-group select.form-control,
.cms-navigation .input-group select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #E2E6E9, #E2E6E9);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.6em 2.6em;
    background-repeat: no-repeat;
    padding-left: 1rem !important;
    padding-right: 3.5rem !important;
}

.reference-id-search .input-group.date, .cms-navigation .input-group.date,
.quick-links-search .input-group.date,
.cms-navigation .input-group.date {
    border-radius: 3px;
    overflow: hidden;
}

    .reference-id-search .input-group.date .form-control, .cms-navigation .input-group.date .form-control,
    .quick-links-search .input-group.date .form-control,
    .cms-navigation .input-group.date .form-control {
        padding-left: 1rem !important;
        border-radius: 0;
        color: #153b68;
    }

    .reference-id-search .input-group.date .input-group-addon, .cms-navigation .input-group.date .input-group-addon,
    .quick-links-search .input-group.date .input-group-addon,
    .cms-navigation .input-group.date .input-group-addon {
        content: '';
        background-color: #E2E6E9;
        background-image: url(../images/icon-datepicker.png);
        background-position: 50% 50%;
        background-size: 5px 5px, 5px 5px, 2.6em 2.6em;
        background-repeat: no-repeat;
        background-size: 22px;
        border-radius: 0 5px 5px 0;
        border: 1px solid #ced4da;
        border-left: 0;
        right: 0;
        width: 50px;
        height: 47px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

.reference-id-search .input-group.client-search-input:before, .cms-navigation .input-group.client-search-input:before,
.quick-links-search .input-group.client-search-input:before,
.cms-navigation .input-group.client-search-input:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color: #153b68;
    position: absolute;
    z-index: 10;
    left: 0.75rem;
    top: 0.25rem;
}

.adv-search-dialog .modal-dialog {
    max-width: 700px;
}

    .adv-search-dialog .modal-dialog .modal-content {
        padding: 3rem;
        border-radius: 1rem;
        -webkit-box-shadow: 0px 0px 0px 1px #153b68 inset;
        box-shadow: 0px 0px 0px 1px #153b68 inset;
        border: 5px solid #ffffff;
    }

@media screen and (max-width: 768.99px) {
    .adv-search-dialog .modal-dialog .modal-content {
        padding: 1.5rem;
    }
}

.adv-search-dialog .modal-dialog .modal-content:before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.adv-search-dialog .modal-dialog .modal-body {
    padding: 0;
}

.adv-search-dialog .modal-dialog .modal-footer {
    padding: 0;
    border: 0;
    margin: 0;
    position: relative;
}

.adv-search-dialog .btn-clear {
    border-radius: 0 .5rem .5rem 0;
    padding: .75rem 0 !important;
    position: relative;
    width: 70px;
}

    .adv-search-dialog .btn-clear::before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(#7cc574), to(#64be5c)) !important;
        background: linear-gradient(180deg, #7cc574 0%, #64be5c 100%) !important;
        border-right-color: #7cc574;
        border-width: 24px;
        margin-top: -24px;
    }

    .adv-search-dialog .btn-clear:hover::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#153b68), to(#153b68)) !important;
        background: linear-gradient(180deg, #153b68 0%, #153b68 100%) !important;
        border-right-color: #153b68;
    }

.adv-search-dialog label {
    color: #153b68;
    font-weight: 900;
    height: 50px;
    font-size: .8rem;
}

.adv-search-dialog .input-group {
    margin-bottom: .75rem;
}

    .adv-search-dialog .input-group .form-control {
        height: 50px;
        padding: .35rem 1rem;
        background: #f6fafd;
        font-size: .8rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #153b68;
        width: 100%;
        border-radius: 0;
    }

        .adv-search-dialog .input-group .form-control.icon-date {
            background-image: url(../images/icon-datepicker.png);
            background-position: 92% center;
            background-size: 20px;
            background-repeat: no-repeat;
        }

        .adv-search-dialog .input-group .form-control::-webkit-input-placeholder {
            text-transform: uppercase;
            font-weight: 600;
            color: #153b68;
        }

        .adv-search-dialog .input-group .form-control:-ms-input-placeholder {
            text-transform: uppercase;
            font-weight: 600;
            color: #153b68;
        }

        .adv-search-dialog .input-group .form-control::-ms-input-placeholder {
            text-transform: uppercase;
            font-weight: 600;
            color: #153b68;
        }

        .adv-search-dialog .input-group .form-control::placeholder {
            text-transform: uppercase;
            font-weight: 600;
            color: #153b68;
        }

        .adv-search-dialog .input-group .form-control.custom-select {
            background-image: linear-gradient(45deg, transparent 50%, #153b68 50%), linear-gradient(135deg, #153b68 50%, transparent 50%), linear-gradient(to right, #F5F9FC, #F5F9FC);
            background-position: calc(100% - 20px) calc(1.5em + 2px), calc(100% - 13px) calc(1.5em + 2px), 100% 0;
            background-size: 7px 7px, 7px 7px, 25em 25em;
            background-repeat: no-repeat;
            padding-left: 1rem;
        }

        .adv-search-dialog .input-group .form-control.error {
            border: solid 1px #d8111d;
        }

    .adv-search-dialog .input-group label.error {
        color: #d8111d;
        font-size: .7rem;
        font-weight: bold;
        margin-top: 10px;
        display: block;
        margin-bottom: 0.8rem;
    }

    .adv-search-dialog .input-group .for-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        /*background: #F5F9FC;*/
        font-weight: 600;
        font-size: .8rem;
        line-height: 1rem;
        color: #153b68;
    }

.adv-search-dialog .switch label {
    color: #153b68;
    font-weight: 900;
    font-size: .8rem;
    text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 2rem) !important;
    text-transform: uppercase;
}

@media screen and (max-width: 768.99px) {
    .adv-search-dialog .switch label {
        text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 1rem) !important;
    }
}

.adv-search-dialog .switch label::before {
    margin-right: 1rem;
}

fieldset {
    border-top: 1px solid #e0e0e0;
    padding: 1rem 0;
}

    fieldset legend {
        background: #ffffff;
        text-transform: uppercase;
        border-style: none;
        border-width: 0;
        font-size: .8rem;
        line-height: 1rem;
        width: auto;
        border: 0;
        font-weight: bold;
        color: #153b68;
        padding-right: 1rem;
    }

.start-table-tabs {
    background: #ffffff;
    padding: 1rem 0;
}

    .start-table-tabs a {
        position: relative;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: .8rem;
        height: 100px;
        color: #153b68;
    }

        .start-table-tabs a .img-wrap {
            position: relative;
            width: 50px;
            height: 50px;
            margin: .5rem auto;
        }

            .start-table-tabs a .img-wrap img {
                position: absolute;
                width: 100%;
            }

                .start-table-tabs a .img-wrap img.img-selected {
                    display: none !important;
                }

                .start-table-tabs a .img-wrap img.img-disabled {
                    display: block !important;
                }

        .start-table-tabs a.active {
            background: none !important;
            color: #23b02a !important;
        }

            .start-table-tabs a.active:after {
                content: '';
                position: absolute;
                bottom: -.5rem;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                width: 50px;
                height: 3px;
                background: #23b02a;
            }

            .start-table-tabs a.active .img-wrap img.img-selected {
                display: block !important;
            }

            .start-table-tabs a.active .img-wrap img.img-disabled {
                display: none !important;
            }

.custom-control .custom-control-label {
    line-height: 1.9rem;
}

    .custom-control .custom-control-label::before {
        width: 1.35rem;
        height: 1.35rem;
        border-color: #000;
        background: transparent;
    }

    .custom-control .custom-control-label::after {
        width: 1.35rem;
        height: 1.35rem;
        border-color: #000;
        background-color: transparent;
    }

.custom-control.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
    top: .25rem;
    left: 0;
    border-width: 2px;
}

.custom-control.custom-checkbox .custom-control-label::after {
    top: 0.25rem;
    left: 0;
    width: 1.35rem;
    height: 1.35rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.custom-control.custom-checkbox .custom-control-input:checked + .custom-control-label::before {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: .25rem;
    left: 0;
    border-color: #000;
    background: #ffffff;
}

.custom-control.custom-checkbox .custom-control-input:checked + .custom-control-label::after {
    top: 0.2rem;
    left: 0;
    width: 1.35rem;
    height: 1.35rem;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .25rem;
    background: url(../images/icon-select-cross.png) center center no-repeat;
    background-size: 80%;
    background-color: #ffffff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.custom-control.custom-checkbox .custom-control-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
}

.custom-control.custom-checkbox:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
}

.custom-control.custom-radio .custom-control-label {
    text-indent: .25rem;
}

    .custom-control.custom-radio .custom-control-label::before {
        border-radius: 100%;
        border: #ffffff solid 2px;
        background: none;
    }

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: none !important;
}

.custom-control.custom-radio .custom-control-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.table-wrapper {
    /*padding: 1rem 5rem;*/
    background: #ffffff;
    /*position: relative;*/
    width: 100%;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    .table-wrapper {
        padding: 1rem 2rem;
    }
}

.table-wrapper.header-visible .dataTables_wrapper .row {
    margin: 0;
}

    .table-wrapper.header-visible .dataTables_wrapper .row [class*="col-sm"] {
        padding: 0;
    }

    .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) {
        display: inline-block;
        width: 100%;
        padding-bottom: .25rem;
    }

        .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) [class*="col-"]:first-child {
            display: none;
        }

        .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) [class*="col-"]:last-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            float: right;
        }

        .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1)::before {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 1.5rem;
            position: relative;
            left: 2rem;
            float: left;
        }

        .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) .dataTables_filter {
            height: 38px;
        }

            .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) .dataTables_filter label {
                position: relative;
                height: 38px;
                margin: 0;
            }

                .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) .dataTables_filter label .form-control {
                    /*margin: 0;*/
                    margin-left: -52px;
                    height: 38px;
                    position: relative;
                    /*top: -1.5rem;*/
                    border-radius: 0 5px 5px 0;
                }

                .table-wrapper.header-visible .dataTables_wrapper .row:nth-child(1) .dataTables_filter label:after {
                    content: '';
                    font-family: 'FontAwesome';
                    font-size: 1rem;
                    color: #000;
                    position: absolute;
                    z-index: 10;
                    left: -2.5rem;
                    top: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    background-color: #eeefef;
                    background-image: url("../images/icon-funnel.png");
                    background-position: center center;
                    background-repeat: no-repeat;
                    width: 40px;
                    height: 38px;
                    border-radius: .25rem 0 0 .25rem !important;
                    border: 1px solid #ced4da;
                }

.table-wrapper.weekly-filter .table-daterange-wrapper {
    background: #1e406d url(../images/PACE-logo-background.jpg) center center no-repeat;
    padding: 1rem 3rem;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
    .table-wrapper.weekly-filter .table-daterange-wrapper {
        padding: 2rem 1rem;
    }
}

.table-wrapper.weekly-filter .table-daterange-wrapper a {
    color: #ffffff;
    font-size: 0.9rem;
    /*font-weight: bold;*/
    border-bottom: 1px solid #ffffff;
    padding: .75rem;
    position: relative;
}

    .table-wrapper.weekly-filter .table-daterange-wrapper a:hover {
        color: #eeefef;
        cursor: pointer;
    }

    .table-wrapper.weekly-filter .table-daterange-wrapper a.active:before {
        content: " ";
        right: -4rem;
        top: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 30px;
        margin-top: -30px;
    }

@media screen and (max-width: 768.99px) {
    .table-wrapper.weekly-filter .table-daterange-wrapper a.active:before {
        right: -2rem;
    }
}

.table-wrapper.weekly-filter .tab-content {
    border-top: 1px solid #d8d8d8;
    padding: 0;
}

.table-wrapper.weekly-filter table tbody tr td:nth-child(1) {
    min-width: 140px;
}

.table-wrapper.weekly-filter table tbody tr td:nth-child(2) {
    min-width: 100px;
}

.table-wrapper.weekly-filter table tbody tr td:nth-child(3) {
    min-width: 20px;
    text-transform: uppercase;
}

.table-wrapper.weekly-filter table tbody tr td:nth-child(4) {
    min-width: 120px;
}

.table-wrapper.weekly-filter table tbody tr td:nth-child(5) {
    min-width: 150px;
}

@media screen and (max-width: 768.99px) {
    .table-wrapper.weekly-filter {
        padding: 1rem;
    }

        .table-wrapper.weekly-filter .table-daterange-wrapper {
            padding: 1rem;
        }
}

.table-wrapper.results .quickview-panel-toggler {
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 768.99px) {
    .table-wrapper.results .quickview-panel-toggler {
        left: 1rem;
        top: 1rem;
    }
}

.table-wrapper.results .quickview-panel-toggler:hover {
    cursor: pointer;
}

.table-wrapper.results .bootgrid-header {
    display: block !important;
}

    .table-wrapper.results .bootgrid-header .actionBar::before {
        content: 'Results';
        float: left;
        color: #153b68;
        font-size: 1.5rem;
    }

    .table-wrapper.results .bootgrid-header .actionBar .search {
        margin: 0;
        position: relative;
    }

        .table-wrapper.results .bootgrid-header .actionBar .search:before {
            content: '\f002';
            font-family: 'FontAwesome';
            font-size: 1rem;
            color: #000;
            position: absolute;
            z-index: 10;
            left: -2.5rem;
            top: 0rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #eeefef;
            width: 40px;
            height: 38px;
            border-radius: .25rem 0 0 .25rem !important;
            border: 1px solid #ced4da;
        }

    .table-wrapper.results .bootgrid-header .actionBar .actions {
        display: none;
    }

.table-wrapper.results table thead {
    border-top: 1px solid #d8d8d8;
}

.table-wrapper.results table tbody tr td:nth-child(3) {
    min-width: 20px;
    text-transform: uppercase;
}

.table-wrapper .table-options {
    color: #153b68;
    position: absolute;
    top: 1rem;
    font-size: 1.5rem;
    color: #153b68;
}

@media screen and (max-width: 550.99px) {
    .table-wrapper .table-options {
        position: static;
    }
}

.table-wrapper .table-options .table-title,
.table-wrapper .table-options .table-custom-filters {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .table-wrapper .table-options .table-title .dropdown,
    .table-wrapper .table-options .table-custom-filters .dropdown {
        float: left;
        margin: 0 .5rem;
        width: auto;
    }

    .table-wrapper .table-options .table-title .download-all-doc,
    .table-wrapper .table-options .table-custom-filters .download-all-doc {
        margin-top: -0.7rem;
    }

.table-wrapper .table-options .table-custom-filters {
    /* SELECTPICKER */
}

@media screen and (max-width: 550.99px) {
    .table-wrapper .table-options .table-custom-filters {
        float: right;
        width: 224px;
    }
}

.table-wrapper .table-options .table-custom-filters .dropdown button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
}

.table-wrapper .table-options .table-custom-filters .dropdown .dropdown-menu {
    min-width: 13rem;
    padding: 1rem .75rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.table-wrapper .table-options .table-custom-filters .custom-select-rows {
    position: relative;
}

    .table-wrapper .table-options .table-custom-filters .custom-select-rows .dropdown-menu {
        min-width: 7rem;
    }

    .table-wrapper .table-options .table-custom-filters .custom-select-rows .custom-control {
        float: left;
        width: 25px;
        height: 20px;
        right: -1rem;
    }

        .table-wrapper .table-options .table-custom-filters .custom-select-rows .custom-control label {
            height: 25px;
        }

        .table-wrapper .table-options .table-custom-filters .custom-select-rows .custom-control.custom-checkbox .custom-control-input:checked + .custom-control-label::after {
            background: url(../images/icon-select-cross.png) center center no-repeat;
            background-size: 80%;
            background-color: #ffffff;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition: -webkit-transform 200ms ease-out;
            transition: -webkit-transform 200ms ease-out;
            transition: transform 200ms ease-out;
            transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
        }

.table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-toggle, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-toggle, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-toggle {
    background: none !important;
    border: none !important;
    text-indent: -10000px;
    max-width: 50px;
    padding: 0 0 1.3rem;
    margin: 0 1rem;
}

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-toggle:after, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-toggle:after, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-toggle:after {
        border-top: 0.4em solid gray;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent;
    }

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-toggle:focus, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-toggle:focus, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-toggle:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

.table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-menu, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-menu {
    padding: .5rem !important;
}

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-menu li a, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li a, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-menu li a {
        padding: .25rem 0;
        background: none;
    }

        .table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-menu li a span, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li a span, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-menu li a span {
            font-size: .9rem;
            color: #153b68;
            text-decoration: underline;
            font-weight: 600;
        }

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-menu li .custom-icon, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li .custom-icon, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-menu li .custom-icon {
        background: url(../images/icon-selectNone.png) center center no-repeat;
    }

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .dropdown-menu li.selected.active .custom-icon, .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li.selected.active .custom-icon, .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-menu li.selected.active .custom-icon {
        background: url(../images/icon-selectAll.png) center center no-repeat;
    }

.table-wrapper .table-options .table-custom-filters .custom-icon-select .custom-icon, .table-wrapper .table-options .table-custom-filters .doc-view-select .custom-icon, .table-wrapper .table-options .table-custom-filters .select-rows .custom-icon {
    background-size: 25px !important;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: .5rem;
}

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .custom-icon.icon-viewAll, .table-wrapper .table-options .table-custom-filters .doc-view-select .custom-icon.icon-viewAll, .table-wrapper .table-options .table-custom-filters .select-rows .custom-icon.icon-viewAll {
        background: url(../images/icon-select-all-records.png) center center no-repeat;
    }

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .custom-icon.icon-viewNotByCounsel, .table-wrapper .table-options .table-custom-filters .doc-view-select .custom-icon.icon-viewNotByCounsel, .table-wrapper .table-options .table-custom-filters .select-rows .custom-icon.icon-viewNotByCounsel {
        background: url(../images/icon-select-not-viewed.png) center center no-repeat;
    }

    .table-wrapper .table-options .table-custom-filters .custom-icon-select .custom-icon.icon-viewByCounsel, .table-wrapper .table-options .table-custom-filters .doc-view-select .custom-icon.icon-viewByCounsel, .table-wrapper .table-options .table-custom-filters .select-rows .custom-icon.icon-viewByCounsel {
        background: url(../images/icon-select-viewed.png) center center no-repeat;
    }

.table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li .custom-icon {
    background-size: 25px !important;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: .5rem;
}

    .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li .custom-icon.icon-viewAll {
        background: url(../images/icon-select-all-records.png) center center no-repeat;
    }

    .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li .custom-icon.icon-viewNotByCounsel {
        background: url(../images/icon-select-not-viewed.png) center center no-repeat;
    }

    .table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li .custom-icon.icon-viewByCounsel {
        background: url(../images/icon-select-viewed.png) center center no-repeat;
    }

.table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li.selected.active .custom-icon.icon-viewAll {
    background: url(../images/icon-select-all-records.png) center center no-repeat;
}

.table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li.selected.active .custom-icon.icon-viewNotByCounsel {
    background: url(../images/icon-select-not-viewed.png) center center no-repeat;
}

.table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-menu li.selected.active .custom-icon.icon-viewByCounsel {
    background: url(../images/icon-select-viewed.png) center center no-repeat;
}

.table-wrapper .table-options .table-custom-filters .doc-view-select .dropdown-toggle {
    outline: none !important;
    position: relative;
    top: 4px;
}

.table-wrapper .table-options .table-custom-filters .select-rows {
    max-width: 40px;
}

    .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-toggle {
        max-width: none;
        width: 40px;
        margin: 0;
        padding: 9px;
        position: relative;
        top: -7px;
        left: 4px;
        outline: none !important;
    }

    .table-wrapper .table-options .table-custom-filters .select-rows .dropdown-menu {
        left: -21px !important;
    }

    .table-wrapper .table-options .table-custom-filters .select-rows .filter-option {
        display: none;
    }

.table-wrapper table {
    /*padding: 1rem;*/
    margin-bottom: 4rem;
}

    .table-wrapper table th {
        border: 0;
        text-transform: uppercase;
    }

        .table-wrapper table th:after, .table-wrapper table th::before {
            display: block;
        }

    .table-wrapper table th,
    .table-wrapper table td {
        color: #153b68;
        padding: 1rem;
        /*font-size: .9rem;*/
    }

    .table-wrapper table td {
        border: 0;
    }

    .table-wrapper table tbody tr {
        border-bottom: 1px solid #fafafa !important;
    }

        .table-wrapper table tbody tr:hover {
            background: #6694c8;
        }

            .table-wrapper table tbody tr:hover td {
                color: #ffffff;
            }

                .table-wrapper table tbody tr:hover td i,
                .table-wrapper table tbody tr:hover td .color-primary:before {
                    color: #ffffff !important;
                }

        .table-wrapper table tbody tr td {
            position: relative;
            vertical-align: middle;
            font-weight: bold;
        }

            .table-wrapper table tbody tr td:after {
                content: '';
                width: 1px;
                height: 70%;
                position: absolute;
                right: 0;
                top: 15%;
                background: #fafafa;
            }

            .table-wrapper table tbody tr td:last-child:after {
                display: none;
            }

@media screen and (max-width: 850.99px) {
    .table-wrapper table tbody tr td.column-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .table-wrapper table tbody tr td.column-name span {
            display: block !important;
            width: 100%;
            text-align: center;
        }
}

.table-wrapper table tbody tr td.column-check {
    width: 50px;
}

    .table-wrapper table tbody tr td.column-check .custom-checkbox {
        margin-top: 2px;
        min-height: auto;
    }

        .table-wrapper table tbody tr td.column-check .custom-checkbox label {
            height: 20px;
            width: 20px;
            top: 0px;
            left: 15px;
            margin-bottom: 0;
        }

            .table-wrapper table tbody tr td.column-check .custom-checkbox label .custom-control-input {
                width: 20px;
                height: 20px;
                top: 0px;
                left: 15px;
            }

            .table-wrapper table tbody tr td.column-check .custom-checkbox label .custom-control-label:before {
                left: -10px !important;
                top: -5px !important;
            }

            .table-wrapper table tbody tr td.column-check .custom-checkbox label .custom-control-label:after {
                left: -10px !important;
                top: -5px !important;
            }

.table-wrapper table tbody tr td.column-check, .table-wrapper table tbody tr td.column-download, .table-wrapper table tbody tr td.column-view-detail, .table-wrapper table tbody tr td.column-viewed-by {
    text-align: center;
}

.table-wrapper table tbody tr td i {
    font-size: 1.5rem;
    color: #87929F;
}

.table-wrapper .quick-links {
    /*display: inline-block;*/
    padding: 0.5em;
    padding-left: 0.5em;
    padding-left: 3em;
    /*margin-left: 5rem;*/
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .table-wrapper .quick-links {
        padding-left: 0em;
    }
}

@media screen and (max-width: 992px) {
    .table-wrapper .quick-links {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 768px) {
    .table-wrapper .quick-links {
        padding-left: 0em;
    }
}

.table-wrapper .quick-links li {
    font-weight: 900;
    padding: .75rem 0;
    list-style: none;
    line-height: 1.75rem;
}

    .table-wrapper .quick-links li a {
        color: #153b68;
        display: block;
    }

        .table-wrapper .quick-links li a:before {
            content: '';
            background: url("../images/icon-quick-link-list-item-enabled.png");
            background-size: 100%;
            background-position: 0 0;
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 1rem;
        }

    .table-wrapper .quick-links li.quick-link-disabled a {
        pointer-events: none;
        color: #676767;
    }

        .table-wrapper .quick-links li.quick-link-disabled a:before {
            background: url("../images/icon-quick-link-list-item-disabled.png");
            background-size: 100%;
            background-position: 0 0;
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 1rem;
        }

    .table-wrapper .quick-links li.quick-link-disabled:hover {
        cursor: not-allowed;
    }

    .table-wrapper .quick-links li:first-child:after {
        content: '';
        border-bottom: 1px solid #153b68;
        display: block;
        float: left;
        max-width: 300px;
        width: 100%;
        padding-bottom: .5rem;
        margin-bottom: .75rem;
    }

@media screen and (max-width: 1024.99px) {
    .result-body .client-panel-wrapper {
        position: absolute;
        right: 1rem;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 450px;
    }

    .result-body footer p {
        text-align: right !important;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 731.99px) {
    .result-body .client-panel-wrapper {
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 414.99px) {
    .result-body .client-panel-wrapper {
        left: 60%;
    }
}

main .result-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 300px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: white;
    /*@media screen and (max-width: 731.99px) {
            display: block;
            padding-left: 0;
        }*/
}

main .results-sidebar-sticky {
    top: 3rem !important;
}

main .results-sidebar {
    background: #1e406d url(../images/PACE-logo-background.jpg) center bottom no-repeat;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    height: 100vh;
    position: fixed;
    top: 4.5rem;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 991.99px) {
    main .results-sidebar {
        top: 3rem;
    }
}

@media screen and (max-width: 414.99px) {
    main .results-sidebar {
        max-width: 100%;
        width: 100%;
    }
}

main .results-sidebar .start-over-link {
    background: #6694c8;
    color: white;
    text-align: center;
    width: 100%;
    padding: 1rem;
    font-size: 1.15rem;
}

main .results-sidebar .reference-id-form {
    background: #ffffff;
    padding: 1rem;
    width: 100%;
}

main .qvrt-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 1rem;
    position: relative;
}

@media screen and (max-width: 554.99px) {
    main .qvrt-wrapper {
        padding-top: 4rem;
    }
}

main .qvrt-wrapper .quickview-panel {
    /*background: #F4F4F4;*/
    min-width: 375px;
    /*margin-right: 1rem;*/
    display: none;
}

    main .qvrt-wrapper .quickview-panel .panel-header {
        width: 100%;
        padding: 1.15rem 1rem 1rem;
        background: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media screen and (max-width: 1200px) {
    main .qvrt-wrapper .quickview-panel .panel-header {
        padding: 1rem;
    }
}

main .qvrt-wrapper .quickview-panel .panel-header h3 {
    color: #153b68;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.3rem;
}

    main .qvrt-wrapper .quickview-panel .panel-header h3 i {
        color: #87929F;
        margin-right: .5rem;
    }

main .qvrt-wrapper .quickview-panel .panel-header .quickview-panel-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: .9;
}

    main .qvrt-wrapper .quickview-panel .panel-header .quickview-panel-toggler:hover {
        cursor: pointer;
        opacity: 1;
    }

main .qvrt-wrapper .quickview-panel .panel-body {
    color: #153b68;
}

    main .qvrt-wrapper .quickview-panel .panel-body .reference-id {
        padding: 0.5rem 1rem;
        background: #6694c8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        main .qvrt-wrapper .quickview-panel .panel-body .reference-id span {
            text-transform: uppercase;
            color: white;
            font-size: 1.1rem;
            width: 100%;
        }

        main .qvrt-wrapper .quickview-panel .panel-body .reference-id a {
            float: right;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            main .qvrt-wrapper .quickview-panel .panel-body .reference-id a:hover {
                color: #ffffff;
            }

    main .qvrt-wrapper .quickview-panel .panel-body p {
        font-size: .8rem;
        font-weight: bold;
        margin-bottom: .8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        /*border-bottom: 1px solid #e0e0e0;*/
    }

        main .qvrt-wrapper .quickview-panel .panel-body p label {
            margin-right: 1rem;
            min-width: 175px;
        }

        main .qvrt-wrapper .quickview-panel .panel-body p span {
            line-height: 1;
        }

@media screen and (max-width: 1366.99px) {
    main .qvrt-wrapper .quickview-panel .panel-body p span {
        margin-left: 1rem;
    }
}

main .qvrt-wrapper .quickview-panel .panel-body p:last-child {
    border-bottom: 0;
}

main .qvrt-wrapper .quickview-panel .panel-body .status {
    padding: .5rem 1rem;
}

    main .qvrt-wrapper .quickview-panel .panel-body .status span {
        text-transform: uppercase;
    }

main .qvrt-wrapper .quickview-panel .panel-body fieldset {
    margin: 0 1rem;
}

    main .qvrt-wrapper .quickview-panel .panel-body fieldset legend {
        color: #6694c8;
        background: #F4F4F4;
        margin-bottom: 0;
    }

    main .qvrt-wrapper .quickview-panel .panel-body fieldset .fieldset-body {
        padding: 0;
    }

@media screen and (max-width: 1366.99px) {
    main .qvrt-wrapper .quickview-panel .panel-body fieldset .fieldset-body {
        padding-left: 0;
    }
}

main .qvrt-wrapper .quickview-panel .panel-body fieldset table {
    border: 1px solid #153b68;
    margin-bottom: 1rem;
}

    main .qvrt-wrapper .quickview-panel .panel-body fieldset table thead {
        background: #305496;
        color: white;
        border: 0;
    }

        main .qvrt-wrapper .quickview-panel .panel-body fieldset table thead th {
            border: 0;
            font-size: 0.8rem;
        }

    main .qvrt-wrapper .quickview-panel .panel-body fieldset table td,
    main .qvrt-wrapper .quickview-panel .panel-body fieldset table th {
        padding: .2rem .5rem;
        font-size: .8rem;
    }

@media screen and (max-width: 1366.99px) {
    main .qvrt-wrapper .quickview-panel .panel-body fieldset table td,
    main .qvrt-wrapper .quickview-panel .panel-body fieldset table th {
        font-size: .7rem;
    }
}

main .qvrt-wrapper .quickview-panel .panel-body fieldset table tbody tr.active td {
    background: #6893C6 !important;
}

main .qvrt-wrapper .quickview-panel .panel-body fieldset table tbody tr:hover {
    cursor: pointer;
}

main .qvrt-wrapper .quickview-panel .panel-body fieldset table tbody tr td {
    border: 1px solid #385E9E;
    background: white;
}

main .qvrt-wrapper .table-wrapper.results table {
    margin-bottom: 3rem;
}

@media screen and (max-width: 1366.99px) {
    main .qvrt-wrapper .table-wrapper.results table tr td {
        padding: .5rem 1rem;
    }
}

@media screen and (max-width: 1200px) {
    main .qvrt-wrapper {
        display: block;
    }

        main .qvrt-wrapper .quickview-panel {
            margin-right: 0;
        }

        main .qvrt-wrapper .table-wrapper.results.panel-active {
            display: none;
        }

        main .qvrt-wrapper .table-wrapper.results tr td {
            padding: .25rem 1rem;
        }
}

@media screen and (max-width: 420px) {
    main .qvrt-wrapper .table-wrapper.results tr td {
        padding: .25rem .5rem;
    }
}

@media screen and (max-width: 731.99px) {
    main .sidebar {
        z-index: 10000;
    }

        main .sidebar .cms-navigation {
            margin-top: 0;
        }

    main .result-table-section-wrapper {
        margin-left: 0;
    }

    main .table-wrapper .bootgrid-header .search {
        width: 120px;
    }
}

.dataTables_wrapper .row:nth-child(1) {
    display: none;
}

.dataTables_wrapper .row:nth-child(3) {
    margin: 0;
}

    .dataTables_wrapper .row:nth-child(3) [class*="col-"]:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

.dataTables_wrapper .dataTables_paginate .pagination {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

    .dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
        background: #ffffff;
        color: #6694c8;
        z-index: 0;
    }

    .dataTables_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
        background: #6694c8;
        color: white;
    }

.dataTables_wrapper .dataTables_info {
    text-align: right !important;
    color: #153b68;
    font-weight: bold;
    line-height: 1;
    /*margin-top: -1em;*/
    background-color: white;
    padding-top: 1em;
}

@media screen and (max-width: 768.99px) {
    .dataTables_wrapper .row:nth-child(3) [class*="col-"] {
        width: 100% !important;
        margin: 1rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.bootgrid-header {
    display: none;
}

.bootgrid-footer .pagination li {
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #6694c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    border: 1px solid #d8d8d8;
}

    .bootgrid-footer .pagination li:hover {
        cursor: pointer;
        color: #23b02a;
        background: #153b68;
    }

    .bootgrid-footer .pagination li.active {
        background: #6694c8;
        color: white;
        font-weight: 600;
        border-color: transparent;
    }

.bootgrid-footer .infoBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .bootgrid-footer .infoBar .infos {
        color: #153b68;
        font-weight: bold;
    }

@media screen and (max-width: 768.99px) {
    .bootgrid-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .bootgrid-footer [class*="col-"] {
            margin: 1rem 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
}

.btn-submit-question.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.popover {
    background: #23b02a;
    padding: .5rem;
}

    .popover .popover-header {
        background: none;
        border: none;
        color: white;
        padding-bottom: .25rem;
        font-size: 1rem;
    }

        .popover .popover-header::before {
            border: 0;
        }

    .popover .popover-body {
        color: wite;
        color: white;
        padding: 0;
        font-size: 1rem;
        margin: 0;
    }

    .popover .arrow:after {
        border-bottom-color: #23b02a;
        border-top-color: #23b02a;
    }

.login-dialog {
    text-align: center;
}

    .login-dialog .modal-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3rem 1rem 1rem;
        border-bottom: none;
    }

        .login-dialog .modal-header .close {
            position: absolute;
            right: 1rem;
            top: 1rem;
        }

        .login-dialog .modal-header h4 {
            font-size: 1.5rem;
            color: #153b68;
        }

    .login-dialog .input-group {
        margin-bottom: 2rem;
    }

        .login-dialog .input-group .form-control {
            height: 50px;
            padding: .35rem 1rem !important;
            background: #f6fafd;
            font-size: 1rem;
            display: block;
            width: 100%;
        }

            .login-dialog .input-group .form-control::-webkit-input-placeholder {
                text-transform: uppercase;
                font-weight: bold;
                color: #153b68;
            }

            .login-dialog .input-group .form-control:-ms-input-placeholder {
                text-transform: uppercase;
                font-weight: bold;
                color: #153b68;
            }

            .login-dialog .input-group .form-control::-ms-input-placeholder {
                text-transform: uppercase;
                font-weight: bold;
                color: #153b68;
            }

            .login-dialog .input-group .form-control::placeholder {
                text-transform: uppercase;
                font-weight: bold;
                color: #153b68;
            }

            .login-dialog .input-group .form-control.error {
                border: solid 1px #d8111d;
            }

        .login-dialog .input-group .valid-password {
            display: none;
            position: absolute;
            right: -35px;
            top: 17%;
        }

@media screen and (max-width: 768.99px) {
    .login-dialog .input-group .valid-password {
        right: 5px;
    }
}

.login-dialog .input-group .form-control.valid ~ .valid-password {
    display: block;
}

.login-dialog .input-group label.error {
    color: #d8111d;
    font-size: .7rem;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    margin-bottom: 0.8rem;
}

.login-dialog .remember-me {
    margin-top: 4rem;
    padding-bottom: 4rem;
}

.login-dialog .customer-support {
    text-decoration: underline;
    display: block;
    color: #6694c8;
    font-size: 14px;
    margin-top: 1rem;
}

.login-dialog .forgot-password {
    text-decoration: underline;
    display: block;
    color: #6694c8;
    font-size: 14px;
    margin-top: 1rem;
}

.login-dialog .btn-cancel-link {
    text-decoration: underline;
    display: block;
    color: #000000;
    font-size: 14px;
    margin-top: 1rem;
    font-weight: bold;
}

.login-dialog .email-sent p {
    display: block;
    color: #6694c8;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 2rem;
}

.login-dialog.change-password-dialog .input-group {
    margin-bottom: 1rem;
}

    .login-dialog.change-password-dialog .input-group .valid-password {
        display: none;
        position: absolute;
        right: -35px;
        top: 17%;
    }

@media screen and (max-width: 768.99px) {
    .login-dialog.change-password-dialog .input-group .valid-password {
        right: 5px;
    }
}

.login-dialog.change-password-dialog .input-group .form-control.valid ~ .valid-password {
    display: block;
}

.login-dialog.change-password-dialog .input-group label.error {
    margin-bottom: 0;
}

.login-dialog.change-password-dialog .form-message {
    padding: 1rem 0;
}

    .login-dialog.change-password-dialog .form-message .success-message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 3rem;
    }

        .login-dialog.change-password-dialog .form-message .success-message .success-icon {
            width: 80px;
            height: 80px;
            border-radius: 100%;
            background-color: #153b68;
            overflow: hidden;
            float: left;
            margin-right: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .login-dialog.change-password-dialog .form-message .success-message .success-icon img {
                width: 100%;
            }

        .login-dialog.change-password-dialog .form-message .success-message .success-message-text {
            color: #153b68;
            font-size: 1rem;
            font-weight: bold;
            max-width: 200px;
            line-height: 1.25;
            margin: 0;
        }

    .login-dialog.change-password-dialog .form-message button {
        background: none;
        text-align: center;
        display: block;
        width: 100%;
        color: #23b02a;
        font-weight: bold;
        text-decoration: underline;
    }

        .login-dialog.change-password-dialog .form-message button:hover {
            color: #153b68;
        }

        .login-dialog.change-password-dialog .form-message button:focus {
            outline: none;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.modal-backdrop {
    background-color: #143a67;
    opacity: 0.5;
}
    
   
.login.modal-open .apps-dropdown,
.login.modal-open .user-controls,
.login.modal-open .client-panel-wrapper,
.login.modal-open .carousel-indicators,
.login.modal-open .carousel-inner,
.login.modal-open .header-bar,
.login.modal-open .home-cards,
.login.modal-open .carousel-control-prev,
.login.modal-open .carousel-control-next,
.login.modal-open footer p {
    display: none;
}

.open-customer-support {
    display: block !important;
}

    .open-customer-support .dropdown {
        display: none;
    }

        .open-customer-support .dropdown.help-dropdown {
            display: block !important;
        }

            .open-customer-support .dropdown.help-dropdown .dropdown-menu {
                display: block !important;
            }

.switch {
    font-size: 1rem;
    position: relative;
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * 0.8) * 2);
            border-radius: calc(2.375rem * 0.8);
            height: calc(2.375rem * 0.8);
            line-height: calc(2.375rem * 0.8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
            color: #9e9e9e;
        }

            .switch input + label::before,
            .switch input + label::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * 0.8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                background-color: #d8d8d8;
                border-radius: calc(2.375rem * 0.8);
                -webkit-transition: 0.2s all;
                transition: 0.2s all;
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                border-radius: 50%;
                background-color: white;
                -webkit-transition: 0.2s all;
                transition: 0.2s all;
            }

        .switch input:checked + label::before {
            background-color: #153b68;
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * 0.8);
        }

        .switch input:focus + label::before {
            outline: none;
        }

        .switch input:disabled + label {
            color: #d8d8d8;
            cursor: not-allowed;
        }

            .switch input:disabled + label::before {
                background-color: #d8d8d8;
            }

    .switch.switch-sm {
        font-size: 0.875rem;
    }

        .switch.switch-sm input + label {
            min-width: calc(calc(1.9375rem * 0.8) * 2);
            height: calc(1.9375rem * 0.8);
            line-height: calc(1.9375rem * 0.8);
            text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * 0.8) * 2);
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
                height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * 0.8);
        }

    .switch.switch-lg {
        font-size: 1.25rem;
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * 0.8) * 2);
            height: calc(3rem * 0.8);
            line-height: calc(3rem * 0.8);
            text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * 0.8) * 2);
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * 0.8) - calc(2px * 2));
                height: calc(calc(3rem * 0.8) - calc(2px * 2));
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * 0.8);
        }

    .switch + .switch {
        margin-left: 1rem;
    }

.no-results-found-table {
    height: 80vh;
    display: block;
}

    .no-results-found-table .dataTables_empty, .no-results-found-table .dataTables_info, .no-results-found-table .dataTables_paginate {
        display: none;
    }

    .no-results-found-table .no-result-found {
        position: absolute;
        top: 0;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: url("../images/icon-magnifier.png") center center no-repeat;
        background-size: 380px 380px;
    }

@media screen and (max-width: 768.99px) {
    .no-results-found-table .no-result-found {
        background-size: 200px 200px;
    }
}

.no-results-found-table .no-result-found h4 {
    font-size: 2.2rem;
    color: #757675;
    font-weight: bold;
}

.no-results-found-table .no-result-found p {
    font-size: 1.2rem;
    color: #757675;
}

.error-wrapper {
    height: 100vh;
    display: block;
    /*background-color: #ecebf0;*/
}

    .error-wrapper .error-404 {
        position: absolute;
        top: 0;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: url("../images/icon-error.png") center center no-repeat;
        background-size: 380px 380px;
    }

@media screen and (max-width: 768.99px) {
    .error-wrapper .error-404 {
        background-size: 200px 200px;
    }
}

.error-wrapper .error-404 h4 {
    font-size: 2.2rem;
    color: #757675;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 11.5rem;
    text-transform: uppercase;
}

@media screen and (max-width: 768.99px) {
    .error-wrapper .error-404 h4 {
        margin-top: 0.5rem;
    }
}

.error-wrapper .error-404 p {
    font-size: 1.2rem;
    color: #757675;
    margin-bottom: 2rem;
    font-weight: 600;
}
/*# sourceMappingURL=style.css.map */
.modal-dialog {
    max-width: 1400px !important;
    margin: 1.75rem auto;
}
/*Style Radio buttons*/
/* The container */
.containerR {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerR input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerR:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerR input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerR input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerR .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal-backdrop {
    z-index: -1 !important;
}
/*Danger Success Card bg*/
.dangerCBG {
    background-color: rgba(255, 0, 0, 0.1) ;
}
.successCBG {
    background-color: rgba(0,128,0, 0.1);
}
.bypassedCBG {
    background-color: rgb(222, 222, 215,1);
    pointer-events: none;
}