@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nopad {
    padding: 0px;
}

.top_header {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 0px;
    border-bottom: 2px solid #eee;
}

    .top_header h1 {
        color: #28367f;
        text-align: center;
        font-weight: 600;
    }

.frm_login_area {
    padding: 50px 50px;
    float: left;
    width: 100%;
}

.logo_cls_header {
    overflow: hidden;
    width: 20%;
    float: left;
}

.bullets ul li {
    color: #fff;
}

.form_box {
    width: 50%;
    float: left;
}

@media screen and (max-width: 768px) {
    .form_box {
        width: 100%;
    }

    .top_header h1 {
        font-size: 18px;
    }
}

.logo_cls_header img {
    width: 100%;
}

.heading_content {
    width: 60%;
    float: left;
    text-align: center;
}

.img_area {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .img_area img {
        width: 100%;
    }

.bullets {
    position: absolute;
    top: 10%;
    left: 10%;
}

    .bullets a {
        padding: 5px 0px;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        display: block;
    }

    .bullets .fa {
        color: #32ba7c;
    }

.footer_cls {
    background: #28367f;
    padding: 10px 25px 0px;
    float: right;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 600;
}

    .footer_cls img {
        width: 100px;
        border-radius: 6px;
        padding: 5px 5px;
        background: #fff;
    }

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index:5;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

table.case-form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: none;
}

    table.case-form tr td {
        font-size: 13px;
        text-align: left;
        margin: 0 0 0 0;
    }

        table.case-form tr td span a {
            font-size: 13px;
            text-align: left;
            margin: 0 0 0 0;
            color: #044286;
            font-weight: normal;
        }

        table.case-form tr td.label {
            font-size: 13px;
            text-align: left;
            padding: 4px 0 4px 0;
            font-weight: bold;
            color: #225096;
        }

        table.case-form tr td.alert {
            font-size: 13px;
            text-align: left;
            padding: 4px 0 4px 0;
            font-weight: bold;
            color: #da251d;
        }

    table.case-form input {
        width: 200px;
        height: 24px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form .input-bg {
        width: 400px;
        height: 24px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }


    table.case-form input[type="checkbox"] {
        height: 15px;
        width: 17px;
    }

    table.case-form input[type="image"], input[type="file"] {
        -webkit-appearance: initial;
        padding: initial;
        background-color: initial;
        border: initial;
        width: 20px;
        /*height: 20px;*/
    }

    table.case-form input[type="radio"] {
        margin: 3px 3px 0px 5px;
        width: 14px;
        height: 14px;
    }

    table.case-form textarea {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form select {
        width: 208px;
        height: 26px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form .select-bg {
        width: 400px;
        height: 26px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form .select-sm1 {
        width: 50px;
        height: 26px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form .select-sm2 {
        width: 62px;
        height: 26px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form .select-sm3 {
        width: 80px;
        height: 26px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-form .head {
        background: #dcd9d9 url(images/arrow.png) 8px 10px no-repeat;
        color: #225096;
        padding: 0 0 0 20px;
        border: 1px solid #c3bcbc;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin: 0 0 15px 0;
        height: 30px;
    }

    table.case-form .member-detail {
        font-size: 13px;
        color: #012848;
        font-weight: normal;
        text-align: left;
        background: #dfe3eb;
    }

    table.case-form input[type="submit"] {
        color: #FFF;
        background: #044286;
        height: 28px;
        border: none;
        font-size: 15px;
        padding: 0 5px 0 5px;
        width: 100px;
    }

        table.case-form input[type="submit"].cust {
            color: #FFF;
            background: #044286;
            height: 28px;
            border: none;
            font-size: 15px;
            padding: 0 5px 0 5px;
            width: 150px;
        }

        table.case-form input[type="submit"]:hover {
            color: #FFF;
            background: #da251d;
            height: 28px;
            border: none;
            font-size: 15px;
            padding: 0 5px 0 5px;
        }

    table.case-form button {
        color: #FFF;
        background: #044286;
        height: 28px;
        border: none;
        font-size: 15px;
        padding: 0 5px 0 5px;
        width: 100px;
        border-radius: 4px;
    }

.btnmd {
    width: 150px !important;
}

table.case-form button:hover {
    color: #FFF;
    background: #da251d;
    height: 28px;
    border: none;
    font-size: 15px;
    padding: 0 5px 0 5px;
}


/*table.case-form input.btn:hover { color:#333; background:#bfbfbf; height:28px; border:none; width:100px; font-size:17px; border:1px solid #7a7a7a;}*/
.header {
    background: #c3daef;
    font-size: 14px !important;
    padding: 5px 5px 8px 8px;
    line-height: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #164791;
}

.pageHeading {
    background: #dcd9d9;
    color: #225096;
    padding: 0 0 0 0;
    border: 1px solid #c3bcbc;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 0 0;
    height: 30px;
}

table.case-grid tr th {
    background: #373e45;
    color: #fff;
    padding: 5px;
    border: 0;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    height: 25px;
}

table.case-grid {
    border: none !important;
}

    table.case-grid tr {
        text-align: left;
    }

    table.case-grid input {
        width: 100%;
        height: 24px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f4f4f4;
        border: 1px solid #c5c2c2;
        background: #FFF;
        padding: 0 0 0 5px;
        margin: 0 0 7px 0;
    }

    table.case-grid tr td {
        border: none;
        border-bottom: 1px dashed #c6c7c8;
        padding: 5px 4px 5px 4px;
        vertical-align: middle;
        font-size: 12px;
    }

    table.case-grid tr.alt td {
        background: #edf6fe;
        border-bottom: 1px dashed #c6c7c8;
    }

    table.case-grid tr td a {
        color: #FF0000;
    }


.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 5px 0;
    font-size: 25px;
    line-height: 1.428571429;
    border-radius: 25px;
}

.page_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0px;
    padding: 15% 0px;
    text-align: center;
    z-index: 999;
    background: rgba(255,255,255,0.6);
    color: #000;
}
.table-width
{
    max-width:1118px;
}

.heading {
    background-color: #dbe8f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.FMR-table table {
    font-size: 12px;
    width: 100%;
}

    .FMR-table table thead {
        background-color: #373e45;
        color: #fff;
    }

        .FMR-table table thead th:first-child {
            border-radius: 5px 0px 0px 5px;
        }

        .FMR-table table thead th:last-child {
            border-radius: 0px 5px 5px 0px;
        }

        .FMR-table table thead th {
            padding: 5px 8px;
        }

.FMR-table tr:has(.highlighted), tr:has(.highlighted) td {
    background-color: #e9ecef;
}

.edit-icons {
    background-image: url('../images/edit.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.delete-icons {
    background-image: url('../images/delete.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.print-icons {
    background-image: url('../images/print.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.update-icons {
    background-image: url('../images/update.gif');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.download-icons {
    background-image: url('../images/download.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.detail-icons {
    background-image: url('../images/details.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.kill-icons {
    background-image: url('../images/killuser.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.alive-icons {
    background-image: url('../images/aliveuser.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.unlock-icons {
    background-image: url('../images/unlockuser.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}

.upload-icons {
    background-image: url('../images/upload.png');
    height: 20px;
    width: 20px !important;
    background-size: cover;
    display: flex;
    border: 0px;
    background-color: transparent;
}
