/* _content/JETT.PublicWeb/Pages/Account/AccountIndex.cshtml.rz.scp.css */
body[b-mglhg09wk6] {
    --tabulator-body-height: 190px;
    --tabulator-header-height: 32px;
}



#ui-vendor-name[b-mglhg09wk6] {
    background-color: #062C51;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: .5em 1em;
    margin: 0 0 .5em 0;
    border-radius: 5px;
}

#account-action-buttons[b-mglhg09wk6] {
    
/*    background-color: #dedede;*/
    border-radius: 5px;
}

.account-action-button[b-mglhg09wk6] {
    color: black;
    display: flex;
    align-items:center;
    font-size: 16px;
    background-color: #ddd;
    margin: 0 0 .5em 0;
    max-width: 225px;
    border-radius: 5px;
    border: 1px solid #062C51;
    padding:.125em;
}

    .account-action-button:hover[b-mglhg09wk6] {
        background-color: #062C51;
        color:white;
/*        border: 1px solid rgba(128,128,128,.3);*/
    }

        .account-action-button:hover i[b-mglhg09wk6] {
            color: white;
        }

        .account-action-button i[b-mglhg09wk6] {
        margin: .5em;
        color: #062C51;
        text-align: center;
        font-size: 1em;
    }

    .account-action-button div[b-mglhg09wk6] {
        margin: .5em;
/*        width: 40px;
        text-align: center*/
    }

.account-info-table-block[b-mglhg09wk6] {
    border: 2px solid #062C51;
    border-radius:5px;
    margin-bottom:1em;
}
    .account-info-table-block div[b-mglhg09wk6] {
        background-color: #062C51;
        color: white;
        font-size: 18px;
        padding:.25em;
    }

    .account-info-table-block table[b-mglhg09wk6] {
        border-collapse:collapse;
        width:100%;
        
    }
    .account-info-table-block th[b-mglhg09wk6] {
        font-weight: bold;
        font-size: 16px;
        color: #999;
        padding: .25em;
        border: 1px solid #333;
        width:210px;
    }

    .account-info-table-block td[b-mglhg09wk6] {
        font-size: 16px;
        color: #333;
        padding: .25em;
        border: 1px solid #333;
    }

.tabulator[b-mglhg09wk6] {
    height: var(--tabulator-body-height);
}

.tabulator-header-contents[b-mglhg09wk6], .tabulator-header[b-mglhg09wk6] {
    height: var(--tabulator-header-height);
}

.tabulator-cell[b-mglhg09wk6] {
    min-height: calc((var(--tabulator-body-height) - var(--tabulator-header-height)) / 3);
}

.tabulator-row[b-mglhg09wk6] {
    border-top: solid 1px #bababa;
}

.button.is-danger[b-mglhg09wk6] {
    background-color: #d61111 !important
}

.tab-content[b-mglhg09wk6] {
    display: none;
}

.tab-content.is-active[b-mglhg09wk6] {
    display: block;
}

#account-action-buttons[b-mglhg09wk6] {
    width: 20%;
}

#submission-content[b-mglhg09wk6] {
    width: 80%;
}
/* _content/JETT.PublicWeb/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-z89q79usib] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary[b-z89q79usib] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-z89q79usib], .nav-pills .show > .nav-link[b-z89q79usib] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-z89q79usib] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-z89q79usib] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-z89q79usib] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-z89q79usib] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-z89q79usib] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
