/* ../sass/ng-animation.scss(1421,1): run-time error CSS1019: Unexpected token, found '}' */
/* You can add global styles to this file, and also import other style files */
@import "../fonts/roboto/stylesheet.css";


* {
    color: #333;
    font-family: robotoregular, sans-serif;
}

.bg-customBlue {
    background-color: #2468a2 !important;
}

body {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

a {
    cursor: pointer;
    color: #2468a2;
}

.form-control {
    font-size: 14px;
    line-height: 19px;
    color: #555555;
    padding: 8.5px 13px;
    height: 43px;
}

    .form-control textarea {
        height: auto;
    }

.case-review-form .btn-outline-secondary {
    background: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 0px 4px 4px 0px;
    display: flex;
}

.case-review-form .form-inline {
    max-width: 327px;
}

    .case-review-form .form-inline .input-group,
    .case-review-form .form-inline .form-group {
        width: 100%;
    }

.form-control:focus {
    outline: 0;
}

.summary-wrapper .multi-select .selector-input:after {
    content: "";
    display: inline-block;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #adadad;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 10px;
}

.common-button {
    background: #2468a2;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 7px 16px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-family: robotoregular, sans-serif;
}

    .common-button .fa {
        color: #fff;
    }

    .common-button.green-bg {
        background: #1e7e34;
    }

input:focus,
button:focus,
select:focus {
    box-shadow: none !important;
    outline: 0;
}

input:focus {
    border: 1px solid #ddd;
}

.linkCursor {
    cursor: pointer;
}

.activeClass {
    background-color: #2468a2 !important;
    color: white !important;
}

    .activeClass svg path {
        fill: white;
    }

.main-hd {
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%;
    align-items: center;
}

    .main-hd .textHead {
        font-size: 36px;
        line-height: 48px;
        text-transform: capitalize;
        padding-right: 15px;
    }

    .main-hd p {
        margin-bottom: -6px;
        /*margin-left: 18px; moved to the textHead*/
    }

    .main-hd .breadcrumb {
        background: transparent;
        margin-bottom: 0;
    }

        .main-hd .breadcrumb .breadcrumb-item a {
            color: #2468a2;
        }

    .main-hd .date-wrp {
        width: 100%;
    }

        .main-hd .date-wrp a {
            text-decoration: underline !important;
            color: #2468a2 !important;
            font-size: 16px;
            line-height: 21px;
        }

#adminSideBar {
    position: fixed;
    height: 100vh
}

#caseSideBar {
    width: 180px;
    border-right: 1px solid #dedede;
    position: fixed;
    height: 70vh
}

.Sidebar-nav {
    width: 180px;
    border-right: 1px solid #dedede;
    overflow-x: hidden;
    overflow-y: auto;
}

    .Sidebar-nav a {
        padding: 11.12px 12px;
        border-bottom: 1px solid lightgray;
        /* margin-bottom: 5px; */
        font-size: 14px;
        letter-spacing: 0;
        color: #333;
        line-height: 19px;
        display: flex;
        align-items: center;
    }

        .Sidebar-nav a span {
            /*width: 100px;*/
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

        .Sidebar-nav a.activeClass span {
            color: white !important;
        }

        .Sidebar-nav a span svg {
            fill: #333;
        }

    .Sidebar-nav .dropdown .dropdown-toggle:after {
        content: "+";
        border: 0;
        border-left: 0;
        font-size: 24px;
        margin-left: auto;
        width: 14px;
        height: 19px;
    }

    .Sidebar-nav .dropdown .dropdown-menu {
        position: unset !important;
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0;
        transform: unset !important;
        margin-top: -5px;
    }

        .Sidebar-nav .dropdown .dropdown-menu a {
            color: #2468a2;
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 0;
            padding: 7px 10px;
            border-radius: 0;
            border-bottom: 0;
        }

            .Sidebar-nav .dropdown .dropdown-menu a svg {
                fill: #2468a2;
            }

            .Sidebar-nav .dropdown .dropdown-menu a:last-child {
                margin-bottom: 5px;
                border-bottom: 1px solid #ddd;
            }

.right-contect-section {
    margin-left: 200px;
    width: 100%;
}

    .right-contect-section.fixed {
        padding-top: 50px;
    }

    .right-contect-section.fixed .main-hd {
        position: fixed;
        top: 85px;
        background-color: #fff;
        padding-top: 47px;
        z-index: 10;
    }


.right-content-action {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 205px);
    padding: 0 15px 0 20px;
}


.right-content-actionMeeting {
    width: 82%;
    margin-left: 2%;
}

.cases-wrapper .Sidebar-nav .dropdown a {
    background: #1e7e34;
    border: 1px solid #1e7e34;
    color: #ffffff !important;
}

.cases-wrapper .Sidebar-nav .dropdown svg {
    fill: #ffffff !important;
}

.Sidebar-nav .dropdown .activeClass {
    background-color: #2468a2 !important;
    color: white !important;
}

/*S T E P   S E C T I O N*/
.step-nav.sticky-step {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    background-color: #fff;
    z-index: 999;
    margin: 0 -16px;
}

    .step-nav.sticky-step .step-row {
        align-items: center;
        padding: 36px 0 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .step-nav.sticky-step .step-wep {
        display: inline-flex;
        flex-wrap: wrap;
    }

    .step-nav.sticky-step .step {
        width: 130px;
        padding-right: 5px;
        display: flex;
        outline: none;
    }

        .step-nav.sticky-step .step:last-child {
            width: auto;
        }

    .step-nav.sticky-step .step-icon {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .step-nav.sticky-step .step:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #707070;
        margin-left: auto;
        display: inline-flex;
        margin-top: 20px;
    }

.step-wep .step span {
    width: 39px;
    height: 39px;
    border: 2px solid #707070;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1e7e34;
}

    .step-wep .step span .fa {
        font-size: 18px;
        margin-left: 8px;
    }

.step-nav.sticky-step .step.step-created span {
    border: 2px solid #2468a2;
}

.step-nav.sticky-step .step.step-created:after {
    background: #2468a2;
}

.step-nav.sticky-step .step.step-created .fa {
    color: #2468a2;
}

.step-nav.sticky-step .step.step-done span {
    border: 2px solid #1e7e34;
}

.step-nav.sticky-step .step.step-done:after {
    background: #1e7e34;
}

.step-nav.sticky-step .step.step-done .fa {
    color: #1e7e34;
}

.step.invalid-step .step-icon span {
    border: 2px solid #DC3545;
}

    .step.invalid-step .step-icon span .fa {
        color: #DC3545;
    }

.step.active-step .step-icon span {
    border: 2px solid #2468a2;
}

    .step.active-step .step-icon span .fa {
        color: #2468a2;
    }

.step-title {
    display: flex;
}

.step-row .step-title span {
    width: 130px;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    font-family: robotobold, sans-serif;
    margin: 5px 0 0;
    text-align: center;
}

/*F I L T E R   S E C T I O N*/
.filter-wrp {
    padding: 30px 0 0;
}

    .filter-wrp form {
        display: flex;
        flex-wrap: wrap;
    }

        .filter-wrp form .input-group {
            max-width: 275px;
            margin-right: auto;
        }

            .filter-wrp form .input-group .input-group-prepend .input-group-text {
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 4px 0px 0px 4px;
            }

            .filter-wrp form .input-group .form-control {
                font-size: 14px;
                line-height: 19px;
                padding: 18px 13px;
                padding: 0 13px;
                height: auto;
            }

                .filter-wrp form .input-group .form-control:focus {
                    box-shadow: none;
                }

            .filter-wrp form .input-group .search-button {
                font-size: 16px;
                line-height: 19px;
                color: #555;
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 0px 4px 4px 0px;
                padding: 8.5px 18px;
            }

        .filter-wrp form .dropdown-btn {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-left: 13px;
        }

            .filter-wrp form .dropdown-btn label {
                font-size: 14px;
                line-height: 24px;
            }

            .filter-wrp form .dropdown-btn .dropdown-toggle {
                border: 1px solid #ddd;
                border-radius: 4px;
                background: transparent;
                font-size: 16px;
                line-height: 16px;
                color: #333;
                width: 160px;
                display: flex;
                align-items: center;
                padding: 9px 7px;
            }

                .filter-wrp form .dropdown-btn .dropdown-toggle:after {
                    margin-left: auto;
                }

                .filter-wrp form .dropdown-btn .dropdown-toggle:focus {
                    box-shadow: none;
                }

        .filter-wrp form .export-btn {
            font-size: 14px;
            color: #fff;
            background: #2468a2;
            padding: 0 16px;
            height: 38px;
            display: inline-flex;
            align-items: center;
        }

#meetingListFilters {
    width: 100%;
}

#showPastMeetingsCheck {
    width: unset;
    margin-top: 32px;
    margin-right: 25px;
}

.wrapper .common-table thead th {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px;
    text-transform: capitalize;
}

.wrapper .common-table td {
    border-top: 0;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px !important;
}

.wrapper .common-table tr {
    border-bottom: 1px solid #ddd;
}

.time-wrp md-hours-minutes {
    margin-right: 0;
    width: 50%;
    padding: 0 5px;
}

.time-wrp .time-colon {
    position: absolute;
    top: 1px;
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%);
    padding: 0;
    padding-left: 4px;
}

/*ngb-timepicker {
	 width: 100%;
}
 ngb-timepicker fieldset .ngb-tp-spacer {
	 font-weight: bold;
	 padding: 0 6px;
	 font-size: 20px;
}
 ngb-timepicker fieldset .ngb-tp-input-container {
	 position: relative;
	 width: 81%;
}
 ngb-timepicker fieldset .ngb-tp-input-container .form-control {
	 font-size: 14px;
	 line-height: 19px;
	 text-align: left;
}
 ngb-timepicker fieldset .ngb-tp-input-container .btn-link {
	 padding: 0;
	 font-size: 0;
	 position: absolute;
	 top: 10px;
	 right: 12px;
	 height: 0;
}
 ngb-timepicker fieldset .ngb-tp-input-container .btn-link .ngb-tp-chevron {
	 width: 0;
	 height: 0;
	 border-left: 4px solid transparent;
	 border-right: 4px solid transparent;
	 border-bottom: 5px solid #333;
}
 ngb-timepicker fieldset .ngb-tp-input-container .btn-link .ngb-tp-chevron.bottom {
	 border-left: 4px solid transparent;
	 border-right: 4px solid transparent;
	 border-top: 5px solid #333;
	 border-bottom: transparent;
}
 ngb-timepicker fieldset .ngb-tp-input-container .btn-link:nth-child(3) {
	 top: auto;
	 right: 12px;
	 bottom: 10px;
}*/

/*M U L T I P L E   S E L E C T*/
.multiple-select .select-wrp {
    display: flex;
    flex-wrap: wrap;
}

    .multiple-select .select-wrp .add-select {
        display: inline-flex;
        margin: 0 6px 6px 0;
        font-size: 14px;
        line-height: 19px;
        padding: 6px 8px;
        background-color: #f2f2f2;
        align-items: center;
    }

        .multiple-select .select-wrp .add-select span {
            background: #b52b27;
            border-radius: 4px;
            height: 15px;
            width: 15px;
            opacity: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 12px;
        }

            .multiple-select .select-wrp .add-select span svg {
                fill: #fff;
            }

/*S I D E B E R   M O D A L*/
/*.modal-backdrop {
    background: transparent !important;
}*/

.modal {
    z-index: 111111 !important;
}

.sidebar-modal {
    margin: 0 0 0 auto !important;
    height: 100vh;
    overflow-y: auto;
    max-width: 583px !important;
    background: #fff;
}

    .sidebar-modal .modal-dialog {
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

    .sidebar-modal.Consolidation {
        max-width: 339px !important;
    }

    .sidebar-modal .modal-content {
        border: 0;
        border-radius: 0;
        min-height: 100%;
        border-left: 1px solid #b2b2b2;
    }

        .sidebar-modal .modal-content .modal-header {
            padding: 14px 22px;
            border: 0;
        }

            .sidebar-modal .modal-content .modal-header h5 {
                font-size: 30px;
                line-height: 39px;
            }

            .sidebar-modal .modal-content .modal-header .close {
                opacity: 1;
            }

        .sidebar-modal .modal-content .modal-body {
            padding: 0;
        }

            .sidebar-modal .modal-content .modal-body .modal-body {
                padding: 22px 15px;
            }

            .sidebar-modal .modal-content .modal-body .col-form-label {
                font-size: 14px;
                line-height: 24px;
                width: 150px;
                display: inline-flex;
                justify-content: flex-end;
                padding-right: 15px;
                font-family: robotobold, sans-serif;
            }

            .sidebar-modal .modal-content .modal-body .modal-imput {
                width: calc(100% - 150px);
            }

                .sidebar-modal .modal-content .modal-body .modal-imput .form-control,
                .sidebar-modal .modal-content .modal-body .modal-imput .input-group {
                    max-width: 343px;
                }

            .sidebar-modal .modal-content .modal-body hr {
                border-top: 1px solid #ddd;
                margin: 25px 0 0;
                max-width: 480px;
            }

            .sidebar-modal .modal-content .modal-body .form-table {
                padding: 22px 0 0;
            }

                .sidebar-modal .modal-content .modal-body .form-table td,
                .sidebar-modal .modal-content .modal-body .form-table th {
                    font-size: 14px;
                    line-height: 30px;
                    padding: 6px 0;
                    border: 0;
                    overflow-wrap: anywhere;
                }

                .sidebar-modal .modal-content .modal-body .form-table tr {
                    background-color: transparent;
                    border-bottom: 1px solid #ddd;
                }

            .sidebar-modal .modal-content .modal-body .form-listing ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .sidebar-modal .modal-content .modal-body .form-listing li {
                font-size: 14px;
                line-height: 24px;
                display: flex;
                align-items: center;
                margin-bottom: 7px;
            }

                .sidebar-modal .modal-content .modal-body .form-listing li span {
                    width: calc(100% - 65px);
                }

        .sidebar-modal .modal-content .time-wrp {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 0 15px;
        }

            .sidebar-modal .modal-content .time-wrp .form-control {
                border-radius: 4px 0px 0px 4px;
                font-family: robotoregular, sans-serif;
            }

            .sidebar-modal .modal-content .time-wrp .search-btn {
                padding: 7px 12px;
                font-size: 16px;
                border: 0;
                border-radius: 0px 4px 4px 0px;
                background: #2468a2;
            }

                .sidebar-modal .modal-content .time-wrp .search-btn .fa {
                    color: #fff;
                }

.time-wrp .md-input-has-placeholder {
    margin: 0;
}

.sidebar-modal ::-webkit-scrollbar {
    width: 5px;
}

.sidebar-modal ::-webkit-scrollbar-thumb {
    background: #888;
}

.sidebar-modal ::-webkit-scrollbar-track {
    background: #fff;
}

.chart-information-wrp {
    max-width: 200px;
}

    .chart-information-wrp ul {
        padding: 0;
        list-style: none;
    }

    .chart-information-wrp li {
        margin-bottom: 10px;
    }

    .chart-information-wrp p {
        margin-bottom: 0%;
        font-size: 14px;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-height: 25px;
    }

    .chart-information-wrp span {
        position: relative;
        font-size: 14px;
        line-height: 17px;
        padding-left: 28px;
        display: block;
    }

        .chart-information-wrp span:before {
            content: "";
            width: 17px;
            height: 17px;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
        }

.yellow:before {
    background: #f0ad4e;
}

.dark-blue:before {
    background: #20396f;
}

.sky-blue:before {
    background: #2468a2;
}

.light-blue:before {
    background: #2468a2;
}

.red:before {
    background: #b52b27;
}

.grey:before {
    background: #808080;
}

.pink:before {
    background: #ff91ae;
}

.darkpink:before {
    background: #d84775;
}

.green:before {
    background: #1e7e34;
}

.textColor {
    color: white;
}

.toast-message.ng-star-inserted {
    color: white !important;
}



/* Css for Header */
.wrapperHeadTop {
    margin-bottom: -3vh;
}

    .wrapperHeadTop .headerPartTop {
        display: flex;
        flex-wrap: wrap;
        background: #ffffff;
        margin-bottom: 3vh;
    }

        .wrapperHeadTop .headerPartTop .logo {
            padding: 4px 0 11px;
            height: 66px;
        }

            .wrapperHeadTop .headerPartTop .logo img {
                height: 52px;
            }

        .wrapperHeadTop .headerPartTop .righDiv {
            width: 165px;
            margin-left: auto;
        }

            .wrapperHeadTop .headerPartTop .righDiv .fontBox {
                position: relative;
                width: 25px;
                height: 50px;
                float: left;
            }

                .wrapperHeadTop .headerPartTop .righDiv .fontBox .mailFont {
                    margin-top: 15px;
                }

                .wrapperHeadTop .headerPartTop .righDiv .fontBox .circle {
                    position: absolute;
                    display: flex;
                    font-size: 12px;
                    color: white;
                    background-color: #b52b27;
                    border-radius: 50%;
                    top: 9px;
                    right: -4px;
                    font-weight: 600;
                    width: 14px;
                    height: 14px;
                    justify-content: center;
                    align-items: center;
                }

            .wrapperHeadTop .headerPartTop .righDiv .sideDiv {
                width: 200px;
                height: 60px;
                float: left;
            }

                .wrapperHeadTop .headerPartTop .righDiv .sideDiv .profilePic {
                    float: left;
                    margin-top: 14px;
                }

                .wrapperHeadTop .headerPartTop .righDiv .sideDiv .profileDetails {
                    float: left;
                    width: 150px;
                    height: 50px;
                }

                    .wrapperHeadTop .headerPartTop .righDiv .sideDiv .profileDetails .details {
                        display: block;
                        padding: 0;
                        margin: 0;
                    }

                    .wrapperHeadTop .headerPartTop .righDiv .sideDiv .profileDetails .name {
                        margin-top: 20px;
                        color: #373a3c;
                        font: 14px 'HelveticaNeue', sans-serif;
                    }

                    .wrapperHeadTop .headerPartTop .righDiv .sideDiv .profileDetails .type {
                        font: 12px 'HelveticaNeue', sans-serif;
                        color: #707070;
                    }

.wrapperHeadDown {
    background: #2468a2;
}

    .wrapperHeadDown .navbar {
        padding: 0;
    }

        .wrapperHeadDown .navbar .navbar-nav li a {
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            text-transform: capitalize;
            opacity: 1;
            padding: 20px 15px;
        }

            .wrapperHeadDown .navbar .navbar-nav li a:hover,
            .wrapperHeadDown .navbar .navbar-nav li.active a {
                background-color: #2d74b5; /* Updated hover color */
                color: #fff;
                outline: 0;
            }

        .wrapperHeadDown .navbar .navbar-nav li.active a {
            background-color: #1d5a89; /* Updated active color */
        }


        .wrapperHeadDown .navbar .navbar-nav li a:focus {
            color: #ffffff;
            outline: 0;
        }


/* Footer styling */
footer {
    border-top: 1px solid #dedede;
    padding: 8px 0;
}

    footer .footer-wrp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        footer .footer-wrp ul {
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            list-style: none;
        }

            footer .footer-wrp ul a {
                font-size: 15px;
                line-height: 20px;
                letter-spacing: 0;
                color: #23527c;
                opacity: 1;
                text-decoration: none;
                margin-left: 12px;
                font-family: robotomedium, sans-serif;
            }

        footer .footer-wrp .ft-right {
            display: flex;
            flex-direction: column;
            margin-left: 65px;
        }

            footer .footer-wrp .ft-right span {
                font-size: 12px;
                line-height: 20px;
                letter-spacing: 0;
                text-transform: capitalize;
            }


/* Landing page styling */
.wrapper {
    padding: 27px 15px 28px;
}

    .wrapper th {
        opacity: 1;
        font-size: 14px;
    }

    .wrapper td {
        opacity: 1;
        font-size: 14px;
        overflow-wrap: break-word;
    }

        .wrapper td .btn-primary {
            background: #2468a2;
            opacity: 1;
        }

    .wrapper .chaseButton {
        float: right;
    }

    .wrapper .close {
        border-radius: 25%;
        opacity: 1;
        width: 20px;
        height: 23px;
        padding: 0px;
        margin: 0px;
    }

.table-scroll-wrp {
    width: 100%;
    overflow-x: auto;
}

.chart-information-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
}

.main-hd {
    border-bottom: 1px solid #dedede;
}

    .main-hd .sub-titel {
        font-size: 16px;
        line-height: 21px;
        opacity: 1;
    }

        .main-hd .sub-titel li {
            font-size: 14px;
        }

            .main-hd .sub-titel li:last-child {
                margin-left: 40px;
            }

        .main-hd .sub-titel a {
            color: #2468a2;
            font-size: 14px;
            text-transform: capitalize;
        }

    .main-hd .portalItems {
        display: inline-flex;
        list-style-type: none;
        justify-content: flex-end;
    }

.Filter .dropdown {
    width: 129px;
    display: inline-block;
    padding-left: 5px;
}

    .Filter .dropdown .dropdown-toggle {
        width: 100%;
        color: #333;
        background: transparent;
        text-align: left;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 4px 8px;
        font-family: robotoregular, sans-serif;
        line-height: 17px;
    }

        .Filter .dropdown .dropdown-toggle:after {
            margin-left: auto;
        }

        .Filter .dropdown .dropdown-toggle:focus {
            box-shadow: none;
        }

.contact-section {
    padding: 40px 0px 0px;
}

    .contact-section h3 {
        font-size: 30px;
        line-height: 29px;
        padding: 0 0 23px;
    }

        .contact-section h3.actions-hd {
            margin: 0;
            padding: 15px 0 0;
        }

.theme-wrp {
    margin-top: 20px;
}

.contact-section .add-new-wro {
    display: flex;
    margin: 0 0 8px;
}

    .contact-section .add-new-wro .add-new--btn {
        background: #1e7e34;
        border: 1px solid #1e7e34;
        border-radius: 4px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        padding: 3px 21px;
        margin: 0 0 0 auto;
    }

        .contact-section .add-new-wro .add-new--btn span,
        .add-report-btn span {
            width: 15px;
            height: 15px;
            display: inline-flex;
            background: #fff;
            border-radius: 50%;
            color: #1e7e34;
            margin: 0 5px 0 0;
            align-items: center;
            justify-content: center;
        }

            .contact-section .add-new-wro .add-new--btn span svg,
            .add-report-btn span svg {
                fill: #1e7e34;
            }

.add-report-btn {
    align-items: center;
    justify-content: center;
    display: flex;
}

.contact-section .table-striped tr {
    border-bottom: 1px solid #ddd;
}

.contact-section .table-striped th {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px;
}

    .contact-section .table-striped th:last-child {
        padding-right: 0;
        box-sizing: border-box;
    }

.contact-section .table-striped td {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px;
}

    .contact-section .table-striped td.chaseButton {
        display: flex;
        align-items: center;
    }

        .contact-section .table-striped td.chaseButton button {
            width: 98px;
            font-size: 16px;
            line-height: 26px;
            padding: 0;
        }

            .contact-section .table-striped td.chaseButton button.close {
                width: 14px;
                height: 14px;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 5px;
                background: #b52b27;
            }

                .contact-section .table-striped td.chaseButton button.close svg {
                    fill: #fff;
                    display: inline-flex;
                }

                .contact-section .table-striped td.chaseButton button.close span {
                    font-size: 10px;
                    margin-left: 2px;
                    color: #fff;
                    text-shadow: none;
                    line-height: 13px;
                }

.contact-section .table-striped.overdue-table th:last-child {
    width: 204px;
}

.contact-section .table-striped.actions-table th:first-child {
    min-width: 60px;
}

.contact-section .tab-btn-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

    .contact-section .tab-btn-row .Filter {
        margin-left: 20px;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 6px;
        font-family: robotobold, sans-serif;
    }

    .contact-section .tab-btn-row .btn-outline-dark {
        padding: 7px 13px;
        margin-right: 1px;
        border: 1px solid #ddd;
        border-radius: 4px 4px 0px 0px;
        font-size: 16px;
        line-height: 24px;
        border-bottom: 0;
    }

    .contact-section .tab-btn-row #Unread.btn-outline-dark.activeClass,
    .contact-section .tab-btn-row #Unread.btn-outline-dark:hover {
        background-color: #b52b27 !important;
        color: #fff !important;
    }

.contact-section .red:hover {
    background-color: #b52b27 !important;
    color: #fff !important;
}

.contact-section .blue-actions:hover {
    background-color: #2468a2 !important;
    color: #fff !important;
}

.contact-section .tab-btn-row .btn-outline-dark:focus {
    box-shadow: none;
}

.contact-section .tab-btn-row .btn-outline-dark.download-btn {
    margin: 0 0 6px auto;
    background: #2468a2;
    padding: 0 15px;
    line-height: 4px;
    border-radius: 4px;
    border: 0;
}

.theme-chart {
    display: flex;
}

.Sidebar {
    border-left: 1px solid #dedede;
    padding: 0 20px;
}

    .Sidebar .performance-wrp .performance-box {
        background: #fff;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        padding: 20px 10px 30px;
        margin-bottom: 20px;
        position: relative;
    }

        .Sidebar .performance-wrp .performance-box h4 {
            font-size: 27px;
            line-height: 40px;
            text-transform: capitalize;
            margin: 0;
        }

        .Sidebar .performance-wrp .performance-box p {
            font-size: 12px;
            line-height: 20px;
            text-transform: capitalize;
            margin: 5px 0 0;
        }

        .Sidebar .performance-wrp .performance-box .error-icon {
            position: absolute;
            top: 6px;
            right: 8px;
        }

    .Sidebar .help {
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
    }

        .Sidebar .help .help-link {
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            list-style: none;
            width: 100%;
        }

            .Sidebar .help .help-link li {
                font-size: 14px;
                line-height: 25px;
                margin-bottom: 10px;
                width: 100%;
            }

                .Sidebar .help .help-link li.link-hd {
                    font-family: robotobold, sans-serif;
                    color: #333;
                }

                .Sidebar .help .help-link li a {
                    color: #23527c;
                    text-decoration: none;
                }

.color.h6 {
    color: #2468a2;
    cursor: pointer;
}

/* Cases styling */
.cases-wrapper {
    padding: 18px 0 37px;
}

    .cases-wrapper .contact-section {
        padding: 40px 0px 0px;
    }

        .cases-wrapper .contact-section .table-striped tr {
            border-bottom: 1px solid #ddd;
        }

        .cases-wrapper .contact-section .table-striped th,
        .cases-wrapper .contact-section .table-striped td {
            font-size: 14px;
            line-height: 24px;
            border: 0;
            padding: 6px 10px;
            text-transform: capitalize;
        }

        .cases-wrapper .contact-section .table-striped tbody tr:last-child {
            border-bottom: 0px;
        }

    .cases-wrapper .filter-wrp .export-btn svg {
        margin-left: 10px;
    }


/* Date Picker Calendar */
._720kb-datepicker-calendar {
    top: 39px;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-days-header {
    background-color: #f8f9fa !important;
}

    ._720kb-datepicker-calendar-month,
    ._720kb-datepicker-calendar-month span,
    ._720kb-datepicker-calendar-header a:hover {
        color: #495057 !important;
    }

    ._720kb-datepicker-calendar-days-header div {
        color: #5bc0de;
        line-height: 2rem;
        text-align: center;
        font-style: italic;
        font-weight: 400;
        padding: 0;
        font-size: 100%;
    }

._720kb-datepicker-calendar-day._720kb-datepicker-today {
    background: #e2e6ea;
}

@media only screen and (max-width: 1200px) {
    .cases-wrapper .filter-wrp form .dropdown-btn .dropdown-toggle {
        width: 142px;
    }

    .cases-wrapper .filter-wrp form .export-btn {
        margin: 10px 0 0 0 !important;
    }
}

/* Case Summary Styling*/
.summary-wrapper {
    padding: 32px 0 70px;
}

    .summary-wrapper .main-hd .date-wrp {
        width: 100%;
    }

        .summary-wrapper .main-hd .date-wrp a {
            text-decoration: underline;
            color: #2468a2;
            font-size: 16px;
            line-height: 21px;
        }

    .summary-wrapper .performance-wrp .performance-box {
        background: #fff;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        padding: 20px 10px 30px;
        position: relative;
    }

        .summary-wrapper .performance-wrp .performance-box h4 {
            font-size: 27px;
            line-height: 40px;
            text-transform: capitalize;
            margin: 0;
        }

        .summary-wrapper .performance-wrp .performance-box p {
            font-size: 13px;
            line-height: 20px;
            text-transform: capitalize;
            margin: 5px 0 0;
        }

        .summary-wrapper .performance-wrp .performance-box .error-icon {
            position: absolute;
            top: 4px;
            right: 8px;
        }

    .summary-wrapper .step-row {
        align-items: center;
        padding: 23px 0 32px;
        width: 100%;
    }

        .summary-wrapper .step-row .step-wep {
            display: inline-flex;
            flex-wrap: wrap;
        }

            .summary-wrapper .step-row .step-wep .step {
                width: 150px;
                padding-right: 5px;
                display: flex;
            }

                .summary-wrapper .step-row .step-wep .step:after {
                    content: "";
                    width: 40px;
                    margin-right: -10px;
                    height: 3px;
                    background: #707070;
                    margin-left: -20px;
                    display: table;
                    margin-top: 20px;
                }

                .summary-wrapper .step-row .step-wep .step:last-child {
                    width: auto;
                }

                    .summary-wrapper .step-row .step-wep .step:last-child:after {
                        display: none;
                    }

                .summary-wrapper .step-row .step-wep .step .step-icon {
                    cursor: pointer;
                    display: inline-flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .summary-wrapper .step-row .step-wep .step .step-icon span {
                        width: 39px;
                        height: 39px;
                        border: 2px solid #707070;
                        border-radius: 50%;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                    }

                        .summary-wrapper .step-row .step-wep .step .step-icon span .fa {
                            color: #707070;
                            font-size: 18px;
                            margin-left: 10px;
                        }

                    .summary-wrapper .step-row .step-wep .step .step-icon label {
                        font-size: 14px;
                        line-height: 11px;
                        font-family: robotobold, sans-serif;
                        width: 100%;
                        text-align: center;
                        text-transform: uppercase;
                        margin: 11px 0 0;
                    }

                .summary-wrapper .step-row .step-wep .step.step-done:after {
                    background: #1e7e34;
                }

                .summary-wrapper .step-row .step-wep .step.step-done .step-icon span {
                    border: 2px solid #1e7e34;
                }

                    .summary-wrapper .step-row .step-wep .step.step-done .step-icon span .fa {
                        color: #1e7e34;
                    }

                .summary-wrapper .step-row .step-wep .step.step-created:after {
                    background: #2468a2;
                }

                .summary-wrapper .step-row .step-wep .step.step-created .step-icon span {
                    border: 2px solid #2468a2;
                }

                    .summary-wrapper .step-row .step-wep .step.step-created .step-icon span .fa {
                        color: #2468a2;
                    }

                .summary-wrapper .step-row .step-wep .step.active-step:after {
                    background: #2468a2;
                }

                .summary-wrapper .step-row .step-wep .step.active-step .step-icon span {
                    border: 2px solid #2468a2;
                }

                    .summary-wrapper .step-row .step-wep .step.active-step .step-icon span .fa {
                        color: #2468a2;
                    }

    .summary-wrapper .status-header {
        padding: 5px;
        background: #2468a2;
        border-radius: 4px;
    }

        .summary-wrapper .status-header p,
        .summary-wrapper .status-header .Filter {
            font-size: 16px;
            line-height: 29px;
            color: #fff;
            font-family: robotobold, sans-serif;
            margin: 0;
        }

        .summary-wrapper .status-header .Filter {
            margin-left: auto;
        }

            .summary-wrapper .status-header .Filter .dropdown {
                width: 180px;
                display: inline-block;
                padding-left: 5px;
            }

                .summary-wrapper .status-header .Filter .dropdown .dropdown-toggle {
                    width: 100%;
                    color: #333;
                    text-align: left;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    padding: 3px 8px;
                    background: #fff;
                    font-size: 14px;
                }

                    .summary-wrapper .status-header .Filter .dropdown .dropdown-toggle:after {
                        margin-left: auto;
                    }

                    .summary-wrapper .status-header .Filter .dropdown .dropdown-toggle:focus {
                        box-shadow: none;
                    }

        .summary-wrapper .status-header .fa {
            color: #fff;
            font-size: 20px;
            margin-left: 15px;
        }

        .summary-wrapper .status-header .col-md-6 {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

    .summary-wrapper .activity-aummary h3 {
        font-size: 30px;
        line-height: 39px;
        margin: 22px 0 20px;
    }

    .summary-wrapper .activity-aummary .table-striped {
        border: 1px solid #e4e4e4;
    }

        .summary-wrapper .activity-aummary .table-striped th,
        .summary-wrapper .activity-aummary .table-striped td {
            font-size: 16px;
            line-height: 21px;
            border-bottom: 0;
            border-right: 1px solid #e4e4e4;
        }

            .summary-wrapper .activity-aummary .table-striped th:last-child,
            .summary-wrapper .activity-aummary .table-striped td:last-child {
                border-right: 0;
            }

        .summary-wrapper .activity-aummary .table-striped.activity-table td {
            font-family: robotobold, sans-serif;
            color: #2468a2;
        }

            .summary-wrapper .activity-aummary .table-striped.activity-table td:first-child {
                color: #333;
                font-family: robotoregular, sans-serif;
            }

        .summary-wrapper .activity-aummary .table-striped.created-forms th,
        .summary-wrapper .activity-aummary .table-striped.created-forms td {
            font-size: 14px;
            line-height: 24px;
        }

        .summary-wrapper .activity-aummary .table-striped.created-forms td {
            width: 50%;
        }

            .summary-wrapper .activity-aummary .table-striped.created-forms td:first-child {
                color: #2468a2;
            }

    .summary-wrapper .activity-aummary tr {
        border-bottom: 1px solid #e4e4e4;
    }

        .summary-wrapper .activity-aummary tr:last-child {
            border-bottom: 0;
        }

    .summary-wrapper .activity-aummary .case-details {
        border: 1px solid #e4e4e4;
        border-radius: 4px;
    }

        .summary-wrapper .activity-aummary .case-details ul {
            padding: 0;
            list-style: none;
            margin: 0;
        }

        .summary-wrapper .activity-aummary .case-details li {
            font-size: 14px;
            line-height: 24px;
            padding: 8px 15px;
            border-bottom: 1px solid #e4e4e4;
        }

            .summary-wrapper .activity-aummary .case-details li a {
                text-decoration: underline;
                color: #2468a2;
                padding-left: 5px;
            }

        .summary-wrapper .activity-aummary .case-details h4 {
            font-size: 14px;
            line-height: 24px;
            position: relative;
            font-family: robotobold, sans-serif;
            padding: 8px 15px;
            margin: 0;
        }

            .summary-wrapper .activity-aummary .case-details h4 .fa {
                position: absolute;
                right: 15px;
                top: 12px;
                font-size: 18px;
            }

        .summary-wrapper .activity-aummary .case-details p {
            font-size: 14px;
            line-height: 24px;
            /*padding: 0 15px;
            margin: 0 0 15px;*/
        }

@media only screen and (max-width: 1200px) {
    .summary-wrapper .step-row .step-wep .step {
        width: 80px;
    }

    .summary-wrapper .performance-wrp .performance-box {
        height: 100%;
    }

    .summary-wrapper .activity-aummary .table-striped th,
    .summary-wrapper .activity-aummary .table-striped td {
        font-size: 14px;
    }
}


.pointer {
    cursor: pointer;
}

/* Cases Side Bar*/
.Sidebar-nav .dropdown-menu a svg {
    fill: #2468a2;
}

.Sidebar-nav .dropdown-menu a:hover {
    background: #2468a2;
    color: #fff;
}

    .Sidebar-nav .dropdown-menu a:hover svg {
        fill: #fff;
    }

.modal.fullHeight .modal-dialog {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100vh;
    background-color: #fff;
    margin: 0;
    width: 576px;
    max-width: 576px !important;
}

    .modal.fullHeight .modal-dialog form label {
        text-align: right;
        font-size: 14px;
        font-weight: bold;
    }

.btn-success {
    /* override bootstrap color to a more accessible green */
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}

.badge-success {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}

.btn-warning {
    color: #212529;
    background-color: #8f6800 !important;
    border-color: #8f6800 !important;
}

.distribute-wrapper .tableHeadLabel {
    font-size: 26px;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.distribute-wrapper textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 214px;
}

.distribute-wrapper .form-group {
    position: relative;
}

    .distribute-wrapper .form-group .ds {
        width: 14px;
        height: 14px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -24px;
        top: 42px;
        color: #fff;
        opacity: 1;
        background: #b52b27;
        text-align: center;
    }

        .distribute-wrapper .form-group .ds svg {
            fill: #fff;
        }

        .distribute-wrapper .form-group .ds.add {
            background: #1e7e34;
            top: 10px;
            font-size: 14px;
            line-height: 18px;
        }

.distribute-wrapper .table-striped tr {
    border-bottom: 1px solid #ddd;
}

.distribute-wrapper .table-striped th,
.distribute-wrapper .table-striped td {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px;
    text-transform: capitalize;
    vertical-align: middle;
}

.distribute-wrapper .table-striped tbody tr:last-child {
    border-bottom: 0px;
}

.distribute-wrapper .table-striped .checkbox-row {
    margin: 4px 0 -4px;
}

.distribute-wrapper .form-inline .form-group {
    flex-direction: column;
    align-items: flex-start;
}

.distribute-wrapper .ghjj th,
.distribute-wrapper .ghjj td {
    max-width: 200px;
}

.distribute-wrapper .btn-outline-secondary {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    padding: 9.91px 12.4px;
}

/*.distribute-wrapper form label {
    font-weight: bold;
    font-size: 14px;
}

.distribute-wrapper form p {
    font-size: 16px;
    font-weight: bold;
}*/



.distribute-wrapper .form-group .form-inline .form-control {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    font-family: robotoregular, sans-serif !important;
}

.distribute-wrapper .form-group .form-inline {
    max-width: 180px;
}

/* Case Distiribution Styling */
.modal.fullHeight .modal-dialog {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100vh;
    background-color: #fff;
    margin: 0;
    width: 576px;
    max-width: 576px !important;
}

    .modal.fullHeight .modal-dialog form label {
        text-align: right;
        font-size: 14px;
        font-weight: bold;
    }

/*.btn-success {
    padding: 0.35rem 1.3rem;
}*/

.distribute-wrapper .tableHeadLabel {
    font-size: 26px;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.distribute-wrapper textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 214px;
}

.distribute-wrapper .form-group {
    position: relative;
}

    .distribute-wrapper .form-group .ds {
        width: 14px;
        height: 14px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -24px;
        top: 42px;
        color: #fff;
        opacity: 1;
        background: #b52b27;
        text-align: center;
    }

        .distribute-wrapper .form-group .ds svg {
            fill: #fff;
        }

        .distribute-wrapper .form-group .ds.add {
            background: #1e7e34;
            top: 10px;
            font-size: 14px;
            line-height: 18px;
        }

.distribute-wrapper .table-striped tr {
    border-bottom: 1px solid #ddd;
}

.distribute-wrapper .table-striped th,
.distribute-wrapper .table-striped td {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px;
    text-transform: capitalize;
}

.distribute-wrapper .table-striped tbody tr:last-child {
    border-bottom: 0px;
}

.distribute-wrapper .table-striped .checkbox-row {
    margin: 4px 0 -4px;
}

.distribute-wrapper .form-inline .form-group {
    flex-direction: column;
    align-items: flex-start;
}

.distribute-wrapper .ghjj th,
.distribute-wrapper .ghjj td {
    max-width: 200px;
}

.distribute-wrapper .btn-outline-secondary {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    padding: 9.91px 12.4px;
}

/*.distribute-wrapper form p {
    font-size: 16px;
}
*/


.case-review-form label span {
    font-family: robotoregular, sans-serif;
}



/* custom checkbox */
.checkbox_label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 18px;
}

.checkmark {
    position: absolute;
    top: -4px;
    /*left: 10px;*/
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #6a6969;
}

.checkmark_span {
    position: absolute;
    top: 0;
    /*left: 10;*/
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox_label input:checked ~ .checkmark {
    background-color: #0288d1;
    border: 2px solid #0288d1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */
.checkbox_label input:checked ~ .checkmark:after {
    display: block;
}

.input_checkbox {
    display: none;
}

/* Change cursor when checkbox is disabled */
input:disabled + .checkmark {
    cursor: not-allowed;
    border-color: #bbb;
}

/* Style the checkmark/indicator */
.checkbox_label .checkmark::after {
    left: 4px;
    bottom: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Case Action Styling*/


.summary-wrapper .filter-wrp .form-check {
    margin: 0;
    padding: 7px 22px 0px 20px;
}

    .summary-wrapper .filter-wrp .form-check .form-check-input {
        margin: 6px 0 0 9px;
    }

.filter-wrp .form-check {
    margin: 0 0px -4px 3px;
}

.summary-wrapper table td button {
    font-size: 16px;
    line-height: 24px;
    height: 28px;
    margin-right: 6px;
    padding: 0 15px;
    border: 0;
    border-radius: 4px;
}

.summary-wrapper table tbody tr:hover {
    background: rgba(65, 139, 202, 0.46);
}

/* Case Action Styling*/
.cases-wrapper {
    padding: 18px 0 37px;
}


/* Case Meeting Action*/
.actions-tab {
    padding: 28px 0 0;
}

    .actions-tab .top-heading {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

        .actions-tab .top-heading .search-status {
            display: flex;
            align-items: center;
        }

            .actions-tab .top-heading .search-status label {
                margin: 0 13px 0 0;
                font-size: 16px;
                line-height: 21px;
            }

            .actions-tab .top-heading .search-status input {
                max-width: 180px;
                border: 1px solid #ddd;
                font-size: 14px;
            }

    .actions-tab .performance-wrp .performance-box {
        background: #fff;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        padding: 20px 10px 23px;
        position: relative;
    }

        .actions-tab .performance-wrp .performance-box h4 {
            font-size: 27px;
            line-height: 40px;
            text-transform: capitalize;
            margin: 0;
            font-family: robotobold, sans-serif;
        }

        .actions-tab .performance-wrp .performance-box p {
            font-size: 13px;
            line-height: 20px;
            text-transform: capitalize;
            margin: 5px 0 0;
        }

        .actions-tab .performance-wrp .performance-box .error-icon {
            position: absolute;
            top: 4px;
            right: 8px;
        }

    .actions-tab label {
        font-size: 14px;
        line-height: 24px;
        font-family: robotobold, sans-serif;
        margin: 0px 0 12px;
    }

    .actions-tab .action-form label {
        margin: 6px 0 12px;
    }

    .actions-tab .action-form .time-wrp {
        display: flex;
        align-items: center;
    }

        .actions-tab .action-form .time-wrp .search-btn {
            padding: 7px 12px;
            font-size: 16px;
            margin-left: 5px;
            border: 0;
            border-radius: 4px;
            background: #2468a2;
        }

            .actions-tab .action-form .time-wrp .search-btn .fa {
                color: #fff;
            }

    .actions-tab .form-control {
        font-size: 14px;
        padding: 8.5px 13px;
        line-height: 19px;
        color: black;
        height: auto;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

        .actions-tab .form-control:focus {
            box-shadow: none;
        }

    .actions-tab .btn-outline-secondary {
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 0px 4px 4px 0px;
        padding: 8px 12px;
        display: flex;
    }

    .actions-tab .br-1 {
        border-right: 1px solid #dedede;
    }

    .actions-tab .multiple-section .multiple-select {
        margin: 0 0 32px;
    }

        .actions-tab .multiple-section .multiple-select:last-child {
            margin: 0;
        }

        .actions-tab .multiple-section .multiple-select .add-button {
            background-color: #1e7e34;
            padding: 6px 16px;
        }

            .actions-tab .multiple-section .multiple-select .add-button span {
                width: 15px;
                height: 15px;
                display: inline-flex;
                background: #fff;
                border-radius: 50%;
                color: #1e7e34;
                line-height: 14px;
                margin: 0 4px 0 0;
                align-items: center;
                justify-content: center;
            }

                .actions-tab .multiple-section .multiple-select .add-button span svg {
                    fill: #1e7e34;
                }

    .actions-tab .text-editor {
        border: 1px solid #ddd;
        border-radius: 4px 0px 0px 4px;
        padding: 0 15px;
    }

        .actions-tab .text-editor ul {
            list-style: none;
            padding: 11px 0;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            justify-content: center;
        }

        .actions-tab .text-editor li {
            display: flex;
            flex-wrap: wrap;
            border-right: 1px solid #ddd;
            justify-content: space-between;
            padding: 0 15px;
        }

            .actions-tab .text-editor li:last-child {
                border-right: 0;
            }

            .actions-tab .text-editor li button {
                background: transparent;
                padding: 0 10px;
                border: 0;
                outline: 0;
            }

        .actions-tab .text-editor .text-editor-input {
            width: 100%;
            border: 0;
            resize: none;
            min-height: 165px;
            margin-bottom: 11px;
        }

    .actions-tab .comment-section .form-control {
        min-height: 78px;
        resize: none;
    }

    .actions-tab .comment-section .button-row {
        display: flex;
        align-items: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }

        .actions-tab .comment-section .button-row .form-group label {
            margin: 0 10px 0 0;
        }

        .actions-tab .comment-section .button-row .form-group.form-check-inline .checkbox_label {
            width: 18px;
            height: 18px;
        }

    .actions-tab .comment-section .reply-section {
        margin-bottom: 18px;
    }

        .actions-tab .comment-section .reply-section p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 7px;
        }

        .actions-tab .comment-section .reply-section .comment-body {
            border: 1px solid #ddd;
            font-size: 14px;
            line-height: 25px;
            border-radius: 4px;
            padding: 8px 13px;
        }

        .actions-tab .comment-section .reply-section.reply-comment {
            text-align: right;
        }

            .actions-tab .comment-section .reply-section.reply-comment .comment-body {
                text-align: left;
            }

    .actions-tab .actions-body {
        padding: 33px 0 0;
    }

/*.Sidebar-nav .dropdown .dropdown a {
	background: #1e7e34;
	border: 1px solid #1e7e34;
	color: #fff;
}*/
/*.Sidebar-nav .dropdown svg {
	fill: #fff;
}*/
.Sidebar-nav .dropdown.show a:hover {
    background: #2468a2;
    /*border: 1px solid #2468a2;*/
    color: #fff !important;
}

    .Sidebar-nav .dropdown.show a:hover svg {
        fill: #fff;
    }

    .Sidebar-nav .dropdown.show a:hover span {
        color: white !important;
    }

    .Sidebar-nav .dropdown.show a:hover i {
        color: white !important;
    }

.foote-button-row {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin: 16px 0 0;
}

    .foote-button-row button.save-btn {
        background-color: #1e7e34;
        margin-left: 10px;
    }



.case-review-form label {
    font-size: 14px;
    /*line-height: 38px;*/
    /*min-height: 43px;*/
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

    .case-review-form label span {
        font-size: 18px;
        color: #ff0505;
        margin: 0 0px 0px 6px;
        line-height: 14px;
    }

.case-review-form .checkbox_label .checkmark {
    margin: 0;
}

.case-review-form .checkbox_label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    color: #333333;
    font-family: robotoregular, sans-serif;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 18px;
    margin: 4px;
}

    .case-review-form .checkbox_label label {
        font-size: 14px;
        line-height: 38px;
        font-family: robotobold, sans-serif;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.notification-wrp .add-report-btn {
    background: #1e7e34;
}

.notification-wrp .case-review-form .button-row {
    display: flex;
}

    .notification-wrp .case-review-form .button-row button {
        background: #1e7e34;
        text-transform: capitalize;
    }

.contact-section .table-striped .checkbox-section {
    padding: 10px 10px 0 !important;
}

.notification-wrp .case-review-form .summary-secyion label {
    justify-content: flex-start;
}

.notification-wrp .case-review-form .summary-secyion .form-control {
    min-height: 182px;
    resize: none;
    margin-bottom: 10px;
}

.switchdemoBasicUsage .inset {
    padding-left: 25px;
    padding-top: 25px;
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-bar,
md-switch.md-checked:not([disabled]) .md-bar {
    background-color: rgba(67, 160, 71, 0.54);
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-thumb,
md-switch.md-checked:not([disabled]) .md-thumb {
    background-color: #43a047
}

md-switch {
    margin: 2px 0 !important;
    height: auto !important;
}

.reports-wrp .chart-information-section {
    padding-left: 65px;
    margin: 0;
}



/* Case Chronology Styling */

.summary-wrapper table td button.close {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    padding: 0;
    line-height: 0;
    opacity: 1;
    text-shadow: none;
    background: #b52b27;
    margin: 6px 0 0;
}

    .summary-wrapper table td button.close span {
        color: #fff;
    }

.summary-wrapper table td .fa-check {
    color: #1e7e34;
}

.summary-wrapper table td .fa-times {
    color: #b52b27;
}

.check-box {
    margin: 4px 0 -3px;
}

.btn-background {
    color: #fff;
    background: #2468a2;
    height: 36px;
    width: 100px;
}

.filter-chronology {
    padding: 30px 0 0;
}

    .filter-chronology form {
        display: flex;
        flex-wrap: wrap;
    }

        .filter-chronology form .input-group {
            max-width: 272px;
            margin-right: auto;
        }

            .filter-chronology form .input-group .input-group-prepend .input-group-text {
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 4px 0px 0px 4px;
            }

            .filter-chronology form .input-group .form-control {
                font-size: 14px;
                line-height: 19px;
                padding: 18px 13px;
                color: #555;
                height: auto;
            }

                .filter-chronology form .input-group .form-control:focus {
                    box-shadow: none;
                }

            .filter-chronology form .input-group button {
                font-size: 16px;
                line-height: 19px;
                color: #555;
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 0px 4px 4px 0px;
                padding: 3.5px 11px;
                display: flex;
                align-items: center;
            }

        .filter-chronology form .export-btn {
            font-size: 16px;
            color: #fff;
            background: #2468a2;
            padding: 0 16px;
            height: 38px;
            display: inline-flex;
            align-items: center;
        }

        .filter-chronology form .chronology-item {
            display: flex;
            align-items: center;
        }

            .filter-chronology form .chronology-item label {
                font-size: 14px;
                line-height: 16px;
                font-family: robotobold, sans-serif;
                margin: 0 13px;
            }

            .filter-chronology form .chronology-item .select-input .dropdown-toggle {
                font-size: 14px;
                line-height: 19px;
                color: #555;
                padding: 7.5px 10px;
                height: auto;
                border: 1px solid #ddd;
                border-radius: 4px;
            }

        .filter-chronology form .date-input .dropdown {
            max-width: 135px;
        }

            .filter-chronology form .date-input .dropdown .form-inline .form-group,
            .summary-secyion {
                width: 100%;
            }

                .filter-chronology form .date-input .dropdown .form-inline .form-group .form-control {
                    padding: 10px !important;
                    font-size: 14px;
                    line-height: 16px;
                }

.case-review-form .main-hd.sub-heading {
    margin-bottom: 15px;
    padding: 19px 0 10px;
    width: auto;
}

.notification-wrp .case-review-form .main-hd.sub-heading {
    margin: 0 -15px 18px -15px;
    padding: 19px 0 10px;
    width: auto;
}

/*notification*/
.case-review-form,
.wrapperHeadTop {
    background: #fff;
}

    .wrapperHeadTop .headerPartTop .login-btn {
        margin: 14px 0 14px auto;
    }

.notification-wrp {
    padding: 40px 0 45px;
    background-attachment: fixed;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .notification-wrp .case-review-form {
        background: #fff;
        border-radius: 4px 4px 0 0;
        padding: 15px;
        border: 1px solid #dddddd;
    }


.case-review-form .main-hd.sub-heading h1 {
    font-size: 30px;
    line-height: 39px;
    margin: 0;
    width: calc(100% - 250px);
    margin-top: -3vh;
}

.case-review-form .main-hd p {
    /*width: calc(100% - 250px);*/
    margin: 0 0 0;
    font-size: 30px;
}

.case-review-form .summary-secyion .form-control {
    min-height: 182px;
    resize: none;
    margin-bottom: 10px;
}

.case-review-form .main-hd .textHead {
    margin: 0;
}

.case-review-form .top-titel {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0;
}


.for-row {
    margin-bottom: 15px;
}


.edgeIssueFont {
    font-size: 13px !important;
}

.alightRight {
    text-align: right;
}

    .alightRight .btn-width {
        width: 75%;
    }

.draft-btn-color {
    background: grey !important;
}




/* Case Author Report Styling */

.btn-background {
    color: #fff;
    background: #2468a2;
    height: 36px;
    width: 100px;
}

.filter-chronology {
    padding: 30px 0 0;
}

    .filter-chronology form {
        display: flex;
        flex-wrap: wrap;
    }

        .filter-chronology form .input-group {
            max-width: 272px;
            margin-right: auto;
        }

            .filter-chronology form .input-group .input-group-prepend .input-group-text {
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 4px 0px 0px 4px;
            }

            .filter-chronology form .input-group .form-control {
                font-size: 14px;
                line-height: 19px;
                padding: 18px 13px;
                color: #555;
                height: auto;
            }

                .filter-chronology form .input-group .form-control:focus {
                    box-shadow: none;
                }

            .filter-chronology form .input-group button {
                font-size: 16px;
                line-height: 19px;
                color: #555;
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 0px 4px 4px 0px;
                padding: 3.5px 11px;
                display: flex;
                align-items: center;
            }

        .filter-chronology form .export-btn {
            font-size: 16px;
            color: #fff;
            background: #2468a2;
            padding: 0 16px;
            height: 38px;
        }

        .filter-chronology form .chronology-item {
            display: flex;
            align-items: center;
        }

            .filter-chronology form .chronology-item label {
                font-size: 14px;
                line-height: 16px;
                font-family: robotobold, sans-serif;
                margin: 0 13px;
            }

            .filter-chronology form .chronology-item .select-input .dropdown-toggle {
                font-size: 14px;
                line-height: 19px;
                color: #555;
                padding: 7.5px 10px;
                height: auto;
                border: 1px solid #ddd;
                border-radius: 4px;
            }

        .filter-chronology form .date-input .dropdown {
            max-width: 135px;
        }

            .filter-chronology form .date-input .dropdown .form-inline .form-group {
                width: 100%;
            }

                .filter-chronology form .date-input .dropdown .form-inline .form-group .form-control {
                    padding: 10px !important;
                    font-size: 14px;
                    line-height: 16px;
                }

.uplode-form .form-control,
.uplode-form .input-group {
    max-width: 379px !important;
}

.uplode-form .dropdown-toggle {
    background: #eee;
    border: 1px solid #ddd;
}

    .uplode-form .dropdown-toggle:hover {
        color: #333;
    }

.uplode-form .upload-file {
    display: flex;
    max-width: 379px;
    align-items: center;
}

    .uplode-form .upload-file label {
        font-size: 14px;
        line-height: 24px;
    }

.uplode-form hr {
    max-width: 514px !important;
}

.uplode-form .form-group,
.case-author-report-form hr {
    width: 100% !important;
}

.uplode-form .input-group {
    height: 100%;
}

.case-author-report-form hr {
    max-width: 480px !important;
    margin-bottom: 20px !important;
}

.case-author-report-form .common-button {
    margin: 0 0 0 auto !important;
}

@media only screen and (min-width: 1360px) {
    .filter-chronology form .chronology-item .select-input .dropdown-toggle {
        width: 155px;
        margin: 0 5px 0 0;
    }

    .container {
        max-width: 1356px !important;
        /*margin-top: 60px;*/
    }
}

@media (max-width: 770px) {
    .container {
        max-width: 770px !important;
    }
}


@media only screen and (max-width: 1359px) {
    .filter-chronology form .export-btn {
        margin: 10px 10px 0 0 !important;
    }

    .actions-tab .text-editor ul {
        margin: 0 -15px;
    }

    .actions-tab .text-editor li button {
        padding: 0 6px;
    }

    .actions-tab .text-editor li {
        padding: 0 0px;
    }

        .actions-tab .text-editor li button {
            padding: 0 8px;
        }
}

@media only screen and (max-width: 1200px) {
    .filter-chronology form .input-group {
        max-width: 357px;
    }

    .filter-chronology form .chronology-item.date-input {
        margin: 10px 0 0 0;
    }

        .filter-chronology form .chronology-item.date-input.date-to {
            margin-right: auto;
        }

    .filter-chronology form .chronology-item .dropdown {
        max-width: 155px;
    }

    .filter-chronology form .chronology-item .select-input .dropdown-toggle {
        width: 155px;
        margin: 0 5px 0 0;
    }
}


/*View Message Styling*/

.cases-wrapper .viwe-mass-wrp {
    padding: 27px 0 45px;
}

    .cases-wrapper .viwe-mass-wrp h3 {
        font-size: 23px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        align-items: center;
    }

        .cases-wrapper .viwe-mass-wrp h3 .reply-btn {
            background-color: #1e7e34;
            width: 112px;
            font-size: 16px;
            padding: 8px 0;
            border: 0;
            border-radius: 4px;
            color: #fff;
            margin-left: auto;
        }

    .cases-wrapper .viwe-mass-wrp p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .cases-wrapper .viwe-mass-wrp .time-divider {
        font-size: 13px;
        line-height: 19px;
        margin: 6px 0 3px;
    }

    .cases-wrapper .viwe-mass-wrp ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 44px;
    }

        .cases-wrapper .viwe-mass-wrp ul li {
            font-size: 14px;
            line-height: 24px;
        }

            .cases-wrapper .viwe-mass-wrp ul li span {
                color: #2468a2;
            }

            .cases-wrapper .viwe-mass-wrp ul li .common-button {
                padding: 2.1px 16px;
            }


/* Author view*/
.reply-comment label {
    width: 100%;
    text-align: right;
}

.btn-background {
    color: #fff;
    background: #2468a2;
    height: 36px;
    width: 100px;
}

.filter-chronology {
    padding: 30px 0 0;
}

    .filter-chronology form {
        display: flex;
        flex-wrap: wrap;
    }

        .filter-chronology form .input-group {
            max-width: 272px;
            margin-right: auto;
        }

            .filter-chronology form .input-group .input-group-prepend .input-group-text {
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 4px 0px 0px 4px;
            }

            .filter-chronology form .input-group .form-control {
                font-size: 14px;
                line-height: 19px;
                padding: 18px 13px;
                color: #555;
                height: auto;
            }

                .filter-chronology form .input-group .form-control:focus {
                    box-shadow: none;
                }

            .filter-chronology form .input-group button {
                font-size: 16px;
                line-height: 19px;
                color: #555;
                background: #eceeef;
                border: 1px solid #ddd;
                border-radius: 0px 4px 4px 0px;
                padding: 3.5px 11px;
                display: flex;
                align-items: center;
            }

        .filter-chronology form .export-btn {
            font-size: 16px;
            color: #fff;
            background: #2468a2;
            padding: 0 16px;
            height: 38px;
        }

        .filter-chronology form .chronology-item {
            display: flex;
            align-items: center;
        }

            .filter-chronology form .chronology-item label {
                font-size: 14px;
                line-height: 16px;
                font-family: robotobold, sans-serif;
                margin: 0 13px;
            }

            .filter-chronology form .chronology-item .select-input .dropdown-toggle {
                font-size: 14px;
                line-height: 19px;
                color: #555;
                padding: 7.5px 10px;
                height: auto;
                border: 1px solid #ddd;
                border-radius: 4px;
            }

        .filter-chronology form .date-input .dropdown {
            max-width: 135px;
        }

            .filter-chronology form .date-input .dropdown .form-inline .form-group {
                width: 100%;
            }

                .filter-chronology form .date-input .dropdown .form-inline .form-group .form-control {
                    padding: 10px !important;
                    font-size: 14px;
                    line-height: 16px;
                }

@media only screen and (min-width: 1360px) {
    .filter-chronology form .chronology-item .select-input .dropdown-toggle {
        width: 155px;
        margin: 0 5px 0 0;
    }
}

@media only screen and (max-width: 1359px) {
    .filter-chronology form .export-btn {
        margin: 10px 10px 0 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .filter-chronology form .input-group {
        max-width: 357px;
    }

    .filter-chronology form .chronology-item.date-input {
        margin: 10px 0 0 0;
    }

        .filter-chronology form .chronology-item.date-input.date-to {
            margin-right: auto;
        }

    .filter-chronology form .chronology-item .dropdown {
        max-width: 155px;
    }

    .filter-chronology form .chronology-item .select-input .dropdown-toggle {
        width: 155px;
        margin: 0 5px 0 0;
    }
}

.alightRight {
    text-align: right;
}

    .alightRight .btn-width {
        width: 75%;
    }

.draft-btn-color {
    background: grey !important;
}

.content .pdf_list {
    overflow: auto;
}

    .content .pdf_list ol {
        padding-left: 0;
    }

        .content .pdf_list ol li {
            list-style: decimal inside;
        }

.content .comment_section {
    border-left: 1px solid #ccc;
}

    .content .comment_section .comment_box .comment_view {
        margin: 10px 0;
    }

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

iframe {
    display: block;
    width: 100%;
}


/*  Case meeting */

.cases-wrapper .main-hd button {
    max-height: 34px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border: 0;
    padding: 5px 21px;
    margin: 0px 0 0 6px;
    background: #1e7e34;
}

    .cases-wrapper .main-hd button.send-btn {
        background: #2468a2;
    }

.tab-btn-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
}

    .tab-btn-row .btn-outline-dark {
        padding: 7px 20px;
        margin-right: 1px;
        border: 0;
        border-radius: 4px 4px 0px 0px;
        font-size: 16px;
        line-height: 24px;
        border-bottom: 0;
    }

        .tab-btn-row .btn-outline-dark:hover {
            background-color: #2468a2;
            color: #fff;
        }

        .tab-btn-row .btn-outline-dark:focus {
            box-shadow: none;
        }

        .tab-btn-row .btn-outline-dark.download-btn {
            margin: 0 0 6px auto;
            background: #2468a2;
            padding: 0 15px;
            line-height: 4px;
            border-radius: 4px;
            border: 0;
        }

#btnUnread:hover {
    background-color: rgb(217, 83, 79);
    color: #fff;
}

/*  Case meeting minutes*/
.minutes-tab {
    padding: 28px 0 0;
}

    .minutes-tab .add-select .close {
        background: #b52b27;
        border-radius: 4px;
        height: 15px;
        width: 15px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
    }

        .minutes-tab .add-select .close.add-btn {
            background: #1e7e34 !important;
        }

        .minutes-tab .add-select .close svg {
            fill: #fff;
        }

    .minutes-tab .form-check {
        font-size: 14px;
        line-height: 24px;
        display: flex;
        justify-content: flex-end;
        margin: 0 0 5px;
        margin-right: 2.5vw;
    }

        .minutes-tab .form-check.form-checkheading p {
            font-size: 14px;
            line-height: 24px;
            font-family: robotobold, sans-serif;
        }

        .minutes-tab .form-check span {
            margin-left: auto;
        }

            .minutes-tab .form-check span label {
                margin-left: 2vw;
            }

    .minutes-tab .form-row-main {
        padding: 0 7px;
    }

    .minutes-tab .description {
        display: flex;
        flex-direction: column;
        margin: 0 -7px;
    }

        .minutes-tab .description label {
            font-family: robotobold, sans-serif;
            font-size: 14px;
            line-height: 24px;
        }

        .minutes-tab .description textarea {
            border: 1px solid #ddd;
            border-radius: 4px;
            resize: none;
            padding: 10px;
            font-size: 14px;
            line-height: 24px;
        }

        .minutes-tab .description .input-group {
            align-items: center;
        }

            .minutes-tab .description .input-group span {
                width: 14px;
                height: 14px;
                border-radius: 4px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-left: 10px;
                background-color: #b52b27;
                opacity: 1;
                color: #fff;
                cursor: pointer;
                font-size: 13px;
                line-height: 5px;
            }

                .minutes-tab .description .input-group span.add {
                    background-color: #1e7e34;
                }

                .minutes-tab .description .input-group span svg {
                    fill: #fff;
                }

        .minutes-tab .description button {
            background: #eee;
            border: 1px solid #ddd;
            padding: 6px 15px;
        }

            .minutes-tab .description button:hover {
                color: #333;
            }

        .minutes-tab .description.uplode-doc {
            flex-direction: inherit;
            align-items: center;
            margin-top: -5px;
        }

            .minutes-tab .description.uplode-doc label {
                margin: 0;
                font-size: 14px;
                line-height: 24px;
                font-family: robotobold, sans-serif;
            }

            .minutes-tab .description.uplode-doc .browse {
                background: #1e7e34;
                padding: 7px 16px;
                border: 0;
            }

        .minutes-tab .description .time-wrp .form-group,
        .minutes-tab .description .time-wrp .input-group {
            width: 100%;
        }

        .minutes-tab .description .time-wrp .btn-outline-secondary {
            padding: 6px 12px;
            display: flex;
            height: 43px;
        }

        .minutes-tab .description .common-button.w140 {
            font-size: 16px !important;
            line-height: 24px !important;
            background-color: #1e7e34;
            padding: 6px 16px;
            border: 0;
            border-radius: 4px;
            color: #fff;
            width: 140px;
        }

            .minutes-tab .description .common-button.w140:hover {
                color: #fff;
            }

            .minutes-tab .description .common-button.w140 span {
                width: 15px;
                height: 15px;
                display: inline-flex;
                background: #fff;
                border-radius: 50%;
                color: #1e7e34;
                line-height: 14px;
                margin: 0 4px 0 0;
                align-items: center;
                justify-content: center;
            }

    .minutes-tab .foote-button-row {
        border-top: 1px solid #dedede;
        padding-top: 30px;
        margin: 16px 0 0;
    }

        .minutes-tab .foote-button-row button.save-btn {
            background-color: #1e7e34;
            margin-left: 10px;
        }


/*Events Styling*/

.event-form {
    padding: 28px 0 0;
}

    .event-form .top-row .form-control,
    .event-form .top-row .input-group {
        max-width: 276px;
    }

        .event-form .top-row .form-control .btn-outline-secondary,
        .event-form .top-row .input-group .btn-outline-secondary {
            background: #eee;
            border: 1px solid #ddd;
            border-radius: 0px 4px 4px 0px;
            padding: 0 15.5px;
        }

    .event-form h5 {
        font-size: 16px;
        margin: 46px 0 30px;
        font-family: robotobold, sans-serif;
    }

.modal-title {
    margin: 0px 0 0px !important;
    font-family: robotoregular, sans-serif !important;
}

.event-form label {
    font-size: 14px;
}

.event-form .time-wrp {
    display: flex;
    align-items: center;
}

    .event-form .time-wrp .form-inline .form-group {
        width: 100%;
    }

        .event-form .time-wrp .form-inline .form-group .btn-outline-secondary {
            background: #eee;
            border: 1px solid #ddd;
            border-radius: 0px 4px 4px 0px;
            display: flex;
        }

    .event-form .time-wrp label {
        padding: 0 6px;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }

    .event-form .time-wrp span {
        font-size: 20px;
        color: #f00;
        margin: 8px 0 0 7px;
    }

    .event-form .time-wrp .search-btn {
        padding: 7px 12px;
        font-size: 16px;
        margin-left: 5px;
        border: 0;
        border-radius: 4px;
        background: #2468a2;
    }

        .event-form .time-wrp .search-btn .fa {
            color: #fff;
        }

.event-form .manual {
    background: #2468a2;
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 31px 0 0;
    padding: 7px 16px;
    border: 0;
    border-radius: 4px;
    color: #fff;
}

    .event-form .manual .fa {
        color: #fff;
    }

.event-form .description {
    padding: 45px 0 10px;
}

    .event-form .description label {
        width: 100%;
    }

    .event-form .description textarea {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 13px;
        resize: none;
        min-height: 113px;
    }

.event-form .button-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .event-form .button-row span {
        font-size: 14px;
        line-height: 19px;
        margin-right: 30px;
    }

    .event-form .button-row .manual {
        margin-top: 0 !important;
    }

.right-section h3 {
    display: flex;
}

.right-section .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.right-section .table .fa-times {
    padding: 2px 3px;
    font-size: 9px;
    background: #b52b27;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    line-height: 10px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.right-section .table .Selected-users span {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b52b27;
    font-size: 17px;
    border-radius: 50%;
}

    .right-section .table .Selected-users span .fa {
        color: #fff;
    }

    .right-section .table .Selected-users span.check-list {
        background: #1e7e34;
    }

        .right-section .table .Selected-users span.check-list .fa {
            font-size: 11px;
        }

.right-section .all-report {
    margin: 43px 0 0;
}

    .right-section .all-report .all-report-wrp span {
        font-size: 13px;
        color: #333;
        background: rgba(51, 51, 51, 0.15);
        padding: 4px 11px;
        margin: 3px 3px 3px 0;
    }

        .right-section .all-report .all-report-wrp span .fa-times {
            padding: 2px 3px;
            font-size: 9px;
            background: #b52b27;
            color: #fff;
            border-radius: 2px;
            cursor: pointer;
            line-height: 10px;
            position: relative;
            top: -2px;
            margin-left: 10px;
        }

    .right-section .all-report .add-report-btn {
        background-color: #1e7e34;
    }

        .right-section .all-report .add-report-btn span {
            width: 15px;
            height: 15px;
            display: inline-block;
            background: #fff;
            border-radius: 50%;
            color: #1e7e34;
            line-height: 15px;
            margin: 0 2px 0 0;
        }

.foote-button-row {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    margin: 30px 0 0;
}

    .foote-button-row button.save-btn {
        background-color: #1e7e34;
        margin-left: 10px;
    }

@media only screen and (max-width: 1200px) {
    .date-row .col:first-child {
        flex: 0 0 100%;
    }
}

md-content {
    background-color: #f5f5f5 !important;
}

md-toolbar {
    z-index: 3;
}

    md-toolbar.md-table-toolbar.alternate {
        color: #1e88e5;
        background-color: #e3f2fd;
    }

        md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
            font-size: 16px;
        }

md-card {
    padding: 8px 8px 8px 24px;
}


/* Reports Styling */

.dashboard-wrapper .left_section {
    padding-right: 40px;
}

    .dashboard-wrapper .left_section .box-row {
        margin-bottom: 36px;
    }

    .dashboard-wrapper .left_section h4 {
        font-size: 30px;
        margin-bottom: 9px;
    }

    .dashboard-wrapper .left_section .card {
        border: 0px;
        /*box-shadow: 0px 1px 4px #00000029;*/
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
        height: 110px;
    }

        .dashboard-wrapper .left_section .card .card-body {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .dashboard-wrapper .left_section .card .card-body p {
                font-size: 13px;
            }

    .dashboard-wrapper .left_section .table-bordered tr {
        border-bottom: 1px solid #ddd;
    }

    .dashboard-wrapper .left_section .table-bordered th:first-child {
        width: 70%;
    }

    .dashboard-wrapper .left_section .table-bordered th,
    .dashboard-wrapper .left_section .table-bordered td {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 10px;
        text-transform: capitalize;
    }

.dashboard-wrapper .right_section {
    border-left: 1px solid #f1f1f1;
    padding-left: 30px;
}

    .dashboard-wrapper .right_section .stats {
        display: flex;
    }

        .dashboard-wrapper .right_section .stats > div {
            color: #fff;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            border-radius: 4px;
            font-size: 13px;
        }

            .dashboard-wrapper .right_section .stats > div span {
                font-weight: 700;
                font-size: 27px;
                color: #fff;
            }

        .dashboard-wrapper .right_section .stats .chart_badge1 {
            width: 70%;
            border: 1px solid #2468a2;
            background-color: #2468a2;
        }

        .dashboard-wrapper .right_section .stats .chart_badge2 {
            width: 30%;
            border: 1px solid #f0ad4e;
            background-color: #f0ad4e;
        }

.cases-theme {
    display: flex;
}

    .cases-theme .cases-contact {
        padding-left: 60px;
    }

.filter-wrp form .date-picker {
    display: flex;
    align-items: center;
}

    .filter-wrp form .date-picker .input-group {
        max-width: 175px;
        height: 38px;
    }

        .filter-wrp form .date-picker .input-group input {
            color: #333;
        }

        .filter-wrp form .date-picker .input-group .btn-outline-secondary {
            padding-right: 2px;
            padding-left: 11px;
            padding-top: 10px;
            display: flex;
            background: #cacaca;
            border: 1px solid #ddd;
            border-radius: 0px 4px 4px 0px;
        }

            .filter-wrp form .date-picker .input-group .btn-outline-secondary .a {
                fill: #333;
            }



.overview-date-picker {
    min-height: 38px;
}

.filter-wrp form .input-group input {
    color: #333;
}

.filter-wrp form .input-group .btn-outline-secondary {
    padding-right: 2px;
    padding-left: 11px;
    padding-top: 10px;
    display: flex;
    background: #cacaca;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 0px;
}

    .filter-wrp form .input-group .btn-outline-secondary .a {
        fill: #333;
    }


/* Case Form */
.summary-wrapper .filter-wrp .form-check {
    margin: 0;
    padding: 7px 22px 0px 20px;
}

    .summary-wrapper .filter-wrp .form-check .form-check-input {
        margin: 6px 0 0 9px;
    }

.summary-wrapper .multi-select {
    max-width: 578px;
    font-size: 12px !important;
    min-width: 147px;
}

.summary-wrapper table {
    margin-top: 40px;
}

    .summary-wrapper table td button {
        font-size: 16px;
        line-height: 24px;
        height: 28px;
        margin-right: 6px;
        padding: 0 15px;
        border: 0;
        border-radius: 4px;
    }


/* Agency Involvment form*/

.btn.btn-svg svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.agency-involvement-wrp {
    padding: 40px 0 0;
}

    .agency-involvement-wrp .form-control {
        font-size: 14px;
        padding: 18px 13px;
        line-height: 19px;
        color: #555;
        height: auto;
    }

        .agency-involvement-wrp .form-control:focus {
            box-shadow: none;
        }

    .agency-involvement-wrp .for-row {
        margin-bottom: 15px;
    }

    .agency-involvement-wrp .agency-involvement-form {
        background: #fff;
    }

        .agency-involvement-wrp .agency-involvement-form .main-hd .textHead {
            margin: 0;
        }

        .agency-involvement-wrp .agency-involvement-form .main-hd.sub-heading {
            padding: 19px 0 10px;
            width: auto;
            margin-bottom: 15px;
        }

            .agency-involvement-wrp .agency-involvement-form .main-hd.sub-heading h1 {
                font-size: 30px;
                line-height: 39px;
            }

        .agency-involvement-wrp .agency-involvement-form .top-titel {
            font-size: 14px;
            line-height: 24px;
            margin: 15px 0 0;
        }

        .agency-involvement-wrp .agency-involvement-form .step-nav {
            position: sticky;
            top: 0;
            background: #fff;
            z-index: 11111;
        }

            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row {
                align-items: center;
                padding: 36px 0 0px;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
            }

                .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep {
                    display: inline-flex;
                    flex-wrap: wrap;
                }

                    .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step {
                        width: 130px;
                        padding-right: 5px;
                        display: flex;
                        color: #2468a2;
                    }

                        .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step:after {
                            content: "";
                            width: calc(100% - 44px);
                            height: 2px;
                            background: #2468a2;
                            margin-left: auto;
                            display: inline-flex;
                            margin-top: 20px;
                        }

                        .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step:last-child {
                            width: auto;
                        }

                            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step:last-child:after {
                                display: none;
                            }

                        .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step .step-icon {
                            display: inline-flex;
                            flex-direction: column;
                        }

                            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step .step-icon span {
                                width: 39px;
                                height: 39px;
                                border: 2px solid #2468a2;
                                border-radius: 50%;
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;
                                cursor: pointer;
                            }

                                .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step .step-icon span .fa {
                                    color: #2468a2;
                                    font-size: 18px;
                                }

                        .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.step-done {
                            cursor: pointer;
                        }

                            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.step-done:after {
                                background: #1e7e34;
                            }

                            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.step-done .step-icon span {
                                border: 2px solid #1e7e34;
                            }

                                .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.step-done .step-icon span .fa {
                                    color: #1e7e34;
                                }

                        .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.active-step {
                            cursor: pointer;
                        }

                            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.active-step:after {
                                background: #2468a2;
                            }

                            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.active-step .step-icon span {
                                border: 2px solid #2468a2;
                            }

                                .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step.active-step .step-icon span .fa {
                                    color: #2468a2;
                                }

                .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-title span {
                    width: 130px;
                    display: inline-flex;
                    justify-content: center;
                    font-size: 14px;
                    font-family: robotobold, sans-serif;
                    margin: 5px 0 0;
                    text-align: center;
                }

        .agency-involvement-wrp .agency-involvement-form label {
            font-size: 14px;
            font-family: robotobold, sans-serif;
            margin: 0;
        }

            .agency-involvement-wrp .agency-involvement-form label span {
                font-size: 18px;
                color: #ff0505;
                margin: 0 0px 0px 6px;
                line-height: 14px;
            }

        .agency-involvement-wrp .agency-involvement-form .brth-notification .form-group {
            min-width: 327px;
        }

            .agency-involvement-wrp .agency-involvement-form .brth-notification .form-group .input-group {
                width: 100%;
            }

        .agency-involvement-wrp .agency-involvement-form .btn-outline-secondary {
            background: #eee;
            border: 1px solid #ddd;
            border-radius: 0px 4px 4px 0px;
            display: flex;
        }

        .agency-involvement-wrp .agency-involvement-form .common-button .fa {
            color: #fff;
        }

        .agency-involvement-wrp .agency-involvement-form .add-report-btn {
            background: #1e7e34;
        }

            .agency-involvement-wrp .agency-involvement-form .add-report-btn span {
                width: 15px;
                height: 15px;
                display: inline-block;
                background: #fff;
                border-radius: 50%;
                color: #1e7e34;
                line-height: 15px;
                margin: 0 4px 0 0;
            }

        .agency-involvement-wrp .agency-involvement-form .summary-secyion {
            width: 100%;
        }

            .agency-involvement-wrp .agency-involvement-form .summary-secyion label {
                justify-content: flex-start;
            }

            .agency-involvement-wrp .agency-involvement-form .summary-secyion .form-control {
                min-height: 182px;
                resize: none;
                margin-bottom: 10px;
            }

        .agency-involvement-wrp .agency-involvement-form .button-row {
            display: flex;
        }

            .agency-involvement-wrp .agency-involvement-form .button-row button {
                background: #1e7e34;
                text-transform: capitalize;
            }

        .agency-involvement-wrp .agency-involvement-form .mat-checkbox {
            width: 100%;
            display: block;
            font-size: 14px !important;
        }

            .agency-involvement-wrp .agency-involvement-form .mat-checkbox .mat-checkbox-label {
                line-height: 24px;
            }

    .agency-involvement-wrp svg {
        overflow: hidden;
        vertical-align: middle;
    }

    .agency-involvement-wrp button {
        font-family: robotoregular, sans-serif !important;
    }

footer {
    border-top: 1px solid #dedede;
    padding: 8px 0;
    margin-top: 45px;
}

    footer .footer-wrp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        footer .footer-wrp ul {
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            list-style: none;
        }

            footer .footer-wrp ul a {
                font-size: 15px;
                line-height: 20px;
                letter-spacing: 0;
                color: #23527c;
                opacity: 1;
                text-decoration: none;
                margin-left: 12px;
                font-family: robotomedium, sans-serif;
            }

        footer .footer-wrp .ft-right {
            display: flex;
            flex-direction: column;
            margin-left: 65px;
        }

            footer .footer-wrp .ft-right span {
                font-size: 12px;
                line-height: 20px;
                letter-spacing: 0;
                text-transform: capitalize;
            }

.form-align-right label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}

.questions p.bold {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.questions .form-group {
    margin-bottom: 20px;
}

.inline-input {
    display: flex;
    align-items: center;
}

    .inline-input label {
        margin-right: 20px !important;
    }

.normal {
    font-weight: 550 !important;
}

.timeframe-date {
    padding: 0 15px;
    max-width: 177px;
}

.toast-title {
    font-weight: bold;
    color: #FFFFFF;
}

.toast-message {
    color: #FFFFFF;
}

.toast-success {
    color: rgb(40, 99, 40);
}


/*Case inr-chronology-form*/
.inr-chronology-wrp {
    padding: 40px 0 0;
    background: #fff;
}

.angular-popover {
    width: 250px;
    font-size: 14px;
    font-weight: normal
}

    .angular-popover .sub-contact {
        padding: 10px;
    }

    .angular-popover .title {
        padding: .5rem .75rem;
        margin-bottom: 0;
        font-size: 1rem;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }

md-checkbox.md-checked.blue .md-icon {
    background-color: rgb(27, 136, 209);
}

.inr-chronology-wrp .form-control {
    font-size: 14px;
    padding: 18px 13px;
    line-height: 19px;
    color: #555;
    height: auto;
}

    .inr-chronology-wrp .form-control:focus {
        box-shadow: none;
    }

    .inr-chronology-wrp .form-control.bg-color {
        background: #eee;
        min-height: 118px;
    }

    .inr-chronology-wrp .form-control.fill-bg {
        background: #eee;
    }

.inr-chronology-wrp .request-form p {
    font-size: 16px;
    line-height: 24px;
    font-family: robotobold, sans-serif;
}

.inr-chronology-wrp .request-form,
.inr-chronology-wrp .custom-form,
.inr-chronology-wrp .case-form {
    width: 100%;
}

    .inr-chronology-wrp .request-form .form-inline,
    .inr-chronology-wrp .custom-form .form-inline,
    .inr-chronology-wrp .case-form .form-inline {
        max-width: 145px;
    }

.inr-chronology-wrp .for-row {
    margin-bottom: 15px;
    align-items: center;
}

    .inr-chronology-wrp .for-row .fa-exclamation-circle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -13px;
        font-size: 20px;
        color: #b52b27;
    }

.inr-chronology-wrp .case-form label {
    justify-content: flex-end;
    text-align: right;
    line-height: normal;
}

.inr-chronology-wrp .inr-chronology-form {
    background: #fff;
    border-radius: 4px 4px 0 0;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    .inr-chronology-wrp .inr-chronology-form .main-hd {
        padding: 0 0 30px;
    }

        .inr-chronology-wrp .inr-chronology-form .main-hd .textHead {
            margin: 0;
            text-transform: none !important;
        }

        .inr-chronology-wrp .inr-chronology-form .main-hd p {
            width: calc(100% - 300px);
            margin: 0 0 0;
            font-size: 30px;
        }

            .inr-chronology-wrp .inr-chronology-form .main-hd p.date-wrp {
                font-size: 14px;
                line-height: normal;
            }

        .inr-chronology-wrp .inr-chronology-form .main-hd.sub-heading {
            margin: 0 -15px 18px -15px;
            padding: 19px 0 10px;
            width: auto;
        }

            .inr-chronology-wrp .inr-chronology-form .main-hd.sub-heading h1 {
                font-size: 30px;
                line-height: 39px;
            }

        .inr-chronology-wrp .inr-chronology-form .main-hd .common-button {
            margin-left: 10px;
        }

            .inr-chronology-wrp .inr-chronology-form .main-hd .common-button svg {
                fill: #fff;
                margin-right: 6px;
                vertical-align: middle;
            }

    .inr-chronology-wrp .inr-chronology-form .step-nav {
        position: sticky;
        top: 0;
        z-index: 11111;
        background: #fff;
        margin: 0 -20px;
    }

        .inr-chronology-wrp .inr-chronology-form .step-nav .step-row {
            align-items: center;
            padding: 57px 0 33px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep {
                display: inline-flex;
                flex-wrap: wrap;
            }

                .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step {
                    width: 130px;
                    padding-right: 5px;
                    display: flex;
                }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step:after {
                        content: "";
                        width: calc(100% - 44px);
                        height: 2px;
                        background: #707070;
                        margin-left: auto;
                        display: inline-flex;
                        margin-top: 20px;
                    }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step:last-child {
                        width: auto;
                    }

                        .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step:last-child:after {
                            display: none;
                        }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step .step-icon {
                        display: inline-flex;
                        flex-direction: column;
                    }

                        .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step .step-icon span {
                            width: 39px;
                            height: 39px;
                            border: 2px solid #707070;
                            border-radius: 50%;
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step .step-icon span .fa {
                                color: #707070;
                                font-size: 18px;
                            }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step.step-done:after {
                        background: #1e7e34;
                    }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step.step-done .step-icon span {
                        border: 2px solid #1e7e34;
                    }

                        .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step.step-done .step-icon span .fa {
                            color: #1e7e34;
                        }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step.active-step:after {
                        background: #2468a2;
                    }

                    .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step.active-step .step-icon span {
                        border: 2px solid #2468a2;
                    }

                        .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step.active-step .step-icon span .fa {
                            color: #2468a2;
                        }

            .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-title span {
                width: 130px;
                display: inline-flex;
                justify-content: center;
                font-size: 14px;
                font-family: robotobold, sans-serif;
                margin: 5px 0 0;
                text-align: center;
                outline: 0;
            }

            .inr-chronology-wrp .inr-chronology-form .step-nav .step-row .step-wep .step:focus,
            .agency-involvement-wrp .agency-involvement-form .step-nav .step-row .step-wep .step:focus {
                outline: 0;
            }

    .inr-chronology-wrp .inr-chronology-form label {
        font-size: 14px;
        font-family: robotobold, sans-serif;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .inr-chronology-wrp .inr-chronology-form label span {
            font-size: 18px;
            color: #ff0505;
            margin: 0 0px 0px 6px;
            line-height: 14px;
        }

    .inr-chronology-wrp .inr-chronology-form .btn-outline-secondary {
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 0px 4px 4px 0px;
        display: flex;
    }

    .inr-chronology-wrp .inr-chronology-form .add-report-btn span {
        width: 15px;
        height: 15px;
        display: inline-flex;
        background: #fff;
        border-radius: 50%;
        color: #1e7e34;
        line-height: 15px;
        margin: 0 10px 0 0;
        align-items: center;
        justify-content: center;
        padding: 0 0 1px;
    }

    .inr-chronology-wrp .inr-chronology-form .alert {
        background: #d9edf7;
        padding: 7.7px 20px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 24px;
        color: #31708f;
        margin-bottom: 0;
    }

        .inr-chronology-wrp .inr-chronology-form .alert svg {
            fill: #31708f;
            margin-right: 10px;
        }

    .inr-chronology-wrp .inr-chronology-form .sub-form-heading {
        padding-bottom: 15px;
        margin: 29px 0 20px;
        display: flex;
        align-items: center;
    }

        .inr-chronology-wrp .inr-chronology-form .sub-form-heading h1 {
            font-size: 16px;
            line-height: 24px;
            font-family: robotobold, sans-serif;
        }

    .inr-chronology-wrp .inr-chronology-form .narrative {
        font-size: 14px;
        line-height: 24px;
    }

    .inr-chronology-wrp .inr-chronology-form .textarea-input label {
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .inr-chronology-wrp .inr-chronology-form .textarea-input .exclamation-icon {
        position: absolute;
        top: 39px;
        right: 25px;
        font-size: 20px;
    }

        .inr-chronology-wrp .inr-chronology-form .textarea-input .exclamation-icon .fa {
            color: #f0ad4e;
        }

    .inr-chronology-wrp .inr-chronology-form .textarea-input span {
        font-size: 14px;
        line-height: 24px;
        margin: -7px 0 7px;
        display: block;
    }

    .inr-chronology-wrp .inr-chronology-form .textarea-input textarea {
        min-height: 154px;
        resize: none;
        margin-bottom: 30px;
    }

    .inr-chronology-wrp .inr-chronology-form .textarea-input .add-report-btn {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .inr-chronology-wrp .inr-chronology-form .textarea-input .add-report-btn span {
            margin: 0 10px 0 0;
            justify-content: center;
            display: flex;
            align-items: center;
        }

    .inr-chronology-wrp .inr-chronology-form .textarea-input .error-section textarea {
        border: 1px solid #f0ad4e;
    }

.inr-chronology-wrp .common-table thead th {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px;
    text-transform: capitalize;
}

.inr-chronology-wrp .common-table td {
    border-top: 0;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 6px 10px !important;
}

    .inr-chronology-wrp .common-table td .edit-btn {
        padding: 0;
        border: 0;
        background: transparent;
        line-height: normal;
    }

    .inr-chronology-wrp .common-table td .delete-btn {
        padding: 0;
        border: 0;
        line-height: normal;
        height: 15px;
        width: 15px;
        border-radius: 3px;
        background: #b52b27;
        display: inline-flex;
        justify-content: center;
    }

        .inr-chronology-wrp .common-table td .delete-btn .fa {
            font-size: 10px;
            color: #fff;
        }

.inr-chronology-wrp .common-table tr {
    border-bottom: 1px solid #ddd;
}

.link {
    cursor: pointer;
}

.inr-chronology-wrp .filter-wrp {
    padding: 30px 0 0;
}

    .inr-chronology-wrp .filter-wrp .form {
        display: flex;
        flex-wrap: wrap;
    }

        .inr-chronology-wrp .filter-wrp .form .input-group {
            max-width: 275px;
            margin-right: auto;
        }

.filter-wrp .form .input-group .search-button {
    font-size: 16px;
    line-height: 19px;
    color: #555;
    background: #eceeef;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 0px;
    padding: 8.5px 18px;
}

.main-hd {
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%;
    align-items: center;
}

/**************** Landing pages Agency Portal ***********************/
.agency-portal .main-hd .row {
    width: 100%;
}

.agency-portal .main-hd .portalItems {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 26px 28px;
    flex-direction: column;
    text-align: center;
    float: right;
}

    .agency-portal .main-hd .portalItems h3 {
        margin: 0;
    }

        .agency-portal .main-hd .portalItems h3 a {
            font-family: robotobold, sans-serif;
            font-size: 27px;
            line-height: 40px;
            color: #2468a2;
        }

    .agency-portal .main-hd .portalItems p {
        font-size: 13px;
        line-height: 20px;
        margin: 0px 0 0;
    }

.agency-portal .main-hd {
    border-bottom: 1px solid #dedede;
    padding-bottom: 22px;
    display: block;
}

.agency-portal .contact-section .table-heading {
    display: flex;
    flex-wrap: wrap;
}

    .agency-portal .contact-section .table-heading .check-wrp {
        font-size: 16px;
        line-height: 21px;
        display: flex;
        align-items: center;
    }

.agency-portal .btn-secondary:not(:disabled):not(.disabled):active {
    background: #ffffff;
    color: #333;
}

.agency-portal .tab-btn-row button:hover,
.agency-portal .tab-btn-row .btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #b52b27;
}


.meet-table-rt th:last-child {
    text-align: start !important;
}


.md-icon {
    width: 16px !important;
    height: 16px !important;
}

.md-checked .md-icon::after {
    left: 2.667px !important;
    top: -0.778px !important;
    width: 5.667px !important;
    height: 11.333px !important;
}

.md-container {
    height: 16px !important;
}

select {
    cursor: pointer;
}

input {
    font-family: robotoregular, sans-serif !important;
}


i {
    margin-right: 10px;
}

    i.active {
        color: white;
    }

.sidebar-icon {
    color: #2468a2;
    width: 15px;
}

.activeClass i {
    color: white !important;
}

.fade-in-out-fast.ng-hide-add {
    opacity: 0;
    transition: 0;
}

.fade-in-out-fast.ng-hide-remove {
    transition: 0.25s linear opacity;
    /*transition-property: opacity;*/
    opacity: 1;
}

.fade-in-out-fast.ng-hide {
    opacity: 0;
    transition: 0;
}




.fade-in-out.ng-hide-add {
    opacity: 0;
    transition: 0;
}

.fade-in-out.ng-hide-remove {
    transition: 0.5s linear all;
    opacity: 1;
}

.fade-in-out.ng-hide {
    opacity: 0;
    transition: 0;
}

.fade-in-out-delay {
    transition: 0.75s linear all;
    opacity: 1;
    transition-delay: 0.75s;
}

    .fade-in-out-delay.ng-hide {
        opacity: 0;
    }

.fade-in-out-delay-small {
    transition: 0.75s linear all;
    opacity: 1;
    transition-delay: 0.2s;
}

    .fade-in-out-delay-small.ng-hide {
        opacity: 0;
    }


.login-wrapper {
    height: 100vh !important;
    width: 100%;
    background-image: url('../images/loginBackground1.jpg');
    position: fixed;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-opacity-filter {
    height: 100%;
    width: 100%;
    background-color: #797979;
    opacity: 0.5;
    position: absolute;
}

.login-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-card {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.login-header-image-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex
}

.login-header-text {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #8199B5
}

/*.btn-primary {
    background: #2468a2;
}*/

.btn-primary:hover {
    background: #3483c5;
    border-color: #3483c5;
}





.gateways-tile-container {
    margin-top: 25px;
}

.gateway-tile {
    position: relative;
    height: 250px;
    cursor: pointer;
    box-shadow: 1px 1px 13px 0px rgba(156, 156, 156, 0.21) !important;
    transition: 0.3s;
}

    .gateway-tile:hover {
        /*background-color: grey;
        color: grey;*/
        opacity: 0.6;
        z-index: 9999;
        transition: 0.3s;
    }



.gateway-tile-content {
    text-align: center;
}

    .gateway-tile-content span {
        font-size: 12pt;
        display: block;
        color: #999999;
        transition: 0.3s;
    }

    .gateway-tile-content .updated-by {
        font-size: 10pt;
    }

.gateway-tile-img {
    width: 100%;
    max-width: 100%;
    height: 110px;
    position: relative;
    margin: auto 0;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .gateway-tile-img img {
        max-height: 100px;
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }



.header-icon {
    color: white;
}

.case-review-form-row {
    margin-bottom: 15px;
}

.case-review-form-label {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.invalid-field-message {
    font-weight: normal !important;
    color: #DC3545 !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

.btn i {
    color: white;
}

.admin-user-details-button-controls {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.nav-link-active {
    background-color: #006272 !important;
    color: white !important;
}

.menu-icon {
    display: none;
}

.nav-link-inactive {
    background-color: none !important;
    color: black !important;
}

.field-validation-fail {
    font-size: 15px;
    color: #DC3545;
    font-weight: normal;
}


.form-control-angular-selector {
    padding-left: 0px;
    padding-right: 0px;
    height: unset;
}




.auto-complete-box {
    position: relative;
}

.auto-complete-result {
    background-color: white;
    max-height: 200px;
    overflow: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    border: 1px solid #b5bdd1;
}

    .auto-complete-result ul {
        list-style: none;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        padding: 10px;
        position: relative;
    }

        .auto-complete-result ul:hover,
        .auto-complete-result ul:focus {
            background-color: #337AB7 !important;
            color: white !important;
        }

        .auto-complete-result ul li i {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translate(0%, -50%);
        }


.address-box {
    border: 1px solid grey;
    border-radius: 2px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.17);
    min-height: 38px;
    padding: 10px;
    margin-right: 20px;
}

.address-list-item li {
    color: black
}

    .address-list-item li:hover {
        color: white !important;
    }



.sub-text {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #595959;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.fields-sub-text {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #595959;
    line-height: 1.2;
}

.change-password-criteria {
    background-color: #eee;
    padding: 10px 0;
    border-radius: 8px;
}

    .change-password-criteria > div > div {
        margin-top: 5px;
        color: #595959;
        font-size: 12px;
    }

        .change-password-criteria > div > div i {
            font-size: 18px;
            margin-right: 10px;
            vertical-align: middle;
        }


.validate-pass {
    color: #1e7e34;
}

.validate-fail {
    color: #b52b27;
}

.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: pointer;
}

.table thead th {
    border-top: none;
}

.page-item.active .page-link {
    background-color: #0056b3;
}

/* ------------------------------------------- */
/* Mixins
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Toggle Fade
/* ------------------------------------------- */
/* line 64, ../sass/ng-animation.scss */
.toggle {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}

    /* line 66, ../sass/ng-animation.scss */
    .toggle.ng-enter {
        opacity: 0;
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
    }

    /* line 71, ../sass/ng-animation.scss */
    .toggle.ng-enter-active {
        opacity: 1;
    }

    /* line 75, ../sass/ng-animation.scss */

    /* line 85, ../sass/ng-animation.scss */
    .toggle.ng-hide-add {
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }

        /* line 89, ../sass/ng-animation.scss */
        .toggle.ng-hide-add.ng-hide-add-active {
            opacity: 0;
        }

    /* line 94, ../sass/ng-animation.scss */
    .toggle.ng-hide-remove {
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }

        /* line 99, ../sass/ng-animation.scss */
        .toggle.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }

/* ------------------------------------------- */
/* Slide Rigth
/* ------------------------------------------- */
/* line 163, ../sass/ng-animation.scss */
.slide-right {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}

    /* line 165, ../sass/ng-animation.scss */
    .slide-right.ng-enter {
        transform: translateX(60px);
        -ms-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }

    /* line 171, ../sass/ng-animation.scss */
    .slide-right.ng-enter-active {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    /* line 176, ../sass/ng-animation.scss */

    /* line 188, ../sass/ng-animation.scss */
    .slide-right.ng-hide-add {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }

        /* line 193, ../sass/ng-animation.scss */
        .slide-right.ng-hide-add.ng-hide-add-active {
            transform: translateX(60px);
            -ms-transform: translateX(60px);
            -webkit-transform: translateX(60px);
            opacity: 0;
        }

    /* line 199, ../sass/ng-animation.scss */
    .slide-right.ng-hide-remove {
        transform: translateX(60px);
        -ms-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }

        /* line 205, ../sass/ng-animation.scss */
        .slide-right.ng-hide-remove.ng-hide-remove-active {
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
        }


.success-icon {
    color: #24953D;
}

.danger-icon {
    color: #CF2D3C;
}


.sticky-header-label {
    width: 120px;
    text-align: center;
}

#caseNotificationForm {
    background-image: none !important;
}


.btn-primary {
    background-color: #2468a2 !important;
}


.form-check-label {
    width: 100%;
    margin-right: 10px;
    margin-top: -5px;
    text-align: right;
}

.form-check-inline {
    width: 100%;
}

#meetingClearFilter {
    height: 37px;
    width: 90px;
    margin-top: 32px;
}

.page-item.active .page-link {
    background-color: #2468a2;
    border-color: #2468a2;
}


.info-paragraph {
    color: #2468a2;
    font-size: 18px;
}


.badge-primary {
    color: #fff;
    background-color: #2468a2;
}

.selector-container.multiple .selector-values span {
    color: #fff !important;
}

.form-control-multi-select {
    height: unset;
    min-height: 43px;
    padding: 0;
    padding-top: 5px;
}

.form-distribution-tab {
    margin-right: 2px;
    margin-top: 3px;
    border: 0;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 0;
    padding: 7px;
    padding-left: 14px;
    padding-right: 10px;
}

/*Report dashboard*/

.help-section-status-icon {
    float: right;
    text-align: center;
    margin-left: 10px;
}

    .help-section-status-icon i {
        margin-bottom: 5px;
        font-size: 20pt;
    }

    .help-section-status-icon .complete {
        color: green;
    }

    .help-section-status-icon .incomplete {
        color: #c9302c;
    }

.help-section {
    height: 220px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    position: relative;
    cursor: pointer;
}

    .help-section .icon-holder {
        height: 80px;
        width: 80px;
        font-size: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: white;
        box-shadow: 1px 3px 2px 1px #a9a9a9;
        position: absolute;
        top: 15px;
        left: 20px;
        color: #2468a2;
    }

    .help-section:hover {
        box-shadow: 0px 1px 8px 2px #d8d8d8;
        color: #073771;
    }

.message-badge {
    padding: 0px 6px;
    border-radius: 45%;
    background-color: red;
    color: white;
    font-size: 12px;
    margin-right: 4px;
    float: right;
    margin-top: 1px;
}


.document-library-icon {
    font-size: 18px;
    color: #2468a2;
    position: relative;
    left: 0;
}

.footer-fixed-bottom {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 990;
    border-top: 1px solid lightgrey;
    height: 60px;
    margin-top: 20vh;
}

.login-footer {
    border: 0;
    display: inline-block;
    margin-top: 7vh;
}

.footer-safegaurd-logo {
    display: flex;
}

    .footer-safegaurd-logo img {
        height: 100%;
    }

.footer-policies {
    margin-top: 36px;
    font-size: 0.8em;
}

    .footer-policies a {
        margin-right: 10px;
    }

#actionsTableContainer {
    float: right;
    display: inline-block;
    margin-top: -46px;
}

#saveMySettingsContainer {
    justify-content: flex-end;
}

#caseListFilters #exportCaseListBtn {
    margin-top: 40px;
    float: right;
}

#txtSearchAudit {
    height: calc(2.25rem + 2px)
}

#loginBtnDiv {
    margin-top: 14px;
    margin-left: 40px;
}

#distributionSearchContainer,
#txtSearchMeetingListContainer {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    height: 38px;
}

#caseFormsSearchFiltersContainer .dropdown-btn {
    min-width: 100%;
}

#txtSearchIAReportContainer,
#caseTeamSearchFilterContainer,
#chronologySearchContainer,
#noteSearchContainer {
    width: 60%;
    max-width: 60%;
    margin-top: 32px;
    height: 38px;
}

#btnCreateIAReport {
    float: right;
    display: inline-block;
    margin-top: 31px
}

#btnAddOtherUser {
    float: right;
    display: inline-block;
    margin-top: 31px
}

#actionsFilterContainer .input-group {
    width: 100%;
    max-width: 58%;
    height: 38px;
}

#statusIdDropdown {
    min-width: 100%;
}

#actionBtnOptionsContainer {
    margin-right: -25px;
}

    #actionBtnOptionsContainer #btnExportAction {
        margin-left: 20px;
    }

    #actionBtnOptionsContainer #btnCreateAction {
        float: right;
    }

#notificationFormContainer {
    width: 100%;
}

#chronologyMultiFilterContainer {
    width: 100%;
}

#chronologyCheckBoxContainer {
    justify-content: flex-start;
    display: flex;
    top: 15px;
}

#noteMultiFilterContainer {
    width: 100%;
    margin-top: 25px;
}

#notesByMeCheckboxContainer {
    justify-content: flex-start;
    display: flex;
    top: 15px;
}

#notesClearFilter {
    height: 40px;
    width: 92px;
    margin-top: 30px;
}


#auditLogSearchFilterContainer {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
}

    #auditLogSearchFilterContainer .input-group {
        width: 100%;
        max-width: 90%;
    }

#auditLogSearchFilterContainer {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
}

    #auditLogSearchFilterContainer .input-group {
        width: 100%;
        max-width: 90%;
    }

#auditLogMultiFilterContainer {
    width: 100%;
    background-color: #eee;
    margin-left: 0px;
    padding: 15px;
    border-radius: 5px;
}

    #auditLogMultiFilterContainer .input-group-append i {
        color: #707070;
    }

#auditClearFilter {
    height: 37px;
    /* width: 100px; */
    /* margin-left: 15px; */
    margin-top: 25px;
}

#resetPasswordContainer {
    display: block
}

#productNameWrapper {
    display: inline-block;
}

#productName {
    font-weight: 700;
    color: #20396f;
}

#btnConfirmUsersContainer {
    margin-bottom: 9vh;
}


@media only screen and (max-width: 770px) {
    .menu-icon {
        display: block;
        margin: 5px;
    }

    .nav-link {
        display: none;
    }

    #loginBtnDiv {
        margin-top: 2vh;
        margin-left: 8vw;
    }

    .wrapperHeadTop .headerPartTop .righDiv {
        width: 154px;
        margin-left: -3vw;
    }

        .wrapperHeadTop .headerPartTop .righDiv .sideDiv {
            width: 191px;
            margin-left: 4vw;
        }

            .wrapperHeadTop .headerPartTop .righDiv .sideDiv .profileDetails .name {
                margin-top: 2.5vh;
                color: #373a3c;
                font: 0.75em 'HelveticaNeue', sans-serif;
            }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    /*Table Headers*/

    #overdueFormsList td:nth-of-type(1):before,
    #homePageActionList td:nth-of-type(1):before {
        content: "Practice Review ID:   ";
    }

    #overdueFormsList td:nth-of-type(2):before,
    #homePageActionList td:nth-of-type(2):before {
        content: "Who:   ";
    }

    #overdueFormsList td:nth-of-type(3):before,
    #homePageActionList td:nth-of-type(3):before {
        content: "Form:   ";
    }

    #overdueFormsList td:nth-of-type(4):before,
    #homePageActionList td:nth-of-type(4):before {
        content: "Due:   ";
    }

    #overdueFormsList td:nth-of-type(5):before,
    #homePageActionList td:nth-of-type(5):before {
        content: "Last Chase:   ";
    }

    #caseList td:nth-of-type(1):before {
        content: "ID:   ";
    }

    #caseList td:nth-of-type(2):before {
        content: "Name:   ";
    }

    #caseList td:nth-of-type(3):before {
        content: "Status:   ";
    }

    #caseList td:nth-of-type(4):before {
        content: "Review Type:   ";
    }

    #caseList td:nth-of-type(5):before {
        content: "Review Date:   ";
    }

    #caseList td:nth-of-type(6):before {
        content: "Last Updated:   ";
    }

    #caseList td:nth-of-type(7):before {
        content: "Core Group Decision Date:   ";
    }

    #caseList td:nth-of-type(8):before {
        content: "Due Date:   ";
    }

    #panelMeetingList td:nth-of-type(1):before {
        content: "ID:   ";
    }

    #panelMeetingList td:nth-of-type(2):before {
        content: "Name:   ";
    }

    #panelMeetingList td:nth-of-type(3):before {
        content: "Date:   ";
    }

    #panelMeetingList td:nth-of-type(4):before {
        content: "Start Time:   ";
    }

    #panelMeetingList td:nth-of-type(5):before {
        content: "Location:   ";
    }

    #panelMeetingList td:nth-of-type(6):before {
        content: "Number of Practice Reviews:   ";
    }

    #panelMeetingList td:nth-of-type(7):before {
        content: "Number Invited:   ";
    }

    #panelMeetingList td:nth-of-type(8):before {
        content: "Number Confirmed:   ";
    }

    #distributionList td:nth-of-type(1):before {
        content: "Requested User:   ";
    }

    #distributionList td:nth-of-type(2):before {
        content: "Forms:   ";
    }

    #distributionList td:nth-of-type(3):before {
        content: "Total Forms:   ";
    }

    #distributionList td:nth-of-type(4):before {
        content: "Additional Questions:   ";
    }

    #distributionList td:nth-of-type(5):before {
        content: "Deadline Date:   ";
    }

    #distributionList td:nth-of-type(6):before {
        content: "Last Updated:   ";
    }

    #distributionList td:nth-of-type(7):before {
        content: "Finalised Date:   ";
    }

    #distributionList td:nth-of-type(8):before {
        content: "Distributed By:   ";
    }

    #formList td:nth-of-type(1):before {
        content: "Form Type:   ";
    }

    #formList td:nth-of-type(2):before {
        content: "Date Created:   ";
    }

    #formList td:nth-of-type(3):before {
        content: "Created By:   ";
    }

    #formList td:nth-of-type(4):before {
        content: "Date Last Modified:   ";
    }

    #formList td:nth-of-type(5):before {
        content: "Sent To:   ";
    }

    #formList td:nth-of-type(6):before {
        content: "Date Finalised:   ";
    }

    #iAReportTable td:nth-of-type(1):before {
        content: "Date Created:   ";
    }

    #iAReportTable td:nth-of-type(2):before {
        content: "Title:   ";
    }

    #iAReportTable td:nth-of-type(3):before {
        content: "Category:   ";
    }

    #iAReportTable td:nth-of-type(4):before {
        content: "Status:   ";
    }

    #iAReportTable td:nth-of-type(5):before {
        content: "Version:   ";
    }

    #iAReportTable td:nth-of-type(6):before {
        content: "Published:   ";
    }

    #caseTeamTable td:nth-of-type(1):before {
        content: "Id:   ";
    }

    #caseTeamTable td:nth-of-type(2):before {
        content: "Name:   ";
    }

    #caseTeamTable td:nth-of-type(3):before {
        content: "Date Added:   ";
    }

    #caseTeamTable td:nth-of-type(4):before {
        content: "Date Removed:   ";
    }

    #caseTeamTable td:nth-of-type(5):before {
        content: "Role(s):   ";
    }

    #caseTeamTable td:nth-of-type(6):before {
        content: "Remove:   ";
    }

    #actionList td:nth-of-type(1):before {
        content: "Id:   ";
    }

    #actionList td:nth-of-type(2):before {
        content: "Action:   ";
    }

    #actionList td:nth-of-type(3):before {
        content: "Goal:   ";
    }

    #actionList td:nth-of-type(4):before {
        content: "Who:   ";
    }

    #actionList td:nth-of-type(5):before {
        content: "Due Date:   ";
    }

    #actionList td:nth-of-type(6):before {
        content: "Last Chase:   ";
    }

    #actionList td:nth-of-type(7):before {
        content: "Last Updated:   ";
    }

    #actionList td:nth-of-type(8):before {
        content: "Status:   ";
    }

    #actionList td:nth-of-type(9):before {
        content: "Lessons:   ";
    }

    #actionList td:nth-of-type(10):before {
        content: "Next Steps:   ";
    }

    #chronologyList td:nth-of-type(1):before {
        content: "Date:   ";
    }

    #chronologyList td:nth-of-type(2):before {
        content: "Evidence:   ";
    }

    #chronologyList td:nth-of-type(3):before {
        content: "Contact:   ";
    }

    #chronologyList td:nth-of-type(4):before {
        content: "Professional:   ";
    }

    #chronologyList td:nth-of-type(5):before {
        content: "Reason:   ";
    }

    #chronologyList td:nth-of-type(6):before {
        content: "Contact Location:   ";
    }

    #chronologyList td:nth-of-type(8):before {
        content: "Action Taken:   ";
    }

    #chronologyList td:nth-of-type(9):before {
        content: "Comments:   ";
    }

    #chronologyList td:nth-of-type(10):before {
        content: "Significant:   ";
    }

    #noteList td:nth-of-type(1):before {
        content: "Id:   ";
    }

    #noteList td:nth-of-type(2):before {
        content: "Title:   ";
    }

    #noteList td:nth-of-type(3):before {
        content: "Type:   ";
    }

    #noteList td:nth-of-type(4):before {
        content: "Description:   ";
    }

    #noteList td:nth-of-type(5):before {
        content: "Date:   ";
    }

    #noteList td:nth-of-type(6):before {
        content: "Created By:   ";
    }

    #documentList td:nth-of-type(1):before {
        content: "Document Name:   ";
    }

    #documentList td:nth-of-type(2):before {
        content: "Uploaded:   ";
    }

    #documentList td:nth-of-type(3):before {
        content: "Form Type:   ";
    }

    #documentList td:nth-of-type(4):before {
        content: "Size:   ";
    }

    #documentList td:nth-of-type(5):before {
        content: "Type:   ";
    }



    #caseAuditList td:nth-of-type(1):before {
        content: "Id:   ";
    }

    #caseAuditList td:nth-of-type(2):before {
        content: "Event:   ";
    }

    #caseAuditList td:nth-of-type(3):before {
        content: "Summary:   ";
    }

    #caseAuditList td:nth-of-type(4):before {
        content: "Username:   ";
    }

    #caseAuditList td:nth-of-type(5):before {
        content: "Date:   ";
    }

    #actionsExportContainer {
        display: inline-block;
        margin-top: 1vh;
        float: none;
    }

    .case-review-form {
        margin-bottom: 3vh;
    }

    label {
        float: left;
    }

    #btnResetPassword {
        margin: 2vh 0vh;
    }

    #caseListFilters button {
        margin-top: 0px;
        float: none;
        margin-bottom: -3vh;
    }

    #caseListFilters #btnSearch {
        height: 4.7vh;
    }

    #caseListFilters label {
        margin: 1.5vh 0vh;
    }

    .status-header {
        height: 15vh;
    }

    .summary-wrapper .step-wep {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: inherit;
    }

    .summary-wrapper .step {
        margin: 2vh auto;
    }

    .summary-wrapper .step-row .step-wep .step {
        width: 27vw;
    }

        .summary-wrapper .step-row .step-wep .step:after {
            display: none;
        }

    .summary-wrapper .activity-aummary .table-striped.created-forms td {
        width: 100%;
    }

    .summary-wrapper .status-header .Filter {
        margin-left: 10.5vw;
    }

    .Sidebar-nav {
        width: 34vw;
    }

    .step-nav.sticky-step {
        top: 120px;
        background-color: #fff;
        position: static;
        z-index: 999;
        margin: 0 -16px;
    }

    #meetingListFilters {
        width: auto;
    }

    #showPastMeetingsCheck {
        width: auto;
        margin: 2vh 26%;
    }

    #startDatePickerContainer,
    #endDatePickerContainer {
        width: 100%;
        margin: 2vh 5vw;
    }

    #meetingListStartDatePickerContainer,
    #meetingListEndDatePickerContainer {
        width: 100%;
        margin: 1vh 13vw;
    }

    #adminSideBar {
        position: fixed;
        height: 68.5vh;
        z-index: 998;
        width: 10vw;
        margin-top: -5vh;
    }

    #caseSideBar {
        position: fixed;
        height: 68.5vh;
        z-index: 998;
        width: 10vw;
        margin-top: -2vh;
    }

        #caseSideBar a {
            background-color: white;
        }

    #caseSideMenuExpand {
        float: right;
        cursor: pointer;
        padding: 1vh 1vw;
    }

    .right-contect-section {
        margin-left: 11vw;
        width: 87vw;
    }

    #meetingClearFilter {
        height: 37px;
        width: 90px;
        margin: 0vh auto;
    }

    #formDistributionFilters label {
        margin: 1vh;
    }

    #distributionSearchContainer {
        max-width: 100%;
        margin: 1vh 1vw;
        position: relative;
        left: 2vw;
    }

    #btnCreateFormDistribution {
        position: relative;
        right: 36%;
    }

    #caseFormsSearchFiltersContainer .dropdown-btn {
        width: 100%;
        margin-left: 7vw;
        margin-top: 2vh;
        min-width: 0%;
    }

    #caseFormsSearchFiltersContainer .form-check-inline,
    #caseTeamMultiFilterContainer .form-check-inline {
        max-width: 100%;
        width: auto;
        margin: 1vh auto;
    }

    #txtSearchCaseForms {
        margin-left: 7vw;
    }

    #txtSearchIAReportContainer,
    #caseTeamSearchFilterContainer,
    #chronologySearchContainer,
    #noteSearchContainer,
    #auditLogSearchFilterContainer {
        min-width: 80%;
        margin-left: 11vw;
    }

    #txtSearchMeetingListContainer {
        width: 80%;
        margin: 1vh auto;
    }

    #btnAddOtherUser {
        margin: 6vh 20vw;
        position: relative;
        left: 2vw;
    }

    #actionsFilterContainer .input-group {
        margin: 2vh 12vw;
        min-width: 80%;
    }

    #actionsFilterContainer label {
        margin-top: 5vh;
        margin-left: 36vw;
    }

    #statusIdDropdown {
        width: 81%;
        min-width: 0;
        margin: 3vh 11vw;
    }

    #actionBtnOptionsContainer {
        display: flex;
        justify-content: space-evenly;
        position: relative;
        left: 1vw;
        margin-top: 2vh;
    }

        #actionBtnOptionsContainer button {
            height: 5vh;
            width: 29vw;
        }

    #formHeaderSubtext {
        display: contents;
    }

    .form-control-angular-selector {
        padding-left: 0px;
        padding-right: 0px;
        height: 43px;
    }

    #notificationFormContainer {
        width: 87%;
    }

    #chronologyMultiFilterContainer .col-lg-2,
    #noteMultiFilterContainer .col-lg-2 {
        margin-top: 2vh;
        margin-left: 10vw;
    }

    #chronologyCheckBoxContainer {
        margin-left: -2vw;
    }

    #notesByMeCheckboxContainer {
        margin-bottom: 2vh;
        position: relative;
        right: 26vw;
    }

    #notesClearFilter {
        margin: auto;
        margin-top: 3vh;
    }

    .page-link {
        padding: 0.5rem .3rem;
        margin-left: 0;
    }

    .wrapper {
        padding: 27px 0px 28px;
    }

    #auditLogMultiFilterContainer .date-picker {
        margin: 0.5vh auto;
    }

    #auditLogMultiFilterContainer .dropdown-btn {
        margin: 0 auto;
    }

    #auditClearFilter {
        margin: 2.5vh auto;
    }

    #resetPasswordContainer {
        display: block;
        margin: 1vw;
    }
}

#quickLinks a span {
    padding: 5px 23px 10px 25px;
    display: block;
    font-size: 15px;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

#agencyPortalActionsQuickButtons {
    margin-top: -44px;
    padding-bottom: 15px;
    margin-right: 5px;
}




@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    #loginBtnDiv {
        z-index: 9999;
        cursor: pointer;
        position: absolute;
        right: 20px;
    }

    #caseSideBar {
        overflow: scroll;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

#btnClientSearchLogin {
    font-size: 16px;
    line-height: 19px;
    color: #555;
    background: #eceeef;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 0px;
    padding: 8.5px 18px;
}

.table-condensed:hover {
    background-color: white !important;
}

.consolidated-case-hovermessage {
    margin-bottom: 5px;
}

.reporting-tile {
    background-color: #2468a2;
    height: 120px;
    margin-bottom: 15px;
}

.reporting-tile-number {
    font-size: 80px;
    color: white;
    float: right;
    margin-right: 15px;
}

.reporting-tile-title {
    left: 15px;
    font-weight: bold;
    color: white;
    margin-left: 10px;
    position: relative;
    bottom: -75px;
}

.report-title {
    margin-top: 25px;
}


.location-more-filters {
    color: white;
}

#createFormsTable {
    margin-top: 0px;
}

.consolidated-case .main-hd.sub-heading h1 {
    font-size: 1.5rem;
    line-height: 39px;
    margin: 0;
    width: calc(100% - 250px);
    margin-top: -3vh;
}

.consolidated-case h5 {
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 250px);
}

.case-pending-deletion {
    background-color: #f44336;
    color: white;
}

    .case-pending-deletion:hover {
        background-color: #f44336 !important;
        color: white !important;
    }

    .case-pending-deletion td {
        color: white;
    }

.module-label {
    font-weight: bold;
}

.form-distribution-case-details {
    font-style: italic;
    font-weight: bold;
}

.table-responsive {
    height: 400px;
    overflow: scroll;
}

/*thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}*/

.overview-chart-container {
    margin-bottom: 50px;
}

.overview-chart-border {
    border: 1px solid lightgrey;
    border-radius: 10px;
}

.select2-choices {
    border-radius: 4px !important;
    border: 1px solid #cdcdcd !important;
    background-image: none !important;
}

.select2-search-choice {
    font-size: 12px;
}

.select2-search-field {
    min-height: 36px;
}

}

.pill-box {
    user-select: none;
}

    .pill-box .badge-pill {
        margin: 3px;
    }

.font-15 {
    font-size: 15px;
}

.pill-hover:hover {
    box-shadow: 1px 1px 10px rgb(1, 1, 1, 0.3);
}

.filter-box {
    font-size: 15px;
    user-select: none;
}

.d-inline-block {
    display: inline-block;
}

.filter-box .dropdown-menu-form {
    width: 400px;
    font-size: 14px;
    max-height: 400px;
}

.filter-box .ng-isolate-scope button {
    font-size: 14px;
}

.filter-box .dropdown-menu-form span {
    text-align: left;
    font-family: robotoregular, sans-serif;
    color: #555555;
    font-size: 14px;
}

.filter-box .dropdown-menu-form a#selectAll {
    padding-left: 10px;
}

.filter-box .dropdown-menu-form a#deselectAll {
    padding-left: 10px;
}

.filter-box .dropdown-menu-form li {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .filter-box .dropdown-menu-form li.divider.ng-scope {
        padding: 0;
    }

.filter-box .dropdown-menu-form label {
    margin-bottom: 0px;
}

.filter-box .dropdown-menu-form li:hover {
    background: #f5fafd;
    cursor: pointer;
}

.filter-box .dropdown-menu-form input:hover {
    cursor: pointer;
}

.filter-box .dropdown-menu-form label:hover {
    cursor: pointer;
}

.filter-box .dropdown-menu-form .checkbox {
    padding-left: 10px;
    /*padding-top: 6px;
        padding-bottom: 6px;*/
}

.filter-box .dropdown-toggle {
    width: 200px;
    text-align: left;
    border: 1px solid #ced4da;
    line-height: 19px;
    background-color: white;
}

    .filter-box .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }

.filter-box .btn.btn-outline-secondary.calendar {
    display: none;
}

.filter-box .form-control.date-input {
    border-radius: 5px;
}

    .filter-box .form-control.date-input:hover {
        cursor: pointer;
    }


/* COMMUNITY */
.text-small {
    font-size: 13px;
}

.text-grey {
    color: grey;
}

.text-lightblue {
    color: #2468a2;
}

.field-outline-red {
    border-color: #ea2726;
}

.field-outline-grey {
    border-color: #ced4da;
}

.cursor-pointer {
    cursor: pointer;
}

.no-select {
    user-select: none;
}

/*.tag-visible-on-hover .tag-icon {
    display: none;
}
.tag-visible-on-hover:hover .tag-icon {
    display: inline;
}*/

.community-page .la-dropdown {
    max-height: 200px;
    width: 200px;
}

.tag-section .dropdown-menu {
    max-height: 200px;
    width: 200px;
}

.tag-section .dropdown-menu-form label {
    margin-bottom: 0px;
}

.tag-section .dropdown-menu-form li:hover {
    background: #f5fafd;
    cursor: pointer;
}

.tag-section .dropdown-menu-form input:hover {
    cursor: pointer;
}

.tag-section .dropdown-menu-form label:hover {
    cursor: pointer;
}

.tag-section .dropdown-menu-form .checkbox {
    padding-left: 10px;
    /*padding-top: 6px;
        padding-bottom: 6px;*/
}

.tag-section .dropdown-toggle {
    width: 200px;
    text-align: left;
    border: 1px solid #ced4da;
    line-height: 19px;
    background-color: white;
}

    .tag-section .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }

/* COMMUNITY - Discussion List Page */
.discussion-list-wrapper #discussionList td {
    vertical-align: middle;
}

.discussion-list-wrapper .discussion-list-actions {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.discussion-list-wrapper .order-options {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 20px;
}

    .discussion-list-wrapper .order-options span {
        padding: 10px 20px;
        cursor: pointer;
    }

.discussion-list-wrapper .discussion-list-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: #eceeef;
    margin: 20px 0px;
    align-items: center;
}

    .discussion-list-wrapper .discussion-list-header .input-group-text {
        background-color: #fff;
        text-align: center;
    }

        .discussion-list-wrapper .discussion-list-header .input-group-text i {
            color: grey;
            margin: 0 auto;
        }

    .discussion-list-wrapper .discussion-list-header .form-control {
        border-left: none;
    }

    .discussion-list-wrapper .discussion-list-header > div {
        flex: 1 1 auto;
    }

    .discussion-list-wrapper .discussion-list-header p {
        margin-bottom: 0;
    }

#codeConductModal li {
    margin-bottom: 1.2rem;
}

.comment-row {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

    .comment-row .reply-edit-btn {
        display: none;
    }

    .comment-row:hover .reply-edit-btn {
        display: inline;
    }

    .comment-row:hover {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    }

@media screen {
    .hidden-screen {
        display: none !important;
    }
}


.badge-dard {
    color: white;
    background: #0056b3 !important;
}

.badge-suspected {
    color: white;
    background: #006272;
}

.badge-attempted {
    color: white;
    background: #8062C9;
}

.case-header {
    min-height: 120px;
    line-height: 1;
    vertical-align: middle;
}

.styled-table th {
    min-height: 56px;
    /* This should be enough for two lines of text */
    vertical-align: middle;
    /* Align the content in the middle vertically */
    line-height: 1.5;
    /* Good for readability */
    padding: 10px;
    /* Add some space around the text */
    justify-content: space-between;
}

    .styled-table th .custom-terminology {
        display: block;
        /* Make custom terminology block to take its own line */
    }

/* Adjustments for specific screen sizes if necessary using media queries */
@media (max-width: 768px) {
    .styled-table th {
        min-height: auto;
        /* Allow the headers to grow as needed on smaller screens */
        white-space: normal;
        /* Allow text wrapping on smaller screens */
    }
}




.nfo-case-summary-tile {
    background-color: #2468a2;
    padding: 10px;
    color: #2468a2;
    border-radius: 5px;
}

    .nfo-case-summary-tile p {
        color: #fff;
        margin-bottom: 0;
    }

    .nfo-case-summary-tile span {
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nfo-case-summary-tile.tile-secondary {
        background-color: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .125);
    }

        .nfo-case-summary-tile.tile-secondary p,
        .nfo-case-summary-tile.tile-secondary span {
            color: #000;
        }



.nfo-case-summary-flag {
    border: 3px solid #E34C4C;
    color: #E34C4C;
    background-color: #fff1f1;
}

    .nfo-case-summary-flag i {
        color: #E34C4C;
    }

.nfo-case-summary-details h4 {
    font-size: 14px;
    font-weight: bold;
    background-color: #eee;
    padding: 6px 8px;
    border-radius: 3px;
}

.nfo-case-summary-history {
    border-left: 3px solid #2468a2;
    padding-left: 30px;
    /* margin-left: 30px;*/
    max-height: 475px;
    overflow-y: auto;
}

    .nfo-case-summary-history div {
        position: relative;
    }

    .nfo-case-summary-history i {
        position: absolute;
        left: -43px;
        font-size: 22px;
        color: #2468a2;
    }

    .nfo-case-summary-history h4 {
        font-size: 18px;
    }

    .nfo-case-summary-history p {
        font-size: 13px;
    }

.nfo-chart-container {
    border: 2px solid #e2e2e2;
    margin: 15px 0;
    padding: 5px;
    border-radius: 7px;
}

    .nfo-chart-container .highcharts-title {
        font-weight: bold;
    }

.nfo-filter-box {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

    .nfo-filter-box .dropdown-toggle,
    .nfo-filter-box .date-input {
        height: 38px;
        margin-top: 0px;
    }

.nfo-filter-holder {
    background-color: #eee;
    margin: 0px 15px 0px 15px;
    padding: 15px 0 15px 0;
    border-radius: 5px;
}

    .nfo-filter-holder h3 {
        margin-bottom: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }

    .nfo-filter-holder h6 {
        display: inline-block;
        margin-top: 10px;
        font-size: 12px;
    }

    /*.nfo-filter-holder h6:first-child {
            margin-top: 10px;
        }*/


    .nfo-filter-holder .badge {
        padding: 7px 12px 7px 12px;
        margin-right: 5px;
        margin-bottom: 2px;
        font-weight: normal;
        font-size: 13px;
    }

    .nfo-filter-holder button.dropdown-toggle {
        height: 42px;
        margin-bottom: 2px;
    }

    .nfo-filter-holder .date-input {
        height: 42px;
    }

.chart-placeholder {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 320px;
    /* Adjust based on your preference */
    background-color: #ffffff;
    /* Light grey background */
    padding: 10px;
    border-radius: 4px;
    /* Rounded corners for the chart container */
}

.bar {
    width: 20px;
    /* Width of each bar */
    background-color: #f0f0f0;
    /* Grey bars */
    margin: 0 5px;
    /* Spacing between bars */
}


.chart-placeholder .loading-text {
    position: absolute;
    top: 8%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    color: '#6a6e77';
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    width: 80%;
    color: #6a6e77;
    /* // contain the text */
    white-space: wrap;
    line-break: anywhere;
    word-break: break-word;
    z-index: 1;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Base container for the loading bar */
.loadingBarContainer {
    position: relative;
    width: 100%;
    height: 4px;
    /* Adjust the height as needed */
    background-color: #e0e0e0;
    /* Light grey background */
    overflow: hidden;
}

/* Styling for the actual loading bar */
.loadingBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    /* Gradient color */
    transform: translateX(-100%);
    animation: slide 2s infinite;
    z-index: 1;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.nfo-matrix-table th {
    background-color: #eee;
}

.nfo-matrix-table tr:first-child th:first-of-type {
    background-color: #fff;
}

.highcharts-heatmap-series path {
    stroke: #fff;
}

.nfo-submission-form-background {
    background-color: #f2f9ff;
    border: 2px solid #bee1ff;
    padding: 40px;
    margin-bottom: 20px;
}


.nfo-submission-form h3 {
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.nfo-submission-form-background h3 {
    background-color: #f2f9ff;
    border-bottom: 2px solid #bee1ff;
    border-radius: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .nfo-submission-form-background h3:first-child {
        margin-top: 0;
    }

.nfo-submission-form img {
    text-align: center;
}

.nfo-submission-form .md-label:has(img) {
    width: 100%;
}

    .nfo-submission-form .md-label:has(img) > label,
    .nfo-submission-form .md-label:has(.alert) > label {
        justify-content: center;
        width: 100%;
    }

.nfo-submission-form img {
    margin-bottom: 20px;
}



.nfo-case-header {
    /*background-color: #787878;*/
    margin-left: 15px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-top: 3px;
}

    .nfo-case-header p,
    .nfo-case-header strong {
        color: #000;
        margin: 0 0 0 0;
    }

    .nfo-case-header .set-local-id-btn {
        position: relative;
        top: -3px;
        margin-left: 10px;
    }

    .nfo-case-header .local-id-not-set {
        color: #aeaeae;
    }

/** Toggle switch

    /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

label.switch {
    margin-bottom: 0;
}


#documentList tr td .btn {
    margin-bottom: -10px;
    margin-top: -14px;
}




.audit-item-commentary textarea {
    height: 85px;
    margin-bottom: 10px;
}

.text-fade {
    color: #aeaeae;
}


.nfo-extract-field label {
    font-size: 14px;
    margin-bottom: -5px;
    margin-left: -10px;
}

.nfo-report-tile {
    background-color: #eee;
    margin-bottom: 5px;
    padding: 13px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 5px;
}

    .nfo-report-tile:hover {
        background-color: #e0e0e0;
        cursor: pointer;
        opacity: 1 !important;
    }

    .nfo-report-tile h4 {
        margin-bottom: 0;
        width: 240px;
        overflow: hidden;
        height: 22px;
        font-size: 18px;
    }

    .nfo-report-tile i {
        font-size: 24px;
    }

    .nfo-report-tile.new {
        border: 3px dashed rgba(0, 0, 0, 0.2);
        opacity: 0.5;
    }



.nfo-trend-table .field-label {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.nfo-trend-table td {
    vertical-align: middle;
}

    .nfo-trend-table td i {
        margin-right: 0;
    }

    .nfo-trend-table td .positive,
    .nfo-trend-table td .negative {
        float: right;
    }

        .nfo-trend-table td .positive,
        .nfo-trend-table td .positive i {
            color: green;
            font-weight: normal;
        }

        .nfo-trend-table td .negative,
        .nfo-trend-table td .negative i {
            color: #b52b27;
            font-weight: normal;
        }

    .nfo-trend-table td.value-cell.positive-value-cell {
        background-color: #f1fff1
    }

    .nfo-trend-table td.value-cell.negative-value-cell {
        background-color: #fff5f5;
    }

.nfo-trend-filter-holder {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}

    .nfo-trend-filter-holder > div {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px;
    }

        .nfo-trend-filter-holder > div:last-child {
            flex-grow: 1;
            display: flex;
            justify-content: end;
            margin-top: auto;
        }


.edsd-list-rag {
    font-weight: normal;
    font-size: 12px;
    padding: 7px 12px;
    border-radius: 20px;
    margin-top: -5px;
}

#caseList .edsd-list-rag {
    display: block;
}

.nav-link .badge,
.edsd-badge.badge {
    font-weight: normal;
    border-radius: 20px;
    padding: 6px 9px;
    margin-left: 5px;
    color: #fff;
    font-size: 13px;
}

.edsd-badge i {
    color: #fff;
    margin-right: 5px;
}

.edsd-badge.badge-warning {
    background-color: #f7a354;
}

.edsd-badge.badge-secondary {
    background-color: #949494;
}

.edsd-badge.badge-info {
    background-color: #2468a2;
}

.edsd-badge.badge-white {
    background-color: #fff;
    color: #000;
    position: relative;
    top: -1px;
    margin-bottom: -10px;
}

    .edsd-badge.badge-white i {
        margin-right: 0;
        color: #000;
    }

.card.card-alert {
    border-color: #ff9835;
}

    .card.card-alert .card-header,
    .card.card-alert .card-header i {
        background-color: #ff9835;
        color: #fff !important;
    }

    .card.card-alert .card-body {
        background-color: #fff0e2;
    }

.edsd-empty {
    border: 1px solid #e7e4e4;
    border-radius: 5px;
    background-color: #f3f3f3;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9c9a9a;
}

.edsd-summary-section {
    margin-bottom: 15px;
    border: 1px solid red;
}

    .edsd-summary-section label {
        display: block;
    }

.edsd-overview-table {
    margin-bottom: -6px;
    margin-top: -5px;
}

    .edsd-overview-table .edsd-badge {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .edsd-overview-table td .edsd-badge:first-child {
        margin-left: 0;
    }


    .edsd-overview-table tr {
        height: 41px;
    }

    .edsd-overview-table td {
        padding: 6px;
        vertical-align: middle;
    }

    .edsd-overview-table tr:first-child td {
        border-top: 0;
    }

    .edsd-overview-table td:first-child {
        width: 200px;
    }

        .edsd-overview-table td:first-child i {
            font-size: 26px;
            color: #bababa;
        }



    .edsd-overview-table ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        min-height: 29px;
    }

        .edsd-overview-table ul[dnd-list] .dndDraggingSource {
            opacity: 0.1;
        }

        .edsd-overview-table ul[dnd-list] .dndPlaceholder {
            background-color: #eee;
            border-radius: 20px;
            width: 120px;
            display: inline-block;
            height: 25px;
            border: 2px dashed #9f9f9f;
            margin-left: 5px;
            margin-bottom: -8px;
        }

        .edsd-overview-table ul li.not-assigned:has(+ .dndPlaceholder) {
            display: none !important;
        }

        .edsd-overview-table ul[dnd-list] li {
            display: inline-block;
            cursor: move;
        }

            .edsd-overview-table ul[dnd-list] li[draggable='false'] {
                cursor: not-allowed;
            }

#edsd-rag-modal .row.for-row,
#acceptModal .row.for-row {
    flex-direction: column;
}

    #edsd-rag-modal .row.for-row .col-md-6,
    #edsd-rag-modal .row.for-row .col-md-4,
    #acceptModal .row.for-row .col-md-6,
    #acceptModal .row.for-row .col-md-4 {
        max-width: 100%;
    }

    #edsd-rag-modal .row.for-row .btn-outline-secondary {
        background-color: #bdbdbd;
    }

    #edsd-rag-modal .row.for-row .fields-sub-text {
        text-align: left !important;
        margin-bottom: 15px;
        margin-top: -5px;
    }

.nfo-case-summary-tile.rag-Amber,
.edsd-overview-table td span.rag-Amber {
    background-color: #f7a354;
}

    .nfo-case-summary-tile.rag-Amber span,
    .nfo-case-summary-tile.rag-Amber p {
        color: #fff;
    }

.nfo-case-summary-tile.rag-Inpatient,
.edsd-overview-table td span.rag-Inpatient {
    background-color: #2468a2;
}

    .nfo-case-summary-tile.rag-Inpatient span,
    .nfo-case-summary-tile.rag-Inpatient p {
        color: #fff;
    }

.nfo-case-summary-tile.rag-Red,
.edsd-overview-table td span.rag-Red {
    background-color: #ff6767;
}

    .nfo-case-summary-tile.rag-Red span,
    .nfo-case-summary-tile.rag-Red p {
        color: #fff;
    }

.nfo-case-summary-tile.rag-Green,
.edsd-overview-table td span.rag-Green {
    background-color: #52be58;
}

    .nfo-case-summary-tile.rag-Green span,
    .nfo-case-summary-tile.rag-Green p {
        color: #fff;
    }

.edsd-enquiry-form-table td:nth-child(5),
.edsd-enquiry-form-table th:nth-child(5) {
    background-color: #f5f5f5;
}

.edsd-enquiry-form-table td:nth-child(4),
.edsd-enquiry-form-table th:nth-child(4) {
    background-color: #f5f5f5;
    border-left: 3px solid #e3e3e3;
}

.edsd-btn-team-members-manage {
    margin-left: 5px;
    border-radius: 20px;
    font-size: 13px;
    padding: 2px 9px;
    float: right;
}

    .edsd-btn-team-members-manage:hover {
        background-color: #2773b4 !important;
    }

    .edsd-btn-team-members-manage i {
        margin-right: 0;
    }


.form-builer-multi-dropdown .btn-group {
    display: block !important;
}

.form-builer-multi-dropdown .dropdown-toggle {
    font-family: robotoregular, sans-serif !important;
    font-size: 14px;
    padding: 10px 13px;
    width: 100%;
    margin-bottom: 10px;
}

.form-builer-multi-dropdown .checkbox label {
    justify-content: start !important;
    align-items: start;
}

.form-builer-multi-dropdown .dropdown-menu {
    margin-top: -10px;
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow:not(.ql-disabled) {
    background-color: #fff !important;
}


.tooltip > div {
    max-width: 400px;
}

.form-field-tooltip-icon {
    margin-right: 0;
    margin-left: 10px;
    color: #2468a2;
}

.field-has-selection {
    background-color: rgba(235, 255, 235, 0.5);
    border-left: 3px solid #28a745;
    padding: 15px;
    margin-bottom: 15px;
}

.field-has-previous-answers {
    background-color: rgba(255, 235, 235, 0.5);
    border-left: 3px solid #dc3545;
    padding: 15px;
    margin-bottom: 15px;
}

.field-needs-selection {
    background-color: rgba(255, 243, 205, 0.5);
    border-left: 3px solid #ffc107;
    padding: 15px;
    margin-bottom: 15px;
}

.answers-section .form-check {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 0.75rem;
    position: relative;
}

    .answers-section .form-check .form-check-input {
        margin-top: 0.45rem;
        position: relative;
        flex-shrink: 0;
        margin-right: 0.5rem;
    }

    .answers-section .form-check .form-check-label {
        line-height: 1.5;
        padding-left: 0;
        text-align: left;
        width: calc(100% - 1.5rem);
        margin-top: 0;
        margin-right: 0;
        display: inline-block;
    }

    .answers-section .form-check.d-flex.align-items-start .form-check-input {
        margin-top: 0.45rem;
        flex-shrink: 0;
    }

    .answers-section .form-check .d-flex {
        align-items: center !important;
        margin-bottom: 0.35rem;
        width: 100%;
    }

        .answers-section .form-check .d-flex .mr-2 {
            flex-shrink: 0;
            margin-top: 0 !important;
        }

    .answers-section .form-check .ml-4 {
        margin-left: 0 !important;
    }


.field-status-indicator {
    display: inline-block;
    vertical-align: middle;
}

.form-field-container {
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 10px 0;
}

.field-conditionally-required {
    background-color: rgba(255, 235, 235, 0.5);
    border-left: 3px solid #dc3545;
    padding: 15px;
}

.edsd-case-summary-history {
}

    .edsd-case-summary-history > div {
        position: relative;
        padding: 10px;
        background-color: rgba(0, 0, 0, .03);
    }

    .edsd-case-summary-history > div {
        position: relative;
        padding: 10px;
        background-color: rgba(0, 0, 0, .03);
    }

        .edsd-case-summary-history > div:nth-child(2n+1) {
            background-color: #fff;
        }

    .edsd-case-summary-history i {
        position: absolute;
        left: -43px;
        font-size: 22px;
        color: #2468a2;
    }

    .edsd-case-summary-history h4 {
        font-size: 12px;
        background-color: #2468a2;
        color: #fff;
        padding: 4px 10px;
        border-radius: 25px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .edsd-case-summary-history > span {
        font-size: 14px;
    }

    .edsd-case-summary-history p {
        font-size: 13px;
        margin-bottom: 0;
    }

.edsd-case-summary-history-desc p {
    display: inline;
    font-size: 16px;
}


.audit-report-dataset-type {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    background-color: #eee;
    opacity: 0.6;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

    .audit-report-dataset-type:hover {
        opacity: 1;
    }

    .audit-report-dataset-type p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .audit-report-dataset-type.active {
        border-color: #2468a2;
        background-color: #e8f5ff;
        opacity: 1;
    }

        .audit-report-dataset-type.active strong {
            color: #2468a2;
        }

.audit-report-container .e-de-ctnr-properties-pane-btn {
    display: none;
}

.audit-save-buttons {
    position: absolute;
    right: 0;
    z-index: 99;
    right: 27px;
    top: 76px;
    width: 50px;
    text-align: center;
    padding: 8px;
}

    .audit-save-buttons:hover {
        background-color: #2468a2;
        border: 1px solid #216aa9;
        border-radius: 5px;
        color: #fff !important;
        cursor: pointer;
    }

        .audit-save-buttons:hover .audit-report-save-btn span,
        .audit-save-buttons:hover .audit-report-save-btn i {
            color: #fff;
        }

.audit-report-save-btn i {
    margin-right: 0;
    margin-bottom: 8px;
}

.audit-report-save-btn span {
    display: block;
    font-size: 12px;
}

#caseActionList .fa-calendar-exclamation {
    margin-left: 10px;
    color: #b52b27;
}

.meeting-actions-list-group {
    cursor: pointer;
}

    .meeting-actions-list-group .badge {
        float: right;
    }

    .meeting-actions-list-group .list-group-item-primary {
        background-color: #2468a2;
    }

        .meeting-actions-list-group .list-group-item-primary span {
            color: #fff;
        }


.sidebar-modal.edsdMeetingModal hr {
    margin: 0px 0px 10px 0px !important;
    max-width: 100% !important;
}

.sidebar-modal.edsdMeetingModal .table-container {
    height: calc(100vh - 210px);
    overflow-y: auto;
}

.nfo-report-chart-container {
    height: 100%;
    overflow-y: auto !important;
}

.report-config-item {
    border: 2px solid #e2e2e2;
    overflow: hidden;
    border-radius: 4px;
}

    .report-config-item .drag-handle {
        background-color: #eee;
        padding: 10px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        cursor: move;
        /* display: flex;*/
        justify-content: space-between;
        align-items: center;
        z-index: 99;
        position: relative;
        display: none;
    }

        .report-config-item .drag-handle h4 {
            margin-bottom: 0;
            overflow: hidden;
            height: 19px;
            font-size: 16px;
            font-weight: bold;
        }


    .report-config-item .chart-holder {
        height: 100%;
    }



#reportConfigModal .modal-dialog,
#reportConfigModal .modal-content {
    width: 1000px;
    max-width: 1000px;
}

#reportConfigModal .nfo-report-chart-container {
    max-height: 400px;
}


.gridster-holder {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.dashboard-config-header-panel {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #eee;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

    .dashboard-config-header-panel input[type='text'] {
        width: 300px;
        display: inline-block;
        height: 38px;
    }


.edit-mode .report-config-item .chart-holder {
    margin-top: -35px;
}

.edit-mode .report-config-item .drag-handle {
    display: flex;
}

.edit-mode .report-config-item {
    border: 3px dashed #e2e2e2;
}

    .edit-mode .report-config-item .chart-holder {
        height: calc(100% - 15px);
    }

.empty-grid-edit {
    height: 250px;
    border: 3px dashed rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .empty-grid-edit span {
        color: #fff;
    }

.dashboard-config-btns {
    margin-left: 20px;
}

.inline-terminology .custom-terminology {
    display: inline !important;
}

.audit-report-generate-container .fa-check-circle {
    color: #1e7e34;
}

.ldis-decision-table td,
.ldis-decision-table th {
    padding: 15px;
}

.ldis-decision-table tr:first-child th:first-child {
    background-color: #3f6e97;
}

.ldis-decision-table th {
    background-color: #2468a2;
    color: #fff;
    font-weight: normal;
}

.ldis-decision-table td .switch {
    left: -13px;
}

.ldis-decision-table td:hover {
    /* background-color: #dddddd;*/
    cursor: pointer;
}

.ldis-decision-table td.selected {
    /*background-color: #2468a2;*/
    /*color: #fff;*/
}

.file-upload-image-display {
    display: inline-block;
}

    .file-upload-image-display > div {
        width: 160px;
        height: 160px;
        overflow: hidden;
        display: inline-block;
        margin-right: 10px;
        border-radius: 7px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.2);
    }

        .file-upload-image-display > div a {
            position: absolute;
            font-size: 14px;
            text-align: center;
            top: 35%;
            z-index: 0;
            width: 100%;
        }

            .file-upload-image-display > div a i {
                display: block;
                margin-top: 10px;
            }

        .file-upload-image-display > div img {
            height: 160px;
            z-index: 1;
            position: relative;
            min-width: 100%;
        }

        .file-upload-image-display > div .fa-trash-alt {
            position: absolute;
            top: 10px;
            right: 10px;
            margin-right: 0;
            cursor: pointer;
            display: none;
            z-index: 2;
        }

        .file-upload-image-display > div .fa-expand-arrows {
            position: absolute;
            top: 10px;
            left: 10px;
            margin-right: 0;
            cursor: pointer;
            display: none;
            z-index: 2;
        }

        .file-upload-image-display > div:hover img {
            opacity: 0.5;
            cursor: pointer;
            border-radius: 7px;
        }

        .file-upload-image-display > div:hover a {
        }

        .file-upload-image-display > div:hover i {
            display: block;
        }

        .file-upload-image-display > div.full-screen {
            position: fixed;
            background-color: rgba(0, 0, 0, 0.7);
            width: 100%;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 999;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .file-upload-image-display > div.full-screen img {
                z-index: 999;
                height: 80%;
                position: static;
                min-width: 160px;
                min-height: 160px;
                width: unset;
            }

            .file-upload-image-display > div.full-screen:hover img {
                opacity: 1;
            }


.form-comments .form-comment-list {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .form-comments .form-comment-list > div {
        border-left: 2px solid #2468a2;
        margin-left: 6px;
    }



.form-comments .btn {
    margin-top: 5px;
    margin-bottom: 20px;
}

.form-comments textarea {
    height: 100px;
    margin-bottom: 10px;
}

.form-comments .form-comment-list .form-comment {
    position: relative;
}

    .form-comments .form-comment-list .form-comment .comment-dot {
        width: 12px;
        height: 12px;
        background-color: #2468a2;
        position: absolute;
        left: -7px;
        top: 6px;
        border-radius: 50%;
    }

    .form-comments .form-comment-list .form-comment label {
        justify-content: start;
        margin-bottom: 5px;
    }

    .form-comments .form-comment-list .form-comment textarea {
        height: 100px;
        margin-bottom: 10px;
    }

.nfo-doc-library-filters {
    display: flex;
}

    .nfo-doc-library-filters > nfo-filter-panel {
        flex-grow: 1;
    }

        .nfo-doc-library-filters > nfo-filter-panel .nfo-filter-holder {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .nfo-doc-library-filters > div {
        flex-shrink: 0;
        background-color: #eee;
        padding: 15px;
        font-weight: bold;
        font-size: 14px;
        text-align: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: 16px 0px 16px 0px;
    }

        .nfo-doc-library-filters > div label {
            margin-bottom: 0;
        }


.nfo-doc-library-case-label,
.nfo-doc-library-case-label:hover {
    margin-bottom: 10px;
    display: inline-block;
    background-color: #2468a2;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
}

#documentLibraryCaseList tr.no-case-info td {
    padding: 0;
    border: 0;
}

.drug-alert-quill {
    width: 850px;
    margin: 0 auto;
}

    .drug-alert-quill u,
    .drug-alert-quill s {
        color: inherit !important;
    }

    .drug-alert-quill .ql-toolbar {
        position: sticky;
        top: 119px;
        z-index: 9;
    }

    .drug-alert-quill h1,
    .drug-alert-quill h1 span,
    .drug-alert-quill h1 strong {
        padding: 10px 70px;
        font-size: 60px !important;
    }

    .drug-alert-quill h2,
    .drug-alert-quill h2 span,
    .drug-alert-quill h2 strong {
        font-size: 35px !important;
    }

    .drug-alert-quill h3,
    .drug-alert-quill h3 span,
    .drug-alert-quill h3 strong {
        font-size: 25px !important;
    }

    .drug-alert-quill h4,
    .drug-alert-quill h4 span,
    .drug-alert-quill h4 strong {
        font-size: 18px !important;
    }

    .drug-alert-quill h1,
    .drug-alert-quill h2,
    .drug-alert-quill h3 {
        line-height: unset;
    }


.drug-alert-tab {
    font-size: 27px;
    border-bottom: 0;
}

    .drug-alert-tab a {
        color: #858585 !important;
    }

        .drug-alert-tab a.active {
            color: #333 !important;
        }

.table-drug-recipient-manage-holder {
    background-color: #efefef;
    height: calc(100vh - 380px);
    overflow-y: auto;
    direction: rtl;
}

.table-drug-recipient-manage {
    direction: ltr;
}

    .table-drug-recipient-manage tr.active,
    .table-drug-recipient-manage tr.active span:first-child {
        background-color: #2468a2;
        color: #fff;
    }

        .table-drug-recipient-manage tr.active td {
            border-color: #2468a2;
        }


        .table-drug-recipient-manage tr.active:hover,
        .table-drug-recipient-manage tr.active:hover span:first-child {
            background-color: #1e69aa;
        }

    .table-drug-recipient-manage tr span:last-child {
        float: right;
    }

.table-drug-recipient-manage-emails-holder {
    border: 2px solid #2468a2;
    border-left-width: 10px;
    padding: 10px 0px 10px 15px;
    margin-left: -30px;
    height: calc(100vh - 380px);
}

    .table-drug-recipient-manage-emails-holder > div {
        max-height: calc(100vh - 451px);
        overflow-y: auto;
        margin-bottom: 10px;
    }

.table-drug-recipient-manage-emails td {
    padding: 2px 0;
    border: 0;
}

    .table-drug-recipient-manage-emails td:nth-child(2) {
        text-align: center;
        padding-top: 10px;
        width: 50px;
    }


.rts-new-custom-dashboard-tile .help-section {
    border: 3px dashed #a1a1a1;
    opacity: 0.3;
}

.rts-new-custom-dashboard-tile:hover .help-section {
    opacity: 1;
    cursor: pointer;
}

.color-picker-chart {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

    .color-picker-chart > label {
        width: 122px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        top: 10px;
        position: relative;
    }


.edsd-email-template-holder {
    height: calc(100vh - 381px);
    overflow-y: auto;
    min-height: 100px;
}

.edsd-email-templates h3 {
    font-size: 16px;
    margin-top: 20px;
}

.edsd-email-templates:first-child h3 {
    margin-top: 0;
}

.edsd-email-template-edit h3 {
    font-size: 16px;
}

.edsd-email-template-edit textarea {
    height: calc(100vh - 453px);
    min-height: 100px;
    margin-top: 10px;
}


.select-all-modal {
    margin-top: 5px;
    font-size: 14px;
    line-height: 30px;
    margin-left: 5px
}

label field-label {
    display: inline-block
}

#consentModal .modal-dialog {
    max-width: 600px;
}

#consentModal .modal-body,
#consentModal .modal-footer,
#consentModal .modal-header {
    display: block;
    text-align: center;
}

.nfo-linked-case-sidebar-count {
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 16px;
}

    .nfo-linked-case-sidebar-count.fa-times-circle {
        color: #b52b27;
    }

    .nfo-linked-case-sidebar-count.fa-check-circle {
        color: #7dbb7d;
    }

.nfo-sidebaritem-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

    .nfo-sidebaritem-disabled:hover {
        background-color: unset;
        text-decoration: none;
    }


.linked-submission-form-redirect {
    border: 2px solid #2468a2;
    padding: 20px;
    margin-top: 50px;
}

#localAuthorityDropdown .custom-dropdown-button {
    background-color: white;
    border: 1px solid #ced4da;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#localAuthorityDropdown .custom-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    width: 100%;
}

#localAuthorityDropdown .form-check {
    margin-bottom: 5px;
    white-space: normal;
}

#localAuthorityDropdown .dropdown-toggle::after {
    margin-left: 8px;
}

#localAuthorityDropdown .btn-outline-secondary {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

#localAuthorityDropdown button.dropdown-toggle {
    height: calc(1.5em + 0.75rem + 2px);
}

#modalLocalAuthorityDropdown .custom-dropdown-button {
    background-color: white;
    border: 1px solid #ced4da;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#modalLocalAuthorityDropdown .custom-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    width: 100%;
}

#modalLocalAuthorityDropdown .form-check {
    margin-bottom: 8px;
    white-space: normal;
    padding-left: 1.75rem;
}

#modalLocalAuthorityDropdown .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.75rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#modalLocalAuthorityDropdown .form-check-label {
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    padding-left: 0.25rem;
}

#modalLocalAuthorityDropdown .dropdown-toggle::after {
    margin-left: 8px;
}

#modalLocalAuthorityDropdown .btn-outline-secondary {
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
}

/* Fix the dropdown button display */
.custom-dropdown-button span:first-child {
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/* Fix dropdown menu positioning */
.dropdown-menu.custom-dropdown-menu {
    transform: none !important;
    top: 100% !important;
    left: 0 !important;
}


/* Navbar styling */
.navbar .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .navbar .nav-link i {
        font-size: 1rem; /* Reset font size */
        margin-right: 8px; /* Consistent spacing between icon and text */
        display: inline-flex; /* Better alignment */
        align-items: center;
    }

/* If you need specific icons to be larger */
.navbar .menu-icon i {
    font-size: 1.25rem;
}

/* ESDSD specific styling */
body.esdsd .navbar .nav-link {
    font-size: 12px !important;
}

body.esdsd .navbar .nav-link i {
    font-size: 12px !important;
}

/* Ensure organization badges meet WCAG 2 AA contrast requirements */
.organization-badge {
    background-color: var(--org-color);
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: bold;
    /* Ensure minimum contrast by using a darker filter when needed */
    filter: brightness(0.85);
}

/* Specific fix for red colors that don't meet contrast requirements */
.organization-badge[style*="#EF2D23"], 
.organization-badge[style*="#ef2d23"] {
    background-color: #C41E3A !important; /* Darker red that meets contrast requirements */
    color: #fff !important;
}

/* Additional contrast improvements for other problematic colors */
.organization-badge[style*="#FF"] {
    filter: brightness(0.75); /* Darken bright colors */
} 

.redacted-value { color:#6c757d; font-style:italic; }



@media print {
    .form-control{
        border:1px solid lightgrey!important;
    }

    .for-row {
        page-break-after: auto;
        margin-top: 25px;
        margin-bottom:0px;
        display: inline-flex;
        width: 100%;
    }

    .print-label{
        text-align:right;
        padding-top:7px;
    }

    .col-md-5{
        flex:60%;
        max-width:60%;
    }

    .print-textarea {
        color: #555555;
        font-size: 14px;
        padding: 10px;
        border: 1px solid #d3d3d3;
        border-radius: .25rem;
        min-height:150px;
    }

    .address-print {
        color: #555555;
        font-size: 14px;
        padding: 10px;
        border: 1px solid #d3d3d3;
        border-radius: .25rem;
    }

    .add-select {
        color: #555555;
        font-size: 14px !important;
        border-radius: 0.25rem;
        padding: 10px !important;
        /*background-color: #cdcdcd !important;*/
    }

    .alert-secondary{
        background-color:white!important;
    }

    ::-webkit-scrollbar {
        display:none;
    }

    .main-hd {
        margin-bottom: 20px;
        margin-top:20px;
    }

    .input-group-append {
        display: none;
    }

    .selector-icon{
        display:none;
    }

    .selector-helper{
        display:none;
    }

    .hidden-print{
        display:none!important;
    }
    html, body {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .container, .container-fluid {
        width: 100% !important;
        padding: 0 15px !important;
        margin: 0 auto !important;
    }

    .form-control {
        border: 1px solid #ddd !important;
        background-color: #fff !important;
        color: #000 !important;
        padding: 5px !important;
        margin: 2px 0 !important;
        min-height: 20px !important;
        height: auto !important;
    }

    textarea.form-control {
        min-height: 60px !important;
        white-space: pre-wrap !important;
    }

    /* Form structure preservation */
    .form-group {
        margin-bottom: 10px !important;
        break-inside: avoid !important;
        display: block !important;
    }

    label {
        font-weight: bold !important;
        color: #333 !important;
        margin-bottom: 3px !important;
        display: block !important;
    }

    [ng-repeat],
    [ng-if],
    [ng-show],
    [ng-hide],
    form-object,
    .form-object-field,
    .print-form-content,
    .print-item,
    .print-section,
    .case-review-form,
    .nfo-submission-form,
    .nfo-submission-form-background {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }

    .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
    .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        position: relative !important;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    /* Print-specific classes */
    .print-item-header {
        background-color: #f8f9fa !important;
        padding: 10px !important;
        margin-bottom: 15px !important;
        border-bottom: 1px solid #ddd !important;
    }

    .print-item-title h3 {
        margin: 0 !important;
        color: #333 !important;
    }

    .print-item-metadata {
        margin-top: 5px !important;
        font-size: 90% !important;
        color: #666 !important;
    }

    /* Badges in print */
    .badge {
        display: inline-block !important;
        padding: 3px 7px !important;
        font-size: 75% !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: baseline !important;
        border-radius: 3px !important;
    }

    .badge-warning {
        background-color: #ffc107 !important;
        color: #212529 !important;
    }

    .badge-success {
        background-color: #28a745 !important;
        color: #fff !important;
    }

    .badge-primary {
        background-color: #007bff !important;
        color: #fff !important;
    }

    form-object .form-object-field {
        margin-bottom: 10px !important;
        padding: 5px 0 !important;
    }

    /* Hide elements not needed in print */
    .hidden-print,
    .selector-icon,
    .selector-helper,
    .input-group-append,
    button:not(.badge),
    .btn:not(.badge) {
        display: none !important;
    }

    .page-break {
        page-break-after: always !important;
    }

    select.form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-image: none !important;
    }

    .print-page {
        padding: 20px !important;
    }

    .print-header {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    /* Avoid splitting form fields across pages */
    .form-object-field {
        break-inside: avoid !important;
    }

    .dropdown,
    .dropdown-menu,
    .dropdown-toggle,
    select.form-control,
    form-field-dropdown select {
        display: inline-block !important;
        visibility: visible !important;
    }

    .print-dropdown-value {
        display: inline-block !important;
        visibility: visible !important;
        color: black !important;
        margin-left: 5px !important;
    }

    /* Layout fixes for form rows containing dropdowns */
    form-field-dropdown .for-row {
        display: flex !important;
        align-items: baseline !important;
        flex-wrap: nowrap !important;
    }

    form-field-dropdown .print-label {
        min-width: 150px !important;
        flex-shrink: 0 !important;
        text-align: right !important;
        padding-right: 10px !important;
    }

    .print-dropdown-value {
        display: inline-block !important;
        visibility: visible !important;
        color: black !important;
        font-weight: normal !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
    }

    .print-only-dropdown-value {
        display: block !important;
        visibility: visible !important;
        color: black !important;
        opacity: 1 !important;
        margin: 5px 0 !important;
        padding: 0 !important;
        font-weight: normal !important;
        background: white !important;
        z-index: 9999 !important;
        position: static !important;
    }

    .dropdown-print-processed select,
    .dropdown-print-processed .bootstrap-select,
    .dropdown-print-processed .dropdown-toggle {
        display: none !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        border: none !important;
    }
    .selector-dropdown {
        display: none !important;
        visibility: hidden !important;
    }

    .bootstrap-select,
    .bootstrap-select button,
    .bootstrap-select .dropdown-toggle,
    .bootstrap-select .dropdown-menu {
        display: none !important;
        visibility: hidden !important;
    }

    .select2-container,
    .select2-dropdown,
    .select2-selection {
        display: none !important;
        visibility: hidden !important;
    }

    ._720kb-datepicker-calendar-header,
    ._720kb-datepicker-calendar-body,
    ._720kb-datepicker-calendar-days-header,
    ._720kb-datepicker-calendar-years-pagination,
    ._720kb-datepicker-calendar-days {
        display: none !important;
        visibility: hidden !important;
    }

    div[ng-if="displayAsTable"] table {
        display: table !important;
        width: 100% !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
        page-break-inside: avoid !important;
    }

    div[ng-if="displayAsTable"] thead {
        display: table-header-group !important;
    }

    div[ng-if="displayAsTable"] tbody {
        display: table-row-group !important;
    }

    div[ng-if="displayAsTable"] tr {
        display: table-row !important;
        page-break-inside: avoid !important;
    }

    div[ng-if="displayAsTable"] th,
    div[ng-if="displayAsTable"] td {
        display: table-cell !important;
        padding: 5px !important;
        vertical-align: top !important;
    }

    div[ng-if="displayAsTable"] form-field-textbox,
    div[ng-if="displayAsTable"] form-field-dropdown,
    div[ng-if="displayAsTable"] form-field-date-picker,
    div[ng-if="displayAsTable"] form-field-textarea,
    div[ng-if="displayAsTable"] form-field-checkbox,
    div[ng-if="displayAsTable"] form-field-timepicker {
        display: inline-block !important;
        width: 100% !important;
    }

    div[ng-if="displayAsTable"] .form-control,
    div[ng-if="displayAsTable"] input,
    div[ng-if="displayAsTable"] textarea {
        border: none !important;
        width: 100% !important;
        display: inline-block !important;
    }

    div[ng-if="displayAsTable"] form-field-dropdown .print-only-dropdown-value {
        display: inline-block !important;
        visibility: visible !important;
        position: static !important;
    }


    side-bar-case,
    .breadcrumb,
    nav.ml-auto,
    button,
    .btn,
    .alert-info,
    .form-key-section,
    .print-hide,
    #header,
    #login-footer {
        display: none !important;
    }

    /* Full width for the main content */
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .row {
        margin: 0 !important;
    }

    .right-contect-section {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .form-section {
        page-break-inside: avoid;
    }

    form-object-consolidation {
        page-break-inside: avoid;
    }

    .main-hd {
        text-align: center;
        margin-bottom: 20px !important;
    }

    .panel {
        border: 1px solid #ddd !important;
        margin-bottom: 20px !important;
    }

    .panel-heading {
        background-color: #f5f5f5 !important;
        border-bottom: 1px solid #ddd !important;
        padding: 10px 15px !important;
    }

    .panel-body {
        padding: 15px !important;
    }

    .card {
        border: 1px solid #ddd !important;
        margin-bottom: 20px !important;
    }

    .card-header {
        background-color: #f5f5f5 !important;
        padding: 10px 15px !important;
        border-bottom: 1px solid #ddd !important;
    }

    .table {
        width: 100% !important;
        border-collapse: collapse !important;
    }

        .table th,
        .table td {
            border: 1px solid #ddd !important;
            padding: 8px !important;
        }

    .badge {
        color: #fff !important;
        padding: 3px 8px !important;
        border: 1px solid #000 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .print-only {
        display: block !important;
    }

    .no-print {
        display: none !important;
    }

    .field-has-selection,
    .field-has-previous-answers,
    .field-needs-selection {
        background-color: transparent !important;
        border-left: none !important;
    }

    .form-field-container.field-has-selection,
    .form-field-container.field-has-previous-answers,
    .form-field-container.field-needs-selection {
        background-color: transparent !important;
        border-left: none !important;
    }

    .form-field-container {
        background-color: transparent !important;
        border-left: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding-left: 0 !important;
    }
}


@media screen {
    .hidden-screen{
        display:none!important;
    }
}

