@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap); /*!
 * 
 * 
 * Designed And Developed By Codixel
 * http: //codixel.xyz 
 * 2020 (05)
 * 
 *  
 */

body, html {
    padding: 0;
    margin: 0;
    font-family: Poppins,sans-serif;
    background: #f5f6fa 0 0 no-repeat padding-box;
    color: #000
}

main {
    margin-left: 245px;
    margin-top: 72px;
    overflow: hidden;
    transition: margin .25s ease-in-out
}

.list-style-none {
    list-style-type: none
}

.hide {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
    transition: all .35s ease-in-out
}

section {
    padding: 5px 0
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0060ad !important;
    color: #fff
}

.error {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0;
    color: #e24c4b
}

    .error img {
        margin-right: .35rem
    }

.borderless-btn {
    border: 0;
    background: transparent;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50%
}

    .borderless-btn:hover {
        background-color: rgba(0,96,173,.1)
    }

.add-btn, .contact-btn {
    display: flex;
    align-items: center;
    background: #2c892a 0 0 no-repeat padding-box;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0;
    padding: .375rem .5rem
}

    .add-btn span, .contact-btn span {
        display: inline-flex;
        margin-right: 5px
    }

    .add-btn:focus, .contact-btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(43,138,42,.25);
        color: #fff
    }

    .add-btn:hover, .contact-btn:hover {
        background: #156912 0 0 no-repeat padding-box;
        color: #fff
    }

.contact-btn {
    width: 102px;
    justify-content: center;
    padding: .469rem .5rem
}

.goto-btn {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0;
    color: #fff;
    background: #ff6a6a 0 0 no-repeat padding-box;
    border-radius: 3px;
    border: 0
}

    .goto-btn:hover {
        background: #e85555;
        color: #fff
    }

    .goto-btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(255,106,106,.25);
        color: #fff
    }

.save-btn {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0;
    color: #fff;
    background: #0060ad 0 0 no-repeat padding-box;
    border-radius: 3px;
    border: 0
}

    .save-btn:hover {
        background: #035698;
        color: #fff
    }

    .save-btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,96,173,.25);
        color: #fff
    }

.edit-btn {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0;
    padding: .375rem 1rem;
    color: #fff;
    background: #2b8a2a 0 0 no-repeat padding-box;
    border-radius: 6px
}

    .edit-btn:hover {
        background: #1f741d 0 0 no-repeat padding-box;
        color: #fff
    }

    .edit-btn .icon img, .goto-btn .icon img, .save-btn .icon img {
        width: 15px
    }

.top-nav.navbar {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: .477rem 1rem;
    box-shadow: 2px 0 4px hsla(0,0%,50.2%,.09);
    z-index: 999
}

    .top-nav.navbar .collapseNav {
        margin-left: 230px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: .274rem 0
    }

        .top-nav.navbar .collapseNav.adjustTopNav {
            padding: 0
        }

    .top-nav.navbar .navbar-brand {
        padding: 0;
        max-width: 164px
    }

        .top-nav.navbar .navbar-brand img {
            width: 100%
        }

    .top-nav.navbar .nav-item.dropdown.notification .nav-link {
        position: relative
    }

    .top-nav.navbar .nav-item.dropdown.notification .notify_count {
        position: absolute;
        right: 2px;
        top: 8px;
        bottom: 0;
        min-width: 17px;
        height: 17px;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
        background: #ef3f32
    }

    .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu {
        max-height: 180px;
        width: 265px;
        padding: 0
    }

        .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu .dropdown-item {
            font-size: 14px
        }

        .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu .notification-item {
            font-size: 13px;
            display: block;
            width: 100%;
            padding: .25rem .5rem;
            clear: both;
            font-weight: 400;
            color: #212529;
            text-align: inherit;
            background-color: #fff
        }

            .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu .notification-item:not(:last-child) {
                border-bottom: 1px solid #e3e3e3
            }

            .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu .notification-item:focus, .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu .notification-item:hover {
                color: #16181b;
                text-decoration: none;
                background-color: #f8f9fa
            }

            .top-nav.navbar .nav-item.dropdown.notification .dropdown-menu .notification-item.unseen {
                background-color: #a8c9e3
            }

    .top-nav.navbar .nav-item.dropdown.drop-info .toggle:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        display: inline-block;
        background-image: url(/images/arrow-bold.svg?7890ce0376fae32d431fb69c4ac3fbcd);
        margin: auto;
        background-size: 11px 7px;
        width: 11px;
        height: 7px;
        transition: all .3s ease-in-out
    }

    .top-nav.navbar .nav-item.dropdown.drop-info .toggle[aria-expanded=true]:after {
        transform: rotate(-180deg)
    }

    .top-nav.navbar .nav-item.dropdown.drop-info .nav-link {
        position: relative;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0;
        color: #fff;
        background: #0060ad 0 0 no-repeat padding-box;
        border-radius: 6px;
        padding-left: 13px;
        padding-right: 20px;
        width: 143px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .top-nav.navbar .nav-item.dropdown .dropdown-item {
        font-size: 12px
    }

    .top-nav.navbar .nav-item:not(:first-child) {
        margin-left: 34px
    }

.adjustTopNav {
    margin-left: 65px !important
}

.side_nav_container {
    width: 245px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 2px 0 4px hsla(0,0%,50.2%,.09);
    border-radius: 0 20px 20px 0;
    transition: all .25s ease-in-out;
    z-index: 999
}

    .side_nav_container.min-side-nav {
        width: 80px
    }

        .side_nav_container.min-side-nav + main {
            margin-left: 80px
        }

    .side_nav_container .sideNav {
        padding-bottom: 10px;
        width: 100%;
        height: 100%
    }

        .side_nav_container .sideNav .toggler {
            display: flex;
            align-items: center;
            padding: 7px 21px 8px
        }

            .side_nav_container .sideNav .toggler .btn-toggle {
                padding: .13rem .38rem;
                background: #0060ad 0 0 no-repeat padding-box;
                box-shadow: 0 0 6px rgba(0,0,0,.64);
                border-radius: 6px;
                margin: 10.43px 0;
                border: 0
            }

            .side_nav_container .sideNav .toggler .brand-logo {
                margin-left: 8px;
                max-width: 164px
            }

                .side_nav_container .sideNav .toggler .brand-logo img {
                    width: 100%
                }

        .side_nav_container .sideNav .sideNav-menu {
            display: block;
            height: calc(100% - 72px);
            padding: 4px 21px 8px;
            overflow-y: auto;
            overflow-x: hidden
        }

            .side_nav_container .sideNav .sideNav-menu a, .side_nav_container .sideNav .sideNav-menu a:hover {
                text-decoration: none
            }

            .side_nav_container .sideNav .sideNav-menu .main-menu.active, .side_nav_container .sideNav .sideNav-menu .main-menu:hover {
                background: #e3eef6 0 0 no-repeat padding-box;
                border-radius: 6px
            }

            .side_nav_container .sideNav .sideNav-menu .main-menu .menu-list {
                padding: 12px 7px;
                width: 100%;
                height: 48px;
                cursor: pointer;
                display: inline-flex;
                align-items: center;
                justify-content: space-between
            }

                .side_nav_container .sideNav .sideNav-menu .main-menu .menu-list .arrow img {
                    transition: all .3s ease-in-out
                }

                .side_nav_container .sideNav .sideNav-menu .main-menu .menu-list[aria-expanded=true] .arrow img {
                    transform: rotate(-180deg)
                }

                .side_nav_container .sideNav .sideNav-menu .main-menu .menu-list .menu-icon {
                    display: flex;
                    width: 19px;
                    justify-content: center;
                    margin: 3px 0
                }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .menu-list .menu-icon img {
                        max-width: 100%
                    }

                .side_nav_container .sideNav .sideNav-menu .main-menu .menu-list .menu-label {
                    padding-left: 10px;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 21px;
                    letter-spacing: 0;
                    color: #000;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis
                }

            .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu {
                background: transparent;
                border: 0
            }

                .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .sub-menu-list {
                    padding-left: 35px;
                    padding-bottom: 5px
                }

                .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item {
                    display: flex;
                    align-items: center;
                    padding-top: 3px;
                    padding-bottom: 3px
                }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item .icon {
                        width: 14px;
                        height: 14px;
                        position: relative
                    }

                        .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item .icon .black, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item .icon .blue {
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            transition: all .2s ease-in-out;
                            width: 100%
                        }

                        .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item .icon .blue {
                            visibility: hidden;
                            opacity: 0
                        }

                        .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item .icon .black {
                            visibility: visible;
                            opacity: 1
                        }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item .menu-label {
                        font-size: 12px;
                        line-height: 18px;
                        letter-spacing: 0;
                        color: #000;
                        padding-left: 10px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        transition: all .3s ease-in-out
                    }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item.active svg path, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item.active svg rect, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item:hover svg path, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item:hover svg rect {
                        fill: #0060ad
                    }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item.active .menu-label, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item:hover .menu-label {
                        color: #0060ad
                    }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item.active .icon .black, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item:hover .icon .black {
                        visibility: hidden;
                        opacity: 0
                    }

                    .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item.active .icon .blue, .side_nav_container .sideNav .sideNav-menu .main-menu .sub-menu .menu-item:hover .icon .blue {
                        visibility: visible;
                        opacity: 1
                    }

.title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 16px
}

    .title_container .title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 0;
        color: #000
    }

    .title_container .actions .btn-list {
        display: flex;
        padding-left: 8px;
        margin: 0
    }

        .title_container .actions .btn-list li:not(:first-child) {
            margin-left: 15px
        }

.info_container {
    padding-top: .75rem;
    padding-bottom: .75rem
}

    .info_container .info_box {
        width: 100%;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 2px 16px rgba(0,0,0,.08);
        border-radius: 10px;
        padding: 1rem .75rem;
        margin-bottom: 1rem
    }

        .info_container .info_box .lbl {
            font-size: 13px;
            font-weight: 500;
            line-height: 23px;
            letter-spacing: 0;
            color: #343434;
            text-align: right
        }

        .info_container .info_box .info_content {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .info_container .info_box .icon {
            max-width: 32px;
            margin-left: .75rem;
            margin-right: .75rem
        }

            .info_container .info_box .icon, .info_container .info_box .icon img {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

                .info_container .info_box .icon img {
                    width: 100%
                }

        .info_container .info_box .info {
            font-size: 25px;
            font-weight: 500;
            line-height: 40px;
            letter-spacing: 0;
            color: #3e3e3e
        }

.statistic_info {
    padding-bottom: 1rem
}

    .statistic_info .info_stack {
        background-color: #fff;
        border-radius: 10px;
        padding: 1.75rem .75rem 0;
        margin-bottom: 1.35rem
    }

    .statistic_info canvas {
        min-height: 350px !important;
        z-index: 99
    }

.list {
    margin-bottom: 50px
}

    .list table {
        border-spacing: 0;
        border-collapse: separate
    }

        .list table .btn-refresh {
            display: inline-flex;
            padding: .25rem;
            width: 28px;
            height: 28px;
            border-radius: 50%
        }

            .list table .btn-refresh:hover {
                background-color: rgba(0,96,173,.1)
            }

        .list table .form-control {
            background: #fff 0 0 no-repeat padding-box;
            box-shadow: 0 0 1px rgba(0,0,0,.35);
            border-radius: 2px;
            padding: .25rem .5rem;
            height: auto;
            font-size: 11px;
            line-height: 17px;
            font-weight: 300;
            border: 1px solid #f5f6fa
        }

            .list table .form-control:focus {
                border: 1px solid #0060ad
            }

            .list table .form-control::-webkit-input-placeholder {
                letter-spacing: 0;
                color: #000
            }

            .list table .form-control::-moz-placeholder {
                letter-spacing: 0;
                color: #000
            }

            .list table .form-control:-ms-input-placeholder {
                letter-spacing: 0;
                color: #000
            }

            .list table .form-control::-ms-input-placeholder {
                letter-spacing: 0;
                color: #000
            }

            .list table .form-control::placeholder {
                letter-spacing: 0;
                color: #000
            }

        .list table .custom-checkbox {
            display: flex;
            justify-content: center;
            padding-left: 1.75rem
        }

            .list table .custom-checkbox .custom-control-label:before {
                border: 1px solid #000
            }

            .list table .custom-checkbox .custom-control-label:after, .list table .custom-checkbox .custom-control-label:before {
                top: .2rem;
                width: 18px;
                height: 18px;
                border-radius: 2px
            }

            .list table .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
                background-color: #fff
            }

            .list table .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M13.854 3.646a.5.5 0 010 .708l-7 7a.5.5 0 01-.708 0l-3.5-3.5a.5.5 0 11.708-.708L6.5 10.293l6.646-6.647a.5.5 0 01.708 0z'/%3E%3C/svg%3E");
                background-size: auto
            }

        .list table .header {
            background: #0060ad 0 0 no-repeat padding-box;
            box-shadow: 0 0 2px rgba(0,0,0,.19);
            border-radius: 5px;
            overflow: hidden
        }

            .list table .header th {
                position: relative;
                color: #fff;
                font-size: 12px;
                line-height: 21px;
                font-weight: 500;
                letter-spacing: 0;
                vertical-align: middle
            }

                .list table .header th:first-child {
                    border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px
                }

                .list table .header th:last-child {
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px
                }

                .list table .header th:not(:last-child):after {
                    content: "";
                    position: absolute;
                    right: 0;
                    background: #c8c8c8 0 0 no-repeat padding-box;
                    border-radius: 4px;
                    width: 1px;
                    height: 20px;
                    margin: auto;
                    top: 0;
                    bottom: 0
                }

        .list table tbody tr th {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-left: 1px solid transparent
        }

        .list table tbody tr td, .list table tbody tr th {
            padding: .5rem;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent
        }

        .list table tbody tr td {
            font-size: 12px;
            line-height: 24px;
            letter-spacing: 0;
            color: #000
        }

            .list table tbody tr td:last-child {
                border-right: 1px solid transparent;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px
            }

            .list table tbody tr td .action {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: -4px
            }

                .list table tbody tr td .action .btn {
                    display: inline-flex;
                    padding: .3rem;
                    width: 28px;
                    height: 28px;
                    border-radius: 50%;
                    background-color: transparent
                }

                    .list table tbody tr td .action .btn:hover {
                        background-color: rgba(0,96,173,.1)
                    }

                    .list table tbody tr td .action .btn:not(:last-child) {
                        margin-right: .5rem
                    }

                    .list table tbody tr td .action .btn img {
                        width: 16px;
                        height: 16px
                    }

        .list table tbody tr.checked th {
            border-left: 1px solid #0060ad
        }

        .list table tbody tr.checked td, .list table tbody tr.checked th {
            border-top: 1px solid #0060ad;
            border-bottom: 1px solid #0060ad
        }

            .list table tbody tr.checked td:last-child {
                border-right: 1px solid #0060ad
            }

        .list table.table-striped tbody tr:nth-of-type(odd) {
            background: #e3edf6 0 0 no-repeat padding-box;
            border-radius: 5px
        }

        .list table.table-striped tbody tr:nth-of-type(2n) {
            background: #eee 0 0 no-repeat padding-box
        }

    .list#dynamicTable table.cmTable tbody tr td:first-child {
        min-width: 110px
    }

    .list#dynamicTable table.cmTable tbody tr td:nth-child(2) {
        min-width: 200px
    }

    .list#dynamicTable table.cmTable tbody tr td:nth-child(3) {
        min-width: 130px
    }

    .list#dynamicTable table.cmTable tbody tr td:nth-child(4) {
        min-width: 70px
    }

    .list#dynamicTable table.taskTable tbody tr td:nth-child(4) {
        min-width: 200px
    }

    .list#dynamicTable table.taskTable tbody tr td:nth-child(6) {
        min-width: 140px
    }

.pagination_container {
    border-top: 1px solid #d4d4d4;
    padding-top: 12px;
    justify-content: space-between;
    margin-bottom: 40px
}

    .pagination_container, .pagination_container .pagination_page_info {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

        .pagination_container .pagination_page_info .display_info {
            font-size: 12px;
            letter-spacing: 0;
            color: #000;
            padding-right: 4px
        }

        .pagination_container .pagination_page_info .result_info {
            display: inline-flex;
            align-items: center
        }

            .pagination_container .pagination_page_info .result_info span {
                font-size: 12px;
                letter-spacing: 0;
                color: #000
            }

        .pagination_container .pagination {
            background: #fff 0 0 no-repeat padding-box;
            box-shadow: 0 0 2px rgba(0,0,0,.16);
            border-radius: 5px;
            margin-bottom: 0
        }

            .pagination_container .pagination .page-link {
                display: flex;
                align-items: center;
                border: 0;
                font-size: 12px;
                letter-spacing: 0;
                color: #bcbcbc;
                position: relative
            }

                .pagination_container .pagination .page-link .icon {
                    margin-left: 3px;
                    margin-right: 3px
                }

                .pagination_container .pagination .page-link:hover {
                    background-color: #e9ecef;
                    color: #0060ad
                }

                    .pagination_container .pagination .page-link:hover svg path {
                        fill: #0060ad
                    }

            .pagination_container .pagination .page-item {
                position: relative
            }

                .pagination_container .pagination .page-item.active .page-link {
                    background-color: transparent;
                    color: #0060ad
                }

                    .pagination_container .pagination .page-item.active .page-link:hover {
                        background-color: #e9ecef
                    }

                .pagination_container .pagination .page-item:not(:first-of-type):not(:nth-of-type(2)):not(:nth-last-of-type(-n+1)) .page-link:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                    background-color: #d4d4d4;
                    width: 1px;
                    height: 20px
                }

.edit_section .nav-pills.nav-tab {
    margin-bottom: 30px
}

    .edit_section .nav-pills.nav-tab .nav-item:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .edit_section .nav-pills.nav-tab .nav-link {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: 0;
        color: #000;
        display: flex;
        align-items: center;
        background: #e3edf6 0 0 no-repeat padding-box;
        border-radius: 3px
    }

        .edit_section .nav-pills.nav-tab .nav-link .icon {
            display: inline-flex;
            margin-right: 5px
        }

        .edit_section .nav-pills.nav-tab .nav-link.active {
            color: #fff;
            background: #0060ad 0 0 no-repeat padding-box;
            box-shadow: 0 0 6px rgba(0,0,0,.46);
            border-radius: 3px
        }

            .edit_section .nav-pills.nav-tab .nav-link.active svg path {
                fill: #fff
            }

            .edit_section .nav-pills.nav-tab .nav-link.active svg.stroke path {
                stroke: #fff
            }

.edit_section .error {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0;
    color: #e24c4b
}

    .edit_section .error img {
        margin-right: .35rem
    }

.edit_section .edit_tab .form-group {
    margin-bottom: 25px
}

    .edit_section .edit_tab .form-group label {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
        color: #000;
        padding-right: 0;
        text-align: right;
        justify-content: flex-end
    }

.edit_section .edit_tab .form-control {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    height: auto;
    background: #fff 0 0 no-repeat padding-box;
    border: .5px solid #707070;
    border-radius: 3px;
    color: #000
}

    .edit_section .edit_tab .form-control.date {
        background-image: url(/images/calender.png?6bd47b624f9360f9f4c52f91387023d1);
        background-repeat: no-repeat;
        background-position: 95%
    }

    .edit_section .edit_tab .form-control:focus {
        border: .5px solid #0060ad;
        box-shadow: none
    }

.edit_section .edit_tab .select2-container {
    width: 100% !important
}

    .edit_section .edit_tab .select2-container .select2-selection--single {
        height: 31px !important;
        padding: .375rem 0;
        border: .5px solid #707070;
        border-radius: 3px
    }

    .edit_section .edit_tab .select2-container.select2-container--focus .select2-selection {
        border: .5px solid #0060ad;
        box-shadow: none;
        border-radius: 3px
    }

.edit_section .edit_tab .select2-selection__rendered {
    font-size: 12px;
    line-height: 17px;
    padding-left: .75rem
}

.edit_section .edit_tab ._uploader .custom-file-input:lang(en) ~ .custom-file-label {
    padding-left: 105px;
    margin-bottom: 0;
    text-align: left
}

    .edit_section .edit_tab ._uploader .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Choose Logo" !important
    }

.edit_section .edit_tab ._uploader .custom-file-label {
    text-align: left
}

    .edit_section .edit_tab ._uploader .custom-file-label.hasFile {
        color: #2b8a2a !important
    }

.edit_section .edit_tab ._documentUploader .custom-file-input:lang(en) ~ .custom-file-label, .edit_section .edit_tab ._imageUploader .custom-file-input:lang(en) ~ .custom-file-label {
    padding-left: 100px;
    margin-bottom: 0
}

.edit_section .edit_tab ._documentUploader .custom-file-label.hasFile, .edit_section .edit_tab ._imageUploader .custom-file-label.hasFile {
    color: #2b8a2a !important
}

.details_section {
    font-family: Poppins,sans-serif
}

    .details_section .content .title {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 0;
        color: #000;
        margin-bottom: .75rem
    }

    .details_section .content .elem-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px
    }

    .details_section .content .element {
        padding: 20px 0;
        background: #e3edf6 0 0 no-repeat padding-box;
        border-radius: 5px;
        margin-bottom: 36px
    }

        .details_section .content .element.element_transparent {
            background: transparent
        }

        .details_section .content .element .data-elem, .details_section .content .element .lbl {
            display: block;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0;
            color: #000
        }

        .details_section .content .element .lbl {
            text-align: right;
            font-weight: 500;
            margin-right: -5px
        }

        .details_section .content .element .data-elem {
            margin-left: -15px
        }

        .details_section .content .element .img_container.division_logo {
            max-width: 140px
        }

            .details_section .content .element .img_container.division_logo img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center
            }

        .details_section .content .element .file_link {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0;
            color: #2b8a2a
        }

        .details_section .content .element .preview_image {
            max-width: 135px !important;
            margin-top: 0;
            margin-bottom: .25rem
        }

    .details_section .list {
        margin-bottom: 0
    }

        .details_section .list table {
            border-spacing: 0 6px;
            margin-bottom: 0
        }

            .details_section .list table tbody {
                background: #e3edf6 0 0 no-repeat padding-box;
                border-radius: 5px
            }

            .details_section .list table.task tbody tr td:first-child, .details_section .list table.task tbody tr td:last-child, .details_section .list table.task tbody tr td:nth-child(2), .details_section .list table.task tbody tr td:nth-child(3) {
                min-width: 160px
            }

            .details_section .list table.task tbody tr td:nth-child(4) {
                min-width: 285px
            }

            .details_section .list table.comment tbody tr td:first-child {
                min-width: 130px
            }

            .details_section .list table.comment tbody tr td:nth-child(2) {
                min-width: 250px
            }

            .details_section .list table.comment tbody tr td:last-child {
                min-width: 200px
            }

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1 !important
}

.tippy-box {
    font-size: 12px !important
}

.sg_in_rg {
    height: calc(100vh - 72px);
    background: #0060ad 0 0 no-repeat padding-box
}

    .sg_in_rg .heading {
        font-size: 46px;
        line-height: 69px;
        font-weight: 600;
        letter-spacing: 0;
        color: #fff
    }

        .sg_in_rg .heading span {
            display: block
        }

.sg_panel {
    width: 405px;
    padding: 1.75rem 1.45rem;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 4px 13px rgba(0,0,0,.13);
    border-radius: 25px 25px 0 0
}

    .sg_panel .title {
        font-size: 30px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 0;
        color: #000
    }

    .sg_panel .form-group label {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        letter-spacing: 0;
        color: #000
    }

    .sg_panel .form-group .form-control {
        border: 1px solid #000;
        border-radius: 2px;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0;
        height: auto;
        padding: .719rem .75rem
    }

        .sg_panel .form-group .form-control:focus {
            border: 1px solid #0060ad;
            box-shadow: none
        }

        .sg_panel .form-group .form-control::-webkit-input-placeholder {
            color: rgba(0,0,0,.45)
        }

        .sg_panel .form-group .form-control::-moz-placeholder {
            color: rgba(0,0,0,.45)
        }

        .sg_panel .form-group .form-control:-ms-input-placeholder {
            color: rgba(0,0,0,.45)
        }

        .sg_panel .form-group .form-control::-ms-input-placeholder {
            color: rgba(0,0,0,.45)
        }

        .sg_panel .form-group .form-control::placeholder {
            color: rgba(0,0,0,.45)
        }

    .sg_panel .custom-checkbox {
        padding-left: 1.25rem
    }

        .sg_panel .custom-checkbox .custom-control-label {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0;
            color: #000
        }

            .sg_panel .custom-checkbox .custom-control-label:after, .sg_panel .custom-checkbox .custom-control-label:before {
                width: 12px;
                height: 12px;
                border-radius: 2px;
                border: 1px solid #000;
                left: -1.25rem
            }

        .sg_panel .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
            background-color: #fff
        }

        .sg_panel .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 010 .708l-7 7a.5.5 0 01-.708 0l-3.5-3.5a.5.5 0 11.708-.708L6.5 10.293l6.646-6.647a.5.5 0 01.708 0z'/%3E%3C/svg%3E");
            background-size: auto
        }

    .sg_panel .sg_btn_container {
        padding-top: 25px
    }

        .sg_panel .sg_btn_container .btn {
            font-size: 18px;
            line-height: 27px;
            letter-spacing: 0;
            color: #fff;
            background: #0060ad 0 0 no-repeat padding-box;
            border-radius: 4px;
            padding: .532rem .75rem
        }

    .sg_panel .help_link_container {
        text-align: center;
        padding-top: 25px
    }

        .sg_panel .help_link_container .link {
            font-size: 14px;
            line-height: 21px;
            letter-spacing: 0
        }

.custom-file, .custom-file .custom-file-input {
    height: auto
}

    .custom-file .custom-file-input:lang(en) ~ .custom-file-label {
        margin-bottom: 0;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 3px;
        color: rgba(0,0,0,.4);
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        height: auto
    }

        .custom-file .custom-file-input:lang(en) ~ .custom-file-label:after {
            position: absolute;
            top: 0;
            right: auto;
            left: 0;
            bottom: 0;
            z-index: 3;
            display: block;
            height: calc(1.5em + .75rem);
            padding: .375rem .75rem;
            line-height: 1.5;
            color: #fff;
            content: "Choose file";
            background: #2b8a2a 0 0 no-repeat padding-box;
            border: 1px solid #707070;
            border-radius: 3px
        }

.preview_image {
    position: relative;
    width: 100%;
    max-width: 145px;
    margin-top: 6px;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
}

    .preview_image img {
        width: 100%;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .preview_image .close-btn {
        font-size: 14px;
        line-height: 25px;
        position: absolute;
        top: 2px;
        right: 2px;
        width: 26px;
        height: 26px;
        padding: 0;
        background: #e85555;
        color: #fff;
        border-radius: 50%
    }

        .preview_image .close-btn:focus {
            box-shadow: 0 0 0 .2rem rgba(232,85,85,.25)
        }

.select2-container--bootstrap4 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 12px !important
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    font-size: 14px !important
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #0060ad !important;
    color: #fff
}

.select2-container .select2-selection--single {
    display: flex;
    align-items: center
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        line-height: 17px;
        padding-left: .75rem
    }

.select2-container.select2-container--focus .select2-selection {
    border: .5px solid #0060ad !important;
    box-shadow: none !important
}

.modal .modal-content {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 12px
}

.modal .modal-body {
    padding-bottom: .25rem
}

.modal .modal-header {
    display: block;
    padding: 0 1rem;
    border: 0
}

.modal .modal-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 1rem 0 .5rem;
    letter-spacing: 0;
    color: #000;
    border-bottom: 1px solid #d8d8d8
}

.modal .modal-footer {
    border-top: 0;
    padding: .25rem 1rem .75rem;
    justify-content: space-between
}

    .modal .modal-footer .btn {
        margin: 0;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0;
        padding: .2rem 1.23rem
    }

        .modal .modal-footer .btn.cancel-btn {
            padding-left: 0;
            padding-right: 0
        }

        .modal .modal-footer .btn:focus {
            box-shadow: none
        }

.modal .form-group .form-control, .modal .form-group label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000
}

.modal .form-group .form-control {
    border: .5px solid #707070;
    height: 28px;
    padding: .35rem .65rem
}

    .modal .form-group .form-control:focus {
        border: .5px solid #0060ad;
        box-shadow: none
    }

.modal .select2-container {
    display: block !important
}

    .modal .select2-container .select2-selection--single {
        background: #fff 0 0 no-repeat padding-box;
        border: .5px solid #707070;
        border-radius: 2px;
        height: 28px !important
    }

        .modal .select2-container .select2-selection--single .select2-selection__rendered {
            font-size: 12px;
            line-height: 17px;
            padding-left: .75rem
        }

@-webkit-keyframes chartjs-render-animation {
    0% {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    0% {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 1ms;
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

    .chartjs-size-monitor-expand > div {
        position: absolute;
        width: 1000000px;
        height: 1000000px;
        left: 0;
        top: 0
    }

    .chartjs-size-monitor-shrink > div {
        position: absolute;
        width: 200%;
        height: 200%;
        left: 0;
        top: 0
    }

@media (max-width:1199px) {
    .side_nav_container + main {
        margin-left: 80px !important
    }

    .pagination_container {
        flex-direction: column;
        overflow: auto
    }

        .pagination_container .pagination_page_info {
            margin-bottom: 1rem
        }

    .list.table_fixed table .header {
        position: relative;
        overflow: hidden
    }

        .list.table_fixed table .header th:first-child {
            width: 53px;
            position: absolute;
            top: auto;
            bottom: auto;
            background-color: #0060ad;
            min-height: 45px;
            z-index: 3;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .list.table_fixed table .header th:first-child:after {
                content: none
            }

    .list.table_fixed table tbody tr th {
        width: 53px;
        position: absolute;
        top: auto;
        bottom: auto;
        background-color: inherit;
        min-height: 42px;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .list.table_fixed table tbody tr td:nth-child(2), .list.table_fixed table tbody tr td:nth-child(3), .list.table_fixed table tbody tr td:nth-child(4) {
        min-width: 108px
    }

    .list.table_fixed table tbody tr td:nth-child(6), .list.table_fixed table tbody tr td:nth-child(7) {
        min-width: 120px
    }

    .list.table_fixed table tbody tr td:nth-child(8) {
        min-width: 95px
    }

    .list.table_fixed table tbody tr td:nth-child(9) {
        min-width: 115px
    }
}

@media (max-width:991px) {
    .sg_in_rg {
        height: 100%;
        min-height: calc(100vh - 72px);
        padding: 4rem 0
    }

        .sg_in_rg .heading {
            font-size: 32px;
            line-height: 48px
        }

        .sg_in_rg .sg_panel {
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto
        }

            .sg_in_rg .sg_panel .title {
                font-size: 24px;
                line-height: 42px
            }
}

@media (max-width:576px) {
    .top-nav.navbar .nav-item:not(:first-child) {
        margin-left: 16px
    }

    .top-nav.navbar .nav-item.dropdown.drop-info .nav-link {
        font-size: 12px;
        width: 125px;
        padding-left: 10px
    }

    .top-nav.navbar .collapseNav {
        padding: 0
    }

        .top-nav.navbar .collapseNav .navbar-brand {
            display: none;
            opacity: 0
        }

    .pagination_container .pagination_page_info {
        flex-direction: column
    }

        .pagination_container .pagination_page_info .display_info {
            margin-bottom: 1rem
        }

    .title_container {
        flex-direction: column
    }

        .title_container .title {
            margin-bottom: .5rem
        }

    .details_section .content .element .lbl {
        text-align: left;
        margin-right: 0
    }

    .details_section .content .element .data-elem {
        margin-left: 0
    }

    .details_section .content .title {
        font-size: 16px;
        line-height: 22px
    }

    .sg_in_rg {
        padding-left: 15px;
        padding-right: 15px
    }
}
