body, #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.jfe-text-darkred {
    margin: 0 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #c00000;
    text-transform: none;
}
.jfe-text-darkblue {
    margin: 0 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #0000c0;
    text-transform: none;
}
.jfe-label-primary {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #1e87f0;
    line-height: 1.3;
}
.jfe-label-success {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #32d296;
    line-height: 1.3;
}
.jfe-label-warning {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #faa05a;
    line-height: 1.3;
}
.jfe-label-danger {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #f0506e;
    line-height: 1.3;
}
.jfe-label {
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    color: #888888;
    text-align: center!important;
    font-weight: bold;
    border-radius: 0px;
}
.jfe-label div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jfe-page-top {
    position: fixed;
    bottom: -50px;
    right: 20px;
    z-index: 10;
}
.jfe-navbar {
    min-height: 50px;
    padding: 0 10px;
}
.jfe-padding-10 {
    padding: 10px;
}

.jfe-padding-lr10 {
    padding: 0 10px;
}

.jfe-padding-lr15 {
    padding: 0 15px;
}

.jfe-padding-lr20 {
    padding: 0 20px;
}
footer {
    margin-top: auto;
    height: 60px;
    padding-top: 20px;
}
.jfe-logo-footer {
    width: auto;
    height: 40px;
    margin-top: 10px;
    padding-left: 20px;
}
.jfe-sticky-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}

.jfe-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom:0;
}
.jfe-table td, .jfe-table th {
    padding: 5px 2px;
    vertical-align: middle;
}
.jfe-list-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom:0;
    width: auto;
}
.jfe-list-table td, .jfe-list-table th {
    padding: 5px 2px;
    vertical-align: middle;
    /*border:1px solid #32a1ce;*/
    border:1px solid #cccccc;
}
.jfe-list-table th {
    text-align: center;
    background-color: #eefefe;
    color: #888888;
    /*color: #1E87F0;*/
    /*color: #043667;*/
    font-weight: bolder;
}
button {
    box-shadow: 1px 2px 3px #808080;
}
@media (min-width: 640px) {
    .jfe-header-left {
        text-align: left!important;
        float: left;
        max-width: 100%;
    }
    .jfe-header-right {
        text-align: right!important;
        float: right;
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .jfe-header-left {
        text-align: left!important;
        max-width: 100%;
    }
    .jfe-header-right {
        text-align: left!important;
        max-width: 100%;
    }
}
.jfe-float-left {
    text-align: left!important;
    float: left;
    max-width: 100%;
}
.jfe-float-right {
    text-align: right!important;
    float: right;
    max-width: 100%;
}
