#main-header {
    display: none;
}

@media screen and (min-width: 992px) {
    #main-header {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    #mobile-header {
        display: none;
    }
}
#top-nav {
    background-color: #c1272d;
    -font-size: 0.9em;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
#top-nav .nav-link {
    color: var(--bs-body-bg);
}
#top-nav svg.icon {
    width: 1em;
    height: 1em;
    color: var(--bs-body-bg);
}
#top-nav .nav-item {
    margin-right: 0.1em;
}
#masterfoot {
        text-align: center;
        padding: 1em 0;
        display: flex;
        position: relative;
        flex: 1 0 auto;
}
#mobile-header .dropdown-toggle::before {
    display: none;
}
.sign-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.sign-form .panel {
    margin: 0 auto;
    border-radius: 28px;
}
.sign-form .panel .header {
    /*border: 1px red solid;*/
    background-image: url(../img/jtp-logo-big.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 60px;
    margin-bottom: 10px;
}
.netteFormsModal {
}
.netteFormsModal button {
}
.datagrid {
    background-color: inherit;
}

.datagrid table thead tr.row-group-actions th {
    background-color: var(--bs-secondary-bg-subtle);
}

.datagrid table th.col-checkbox {
    background-color: inherit;
}

.datagrid .row-grid-bottom {
    background-color: var(--bs-secondary-bg-subtle);
    border-color: inherit;
}

.datagrid table tbody tr.disabled,
.datagrid table thead tr th.disabled,
.datagrid table tbody tr td.disabled {
    background-color: var(--bs-danger-bg-subtle) !important;
}

.datagrid table tbody tr.disabled td {
    background-color: inherit;
}

.datagrid .text-left {
    text-align: left;
}

.datagrid .text-right,
.datagrid .text-right select,
.datagrid .text-right select option {
    text-align: right;
}

.datagrid .text-right select {
    padding-left: 1em;
    padding-right: 1em;
}

.datagrid table tbody tr td .dropdown-menu {
    overflow-y: scroll;
    max-height: 10em;
}

.datagrid table thead tr th .datagrid-col-filter-date-range .input-group-append {
    display: none;
}

@media (min-width: 576px) {
    .profile-dialog {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .profile-dialog {
        max-width: 800px;
    }
}
@media (min-height: 600px) {
    .profile-header {
        margin-top: 2rem;
    }
}
.carousel-item {
    aspect-ratio: 1 / 1; /* thank to gemini */
    justify-content: center;
    align-items: center;
}

.profile-header {
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}
.profile-body {
    padding: 1rem;
}
.profile-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profile-body fieldset {
    padding-top: 0 !important;
}
.profile-body legend {
    margin-bottom: 0;
}
.profile-body legend {
    color: var(--bs-tertiary-color) !important;
    font-weight: normal;
}
.profile-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1em;
    border-top: 1px solid var(--bs-border-color);
}
.profile-content a,
.contact a {
    text-decoration: none;
}
.contact a:hover {
    text-decoration: underline;
}
.image-simple button {
    position: absolute;
    left: 1em;
    opacity: .2;
}
.image-simple button:hover {
    position: absolute;
    left: 1em;
    opacity: 1;
}
.clipboard-copy-input {
    flex-grow: 1; /* thank to gemini */
}
