body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .search i {
        color: #ccc;
        font-size: 15px;
        position: absolute;
        top: 9px;
        left: 9px;
    }

    .search input {
        outline: none;
        border: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 4px;
        background-color: #f1f1f1;
        padding-left: 30px;
        font-size: 12px;
        border-radius: 17px;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.btn {
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.dropdown-menu {
    left: -133px;
}

.btn-group {
    margin-right: 8px;
}

    .btn-group button {
        color: #fff !important;
        background-color: #3498DB !important;
        border-color: #3498DB !important;
        padding: 2px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: #fff !important;
        font-weight: 500 !important;
        line-height: 18px;
    }

        .btn-group button i {
            line-height: 19px;
            float: right;
        }

        .btn-group button:hover,
        .btn-group button:focus {
            color: #fff !important;
            background-color: #3498DB !important;
            border-color: #3498db !important;
        }

a.dropdown-item:hover {
    color: unset;
    text-decoration: none;
    background-color: #d4d4d4;
}

.ng-invalid.ng-touched {
    border: 1px #dc3545 solid;
}

input[type="radio"].ng-invalid.ng-touched + span {
    color: #dc3545;
}

.ng-invalid.ng-touched:focus {
    -webkit-box-shadow: 0 0 0 0.3rem rgba(220, 53, 69, 0.25) !important;
    box-shadow: 0 0 0 0.3rem rgba(220, 53, 69, 0.25) !important;
    border: 0;
}

input.form-control,
select.form-control,
textarea.form-control {
    background-color: #f1f1f1;
    border: 1px #0000005c solid;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 6px;
    height: 30px;
}

.modal .panel .panel-footer button {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    padding: 5px 15px;
}

/*Check box*/
.detail .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .detail .form-check label {
        margin: 0;
        cursor: pointer;
    }

    .detail .form-check .label-text {
        font-weight: 500;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .detail .form-check input[type="checkbox"] {
        position: absolute;
        right: 9000px;
    }

        .detail .form-check input[type="checkbox"] + .label-text:before {
            content: "\f096";
            font-family: "FontAwesome";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            font-size: 18px;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            position: absolute;
            left: -20px;
            top: 2px;
        }

        .detail .form-check input[type="checkbox"]:checked + .label-text:before {
            content: "\f14a";
            color: #2980b9;
            -webkit-animation: effect 250ms ease-in;
            animation: effect 250ms ease-in;
        }

        .detail .form-check input[type="checkbox"]:disabled + .label-text {
            color: #aaa;
        }

            .detail .form-check input[type="checkbox"]:disabled + .label-text:before {
                content: "\f0c8";
                color: #ccc;
            }

        .detail .form-check input[type="checkbox"]:disabled:checked + .label-text:before {
            content: "\f14a";
            color: #aaa;
        }

.pointer {
    cursor: pointer;
}

.input-group .input-group-addon {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #f1f1f1;
    color: #7dbde8;
}

.input-group.custom-ig-lu {
    width: 100%;
    z-index: 0;
}

    .input-group.custom-ig-lu .lu {
        width: 34px;
        position: relative;
        background-color: #f1f1f1;
        border-top-right-radius: 6px;
        font-size: 14px;
        border-bottom-right-radius: 6px;
    }

        .input-group.custom-ig-lu .lu .lookup-btn {
            height: 30px;
            border: none;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            background-color: #f1f1f1;
            color: #7dbde8;
        }

input.form-control,
select.form-control,
textarea.form-control {
    font-size: 12px;
}

    input.form-control[readonly="readOnly"],
    select.form-control[readonly="readOnly"],
    textarea.form-control[readonly="readOnly"] {
        cursor: not-allowed;
    }

textarea.form-control {
    min-width: 100%;
    max-width: 100%;
    height: 100px;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
}

    .form-group .control-label {
        padding: 0;
        margin-bottom: 3px;
        font-size: 12px;
        color: #555;
    }

        .form-group .control-label i {
            display: none;
            color: #e74c3c;
        }

            .form-group .control-label i.fa-question-circle {
                color: #3498db !important;
                cursor: default;
                display: inherit !important;
            }

    .form-group[required="required"] .control-label i {
        display: inherit;
    }

    .form-group[readonly="readonly"] .lookup-btn {
        background-color: #ddd !important;
    }

    .form-group[readonly="readonly"] .file-upload .lookup-btn {
        background-color: transparent !important;
    }

    .form-group[required="required"][readonly="readonly"] .control-label i {
        color: #aaa;
    }

    .form-group[required="required"][readonly="readonly"] .lookup-btn {
        background-color: #ddd !important;
    }

    .form-group[required="required"][readonly="readonly"] .file-upload .lookup-btn {
        background-color: transparent !important;
    }

    .form-group.dh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .form-group.dh[required="required"] input,
        .form-group.dh[required="required"] select,
        .form-group.dh[required="required"] textarea {
            background-color: rgba(231, 76, 60, 0.1);
        }

        .form-group.dh .control-label {
            margin: 0 5px 0 0 !important;
            width: 30%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 11px;
        }

            .form-group.dh .control-label i {
                display: none !important;
            }

        .form-group.dh .form-check {
            padding-left: 30%;
        }

.main-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-btn-grp button {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: rgba(52, 152, 219, 0.15);
        color: #3498db;
        padding: 3px 10px;
        font-size: 12px;
        border-radius: 5px;
        height: 30px;
        margin-right: 5px;
    }

        .main-btn-grp button.emphasized {
            background-color: #3498db;
            color: #fff;
        }

        .main-btn-grp button.group {
            margin-right: 0px;
        }

#insysDatePicker {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 4;
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 6px;
}

    #insysDatePicker .idp-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 10px 20px;
        background-color: #f8f8f8;
    }

        #insysDatePicker .idp-header .idp-select {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            #insysDatePicker .idp-header .idp-select select {
                background-color: transparent;
                outline: none;
                border: none;
                color: #555;
                cursor: pointer;
                -moz-appearance: none;
                -webkit-appearance: none;
            }

                #insysDatePicker .idp-header .idp-select select::-ms-expand {
                    display: none;
                }

                #insysDatePicker .idp-header .idp-select select option {
                    font-size: 14px;
                    background-color: #f8f8f8;
                    border: none;
                }

                #insysDatePicker .idp-header .idp-select select#insysDatePicker-month {
                    font-size: 22px;
                    font-weight: 500;
                }

                #insysDatePicker .idp-header .idp-select select#insysDatePicker-year {
                    color: #707070;
                    font-size: 16px;
                }

        #insysDatePicker .idp-header .idp-btn {
            font-size: 18px;
            color: #707070;
        }

            #insysDatePicker .idp-header .idp-btn i {
                margin: 0 5px;
                cursor: pointer;
                outline: none;
            }

                #insysDatePicker .idp-header .idp-btn i:hover {
                    color: #555;
                }

    #insysDatePicker .idp-body {
        padding: 10px 20px;
    }

        #insysDatePicker .idp-body table {
            width: 100%;
            min-height: 200px;
        }

            #insysDatePicker .idp-body table th {
                width: 40px;
                text-align: center;
                min-width: 40px;
                color: #555;
                padding-bottom: 5px;
            }

            #insysDatePicker .idp-body table td {
                height: 40px;
                width: 40px;
                min-width: 40px;
                text-align: center;
                vertical-align: middle;
                color: #707070;
                border-radius: 50%;
            }

                #insysDatePicker .idp-body table td.bg-info {
                    background-color: #3498db;
                    color: #fff !important;
                }

    #insysDatePicker.to-right {
        right: 0;
    }

#insysTimePicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 4;
    border-radius: 6px;
    position: absolute;
    max-width: 150px;
    min-width: 150px;
}

    #insysTimePicker i {
        margin: 0 5px;
        color: #aaa;
        font-size: 16px;
        font-weight: bold;
        font-style: inherit;
    }

    #insysTimePicker select {
        background-color: transparent;
        outline: none;
        border: none;
        color: #555;
        cursor: pointer;
        -moz-appearance: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px;
        font-size: 18px;
        -webkit-appearance: none;
    }

        #insysTimePicker select::-ms-expand {
            display: none;
        }

        #insysTimePicker select option {
            font-size: 14px;
            background-color: #f8f8f8;
            border: none;
        }

.grid *::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

.main-container .uv-main .main-holder {
    padding-right: 10px;
}

.overlayContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

    .overlayContainer .overlayContent {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .overlayContainer .loader {
        border: 5px solid rgba(255, 255, 255, 0.7);
        border-top: 5px solid #2574a9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin: 10px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main-container {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .main-container .m-sidemenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #2574a9;
    }

        .main-container .m-sidemenu .m-sidemenu-bar {
            min-width: 35px;
            max-width: 35px;
            background-color: #303134;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .main-container .m-sidemenu .m-sidemenu-bar .ms-system {
                cursor: pointer;
                position: relative;
                padding: 10px 0;
            }

                .main-container .m-sidemenu .m-sidemenu-bar .ms-system img {
                    width: 25px;
                    height: 25px;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

                .main-container .m-sidemenu .m-sidemenu-bar .ms-system label {
                    margin: 0;
                    top: 50px;
                    left: -3px;
                    position: absolute;
                    font-weight: 500;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    color: #fff;
                }

            .main-container .m-sidemenu .m-sidemenu-bar .ms-controls {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                border: none;
            }

                .main-container .m-sidemenu .m-sidemenu-bar .ms-controls li.active a {
                    color: #fff !important;
                }

                .main-container .m-sidemenu .m-sidemenu-bar .ms-controls a {
                    cursor: pointer;
                    margin: 15px 0;
                    padding: 0;
                    background-color: transparent;
                    color: rgba(255, 255, 255, 0.7) !important;
                    border: none;
                }

                    .main-container .m-sidemenu .m-sidemenu-bar .ms-controls a:hover {
                        color: #fff !important;
                    }

        .main-container .m-sidemenu .m-sidemenu-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            max-width: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .main-container .m-sidemenu .m-sidemenu-content .msc {
                display: none;
            }

            .main-container .m-sidemenu .m-sidemenu-content.open {
                min-width: 235px;
                max-width: 235px;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

                .main-container .m-sidemenu .m-sidemenu-content.open .msc {
                    display: block;
                }

            .main-container .m-sidemenu .m-sidemenu-content .ms-title {
                margin-bottom: 10px;
                font-size: 11px;
                text-transform: uppercase;
                color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-profile {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 20px;
                padding-bottom: 0;
            }

                .main-container .m-sidemenu .m-sidemenu-content .ms-profile .ms-initials {
                    text-transform: capitalize;
                    background-color: rgba(255, 255, 255, 0.3);
                    color: rgba(255, 255, 255, 0.85);
                    margin-right: 10px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    font-size: 18px;
                    font-weight: lighter;
                    border-radius: 50%;
                    min-width: 50px;
                    max-width: 50px;
                    height: 50px;
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-profile .ms-desc {
                    max-width: calc(100% - 60px);
                    overflow: hidden;
                }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-profile .ms-desc h5,
                    .main-container .m-sidemenu .m-sidemenu-content .ms-profile .ms-desc label {
                        margin: 0;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-profile .ms-desc h5 {
                        color: #fff;
                        font-weight: normal;
                    }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-profile .ms-desc label {
                        font-size: 12px;
                        font-weight: 500;
                        color: rgba(255, 255, 255, 0.5);
                    }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu-holder {
                padding-left: 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu-item {
                cursor: pointer;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 6px;
                padding-left: 0;
                border-radius: 5px;
            }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu-item i {
                    cursor: pointer;
                    margin-right: 5px;
                    opacity: 0.3;
                    color: #fff;
                }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu-item i.fa-folder {
                        color: #fff;
                        opacity: 0.5;
                    }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu-item label {
                    margin: 0;
                    cursor: pointer;
                    font-weight: 400;
                    color: #fff;
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu-item:hover label {
                    color: #fff;
                }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-module-item {
                padding-left: 6px;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-active-item {
                background-color: #679ec3;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu .container {
                padding: 20px;
                width: 100%;
                padding-bottom: 0;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu .search {
                margin-bottom: 20px;
            }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu .search input {
                    background-color: rgba(0, 0, 0, 0.15);
                    height: 30px;
                    color: #fff;
                    border: 1px #2f5c77 solid;
                }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu .search input:focus {
                        background-color: #fff;
                        color: #555;
                    }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu .search i {
                    top: 7px;
                }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-menu .ms-menu-container {
                overflow-y: auto;
                height: calc(100vh - 270px);
                padding: 20px;
                padding-top: 0;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-report-holder,
            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif-holder,
            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-create-holder,
            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-help-holder {
                overflow-y: auto;
                overflow-x: hidden;
                height: calc(100vh - 140px);
                padding-right: 7px;
            }

            .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif {
                margin: 0 -5px;
            }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-none {
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    color: rgba(255, 255, 255, 0.3);
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-right {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-init {
                    min-width: 30px;
                    max-width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    margin-right: 5px;
                    background-color: rgba(25, 255, 255, 0.1);
                    color: rgba(255, 255, 255, 0.5);
                    text-transform: capitalize;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    font-size: 13px;
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder img {
                    min-width: 30px;
                    max-width: 30px;
                    height: 30px;
                    margin-right: 5px;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head h5,
                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head label {
                        margin: 0;
                    }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head h5 {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        color: #fff;
                        font-size: 13px;
                        font-weight: normal;
                    }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head label {
                        font-size: 10px;
                        color: rgba(255, 255, 255, 0.35);
                        font-weight: normal;
                    }

                    .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head i {
                        font-size: 10px;
                        margin-top: 2px;
                        margin-right: 3px;
                    }

                        .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head i.high {
                            color: #555555;
                        }

                        .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head i.medium {
                            color: #f39c12;
                        }

                        .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-head i.low {
                            color: rgba(255, 255, 255, 0.1);
                        }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-by {
                    font-size: 10px;
                    font-weight: 500;
                    margin-bottom: 5px;
                    color: rgba(255, 255, 255, 0.5);
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-client {
                    font-size: 11px;
                    color: rgba(255, 255, 255, 0.75);
                    margin-bottom: 3px;
                }

                .main-container .m-sidemenu .m-sidemenu-content .ms-holder .ms-notif .ms-notif-holder .ms-notif-desc {
                    font-size: 11px;
                    color: #fff;
                    padding: 5px;
                    background-color: rgba(255, 255, 255, 0.06);
                    border-radius: 5px;
                }

    .main-container .uv-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px;
        background-color: #f5f5f5;
    }

        .main-container .uv-main .main-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-container .uv-main .main-header {
            margin: 10px 0 20px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .main-container .uv-main .main-header h4 {
                margin: 0;
                font-size: 15px;
            }

            .main-container .uv-main .main-header span {
                font-size: 14px;
                font-weight: normal;
                color: #aaa;
            }

        .main-container .uv-main .main-holder {
            width: 100%;
            height: calc(100vh - 66px);
        }

.login {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("./../../Resources/Images/bg2.jpg") center center no-repeat;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
}

    .login .login-header {
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 45px 0 20px;
        background-color: rgba(37, 116, 169, 0.7);
    }

        .login .login-header .lh-left,
        .login .login-header .lh-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .login .login-header .lh-right button {
                font-size: 13px;
                color: #fff;
                background-color: transparent;
                border: 1px solid rgba(255, 255, 255, 0.7);
                margin-left: 15px;
                padding: 5px 20px;
                border-radius: 15px;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .login .login-header img {
            height: 30px;
            width: 30px;
            margin-right: 10px;
        }

        .login .login-header h5 {
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            margin: 0;
        }

    .login .login-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .login .login-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        padding: 0 45px 0 20px;
    }

        .login .login-footer i {
            margin-left: 10px;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
        }

    .login .login-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 145px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .login .l-system {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        color: #fff;
    }

        .login .l-system i {
            font-size: 25px;
            margin-right: 10px;
        }

        .login .l-system h5 {
            font-weight: lighter;
            margin: 0;
        }

    .login .lc-desc h5 {
        font-size: 45px;
        font-weight: normal;
        margin-top: 10%;
        color: #fff;
    }

    .login .lc-desc p {
        max-width: 70%;
        color: #fff;
        font-size: 20px;
    }

    .login .l-form {
        padding: 20px;
        min-height: 300px;
        min-width: 270px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        color: #fff;
    }

        .login .l-form h4 {
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 30px;
        }

        .login .l-form .l-input {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px;
        }

            .login .l-form .l-input i {
                position: absolute;
                font-size: 13px;
                left: 10px;
            }

            .login .l-form .l-input input {
                color: #fff;
                border: none;
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                height: 30px;
                font-size: 14px;
                padding-left: 35px;
                background-color: rgba(255, 255, 255, 0.5);
            }

                .login .l-form .l-input input::-webkit-input-placeholder {
                    color: #fff;
                }

                .login .l-form .l-input input:-ms-input-placeholder {
                    color: #fff;
                }

                .login .l-form .l-input input::-ms-input-placeholder {
                    color: #fff;
                }

                .login .l-form .l-input input::placeholder {
                    color: #fff;
                }

                .login .l-form .l-input input:focus {
                    background-color: #fff;
                    color: #555;
                }

                    .login .l-form .l-input input:focus + i {
                        color: #aaa;
                    }

    .login .l-bottom {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .login .l-bottom button {
            width: 100%;
            -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
        }

.dashboard .main-holder {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dashboard .dash-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

    .dashboard .dash-content .dash-desc {
        max-width: 400px;
        min-width: 400px;
        margin-right: 10px;
    }

        .dashboard .dash-content .dash-desc h3 {
            margin: 0;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: bold;
            color: #555;
        }

        .dashboard .dash-content .dash-desc label {
            font-size: 15px;
            font-weight: normal;
            color: #777;
        }

    .dashboard .dash-content img {
        min-width: 450px;
        max-width: 450px;
        height: 400px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.listing .list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .listing .list-header .search button {
        background-color: transparent;
        border: none;
        margin-left: 6px;
    }

        .listing .list-header .search button i {
            font-size: 25px;
            position: unset;
        }

        .listing .list-header .search button .fa-refresh {
            color: #3498db;
        }

    .listing .list-header .search .btn-advance {
        width: 56px;
        background-color: #245373;
        height: 25px;
        border-radius: 5px;
        color: #fff;
    }

        .listing .list-header .search .btn-advance i {
            font-size: 15px;
        }

    .listing .list-header .search input {
        max-width: 220px;
        border: 0;
        border-bottom: 1px #d0d0d0 solid;
        border-radius: unset;
        padding-left: 10px;
        margin-left: 10px;
    }

    .listing .list-header .search select {
        outline: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        padding: 0 5px;
        font-size: 13px;
        height: 30px;
        padding-bottom: 2px;
        border-radius: 5px;
        color: #fff;
        background-color: #e87e04;
    }

        .listing .list-header .search select option {
            color: #f5f5f5;
            background-color: #e87e04;
        }

.listing .list-content {
    height: calc(100vh - 125px);
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.listing .table-holder {
    height: 100%;
    overflow: auto;
}

    .listing .table-holder .file-icon {
        font-size: 19px;
        color: #3498db;
    }

    .listing .table-holder.toggled {
        width: calc(100vw - 330px);
    }

    .listing .table-holder .tbl-control-btn {
        text-align: center;
    }

    .listing .table-holder .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        margin-bottom: 3px;
    }

        .listing .table-holder .form-check label {
            margin: 0;
        }

        .listing .table-holder .form-check input[type="checkbox"] {
            display: none;
            position: absolute;
            right: 9000px;
        }

            .listing .table-holder .form-check input[type="checkbox"] + .label-text:before {
                content: ' ';
                display: block;
                width: 13px;
                height: 13px;
                border: 2px solid #555;
                border-radius: 3px;
                cursor: pointer;
                -webkit-transition: all .1s;
                transition: all .1s;
            }

            .listing .table-holder .form-check input[type="checkbox"]:checked + .label-text:before {
                content: ' ';
                display: block;
                width: 7px;
                height: 15px;
                margin-left: 6px;
                border: none;
                border-bottom: 2px solid #2283c3;
                border-right: 2px solid #2283c3;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border-radius: 0;
                -webkit-transition: all .1s;
                transition: all .1s;
            }

            .listing .table-holder .form-check input[type="checkbox"]:disabled + .label-text {
                color: #aaa;
            }

                .listing .table-holder .form-check input[type="checkbox"]:disabled + .label-text:before {
                    content: ' ';
                    display: block;
                    width: 13px;
                    height: 13px;
                    border: 2px solid #2283c3;
                    background-color: #2283c3;
                    border-radius: 3px;
                    cursor: not-allowed;
                }

            .listing .table-holder .form-check input[type="checkbox"]:disabled:checked + .label-text:before {
                content: ' ';
                display: block;
                width: 7px;
                height: 15px;
                margin-left: 6px;
                border: none;
                border-bottom: 2px solid #2283c3;
                border-right: 2px solid #2283c3;
                background-color: transparent;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border-radius: 0;
                cursor: not-allowed;
            }

    .listing .table-holder table {
        margin-bottom: 0;
    }

    .listing .table-holder thead {
        color: #3c3c3c;
        border-top: 1px solid #bfbfbf;
        border-bottom: 2px solid #bfbfbf;
    }

    .listing .table-holder tbody tr {
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .listing .table-holder tbody tr:nth-child(even) {
            background-color: #f5f5f5;
        }

        .listing .table-holder tbody tr:hover {
            background-color: #eee;
        }

        .listing .table-holder tbody tr:last-child {
            border-bottom: none;
        }

    .listing .table-holder th,
    .listing .table-holder td {
        white-space: nowrap;
        border: none;
        min-width: 50px;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }



div.Active,
div.Approved,
div.Open,
div.Regular,
div.Completed,
div.End.of.Contract,
div.Filed,
div.Probationary,
div.Contractual,
div.Posted,
div .Cancelled,
div.Terminated,
div.Retired,
div .Closed,
div.Inactive,
div.Resigned,
div.Endorsed,
div.Failed,
div.Processing,
div.Reviewed {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #fff;
    width: 104px;
    line-height: 25px;
    font-weight: bold;
}

div.Active,
div.Approved,
div.Open,
div.Regular {
    background-color: #1E8449;
}

div.Completed,
div.End.of.Contract {
    background-color: Orange;
}

div.Filed,
div.Probationary {
    /*background-color: #CCCC00;*/ /*goldenrod*/
    background-color: #967bb6; /*lavender*/
}

div.Contractual,
div.Posted {
    background-color: #3498DB; /*blue*/
}

div .Cancelled,
div.Terminated {
    background-color: Red; /* Red */
}

div.Retired {
    background-color: Purple;
}

div .Closed,
div.Inactive,
div.Resigned {
    background-color: Gray;
}

div.Endorsed {
    background-color: #2c3e50; /* Navy blue */
}

div.Failed {
    background-color: #BA6B6C; /* Indian red */
}

div.Processing {
    background-color: #B0C4DE; /* Powder blue */
}

div.Reviewed {
    background-color: #8a2be2; /* Blue violet */
}


/*not in use*/
div.Fully.Served {
    background-color: #CE796B; /* Sienna */
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #fff;
    width: 96.02px;
    line-height: 25px;
}

div.Regenerate,
div.Liquidated {
    background-color: #00c3ca; /* Blue green */
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #fff;
    width: 102px;
    line-height: 25px;
    font-weight: bold;
}

div.Partially.Served {
    background-color: yellowgreen;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #fff;
    width: 102px;
    line-height: 25px;
    font-weight: bold;
}

div.Received {
    background-color: #ff5722; /* Deep orange */
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #fff;
    width: 102px;
    line-height: 25px;
    font-weight: bold;
}

div.Replenished {
    background-color: #008b8b; /* Dark cyan */
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #fff;
    width: 102px;
    line-height: 25px;
    font-weight: bold;
}

        .listing .table-holder th.selector,
        .listing .table-holder td.selector {
            min-width: 30px !important;
            max-width: 30px !important;
        }

        .listing .table-holder th.num,
        .listing .table-holder td.num {
            text-align: right;
        }

        .listing .table-holder td.status {
            text-align: center;
        }

    .listing .table-holder td {
        font-size: 13px;
    }

.listing .table-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

    .listing .table-pagination p {
        margin: 0;
        color: #aaa;
    }

    .listing .table-pagination select {
        border: none;
        outline: none;
        font-weight: bold;
    }

    .listing .table-pagination i {
        color: #3498db;
        cursor: pointer;
    }

    .listing .table-pagination p,
    .listing .table-pagination select,
    .listing .table-pagination i {
        margin-right: 5px;
    }

.detail {
    position: relative;
}

    .detail .txtbox-Cancelled {
        color: #dc3545;
        border-color: #dc3545;
        font-weight: 700;
    }

    .detail .txtbox-Approved {
        color: #28a745;
        border-color: #28a745;
        font-weight: 700;
    }

    .detail .txtbox-Filed {
        color: #009fa5;
        border-color: #009fa5;
        font-weight: 700;
    }

    .detail .txtbox-Endorsed {
        color: #b300ca;
        border-color: #b300ca;
        font-weight: 700;
    }

    .detail .txtbox-Reviewed {
        color: #b300ca;
        border-color: #b300ca;
        font-weight: 700;
    }

    .detail .txtbox-Received {
        color: #4b0082;
        border-color: #4b0082;
        font-weight: 700;
    }

    .detail .txtbox-Liquidated {
        color: #009fa5;
        border-color: #009fa5;
        font-weight: 700;
    }

    .detail .txtbox-Replenished {
        color: #F8C165;
        border-color: #F8C165;
        font-weight: 700;
    }

    .detail .dt-file-status {
        padding: 10px 15px;
        font-size: 15px;
        position: absolute;
        right: 10px;
        border-radius: 20px;
        color: #fff;
    }

        .detail .dt-file-status.approved {
            background-color: rgba(46, 204, 113, 0.75);
        }

        .detail .dt-file-status.filed {
            background-color: rgba(0, 0, 0, 0.3);
        }

        .detail .dt-file-status.cancelled {
            background-color: rgba(231, 76, 60, 0.75);
        }

        .detail .dt-file-status.endorsed {
            background-color: rgba(179, 0, 202, 0.3);
        }

        .detail .dt-file-status.reviewed {
            background-color: rgba(179, 0, 202, 0.3);
        }

        .detail .dt-file-status.Received {
            background-color: rgba(75, 0, 130, 0.3);
        }

        .detail .dt-file-status.Replenished {
            background-color: rgba(248, 193, 101, 0.3);
        }

        .detail .dt-file-status.liquidated {
            background-color: rgba(0, 159, 165, 0.3);
        }

    .detail .dt-file-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        background-color: rgba(52, 152, 219, 0.75);
        color: #fff;
        width: calc(100vw - 270px);
        left: -10px;
        bottom: -11px;
        padding: 2px 10px;
    }

        .detail .dt-file-summary .toggle-sum {
            font-size: 20px;
            cursor: pointer;
        }

        .detail .dt-file-summary .dtfs-holder {
            -webkit-box-flex: .75;
            -ms-flex: .75;
            flex: .75;
            display: none;
        }

        .detail .dt-file-summary .dtfs-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: 3px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }

            .detail .dt-file-summary .dtfs-item p {
                margin: 0;
                font-size: 13px;
            }

            .detail .dt-file-summary .dtfs-item span {
                font-weight: 500;
            }

        .detail .dt-file-summary.opened {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 10px;
        }

            .detail .dt-file-summary.opened .dtfs-holder {
                display: block;
            }

    .detail .main-header .main-btn-grp {
        position: absolute;
        right: 25px;
        margin-top: -15px;
    }

    .detail .main-header h4 {
        font-size: 15px !important;
        color: #777;
    }

        .detail .main-header h4.has-link {
            cursor: pointer;
            color: #3498db;
            margin-right: 4px !important;
        }

    .detail .form-check {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 20px;
    }

        .detail .form-check input[type="checkbox"] + .label-text:before {
            top: 2px;
        }

        .detail .form-check i.fa-question-circle {
            color: #3498db !important;
            cursor: default;
            display: inherit !important;
        }

    .detail .dt-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5px;
    }

        .detail .dt-head .search {
            border-bottom: 1px solid #ccc;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .detail .dt-head .search input {
                max-width: 220px;
                background-color: transparent;
            }

            .detail .dt-head .search select {
                outline: none;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                cursor: pointer;
                padding: 0 5px;
                font-size: 12px;
                height: 22px;
                padding-bottom: 2px;
                border-radius: 5px;
                color: #fff;
                background-color: #3498db;
            }

                .detail .dt-head .search select option {
                    color: #555;
                    background-color: #fff;
                }

        .detail .dt-head .dt-btn-grp {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .detail .dt-head .dt-btn-grp button {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #3498db;
                background-color: transparent;
                border: 1px solid #3498db;
                font-size: 12px;
                margin: 0 3px;
                border-radius: 4px;
            }

                .detail .dt-head .dt-btn-grp button:hover {
                    background-color: #3498db;
                    color: #fff;
                }

    .detail .dt-summary {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(243, 156, 18, 0.1);
        padding: 10px 0;
    }

        .detail .dt-summary .dt-summary-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .detail .dt-summary .dt-summary-item p {
                margin: 0;
                color: #f39c12;
                font-size: 13px;
            }

            .detail .dt-summary .dt-summary-item span {
                font-weight: 500;
            }

    .detail .detail-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

        .detail .detail-content .detail-holder {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            background-color: #fff;
            border-radius: 10px;
            margin-right: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 15px;
            padding-top: 0;
        }

            .detail .detail-content .detail-holder textarea {
                resize: none;
            }

                .detail .detail-content .detail-holder select:disabled,
                .detail .detail-content .detail-holder input:disabled,
                .detail .detail-content .detail-holder textarea:disabled {
                    background-color: #d2d2d2;
                }

            .detail .detail-content .detail-holder .custom-ig-lu textarea:disabled {
                background-color: #d2d2d2;
            }

            .detail .detail-content .detail-holder .dh-header {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-bottom: 20px;
            }

                .detail .detail-content .detail-holder .dh-header h5 {
                    margin: 0;
                    max-width: calc((100vw - 345px) * .25);
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            .detail .detail-content .detail-holder .toggle-panel {
                margin-bottom: 10px;
                color: #555 !important;
                font-size: 13px;
                text-decoration: none;
            }

                .detail .detail-content .detail-holder .toggle-panel span {
                    color: #3498db !important;
                    cursor: pointer;
                }

            .detail .detail-content .detail-holder .dh-content {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                overflow-y: auto;
            }

                .detail .detail-content .detail-holder .dh-content .custom-panel-group {
                    margin: 0;
                }

                    .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        border: 1px solid #eee;
                        margin-bottom: 20px;
                    }

                    .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel-heading {
                        border: none;
                        background-color: #e87e0454;
                    }

                        .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel-heading .panel-title {
                            font-size: 13px;
                            font-weight: 500;
                            color: #555;
                        }

                            .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel-heading .panel-title a {
                                width: 100%;
                                text-decoration: none;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: justify;
                                -ms-flex-pack: justify;
                                justify-content: space-between;
                            }

                                .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel-heading .panel-title a.collapsed i {
                                    -webkit-transform: rotate(180deg);
                                    transform: rotate(180deg);
                                }

                    .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel-collapse.in {
                        min-height: 140px;
                    }

                    .detail .detail-content .detail-holder .dh-content .custom-panel-group .panel-body {
                        border: none;
                    }

        .detail .detail-content .detail-tab {
            min-width: 170px;
            max-width: 170px;
            overflow-y: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .detail .detail-content .detail-tab .dt-header {
                text-transform: uppercase;
                font-size: 11px;
                color: #aaa;
                margin-bottom: 15px;
            }

            .detail .detail-content .detail-tab .dt-holder {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                overflow-y: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 0 5px 0 10px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .detail .detail-content .detail-tab .dt-holder a {
                    text-decoration: none;
                    margin-bottom: 7px;
                    cursor: pointer;
                    color: #777 !important;
                    font-size: 12px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                    .detail .detail-content .detail-tab .dt-holder a:hover {
                        color: #3498db !important;
                    }

    .detail .table-holder {
        width: calc(100vw - 545px);
        height: calc(100vh - 350px);
        overflow: auto;
    }

        .detail .table-holder .form-check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            margin-bottom: 3px;
        }

            .detail .table-holder .form-check label {
                margin: 0;
            }

            .detail .table-holder .form-check input[type="checkbox"] {
                display: none;
                position: absolute;
                right: 9000px;
            }

                .detail .table-holder .form-check input[type="checkbox"] + .label-text:before {
                    content: ' ';
                    display: block;
                    width: 13px;
                    height: 13px;
                    border: 2px solid #555;
                    border-radius: 3px;
                    cursor: pointer;
                    -webkit-transition: all .1s;
                    transition: all .1s;
                }

                .detail .table-holder .form-check input[type="checkbox"]:checked + .label-text:before {
                    content: ' ';
                    display: block;
                    width: 7px;
                    height: 15px;
                    margin-left: 6px;
                    border: none;
                    border-bottom: 2px solid #2283c3;
                    border-right: 2px solid #2283c3;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    border-radius: 0;
                    -webkit-transition: all .1s;
                    transition: all .1s;
                }

                .detail .table-holder .form-check input[type="checkbox"]:disabled + .label-text {
                    color: #aaa;
                }

                    .detail .table-holder .form-check input[type="checkbox"]:disabled + .label-text:before {
                        content: ' ';
                        display: block;
                        width: 13px;
                        height: 13px;
                        border: 2px solid #2283c3;
                        background-color: #2283c3;
                        border-radius: 3px;
                        cursor: not-allowed;
                    }

                .detail .table-holder .form-check input[type="checkbox"]:disabled:checked + .label-text:before {
                    content: ' ';
                    display: block;
                    width: 7px;
                    height: 15px;
                    margin-left: 6px;
                    border: none;
                    border-bottom: 2px solid #2283c3;
                    border-right: 2px solid #2283c3;
                    background-color: transparent;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    border-radius: 0;
                    cursor: not-allowed;
                }

        .detail .table-holder table {
            margin-bottom: 0;
        }

        .detail .table-holder thead {
            background-color: #eee;
            color: #555;
        }

        .detail .table-holder tbody tr {
            cursor: pointer;
        }

            .detail .table-holder tbody tr:nth-child(even) {
                background-color: #f8f8f8;
            }

            .detail .table-holder tbody tr:hover {
                background-color: #eee;
            }

        .detail .table-holder th,
        .detail .table-holder td {
            white-space: nowrap;
            border: none;
            min-width: 150px;
            max-width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .detail .table-holder th.selector,
            .detail .table-holder td.selector {
                min-width: 30px !important;
                max-width: 30px !important;
            }

                .detail .table-holder th.selector.allowEdit,
                .detail .table-holder td.selector.allowEdit {
                    min-width: 55px !important;
                    max-width: 55px !important;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .detail .table-holder th.selector.allowEdit .form-check,
                    .detail .table-holder td.selector.allowEdit .form-check {
                        margin: 3px 0 0 0;
                    }

            .detail .table-holder th .dt-edit,
            .detail .table-holder td .dt-edit {
                color: #3498db;
                cursor: pointer;
                margin: 1px 0 0 10px;
            }

        .detail .table-holder td {
            padding: 3px;
        }

        .detail .table-holder input.form-control,
        .detail .table-holder select.form-control,
        .detail .table-holder textarea.form-control {
            background-color: transparent;
            border: 1px solid #777;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            outline: none !important;
            border-radius: 4px;
            height: 24px;
            font-size: 12px;
            padding: 0 5px;
        }

            .detail .table-holder input.form-control:focus,
            .detail .table-holder select.form-control:focus,
            .detail .table-holder textarea.form-control:focus {
                border: 1px solid #3498db !important;
                background-color: #fff;
            }

            .detail .table-holder input.form-control[required="required"],
            .detail .table-holder select.form-control[required="required"],
            .detail .table-holder textarea.form-control[required="required"] {
                border: 1px solid #f1978e;
            }

                .detail .table-holder input.form-control[required="required"].hasValue,
                .detail .table-holder select.form-control[required="required"].hasValue,
                .detail .table-holder textarea.form-control[required="required"].hasValue {
                    border: 1px solid #ddd;
                }

            .detail .table-holder input.form-control[readonly="readOnly"], .detail .table-holder input.form-control[readonly="readOnly"][required="required"],
            .detail .table-holder select.form-control[readonly="readOnly"],
            .detail .table-holder select.form-control[readonly="readOnly"][required="required"],
            .detail .table-holder textarea.form-control[readonly="readOnly"],
            .detail .table-holder textarea.form-control[readonly="readOnly"][required="required"] {
                border: 1px solid transparent;
                background-color: transparent;
                cursor: default;
            }

        .detail .table-holder .custom-ig-lu input {
            border-right: none !important;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

            .detail .table-holder .custom-ig-lu input:focus {
                border: 1px solid #ddd !important;
            }

            .detail .table-holder .custom-ig-lu input[required="required"] + .lu .lookup-btn {
                border: 1px solid #f1978e;
                border-left: none;
            }

        .detail .table-holder .custom-ig-lu .lookup-btn {
            padding: 0;
            height: 24px;
            width: 100%;
            border: 1px solid #ddd;
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .detail .table-holder .custom-ig-lu .lu-spin {
            top: 2px;
        }

    .detail .table-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }

        .detail .table-pagination p {
            margin: 0;
            color: #aaa;
        }

        .detail .table-pagination select {
            border: none;
            outline: none;
            font-weight: bold;
        }

        .detail .table-pagination i {
            color: #3498db;
            cursor: pointer;
        }

        .detail .table-pagination p,
        .detail .table-pagination select,
        .detail .table-pagination i {
            margin-right: 5px;
        }

.modal .panel {
    margin: 0;
}

    .modal .panel .panel-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        color: #fff;
        background-color: #2574a9;
    }

        .modal .panel .panel-heading label {
            margin: 0;
            font-weight: 500;
        }

        .modal .panel .panel-heading .fa-times {
            cursor: pointer;
        }

    .modal .panel .panel-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: #F2F6F9;
        border: none;
        padding: 9px;
    }

        .modal .panel .panel-footer button {
            background-color: rgba(52, 152, 219, 0.25);
            font-weight: bold;
            margin-left: 5px;
            color: #3498db;
        }

.modal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .modal .modal-dialog .modal-content {
        margin: auto;
    }

.modal-content,
.modal .panel-heading,
.modal .panel {
    border: none;
}

.confirm-dlg .modal-content {
    width: 35%;
    min-width: 300px;
}

    .confirm-dlg .modal-content .panel-body {
        max-height: 300px;
        overflow-y: auto;
    }

        .confirm-dlg .modal-content .panel-body .panel-msg {
            margin: 0;
            font-weight: 500;
        }

    .confirm-dlg .modal-content .panel-footer button.cancel {
        background-color: transparent;
        color: #aaa;
    }

.lookup-dlg .modal-content {
    min-width: 50%;
}

.lookup-dlg .lookup-header .main-btn-grp {
    float: right;
}

.lookup-dlg .lookup-header .search {
    margin-bottom: 10px;
}

    .lookup-dlg .lookup-header .search label {
        width: 50px;
    }

    .lookup-dlg .lookup-header .search button {
        border: none;
        border-radius: 4px;
        background-color: rgba(52, 152, 219, 0.15);
        color: #3498db;
        font-size: 12px;
        height: 23px;
    }

        .lookup-dlg .lookup-header .search button i {
            color: #3498db;
            font-size: 13px;
        }

    .lookup-dlg .lookup-header .search input {
        max-width: 220px;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding-left: 10px;
        height: 23px;
    }

    .lookup-dlg .lookup-header .search select {
        outline: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        padding: 0 5px;
        font-size: 13px;
        height: 25px;
        padding-bottom: 2px;
        border-radius: 5px;
        color: #fff;
        background-color: #3498db;
        min-width: 220px;
    }

        .lookup-dlg .lookup-header .search select option {
            color: #555;
            background-color: #fff;
        }

.lookup-dlg .table-holder {
    height: calc(100vh - 290px);
}

    .lookup-dlg .table-holder .tbody-container {
        height: 90%;
        overflow: auto;
    }

        .lookup-dlg .table-holder .tbody-container table {
            margin-bottom: 10px;
        }

    .lookup-dlg .table-holder .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        margin-bottom: 3px;
    }

        .lookup-dlg .table-holder .form-check label {
            margin: 0;
        }

        .lookup-dlg .table-holder .form-check input[type="checkbox"] {
            display: none;
            position: absolute;
            right: 9000px;
        }

            .lookup-dlg .table-holder .form-check input[type="checkbox"] + .label-text:before {
                content: ' ';
                display: block;
                width: 13px;
                height: 13px;
                border: 2px solid #555;
                border-radius: 3px;
                cursor: pointer;
                -webkit-transition: all .1s;
                transition: all .1s;
            }

            .lookup-dlg .table-holder .form-check input[type="checkbox"]:checked + .label-text:before {
                content: ' ';
                display: block;
                width: 7px;
                height: 15px;
                margin-left: 6px;
                border: none;
                border-bottom: 2px solid #2283c3;
                border-right: 2px solid #2283c3;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border-radius: 0;
                -webkit-transition: all .1s;
                transition: all .1s;
            }

            .lookup-dlg .table-holder .form-check input[type="checkbox"]:disabled + .label-text {
                color: #aaa;
            }

                .lookup-dlg .table-holder .form-check input[type="checkbox"]:disabled + .label-text:before {
                    content: ' ';
                    display: block;
                    width: 13px;
                    height: 13px;
                    border: 2px solid #2283c3;
                    background-color: #2283c3;
                    border-radius: 3px;
                    cursor: not-allowed;
                }

            .lookup-dlg .table-holder .form-check input[type="checkbox"]:disabled:checked + .label-text:before {
                content: ' ';
                display: block;
                width: 7px;
                height: 15px;
                margin-left: 6px;
                border: none;
                border-bottom: 2px solid #2283c3;
                border-right: 2px solid #2283c3;
                background-color: transparent;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border-radius: 0;
                cursor: not-allowed;
            }

    .lookup-dlg .table-holder table {
        margin-bottom: 0;
    }

    .lookup-dlg .table-holder thead {
        background-color: #e87e04;
        color: #fff;
    }

    .lookup-dlg .table-holder tbody tr {
        cursor: pointer;
    }

        .lookup-dlg .table-holder tbody tr:nth-child(even) {
            background-color: #f8f8f8;
        }

        .lookup-dlg .table-holder tbody tr:hover {
            background-color: #eee;
        }

    .lookup-dlg .table-holder th,
    .lookup-dlg .table-holder td {
        white-space: nowrap;
        border: none;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px #ababab solid;
    }

        .lookup-dlg .table-holder th input[type=checkbox],
        .lookup-dlg .table-holder td input[type=checkbox] {
            margin: auto;
            margin-top: 3px;
            width: 15px;
            height: 15px;
        }

        .lookup-dlg .table-holder th button,
        .lookup-dlg .table-holder td button {
            background-color: #1b4771d9;
            color: #fff;
            border: none;
            border-radius: 3px;
            font-weight: 400;
        }

        .lookup-dlg .table-holder th.selector,
        .lookup-dlg .table-holder td.selector {
            min-width: 30px !important;
            max-width: 30px !important;
        }

            .lookup-dlg .table-holder th.selector.allowEdit,
            .lookup-dlg .table-holder td.selector.allowEdit {
                min-width: 55px !important;
                max-width: 55px !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .lookup-dlg .table-holder th.selector.allowEdit .form-check,
                .lookup-dlg .table-holder td.selector.allowEdit .form-check {
                    margin: 3px 0 0 0;
                }

        .lookup-dlg .table-holder th .dt-edit,
        .lookup-dlg .table-holder td .dt-edit {
            color: #3498db;
            cursor: pointer;
            margin: 1px 0 0 10px;
        }

.lookup-dlg .table-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

    .lookup-dlg .table-pagination p {
        margin: 0;
        color: #aaa;
    }

    .lookup-dlg .table-pagination select {
        border: none;
        outline: none;
        font-weight: bold;
    }

    .lookup-dlg .table-pagination i {
        color: #3498db;
        cursor: pointer;
    }

    .lookup-dlg .table-pagination p,
    .lookup-dlg .table-pagination select,
    .lookup-dlg .table-pagination i {
        margin-right: 5px;
    }

.ui-grid-cell-contents {
    font-size: 12px;
}

.ui-grid-cell-contents {
    border: 1px #969595 solid;
}

.grid-remove {
    background-color: transparent;
    color: #d02121;
    font-size: 16px;
    border: 1px #969595 solid;
    padding: 2.9px;
    border-radius: unset;
}
/*# sourceMappingURL=Master.css.map */

/*Toggle Switch CSS*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        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(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*dashboard-benefits-item*/
.flex-container {
    display: flex;
    justify-content: space-between;
    border: 5px solid #eee;
    padding: 10px 20px;
    max-height: 250px;
    overflow-y: auto;
}

.flex-container > div {
    font-size: 21px;
}

.flex-container .aut {
    font-size: 12px;
}
