﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px;
}

.appButton {
    background: #6264A7;
    border: 0.125rem solid;
    border-color: transparent;
    border-radius: 0.1875rem;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font: inherit;
    height: 2rem;
    min-width: 6rem;
    padding: 0.25rem;
    white-space: nowrap;
    margin: 50px;
}

.content {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 0rem;
}

#red, #gray {
    margin-bottom: 25px;
}

#end {
    margin-top: 25px;
}

.material-icons-color {
    color: #0062c4;
}

.material-icon-message {
    color: rgb(0, 196, 98);
}

.unset-radzen-style {
    background-image: none !important;
    box-shadow: none !important;
}

#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;
    }

/*Make Blazor Typeahead Box smaller*/
.blazored-typeahead,
.blazored-typeahead__input,
.blazored-typeahead__controls,
.blazored-typeahead__input-mask-wrapper,
.blazored-typeahead__input blazored-typeahead__input-hidden {
    border-color: #007bff !important;
}

.spinner {
    display: block;
    position: fixed;
    z-index: 1031; /* High z-index so it is on top of the page */
    top: 50%; /* where ... is the element's height */
    right: 50%; /* where ... is the element's width */
}

.rz-grid-table td {
    white-space: unset !important;
    overflow: hidden;
}

.greybackgroundcustomer {
    background-color: #646464 !important;
}

.bluebackgroundemployee {
    background-color: rgba(0, 98, 196, 0.85) !important;
}

.whitefontcolor {
    color: white !important;
}

.rz-dialog-content {
    padding-bottom: 0 !important;
}

.rz-button.btn-success {
    background-color: rgb(0, 196, 98) !important;
}

.input-group {
    position: absolute !important;
    bottom: 0 !important;
}

.insert-padding-bottom {
    padding-bottom: 60px;
}

.rz-paginator-next, .rz-paginator-last {
    background-color: rgb(0, 98, 196) !important;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.loading-opacity {
    opacity: 0.8;
}


#infinity-outline {
    fill: transparent;
    stroke-width: 4;
    stroke: var(--line-border-fill);
    stroke-dasharray: 2.42px, 242px;
    stroke-dashoffset: 0;
    animation: anim 2000ms linear infinite;
    opacity: 0.9;
}

#infinity-bg {
    fill: transparent;
    stroke-width: 4;
    stroke: #424242;
    opacity: 0.2;
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.88px, 242px;
        stroke-dashoffset: -26.62px;
    }

    43.75% {
        stroke-dasharray: 84.7px, 242px;
        stroke-dashoffset: -84.7px;
    }

    100% {
        stroke-dasharray: 2.42px, 242px;
        stroke-dashoffset: -239.58px;
    }
}


aside {
    width: 250px !important;
    height: 100vh !important;
    background: white !important;
    position: fixed !important;
    color: #fff !important;
    flex-direction: column !important;
    justify-content: space-around !important;
    box-shadow: 3px 1px 5px 0px rgba(98, 98, 98, 0.75) !important;
}

    aside ul {
        padding-inline-start: 0 !important;
    }

        aside ul li {
            list-style: none !important;
            font-size: 18px !important;
            padding: 20px 0 !important;
            cursor: pointer !important;
        }

            aside ul li .fas {
                width: 50px !important;
            }

.aside-wrapper {
    padding: 0 40px !important;
    box-sizing: border-box !important;
    z-index: 3;
}

.logo-text {
    font-size: 32px !important;
    position: relative !important;
}

.sidebar-toggle {
    position: absolute !important;
    top: 5px !important;
    left: 205px !important;
    padding: 4px 11px !important;
    text-align: center !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    margin: 3.25rem 1rem 0 0 !important;
    color: var(--line-dark-border-empty) !important;
}

#toggler {
    display: none !important;
}

input:checked ~ aside {
    left: -230px !important;
}

.sidebar-toggle:hover {
    color: var(--line-border-fill) !important;
}


.table-striped-rows thead {
    background-color: var(--line-border-empty);
}

.anticon {
    vertical-align: -.5em !important;
}

.ant-modal-close-x {
    line-height: 25px !important;
}

.ant-table-tbody > tr.ant-table-row:hover > td {
    background-color: unset !important;
}

.table-striped-rows tr:nth-child(2n) td {
    background-color: #ededed !important;
}

.table-striped-rows tr:nth-child(2n):hover td {
    background-color: #ededed !important;
}

/*
    Sidenav menu
*/

.nav-item {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: var(--line-border-empty);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        color: var(--line-border-fill);
    }

        .nav-item a.active .nav-title .nav-step-number {
            background: var(--line-border-fill);
            color: white;
        }

        .nav-item a:hover .nav-title .nav-step-number {
            background: var(--line-border-fill);
            color: white;
        }

        .nav-item a.active .nav-title .nav-step-text {
            color: var(--line-border-fill);
        }

        .nav-item a:hover .nav-title .nav-step-text {
            color: var(--line-border-fill);
        }

.nav-title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-left: -10px !important;
    display: flex !important;
}

    .nav-title .nav-step-number {
        width: 48px;
        height: 48px;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: var(--line-dark-border-empty);
        color: white;
        margin-right: 15px;
        border: 5px solid #fff;
        font-weight: bold;
        display: inline-flex;
    }

    .nav-title .nav-step-text {
        font-weight: bold;
        color: var(--line-dark-border-empty);
    }

.pl-3-px {
    padding-left: 15px !important;
}

@media only screen and (max-device-width: 767.9px) {
    .rz-dialog {
        height: 100% !important;
    }

    .rz-dialog-titlebar-close .rzi-times {
        font-size: 2rem !important;
    }

    .rz-dialog-titlebar {
        line-height: 4rem !important;
    }

    .marginleftmobile {
        margin-left: 8px !important;
    }

    button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
        height: 50px !important;
    }

    .remove-flex {
        display: flex !important;
    }

    .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
        justify-content: end !important;
    }

    aside {
        width: 85% !important;
        height: 100vh !important;
        background: white !important;
        position: fixed !important;
        color: #fff !important;
        flex-direction: column !important;
        justify-content: space-around !important;
        box-shadow: 3px 1px 5px 0px rgba(98, 98, 98, 0.75) !important;
    }

    input:checked ~ aside {
        left: -85% !important;
    }

    .nav-item a.active .nav-title .nav-step-number {
        background: var(--line-border-fill);
        color: white;
    }

    .nav-item a:hover .nav-title .nav-step-number {
        background: var(--line-border-fill);
        color: white;
    }

    .nav-item a.active .nav-title .nav-step-text {
        color: var(--line-border-fill);
    }

    .nav-title .nav-step-number {
        width: 54px;
        height: 54px;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: var(--line-dark-border-empty);
        color: white;
        margin-right: 15px;
        border: 5px solid #fff;
        font-weight: bold;
        display: inline-flex;
    }

    .nav-title .nav-step-text {
        font-weight: bold;
        color: var(--line-dark-border-empty);
        font-size: 24px;
    }

    .material-icons {
        font-size: 28px;
    }

    tr.ant-table-expanded-row:hover > td,
    tr.ant-table-expanded-row > td {
        background: unset !important;
    }

    .ant-table-expanded-row {
        background: linear-gradient(to right, #d5d5d5 2%, white 1%);
    }

    .ant-table-tbody > tr > td {
        border-bottom: unset !important;
    }

    .ant-table-row-expand-icon-cell {
        border-top: 1px solid #d5d5d5 !important;
    }

    .table-striped-rows tr:nth-child(2n) td {
        background: unset !important;
    }

    .table-striped-rows tr:nth-child(2n):hover td {
        background: unset !important;
    }

    p {
        font-size: 14px !important;
    }

    .text-left-mobile {
        text-align: left !important;
    }

    .font-size-mobile {
        font-size: 14px !important;
    }

    .pt-0-mobile {
        padding-top: 0 !important;
    }

    .ant-modal::-webkit-scrollbar {
        display: none;
    }

    .ant-modal {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .ant-modal-close-icon {
        font-size: 26px !important;
        margin-top: 22px !important;
    }

    .pl-3-px {
        padding-left: 3px !important;
    }

    .pl-3-px-mobile {
        padding-left: 20px !important;
    }
}


.col-md-6-cust-pr-10 {
    padding: 0px 10px 0px 0px !important;
    height: 100%;
}

.col-md-6-cust-pl-10 {
    padding: 0px 0px 0px 10px !important;
    height: 100%;
}

.cust-height {
    height: 18vh;
    
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

@media only screen and (max-device-width: 960px) {
    .ant-not-bold > td {
        font-weight: 400 !important;
    }

        .ant-not-bold > td:before {
            font-weight: 400 !important;
        }

    .ant-table-responsive .ant-table-tbody .ant-table-cell:before {
        font-weight: 400 !important;
    }

    .ant-table-responsive .ant-table-tbody .ant-table-cell:nth-child(-n + 3) {
        font-weight: 600;
    }

        .ant-table-responsive .ant-table-tbody .ant-table-cell:nth-child(-n + 3):before {
            font-weight: 600 !important;
        }

    .col-md-6-cust-pr-10 {
        padding: 0px 3px 0px 0px !important;
        height: 100%;
    }

    .col-md-6-cust-pl-10 {
        padding: 0px 0px 0px 3px !important;
        height: 100%;
    }
}

.dashboard {
    background-color: #fff;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dashboard.active {
        border: 3px solid var(--line-border-empty);
        border-color: var(--line-border-fill);
    }


.text {
    color: var(--line-border-fill);
}


.dashboard-hover:hover {
    border: 3px solid var(--line-border-empty);
    border-color: var(--line-border-fill);
}