body {
    hyphens: auto;
}

.tooltip {
    hyphens: none!important;
}

.table-wrapper {
    overflow-x: auto;
}

.navbar-er {
    background-color: #fff!important;
    border-bottom: #117bc4 4px solid !important;
}

.navbar-nav-scroll {
    max-height: 25vh;
}

.navbar-container-er,
.bottom-container-er,
.content-container {
    max-width: 1200px;
}

.navbar-brand:focus-visible,
.nav-link:focus-visible,
.list-group-item:focus-visible,
.btn:focus-visible,
.skip-link:focus-visible,
.nav-item .dropdown-item:focus-visible,
div:focus-visible,
main:focus-visible {
  outline: 0!important;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25)!important;
}

@media (min-width: 768px) and (max-width: 800px) {
    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar-container-er,
    .bottom-container-er,
    .content-container {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-container-er,
    .bottom-container-er,
    .content-container {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
}

@media (min-width: 1200px) {
    .navbar-container-er,
    .bottom-container-er,
    .content-container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav .navitemD {
        display: none!important;
    }

    .errorBtn {
        width: 100%!important;
        text-align: center!important;
    }
}

@media (max-width: 550px) {
    #tabNav .navitemM,
    #tabNav .navitemD {
        display: none!important;
    }
}

@media (min-width: 551px) {
    #tabNav .navitemS {
        display: none!important;
    }
}

@media (min-width: 768px) {
    .navitemM {
        display: none!important;
    }

    .dropdown.ddd:hover .dropdown-menu {
        display: block;
        top: 100%;
        left: 0;
        margin-top: 0;
    }

    .nav-link.dropdown-toggle:has(+ .dropdown-menu .dropdown-item:hover),
    .nav-link.dropdown-toggle:has(+ .dropdown-menu:hover) {
        color: #117bc4 !important;
        background-color: #fff;
        border: 1px solid #117bc4;
        border-radius: 0.375rem;
    }

    .nav-item > .nav-link i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navitemD {
        display: none!important;
    }

    .nav-item > .nav-link:not(.active) i {
        display: none;
    }

    .nav-item > .nav-link.active,
    .nav-item > .nav-link.active:hover {
        border-bottom: none!important;
    }

    #navul button {
        width: 100%;
        text-align: left;
    }
}

.header {
    position: relative;
    padding: 0;
}

.header img {
    min-height: 120px;
    object-fit: cover;
}

@media (min-width: 320px) and (max-width: 399px) {
    .h1br,
    .h1bl {
        position: absolute;
        left: 0;
        right: 0;
        margin-inline: auto;
        bottom: 8px;
    }
}

@media (min-width: 400px) {
    .h1br {
        position: absolute;
        bottom: 8px;
        right: 16px
    }

    .h1bl {
        position: absolute;
        bottom: 8px;
        left: 16px
    }
}

@media (max-width: 399px) {
    .header {
        text-align: center!important;
    }
}

@media (max-width: 319px) {
    .header img {
        display: none
    }
}

.dropdown-menu.show {
    margin-top: 0;
}

.navbar-toggler:not(.collapsed) {
    border: 3px solid #117bc4;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 123, 196, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler.collapsed:hover {
    border: 1px solid #117bc4;
}

.navbar-toggler.collapsed .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 123, 196, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item > .nav-link,
.nav-link .dropdown-item {
    color: #000;
}

.nav-item > .nav-link {
    border: 1px solid #fff;
}

.nav-item > .nav-link.active,
.nav-item > .nav-link.active:hover {
    color: #117bc4;
    border-bottom: 3px solid #117bc4;
    font-weight: bolder;
    background-color: #fff;
    border-left: 1px solid #fff!important;
    border-right: 1px solid #fff!important;
    border-top: 1px solid #fff!important;
    border-radius: none!important;
}

.nav-item > .nav-link:hover {
    color: #117bc4;
    background-color: #fff;
}

@media (min-width: 768px) {
    .nav-item > .nav-link:not(.active):hover {
        border: 1px solid #117bc4;
        border-radius: 0.375rem;
    }
}

button.nav-link.active {
    text-align: left;
}

.dropdown-item:hover {
    color: #117bc4 !important;
    background-color: #fff!important;
}

.dropdown-item .active {
    color: #117bc4 !important;
    font-weight: bolder;
}

.content-container {
    padding: 15px;
}

.header > img {
    border-radius: 0.375rem;
}

.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card {
    border: 1px solid #117bc4;
}

.card-header {
    border-bottom: 1px solid #117bc4;
    background-color: #117bc4;
    color: #fff;
}

.nav.nav-tabs.nav-fill {
    border-bottom: none!important;
}

.tab-content {
    border: 1px solid rgb(222, 226, 230);
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.nav.nav-tabs.nav-fill > .nav-link,
.nav.nav-pills.flex-column.flex-md-row > .nav-link {
    color: #000;
    text-align: center;
}

.nav.nav-tabs.nav-fill > .nav-link.active,
.nav.nav-tabs.nav-fill > .nav-link.active:hover {
    color: #117bc4;
    font-weight: bolder;
    text-align: center;
}

.nav.nav-tabs.nav-fill > .nav-link:hover {
    color: #117bc4;
}

.nav.nav-pills.flex-column.flex-md-row {
    border: 1px solid rgb(222, 226, 230);
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom: none;
}

.nav.nav-pills.flex-column.flex-md-row > .nav-link.active,
.nav.nav-pills.flex-column.flex-md-row > .nav-link.active:hover {
    color: #117bc4!important;
    font-weight: bolder;
    background-color: #f8f9fa;
    text-align: center!important;
}

.nav.nav-pills.flex-column.flex-md-row > .nav-link {
    color: #000;
    border-top: 1px solid rgb(222, 226, 230);
}

.nav.nav-pills.flex-column.flex-md-row > .nav-link:first-of-type {
    color: #000;
    border-top: none!important;
}

.nav.nav-pills.flex-column.flex-md-row > .nav-link:hover {
    color: #117bc4;
    font-weight: bolder;
    background-color: #f8f9fa;
}

#logoImg {
    transition: 0.4s;
}

.tooltip-inner {
    background-color: #117bc4 !important;
    color: #fff;
}

.bottom-header-er {
    background-color: #fff!important;
    border-top: #117bc4 4px solid !important;
}

.bottom-container-er {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-er {
    border: 1px solid #c6c7c8;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0.375rem;
    border-spacing: 0px;
    width: 100%!important;
}

.table-er thead {
    display: table-header-group;
    vertical-align: top;
    border-color: inherit;
    border-collapse: separate;
}

.table-er tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-er.ws tr td:first-child,
.table-er.ws tr th:first-child,
table.w-100 tr td:first-child,
table.w-100 tr th:first-child {
    white-space: nowrap;
    padding-right: 10px;
}

.table-er.wb tr td:first-child,
.table-er.wb tr th:first-child {
    hyphens: none;
}

.table-er td {
    vertical-align: top;
    border-top: 1px solid #c6c7c8;
}

.table-er th {
    background-color: #e2e3e5;
}

.table-er td,
.table-er th {
    padding: 0.5rem 0.5rem;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #c6c7c8;
}

.table-er thead:first-child tr:first-child th:first-child,
.table-er tbody:first-child tr:first-child td:first-child {
    border-radius: 0.375rem 0 0 0;
}

.table-er thead:last-child tr:last-child th:first-child,
.table-er tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 0.375rem;
}

.table-er-light {
    background-color: #f8f9fa;
}

.colored {
    color: #117bc4;
}

.card-bold {
    font-weight: bold;
    color: #117bc4;
}

h1, .h1 {
    font-size: calc(1.325rem + 0.9vw);
    color: #117bc4;
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2rem;
    }
}

h1 > span,
h1 > small {
    background: rgba(255,255,255,0.8);
    border-radius: 0.375rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

h2, .h2 {
    font-size: 1.1rem;
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.1rem;
    }
}
h2.card-title {
    font-size: 1.25rem;
}

h2.card-title.mb-1 > span.small.text-body-secondary {
    color: #117bc4!important;
    font-style: italic!important;
}

h3, .h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #117bc4;
}
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1rem;
    }
}

h4, .h4 {
    font-size: 1rem;
    font-style: italic;
    text-decoration: underline;
    padding-left: 1rem;
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1rem;
    }
}

.skip-link {
    position: absolute;
    top: auto;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    background: #117bc4;
    color: #fff;
    padding: 8px 12px;
    z-index: 9999;
    text-decoration: none;
    border-radius: 0 0 0.375rem 0;
}

.rounded-corners {
    border-radius: 0.375rem;
}

.btn.btn-secondary.collapsed > .shown-btn-text {
    display: none;
}

.btn.btn-secondary.shown > .collapsed-btn-text {
    display: none;
}

.list-group-item {
    color: #000;
}

.list-group-item.active,
.list-group-item.active:hover {
    background-color: #117bc4;
    color: #fff!important;
}

.list-group-item:hover {
    color: #117bc4!important;
}

.list-group-item:not(.active) i {
    display: none;
}

.list-group-item.active {
    display: flex;
}

.list-group-item.active i {
    float: left;
}

.list-group-item.active span {
    float: right;
}

.infoimg {
    max-height: 300px!important;
}

/* NO JS */

.no-js #tabNav,
.no-js #ddli {
    display: none;
}

#body:not(.no-js) h3.no-js-h3,
#body:not(.no-js) #dlli,
#body:not(.no-js) #jsalert {
    display: none!important;
}

.no-js .navbar-collapse {
    display: block;
}

.no-js .tab-pane:not(:first-of-type) {
    padding-top: 1rem!important;
}

.no-js .tab-content {
    border: none;
    padding: 0;
}

.no-js .tab-pane {
    display: block;
    opacity: 1;
    border: none;
    padding: 0;
}

.alert i {
    font-size: 2rem;
}

.no-js .accordion-collapse {
    display: block;
}

.no-js .accordion-button {
    background-color: var(--bs-accordion-btn-bg);
    color: #117bc4;
    font-weight: bold;
}

.no-js .accordion-button::after {
    background: none;
    transform: none;
}

.no-js .collapse {
    display: block;
}

.no-js .btn.btn-secondary.collapsed {
    display: none;
}

.no-js #navCol {
    display: none;
}

.no-js .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
}

.no-js .col-md-8 .card {
    margin-bottom: 1rem !important;
}

.no-js .navbar-toggler {
    border: 3px solid #117bc4;
}

.no-js .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 123, 196, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}