@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=B612:wght@400;700&display=swap');

html, body {
    font-family: 'B612', sans-serif;
    background: #f1f4f7;
    background-image: url('../images/27115.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-weight: 400;
}

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;
}

.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-color: #222222ab;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

    .sidebar .top-row {
        background-color: #ffcc2a;
    }

    .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;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 0;
    padding-top: 20px;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

.border-right {
    border-right: 1px solid #dadbda;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
    width: 100%;
}

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
}

.text-muted {
    color: #c5c7cc;
}

em {
    font-size: 2em;
    width: 100%;
}

.color-orange {
    color: orange;
}

.color-teal {
    color: teal;
}

.color-red {
    color: orangered;
}






.text-muted {
    color: #c5c7cc;
}

.color-gray {
    color: #444444;
}

.color-blue {
    color: #30a5ff;
}

.color-teal {
    color: #1ebfae;
}

.color-orange {
    color: #ffb53e;
}

.color-red {
    color: #f9243f;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.fa-xl {
    font-size: 2em;
}

input.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 46px;
}

.bootstrap-table input.form-control {
    height: 34px;
}

.input-group-btn .btn {
    height: 46px;
}

.form-control:focus {
    border: 1px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.has-success .form-control, .has-success .form-control:focus {
    border: 1px solid #8ad919;
}

.has-warning .form-control, .has-warning .form-control:focus {
    border: 1px solid #ffb53e;
}

.has-error .form-control, .has-error .form-control:focus {
    border: 1px solid #f9243f;
}

.navbar-custom {
    background: #2c0069;
    height: 60px;
}

.navbar-header .navbar-brand {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    padding-top: 20px;
}

    .navbar-header .navbar-brand span {
        color: #30a5ff;
    }

.navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    margin-top: 10px;
}

    .navbar-toggle:hover {
        background: rgba(255, 255, 255, 0.05);
    }

.icon-bar {
    background: #fff;
}

.dropdown {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    margin: 10px 8px;
    padding: 0px;
    border-radius: 4px;
}

    .dropdown a.dropdown-toggle {
        color: #fff;
        height: 40px;
        width: 40px;
        padding-top: 11px;
        padding-left: 9px;
    }

    .dropdown:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .dropdown .label {
        top: -4px;
        left: 22px;
        padding-top: 4px;
        padding-bottom: 4px;
        position: absolute;
        border-radius: 9999px;
    }

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.dropdown-messages {
    border: 1px solid #fff;
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

    .dropdown-messages img {
        margin: 5px 10px;
        float: left;
    }

    .dropdown-messages .message-body {
        margin: 5px;
        float: left;
        width: 280px;
    }

.dropdown small {
    color: #999;
}

.dropdown em {
    margin: 0 5px;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
}

.dropdown-menu li .message-body a {
    color: #444;
}

.dropdown-menu li a:hover {
    color: #30a5ff;
    text-decoration: none;
    background: none;
}

.divider, .clear {
    clear: both;
}

.dropdown-alerts {
    border: 1px solid #fff;
    width: 260px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

.all-button a {
    text-align: center;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.btn:hover, button:hover {
    opacity: 0.8;
}

a.btn:active, button:active {
    box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #e9ecf2;
    border-color: #e9ecf2;
    color: #1b3548;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #30a5ff;
    border-color: #30a5ff;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #01842e;
    border-color: #03ae3e;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #ffb53e;
    border-color: #ffb53e;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #f9243f;
    border-color: #f9243f;
}

.btn-link, .page-link, .text-primary {
    color: #30a5ff !important;
}

    .btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
        color: #50b3ff !important;
    }

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success, .bg-green {
    color: #fff;
    background-color: #00bb3d;
}

a.bg-success:hover, a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a, .bg-green a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
    color: #fff;
    background-color: #1ebfae;
}

a.bg-teal:hover {
    background-color: #1ebfae;
}

.bg-teal a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-info, .bg-blue {
    color: #fff;
    background-color: #30a5ff;
}

a.bg-info:hover, a.bg-blue:hover {
    background-color: #30a5ff;
}

.bg-info a, .bg-blue a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-warning, .bg-orange {
    color: #fff;
    background-color: #ffb53e;
}

a.bg-warning:hover, a.bg-orange:hover {
    background-color: #ffb53e;
}

.bg-warning a, .bg-orange a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-danger, .bg-red {
    color: #fff;
    background-color: #f9243f;
}

a.bg-danger:hover, a.bg-red:hover {
    background-color: #f9243f;
}

.bg-danger a, .bg-red a {
    color: rgba(255, 255, 255, 0.75);
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #e9ecf2;
    }

.label-success {
    background-color: #8ad919;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #8ad919;
    }

.label-info {
    background-color: #30a5ff;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #30a5ff;
    }

.label-warning {
    background-color: #ffb53e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #f9243f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #f9243f;
    }

.panel {
    border: 0;
}

.panel-container {
    padding-top: 20px;
}

.panel-heading .fa-toggle-up, .panel-heading .fa-toggle-down {
    font-size: 17px;
}

.panel-primary > .panel-heading {
    background-color: #30a5ff;
    color: #fff;
    border: none;
}

.panel-success > .panel-heading {
    background-color: #8ad919;
    color: #fff;
    border: none;
}

.panel-info > .panel-heading {
    background-color: #30a5ff;
    color: #fff;
    border: none;
}

.panel-warning > .panel-heading {
    background-color: #ffb53e;
    color: #fff;
    border: none;
}

.panel-danger > .panel-heading {
    background-color: #f9243f;
    color: #fff;
    border: none;
}

.panel-primary .panel-settings, .panel-primary .panel-toggle, .panel-success .panel-settings, .panel-success .panel-toggle, .panel-info .panel-settings, .panel-info .panel-toggle, .panel-warning .panel-settings, .panel-warning .panel-toggle, .panel-danger .panel-settings, .panel-danger .panel-toggle {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

    .panel-primary .panel-settings:hover, .panel-primary .panel-toggle:hover, .panel-success .panel-settings:hover, .panel-success .panel-toggle:hover, .panel-info .panel-settings:hover, .panel-info .panel-toggle:hover, .panel-warning .panel-settings:hover, .panel-warning .panel-toggle:hover, .panel-danger .panel-settings:hover, .panel-danger .panel-toggle:hover {
        border: none;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }

.panel-blue {
    background: #30a5ff;
    color: #fff;
}

.panel-teal {
    background: #1ebfae;
    color: #fff;
}

.panel-orange {
    background: #ffb53e;
    color: #fff;
}

.panel-red {
    background: #f9243f;
    color: #fff;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.05);
}

.panel-blue p, .panel-teal p, .panel-orange p, .panel-red p {
    color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 60px;
    line-height: 38px;
    padding-left: 15px;
}

.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel-footer {
    background: #fff;
    border-top: 1px solid #e9ecf2;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

    .panel-widget .panel-footer {
        border: 0;
        text-align: center;
    }

.panel-footer .input-group {
    padding: 0px;
    margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child > .btn, .panel-footer .input-group-btn:last-child > .btn-group {
    margin: 0;
}

.panel-widget .panel-footer a {
    color: #999;
}

    .panel-widget .panel-footer a:hover {
        color: #666;
        text-decoration: none;
    }

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
}

.panel-settings {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .panel-settings .dropdown a.dropdown-toggle, .panel-settings a {
        padding: 0;
        background: none;
        color: #7c7c7c;
    }

    .panel-settings a, .panel-toggle {
        width: 40px;
        padding: 2px 0 0 0;
    }

        .panel-settings:hover, .panel-toggle:hover, .panel-settings .dropdown a.dropdown-toggle:hover, .panel-settings:active, .panel-toggle:active, .panel-settings .dropdown a.dropdown-toggle:active, .panel-settings:focus, .panel-toggle:focus, .panel-settings .dropdown a.dropdown-toggle:focus {
            background: #f1f4f7;
            color: #444444;
        }

.panel-settings, .panel-toggle {
    display: inline-block;
    margin: -1px -5px 0 15px !important;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9ecf2;
    color: #7c7c7c;
    background: #fff;
    width: 42px;
}

.panel-settings {
    width: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .panel-settings li.dropdown {
        margin: 0;
        padding: 0;
    }

.dropdown-settings {
    border: 1px solid #fff;
    width: 220px;
    font-size: 0.9em;
    padding: 0;
}

    .dropdown-settings li {
        list-style: none;
        padding: 0 10px;
        width: 220px;
        height: 26px;
        line-height: 26px;
    }

    .dropdown-settings .divider {
        margin: 7px 0;
    }

    .dropdown-settings li a {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        color: #444444;
    }

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin: 0px;
    font-size: 14px;
}

.panel-button-tab-right {
    margin-left: 4px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-button-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top {
    border-top: 1px solid #dadbda;
}

.border-right {
    border-right: 1px solid #dadbda;
}

.border-bottom {
    border-bottom: 1px solid #dadbda;
}

.border-left {
    border-left: 1px solid #dadbda;
}

.panel .border-top, .panel .border-right, .panel .border-bottom, .panel .border-left {
    border-color: #e9ecf2;
}

.article {
    padding: 10px 0;
}

    .article:first-child {
        padding: 0 0 10px 0;
    }

    .article h4 {
        margin-bottom: 10px;
    }

    .article .date {
        text-align: center;
        margin: 5px auto;
        display: block;
    }

        .article .date .text-muted {
            margin-top: -5px;
        }

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #e9ecf2;
        left: 25px;
        margin-right: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc( 100% - 65px );
            float: right;
            border: 1px solid #edeeed;
            border-radius: 2px;
            padding: 10px 20px;
            position: relative;
            box-shadow: none;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                left: -11px;
                display: inline-block;
                border-top: 11px solid transparent;
                border-right: 11px solid #edeeed;
                border-left: 0 solid #edeeed;
                border-bottom: 11px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                left: -10px;
                display: inline-block;
                border-top: 10px solid transparent;
                border-right: 10px solid #fff;
                border-left: 0 solid #fff;
                border-bottom: 10px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 46px;
            height: 46px;
            line-height: 51px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0px;
            margin-right: -25px;
            background-color: #999999;
            z-index: 100;
            border-radius: 9999px;
        }

.timeline-badge.primary {
    background-color: #30a5ff !important;
}

.timeline-badge.success {
    background-color: #8ad919 !important;
}

.timeline-badge.warning {
    background-color: #ffb53e !important;
}

.timeline-badge.danger {
    background-color: #f9243f !important;
}

.timeline-badge.info {
    background-color: #30a5ff !important;
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f2f3f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #30a5ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #8ad919;
    background-image: none;
}

.progress-bar-info, .progress-bar-blue {
    background-color: #30a5ff;
    background-image: none;
}

.progress-bar-warning, .progress-bar-orange {
    background-color: #ffb53e;
    background-image: none;
}

.progress-bar-danger, .progress-bar-red {
    background-color: #f9243f;
    background-image: none;
}

.progress-bar-teal {
    background-color: #1ebfae;
    background-image: none;
}

.jumbotron {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel .tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    background: #f2f3f2;
    border: 0;
}

    .nav-tabs li a:hover {
        background: #fff;
    }

    .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover {
        border: 0;
        padding: 15px 20px;
    }

    .nav-tabs li.active a {
        color: #30a5ff;
    }

    .nav-tabs li a {
        color: #999;
    }

.nav-pills {
    padding: 15px;
    padding-bottom: 0;
}

    .nav-pills li a, .nav-pills li a:hover, .nav-pills li.active a, .nav-pills li.active a:hover {
        border: 0;
        padding: 7px 15px;
    }

        .nav-pills li.active a, .nav-pills li.active a:hover {
            background: #30a5ff;
        }

.tab-content {
    padding: 15px;
}


.navbar input {
    border: 0;
    background: #444;
    color: #fff;
}

    .navbar input:focus {
        color: #fff;
        background: #555;
        border: 1px solid #30a5ff;
        outline: 0;
        box-shadow: inset 0px 0px 0px 1px #30a5ff;
    }

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

    .user-menu a {
        color: #fff;
    }

        .user-menu a:hover, .user-menu a:focus {
            text-decoration: none;
        }

.profile-sidebar {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecf2;
}

.indicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 5px;
}

.profile-userpic img {
    float: left;
    margin: 10px 0px 0px 15px;
    width: 50px;
    height: 50px;
    border-radius: 9999px !important;
}

.profile-usertitle {
    float: left;
    text-align: left;
    margin: 10px 0 0 12px;
}

.profile-usertitle-name {
    font-size: 20px;
    margin-bottom: 0px;
}

.profile-usertitle-status {
    text-transform: uppercase;
    color: #AAA;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcrumb {
    border-radius: 0;
    padding: 10px 15px 10px 15px;
    background: #e9ecf2;
    margin: 0;
}

h1.page-header {
    margin-top: 20px;
    border-bottom: 0;
    background-color: #ffffffde;
    padding: 16px;
    border-top-right-radius: 55px;
    border: 2px dashed #222;
}

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

    .easypiechart .percent {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 38px;
        width: 120px;
    }

#easypiechart-blue .percent {
    color: #30a5ff;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}

#calendar, .datepicker-inline {
    width: 100%;
}

    #calendar table {
        width: 100%;
    }

.datepicker-switch {
    font-size: 16px;
    height: 46px !important;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #c5c7cc;
}

.datepicker table tr td {
    padding: 10px !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #30a5ff;
        text-shadow: none;
        border-color: #285e8e;
    }

    .datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
        background: rgba(0, 0, 0, 0.05);
    }

.todo-list {
    padding: 0;
    margin: -15px;
    background: #fff;
    color: #444444;
}

    .todo-list .checkbox input[type=checkbox] {
        margin: 0;
    }

    .todo-list .checkbox {
        display: inline-block;
        margin: 0px;
    }

.panel-body {
    padding: 15px;
}

    .panel-body input[type=checkbox]:checked + label {
        /*text-decoration: line-through;*/
        color: #777;
    }

.todo-list-item {
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

    .todo-list-item:hover, a.todo-list-item:focus {
        text-decoration: none;
        background-color: #f6f6f6;
    }

.todo-list .fa-trash {
    color: #444444;
}

    .todo-list .fa-trash:hover {
        color: #ef4040;
    }

.chat .panel-body ul {
    list-style: none;
    margin: -15px;
    padding: 15px;
}

    .chat .panel-body ul li {
        margin-bottom: 10px;
        padding: 15px 5px;
        border-bottom: 1px solid #e9ecf2;
    }

.chat ul li.left .chat-body {
    margin-left: 80px;
}

.chat ul li.right .chat-body {
    margin-right: 80px;
}

.chat ul li .chat-body p {
    margin: 0;
}

.chat .panel-body {
    overflow-y: scroll;
    height: 300px;
}

.chat-body small {
    margin-left: 5px;
}

.table {
    background: #fff;
}

.fixed-table-container {
    border: 1px solid #e9ecf2;
}

    .fixed-table-container thead th {
        background: #f7f7f8;
        border-color: #ddd;
        color: #444444;
        font-weight: 300;
        font-size: 16px;
    }

    .fixed-table-container tbody td {
        border: 1px solid #e9ecf2;
    }

        .fixed-table-container tbody td:last-child {
            border-right: none;
        }

.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 20px;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
}


.newordernote {
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #D6D6D6; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100; Green+Flat+%231 */
    background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
    position: fixed;
    bottom: 4px;
    right: 4px;
    z-index: 9999;
    text-align: center;
    display: none;
}

    .newordernote p {
        color: #fff;
    }

    .newordernote h2 {
        color: #fff;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }


.toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 50%;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.login-box-overlay {
    background-color: #646464b8;
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0px;
}

.login-box {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    align-items: center;
}

.login-container {
    text-align: center;
    width: 100%;
}

.login-main-container {
    border: none;
    box-shadow: 0px 0px 3px #222;
    border-radius: 18px;
    background-color: #fff;
    padding: 12px;
    position: relative;
    min-width: 630px;
    display: inline-block;
}

.form-label-container {
    width: 100%;
    text-align: left;
    padding-bottom: 12px;
}

.login-box-logo {
    width: 100%;
    position: absolute;
}

.login-box-logo-conainer {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-image: url(/images/nfc-logo.png);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -180px;
    background-position-x: 0px;
    background-position-y: -35px;
    box-shadow: 0px 0px 8px #222;
}

.login-form {
    padding-top: 4em;
    position: relative
}

.progress-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    align-items: center;
    background-color: #ffffffde;
}

.progress-inner-container {
    width: 100%;
    text-align: center;
}

.blazoredMenu {
}

    .blazoredMenu > ul > li > a.active, .blazoredMenu > ul > li > a:hover {
        background-color: #fff;
        display: flex;
        text-decoration: none !important;
        background-color: #ffb53e;
        display: flex;
        text-decoration: none !important;
        color: #fff;
        transition: 0.3s all ease-in;
    }

    .blazoredMenu > ul > li > a {
        color: #fff;
        text-decoration: none !important;
        display: flex;
        transition: 0.3s all ease-out;
    }

.blazoredSubmenu {
    color: #fff !important;
    text-decoration: none !important;
}

    .blazoredSubmenu > ul > li > a.active, .blazoredSubmenu > ul > li > a:hover {
        background-color: #ffb53e;
        display: flex;
        text-decoration: none !important;
        color: #fff;
        transition: 0.3s all ease-in;
    }

    .blazoredSubmenu > ul > li > a {
        display: flex;
        text-decoration: none !important;
        color: #fff;
        transition: 0.3s all ease-in;
    }

.blazored-sub-menu-header span {
    padding: 0px !important;
}

.dashed-bottom-border-content {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 6px;
}

.dashed-left-border-content {
    border-left: 1px solid #aeaeae;
    border-left-style: solid;
    border-left-style: dashed;
}

.margin-top-5 {
    margin-top: 5px;
}

.gbutton {
    position: relative;
    width: auto;
    padding: 5px;
    margin:3px;
    background: #d6d6d6;
    min-width: 200px !important;
    font-family: 'B612', sans-serif;
    transition: 0.3s all ease-in;
}

.gbutton-success {
    background-color: #48c479;
    color: #fff;
    border: none;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

    .gbutton-success.disabled {
        background-color: #79c497;
        color: #676767;
        cursor: not-allowed;
    }


.gbutton-dark {
    background-color: #222;
    color: #fff;
    border: none;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

.gbutton-warning {
    background-color: #ffcc2a;
    color: #222;
    border: none;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

.gbutton-danger {
    background-color: #ff6d41;
    color: #fff;
    border: none;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

.gbutton-outline-danger {
    background-color: transparent;
    color: #222;
    border: 2px solid #ff6d41;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

.gbutton-outline-warning {
    background-color: transparent;
    color: #222;
    border: 2px solid #ffcc2a;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

.gbutton-outline-success {
    background-color: transparent;
    color: #222;
    border: 2px solid #48c479;
    transition: 0.3s all ease-out;
    font-weight: 700;
}

    .gbutton-outline-success > p, .gbutton-outline-danger > p, .gbutton-outline-warning > p, .gbutton-success > p, .gbutton-danger > p, .gbutton-warning > p, .gbutton-dark > p {
        font-weight: 400;
        font-size: 12px;
        display: block;
        margin: 0px;
        padding-top: 5px;
    }

.gbutton-outline-danger:hover {
    background-color: #ff6d41;
    color: #fff;
    transition: 0.3s all ease-in;
}

.gbutton-outline-success:hover {
    background-color: #48c479;
    color: #fff;
    transition: 0.3s all ease-in;
}

.gbutton-outline-warning:hover {
    background-color: #ffcc2a;
    color: #222;
    transition: 0.3s all ease-in;
}


.overlay-container {
    background-image: url('../images/bgpart.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-btn-pull-right {
    float: right;
    margin-right: 3px;
    top: -20px;
    position: relative;
}

.pull-right {
    float: right;
    margin-right: 3px;
    top: -28px;
    position: relative;
}

.panel-menu .navigation-item-wrapper-active::before {
    background-color: #ffcc2a !important;
}

.norecord-container {
    margin: 8px;
    padding: 12px;
    align-items: center;
    min-height: 80px;
    box-shadow: 1px 1px 3px #d6d6d6;
    border: none;
    border-radius: 8px;
    text-align: center;
}

    .norecord-container > img {
        width: 300px;
        height: auto;
        text-align: center;
    }

.norecord-text {
    color: orangered;
    text-align: center;
    width: 100%;
}

.fixed-float-btn {
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.search-note {
    display: flex;
    color: orangered;
    font-size: 12px;
    width: 80%;
    text-align: center;
    padding-left: 5em;
    padding-bottom: 3px;
}

.valign-middle {
    vertical-align: middle !important;
    text-align: center;
}

.align-right {
    text-align: right !important;
}

.tag-container {
    width: 100%;
    text-align: center;
    padding: 4px;
    border: 1px solid orangered;
    box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    background: orangered;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: 130px;
}

.rz-tooltip-content {
    max-width: 400px !important;
    text-align: justify !important;
    white-space: normal !important;
    background: #272721de !important;
    font-weight: 400;
    font-size: 13px;
}

.recepient-list-container {
    width: 100%;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
}

.recepient-list {
    list-style: none;
    text-align: left;
    padding-right: 8px;
    padding-left: 8px;
}


.recepient-list-item {
    width: auto;
    padding: 6px;
    /*border: 2px dotted #ff4500;*/
    border: 2px solid #AEAEAE;
    font-size: 14px;
    border-radius: 8px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    display: inline-block;
}

    .recepient-list-item > span {
        display: block;
        font-size: 10px;
        font-weight: 700;
        color: orangered;
    }

.logo-prgs {
    width: 200px;
    height: auto;
    margin-bottom: 25px;
    box-shadow: 0px 0px 3px #d6d6d6;
    border-radius: 18px;
}

.navbar-dark .navbar-brand {
    color: #222 !important;
}
.main .top-row {
    background-color: #ffe89e;
    border-bottom: 5px solid #ffcc2a;
    justify-content: flex-end;
}

.control-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}

.btn-round{
    position: relative;
    border-radius: 50%;
    padding:6px;
    width:50px;
    height:50px;
    background-color:orangered;
    color:#fff;
    box-shadow:0px 0px 3px #d6d6d6;
}

.floating-rounded-remove {
    position: absolute;
    top:-10px;
    right: -10px;
}
