body {
    font-size: 16px;
    background-color: #ededed;
    color: #212529;
    min-height: -webkit-fill-available;
    min-height: 100vh;
}

html {
    height: -webkit-fill-available
}

a:hover {
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

table {
    min-width: 300px;
    width: 100%;
    font-size: 14px;
    color: #212529;
    white-space: nowrap;
}

.badge {
    font-size: 12.8px;
}

table>thead>tr>th {
    font-weight: 500;
}

.jxtmx {
    margin-left: 10px;
    margin-right: 10px;
}

.jxtmt {
    margin-top: 12px;
}

.jxtmb {
    margin-bottom: 12px;
}

.jxtm {
    margin: 12px 10px;
}

.jxtpx {
    padding-left: 10px;
    padding-right: 10px;
}

.jxtpt {
    padding-top: 10px;
}

.jxtpb {
    padding-bottom: 10px;
}

.jxtp {
    padding: 10px;
}

.jxtpp {
    padding: 8px;
}

.jxttexttitle {
    color: #212529;
    font-weight: 400;
    font-size: 15px;
}

.jxttext {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
}

.jxtfw {
    font-weight: 500;
}

.jxtoutshadow {
    box-shadow: 0 .2em 0.5em rgba(0, 0, 0, .1);
}

.jxtinshadow {
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.fullpage {
    height: 100%;
}

.canscroll {
    overflow: auto;
}

.jxtmodallayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1100;
}