body,
html {
    height: 100%;
    display: grid;
    font-size: 14px;
    font-family: "Ubuntu", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Futura PT", "Arial", sans-serif;
    font-weight: bold;
}

.bg-blue {
    background-color: #004C9B !important;
}

.bg-blue * {
    color: white !important;
}

.bg-lightgray {
    background-color: #f1f1f1;
}

a {
    color: #004C9B;
    text-decoration: none;
}

.wrap,
.wrap-inner {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrap-inner {
    display: flex;
    height: 100%;
}

.sidebar {
    background: #001E3E;
    transition: all 300ms;
    width: 260px;
    height: 100%;
    color: white;
}

.sidebar-inner {
    padding: 20px;
    position: relative;
}

.sidebar.hide {
    transform: translateX(-100%);
    opacity: 0;
    width: 0;
    padding: 0;
    pointer-events: none;
}

.sidebar.hide .sidebar-inner {
    padding: 0;
}

.content {
    background-color: #F4F6FA;
    width: 100%;
    position: relative;
    z-index: 3;
}

.content-inner {
    padding: 20px;
    min-height: calc(100vh - 70px - 50px);
}

.navbar-header {
    background-color: #FFFFFF;
    padding: 18px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 70px;
}

.footer-bar {
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 18px;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.footer-bar p {
    margin-bottom: 0;
}

.navbar-header-left,
.footer-bar-left {
    width: 100%;
}

.navbar-header-right,
.footer-bar-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

button.toggle-dropdown {
    border: none;
    background-color: transparent;
    padding: 0;
}

.sidebar-accordion .accordion-item,
.sidebar-accordion .accordion-item:first-of-type .accordion-button,
.sidebar-accordion .accordion-item .accordion-collapse .accordion-item:last-of-type .accordion-collapse,
.sidebar-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.sidebar-accordion .accordion-button {
    background-color: #3d4d61;
    box-shadow: none;
    color: white;
}

.sidebar-accordion .accordion-item .accordion-collapse,
.sidebar-accordion .accordion-item:last-of-type .accordion-collapse {
    border: none;
}

.sidebar-accordion .accordion-button::after {
    background-image: url('../../img/chevron-white.svg');
    background-position: center;
    background-size: 60%;
}

.sidebar-accordion .accordion-body {
    background-color: #3d4d61;
}

.sidebar-accordion i {
    margin-right: 10px;
    min-width: 24px;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    line-height: 2;
    position: relative;
    padding-left: 15px;
    transition: all 200ms;
}

.sidebar-title {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.sidebar-title:hover {
    color: white;
}

.sidebar-nav li:before {
    content: '';
    background-image: url('../../img/chevron-white.svg');
    background-position: center;
    background-size: 60%;
    transform: rotate(90deg);
    position: absolute;
    left: -2px;
    top: 12px;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
}

.sidebar-nav li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.sidebar-nav li:hover {
    transform: translateX(8px);
}

.sidebar-accordion .accordion-button,
.sidebar-link {
    font-family: "Futura PT Book", "Arial", sans-serif;
    font-size: 16px;
}

.sidebar-link {
    color: white;
    text-decoration: none;
    padding: 12px 18px;
    display: inline-block;
    width: 100%;
    transition: all 200ms;
    position: relative;
}

.sidebar-link.light {
    color: #00BAFF;
}

.sidebar-link span {
    position: relative;
    z-index: 1;
}

.sidebar-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #3d4d61;
    width: 0;
    height: 100%;
    transition: all 200ms;
}

.sidebar-link:hover {
    color: white;
}

.sidebar-link.light:hover {
    color: #00BAFF;
}

.sidebar-link:hover:before {
    width: 100%;
}

.sidebar-link i {
    margin-right: 6px;
    min-width: 24px;
}

.sidebar-close-icon {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

@media (max-width: 992px) {
    .sidebar {
        position: fixed;
        height: 100%;
        z-index: 5;
        width: 100%;
    }
    .sidebar-close-icon {
        display: block;
    }
}

table.responsive {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.responsive tr {
    padding: 7px;
    transition: .3s;
}

table.responsive tbody tr:nth-child(odd) {
    background: #f1f1f1
}

table.responsive tbody tr:hover {
    background-color: #dedede;
}

table.responsive th,
table.responsive td {
    padding: 10px 8px;
}

table.responsive.hoverable tr:hover {
    background-color: #dedede;
}

.list-group-item.hoverable {
    transition: all .3s;
}

.list-group-item:not(.bg-blue).hoverable:hover {
    background-color: #dedede;
}

@media screen and (max-width: 991px) {
    table.responsive {
        border: 0;
    }

    table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    table.responsive td {
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

a {
    color: #004C9B;
}

@media(min-width: 991px) {
    table.responsive tr th:first-child,
    table.responsive tr td:first-child {
        padding-left: 20px;
    }

    table.responsive tr th:last-child,
    table.responsive tr td:last-child {
        padding-right: 20px;
    }

    table.responsive:not(.no-options) tr td:last-child {
        white-space: nowrap;
        width: 1px;
    }

    table.responsive:not(.no-options) tr td:last-child {
        text-align: right;
    }
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.fa-solid.fa-turn-up {
    transform: rotate(90deg);
    margin: 3px 8px 0 0;
}

.no-lines > .list-group-item {
    border-width: 1px 0 0 0;
}

.no-lines > .list-group-item:first-child {
    border-width: 0;
}

.accept-or-deny .form-check-input:not(:checked) {
    background-color: #ff0000;
    border-color: #ff0000;
}

.accept-or-deny .form-check-input:checked {
    background-color: #228100;
    border-color: #228100;
}

#tiles .bg-image {
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.btn-link, .text-blue {
    color: #004C9B;
}

.btn-primary {
    color: #fff;
    background-color: #004C9B;
    border-color: #004C9B;
}

.hide-show-checkbox {
    appearance: none;
    font-size: inherit;
    cursor: pointer;
    width: 18px;
}

.hide-show-checkbox:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
    font-weight: 900;
    color: #198754;
    font-size: inherit;
}

.hide-show-checkbox:checked:before {
    font-family: "Font Awesome 5 Free";
    content: "\f070";
    color: #dc3545;
    font-weight: 900;
}

img.red-circle {
    border: 2px solid #dc3545;
    padding: 18px;
    border-radius: 50%;
    overflow: inherit;
}

/*Login pagina*/

.login {
    display: flex;
    flex-direction: column;
}

.login .wrap .wrap-inner .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #001e3e;
    overflow-x: hidden;
}

.login .brands::after {
    content: '';
    position: absolute;
    bottom: 50%;
    height: 50vh;
    width: 200vw;
    left: -100vw;
    background-color: #014b9b;
    z-index: -1;
}

.login .wrap .wrap-inner .content .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login .footer-bar {
    width: 100%;
}

.login--form {
    border: none;
    border-radius: 0;
}

.login--form .card-header {
    background-color: #36b4e8;
    color: #001e3e;
    font-size: 1.25rem;
    border-radius: 0;
    font-weight: 500;
}

.login--form .card-body {
    background-color: #fff;
    border-radius: 0;
}

.login--form .form-control {
    border-color: #001e3e;
    border-radius: 80rem;
}

.login--form label {
    font-weight: 500;
    font-size: 1.125rem;
}

.login .brands {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 2rem;
    position: relative;
}

.login .brands img {
    max-height: 80px;
    max-width: 150px;
    height: auto;
    width: auto;
}

.login .footer-bar {
    background-color: #36b4e8;
    color: #001e3e;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .login .footer-bar {
        max-width: calc(100% - 80px);
        margin-bottom: 40px;
    }
}

.login .btn-primary {
    background-color: #36b4e8;
    border-radius: 80rem;
    color: #001e3e;
    border-color: #36b4e8;
}

.login .btn-primary:hover {
    background-color: #001e3e;
    color: #fff;
    border-color: #001e3e;
}

.login .btn-link {
    color: #001e3e;
}

.login .btn-link:hover {
    color: #36b4e8;
}

.login .login--aside {
    border-radius: 2rem;
    background-color: #0c2f54;
    border: 2px solid #ffffff;
    padding: 1rem;
    color: #fff;
}

.login .login--aside :any-link {
    color: #36b4e8;
}

.login .login--aside :any-link:hover {
    text-decoration: underline;
}

.login .login--aside .decoration {
    max-width: 150px;
    height: auto;
    max-height: 90px;
    width: auto;
}

.login .login--aside p {
    margin-bottom: 0;
}
