﻿.app-header,
.top-bar{
    height:80px;
}

.app-header-dark .btn-account.focus, 
.app-header-dark .btn-account.show, 
.app-header-dark .btn-account:active, 
.app-header-dark .btn-account:focus, 
.app-header-dark .top-bar-brand {
    background-color: inherit;
}


#ach-table {
    height: calc(100vh - 220px);
}

.top-bar-item,
.top-bar-list {
    align-items: inherit;
}

.app-header-dark .btn-account {
    color: #6f727d;
    border-left:inherit;
    min-width:fit-content;
}

.app-header-dark {
    background-color: #fff;
    border-bottom: 8px solid #D14555;
    box-shadow: 0 0 0 3px rgb(20 20 31 / 5%), 0 2px 5px 0 rgb(20 20 31 / 15%);
}

.nav-selected {
    z-index: 99999;
    position: absolute;
    bottom: 8px;
    left: 50px;
    width: 30px;
}

.btn-dark {
    color: #fff;
    background-color: #4f4f52;
    border-color: #4f4f52;
}

.max-w-500{
    max-width:500px;
}

@media (max-height: 992px) {
    .page {
        min-height: calc(100vh - 5rem) !important;
    }
}

.account-name{
    line-height:inherit !important;
}

@media (min-width: 768px) {
    .badge {
        font-size: 12px !important;
        background-color: #e2e2e2 !important;
    }
}

.left-parameter,
.right-parameter,
.property,
.value {
    font-size: 0.9rem;
}

.set-to {
    font-size: 0.8rem;
    color: #164AE3;
}

.value {
    color: #EA6759;
}

.right-parameter {
    color: #00a28a;
}

.operator {
    font-size: 0.8rem;
    color: #ea6759;
}

.operator-dropdown{
    width:210px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

    .hr-text:before {
        content: "";
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 0.5em;
        line-height: 1.5em;
        color: #818078;
        background-color: #fcfcfa;
    }

.form-group label {
    font-weight: bold;
    font-size: 0.8rem;
    color: rgba(20,20,31,.8);
}

.linen {
    position: relative;
    background-image: url(/img/linen.jpg);
}

.app-header .btn-account .account-summary {
     max-width: 15rem;
}

.dotted {
    /*background-image: url(/img/dotted.jpg);*/
}

.boxshadow {
    box-shadow: inset 0 0 20px rgb(0 0 0 / 5%);
}

.test-answer {
    justify-content: left !important;
}

    .test-answer:after {
        left: 10px;
        top: 15px !important;
    }

.text-white {
    color: #fff !important;
}

.off-tile {
    position: absolute;
    left: -40px;
    top: 18px;
}


.thought {
    background-color: rgba(1,121,168,.08);
    padding: 20px;
    border-radius: 30px;
    min-width: 40px;
    max-width: 360px;
    min-height: 40px;
    margin: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .thought h5 {
        font-size: 1.3rem;
        font-weight: bold;
        padding-bottom: 12px;
        border-bottom: 1px dashed rgba(52,108,176,.5);
    }

    .thought:before,
    .thought:after {
        content: "";
        background-color: rgba(1,121,168,.08);
        border-radius: 50%;
        display: block;
        position: absolute;
        z-index: -1;
    }

    .thought:before {
        width: 44px;
        height: 44px;
        top: -12px;
        left: 28px;
        box-shadow: -50px 30px 0 -12px rgba(1,121,168,.08);
    }

    .thought:after {
        bottom: -10px;
        right: 26px;
        width: 30px;
        height: 30px;
        box-shadow: 40px -34px 0 0 rgba(1,121,168,.08), -28px -6px 0 -2px rgba(1,121,168,.08), -24px 17px 0 -6px rgba(1,121,168,.08), -5px 25px 0 -10px rgba(1,121,168,.08);
    }

.play {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 45%;
    background-color: #fff;
    border-radius: 50%;
    padding-left: 5px;
}

.snippet {
    position: relative;
    background-color: #f6f7f9;
    background-image: url(/img/bg_blue_slant.png);
    background-size: 7px 7px;
    box-shadow: inset 0 0 20px rgb(0 0 0 / 5%);
}

.page-message {
    z-index: 100;
}

    .page-message a:not(.btn) {
        text-decoration: none;
        color: #313131;
    }

.card {
    margin-bottom: 0;
    min-width: 150px;
}

.text-muted-darker {
    color: rgba(20,20,31,.7) !important;
}

.vmiddle {
    vertical-align: middle;
}

.visual-picker-figure-success:after {
    color: #00a28a;
}

.visual-picker-figure-danger:after {
    color: #b76ba3;
}

.visual-picker input[type=checkbox]:checked ~ .visual-picker-figure-success,
.visual-picker input[type=radio]:checked ~ .visual-picker-figure-success {
    box-shadow: inset 0 0 0 2px #00a28a, 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
}

.visual-picker input[type=checkbox]:checked ~ .visual-picker-figure-danger,
.visual-picker input[type=radio]:checked ~ .visual-picker-figure-danger {
    box-shadow: inset 0 0 0 2px #b76ba3, 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
}

.image-box {
    background-color: #f7f7f7;
    border: 1px rgba(0,0,0,0.2) dashed;
    padding: 10px;
    border-radius: 0.25rem;
    margin: 1px 1px 10px 1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    min-height: 140px;
}

.list-group-item:last-child {
    border-width: 0;
}

.paper {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
    position: relative;
    width: 100%;
    padding: 2em;
    margin: 10px auto;
}

.page-wrapper {
    margin: 0px auto;
    padding: 90px 15px 15px 15px;
}

.list-group-divider .list-group-item-figure {
    padding: 0.5rem 1rem !important;
}

table thead {
    background-color: rgba(52,108,176,0.3) !important;
}

.bm-overlay {
    pointer-events: none;
}

/*.bm-container {
    height: 80% !important;
}
*/
.modal-body {
    padding: 0 !important;
}

.modal-footer {
    border-top: 1px solid #ecedf1;
}

.visual-picker-figure-sm {
    height: 3rem;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    margin-bottom: 0.5rem;
}

.card-header{
    background-color:#f1f1f1;
}

.card-header,
.card-body {
    padding: 0.7rem;
    font-size:1.1rem;
}


#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;
    }

a:hover {
    text-decoration: none;
}

.margin-auto {
    margin: auto;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 35%;
    left: 46%;
}

.empty-state {
    padding-top: 20px !important;
}

.sk-circle-fade > .sk-circle-fade-dot:before {
    background-color: #346cb0;
}

.aside-menu {
    background-color: #fff !important;
    margin: auto;
}

.aside-content {
    background-color: #fff !important;
}

.dropdown-menu {
    font-size: 0.8rem !important;
}

.form-group .control-label {
    margin-bottom: 1px;
    margin-left: 2px;
    display: block;
}

input.invalid,
textarea.invalid {
    border-color: #b76ba3 !important;
}

.validation-message {
    font-size: 11px;
    color: #b76ba3;
    margin-left: 2px;
}

.input-suffix-btn {
    line-height: 38px;
    vertical-align: middle;
}

.bm {
    min-width: 350px;
    padding: 0 !important;
}

.bm-header {
    padding: 0.5rem !important;
    background-color: #f6f7f9 !important;
}

.bm-close {
    display: none;
}

.bm-title {
    font-size: 1.3rem;
    padding-left: 10px !important;
}

.bm-content {
    padding: 1rem !important;
    min-width: 350px;
}

.bm {
    padding: 1rem;
}

.blazored-modal {
    padding: 0rem !important;
}

.modal-footer {
    padding: 0;
}

.blazored-toast-body .blazored-toast-header h5 {
    font-size: 1.2rem;
}

.blazored-toast-body p {
    font-size: 0.9rem;
}

.active .menu-icon,
.active .menu-text {
    font-weight: 600 !important;
    color: #346cb0 !important;
}

.footer {
    height: 53px;
    background-color: #fff;
    display: block;
    border-top: 1px solid #e7e7e7;
    width: 100%;
}

.alert {
    padding-top: 0.25rem;
}

.page-navs {
    position: fixed !important;
    top: 3.5rem;
    right: 0;
    left: 0;
}

/*.auth-header {
    background: url('/img/bg_auth.jpg') no-repeat;
}*/

/*mobile*/
        @media only screen and (max-width: 768px) {
            .mobile-hide {
                display: none !important;
            }

            .mobile-only {
                display: inherit !important;
            }

            .top-bar-brand {
                width: 12rem;
            }

            .spinner-container {
                top: 35% !important;
                left: 38% !important;
            }
        }

        @media (min-width: 768.1px) {
            .mobile-hide {
                display: inherit !important;
            }

            .mobile-only {
                display: none !important;
            }

            .app-aside-expand-md + .app-main {
                padding-left: 8rem;
            }

            .app-aside-expand-md {
                width: 8rem;
            }

            .auth-header {
                margin-bottom: -3rem;
                padding-top: 3rem !important;
                padding-bottom: 3rem;
            }

            .app-aside {
                width: 8rem !important;
            }

            .page-inner {
                padding: 5rem 1rem 1rem 1rem !important;
            }
        }

        .pace {
    display: none !important;
}

.top-bar-brand {
    width: 6rem;
}

    .top-bar-brand .hamburger {
        display: none !important;
    }



.nowrap {
    white-space: nowrap !important;
}

/*overriding radzon*/
.card {
    padding: 0 !important;
}

    .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
        margin-bottom: 0.1rem !important;
    }

.card-subtitle {
    margin-top: inherit !important;
}

.material-icons, .fc-prev-button .ui-icon, .fc-next-button .ui-icon, .fa, .pi, .ui-menuitem .ui-menuitem-icon {
    font-size: inherit !important;
}

.stacked-menu {
    padding-top: 0.25rem !important;
}

.ui-chkbox-box.ui-state-active {
    background-color: #346cb0 !important;
}

/*.ui-datepicker-trigger .pi-calendar::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
}*/

.ui-radiobutton-box.ui-state-active {
    background-color: #2b5a92 !important;
}

/*overriding radzon*/
.corner-account-name {
    font-size: 1rem !important;
    margin: auto;
}

.gjtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .gjtooltip .tooltiptext {
        visibility: hidden;
        background-color: #808080;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        padding: 5px 10px 5px 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 0.7rem;
        white-space: nowrap;
    }

        .gjtooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .gjtooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.custom-control-label:after,
.custom-control-label:before {
    width: 1.1rem;
    height: 1.1rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.product-qty {
    background-color: #fff;
    font-size: 0.6rem;
    border: 1px solid teal;
    color: #808080;
}

.tasks {
    width: inherit !important;
}

.gig-type-icon {
    width: 50px;
    height: 50px;
    position: relative;
}

    .gig-type-icon img {
        height: 44px;
        width: 44px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.gig-type-icon-sm {
    width: 36px;
    height: 36px;
    position: relative;
}

    .gig-type-icon-sm img {
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1px;
    }




.menu .menu-block {
    width: 8rem;
    text-align: center;
    padding: 15px;
}

    .menu .menu-block i {
        font-size: 1.8rem;
    }

    .menu .menu-block span {
        display: block;
        font-weight: bold;
        color: #808080;
    }

/*search box shortcut*/
.dropdown-menu-xl {
    width: 20rem !important
}

.user-avatar audio, .user-avatar canvas, .user-avatar img, .user-avatar video {
    border-radius: 0.8rem !important;
}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    [type="file"] + label {
        background: #f7f7f7;
        border: 1px #346cb0 solid;
        border-radius: 5px;
        color: #346cb0;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 0.4rem;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        vertical-align: middle;
    }

        [type="file"] + label:hover {
            background-color: #346cb0;
            color: #fff;
        }

.card-footer-item {
    padding: 0.2rem !important;
    font-size: 1rem;
}

.card-expansion-item {
    background-color: #e6e8ed;
}

.bg-subtle-danger {
    background-color: rgba(183,107,163,.08) !important;
}

.bg-subtle-warning {
    background-color: rgba(247,196,108,.08) !important;
}

.bg-subtle-primary {
    background-color: rgba(52,108,176,.08) !important;
}

.bg-subtle-success {
    background-color: rgba(0,162,138,.08) !important;
}

/*letter*/

.zion-letter-header {
    margin-bottom: 5mm;
}

.zion-letter-paragraph {
    text-indent: 8mm;
    margin-bottom: 5mm;
}

.zion-letter-footer {
    text-align: right;
    margin-bottom: 5mm;
}

.zion-letter-ps {
    border: 1px solid #808080;
    margin-bottom: 5mm;
    padding: 2mm;
}


/*toaster*/
.blazored-toast-error {
    color: #9d5d8e !important;
    background-color: #fcf9fb !important;
    border-color: #b76ba3 !important;
}

.blazored-toast-success {
    color: #2f5e99 !important;
    background-color: #f7f9fc !important;
    border-color: #346cb0 !important;
}

.blazored-toast {
    font-size: .875rem !important;
    border-width: 3px 0 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 0.8rem !important;
}

.blazored-toast-body
.blazored-toast-header h5 {
    font-size: 1.1rem !important;
}

.blazored-toast-body p {
    font-size: 0.8rem !important;
}

.blazored-toast-close {
    font-size: 1rem !important;
}

/*reconnect modal*/
.gj-reconnect-modal > div {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    display: block;
    overflow: hidden;
    background-color: #808080;
    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;
}

/*for v3*/
.LetterImage {
    max-width: 300px;
}

.draggable {
    cursor: grab;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.drag-over {
    background-color: rgba(183,107,163,.08);
}



.switcher-control-warning .switcher-input:checked + .switcher-indicator {
    background-color: #f7c46c;
}

    .switcher-control-warning .switcher-input:checked + .switcher-indicator,
    .switcher-control-warning .switcher-input:checked + .switcher-indicator:before {
        border-color: #f7c46c;
    }

.url {
    font-size: 12px;
    font-family: 'Courier New';
    background-color: #feef9f;
}



/*breadcrumbs*/
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0px;
}

    #breadcrumb .icon {
        font-size: 14px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li .no-link {
            cursor: default;
        }

        #breadcrumb li a {
            color: #346cb0;
            display: block;
            background: rgba(52,108,176,.08);
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 5px 0 2px;
            text-align: center;
            margin-right: 23px;
        }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid rgba(52,108,176,.08);
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a:before {
            left: -20px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: rgba(52,108,176,.08);
        }

        #breadcrumb li a:hover {
            background-color: #346cb0;
            color: #fff;
        }

            #breadcrumb li a:hover:before {
                border-color: #346cb0;
                border-left-color: transparent;
                color: #fff;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #346cb0;
                color: #fff;
            }

.ribbon {
    top: -2px;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    min-width: 36px;
    height: 40px;
    z-index: 1;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.recommend {
    right: 53px;
    background-color: #00a28a;
    border-color: #00a28a;
}

.attention {
    right: 100px;
    background-color: #b76ba3;
    border-color: #b76ba3;
}

.takeaction {
    right: 100px;
    background-color: #f7c46c;
    border-color: #f7c46c;
}

/*tabs*/
.tabs input[type="radio"],
.tabs section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tab {
    font-weight: bold;
    font-size: 1rem;
    color: rgba(0,0,0,0.5);
    display: block;
    float: left;
    padding: 10px 20px;
    border-top: 2px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #DDD;
    flex: 1;
}

    .tab:hover {
        cursor: pointer;
        text-decoration: none;
    }

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
    display: block;
}

input:checked + .tab {
    border-top-color: #FFB03D;
    border-top-width: 3px;
    border-right-color: #DDD;
    border-left-color: #DDD;
    border-bottom-color: transparent;
    text-decoration: none;
    background-color: #fff;
}

.hl {
    color: #346cb0;
}

.icon-break {
    display: none;
}

@media only screen and (max-width: 768px) {
    .icon-break {
        display: inline;
    }
}

.validation-grid-accept {
    color: #00B220;
}

.validation-grid-warning {
    color: #f5b548;
}

.validation-grid-decline {
    color: #FF6358;
}

.validation-grid-na {
    color: darkgray;
}

a.disabled {
    pointer-events: none;
    opacity:0.5;
}