@charset "UTF-8";

:root {
    --bs-primary: #146667 !important;
    --bs-link-color: black;
    --bs-link-hover-color: black;
    --bs-success-rgb: #14666;
    --bs-green: #146667;
    --bs-red: #b72928;
    --bs-light-rgb: 248, 249, 250;
    --bs-alert-border-radius: 0;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #146667;
    --bs-btn-border-color: #146667;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #146667;
    --bs-btn-hover-border-color: #146667;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146667;
    --bs-btn-active-border-color: #146667;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #146667;
    --bs-btn-disabled-border-color: #146667;
}

.bg-mj-red {
    background-color: var(--bs-red) !important;
}

html {
    scroll-behavior: smooth;
}

[data-mdb-toggle="modal"] i {
    pointer-events: none;
}

.text-bg-success {
    background-color: var(--bs-green) !important;
}

.alert,
.badge {
    border-radius: 0 !important;
}

.bg-green {
    background: var(--bs-green) !important;
}

.top--24 { top: -14px !important; }
.end--24 { right: -14px !important; }

.form-info-tooltip {
    top: -10px !important;
    left: -6px !important;
}
.form-info-tooltip i { font-size: 20px; }

.btn {
    border-style: solid;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    padding: 14px 35px;
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.form-control {
    text-align: center;
    border: 1px solid rgb(192, 219, 219);
    font-size: 18px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
    padding: 16px;
    border-radius: 0;
    align-items: start;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid rgb(192, 219, 219);
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-check-input[type="checkbox"] {
    padding: 16px;
    margin-top: -8px;
}
.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.errors ul {
    border: 2px dashed #dc3545;
    list-style: none;
    padding-left: 0;
}
.errors ul li {
    color: #dc3545 !important;
    font-size:.75rem;
    font-weight: bold;
    line-height: 2;
    padding: 8px;
}
.errors li:nth-child(odd) {
    background-color: #e0e0e0;
}

.app-main-logo { max-width: 28vh !important;margin-top:3vh; }
.app-main-header-logo {
    max-width: 14vh !important;
    background: #fff;
    padding: 0.8rem;
}
.app-footer-logo {
    max-width: 12vh !important;
    padding: 0.8rem;
}

nav.navbar a {
    color: rgba(255,255,255,0.75);
    font-size: clamp(12px, 1vw, 16px);
}
nav.navbar a:hover {
    color: rgba(255,255,255,1);
    font-size: clamp(12px, 1vw, 16px);
}

.app-main-grid div {
    text-decoration: none !important;
    max-width:350px;
}
.app-main-grid a {
    text-decoration: none !important;
}
.app-main-grid img {
    background: var(--bs-green);
    display: block;
    width: 100%;
    padding: 36px;
    max-height: 300px;
    border: 3px solid var(--bs-gray-900);
}
.app-main-grid h1 {
    display: block;
    width: 100%;
    background: var(--bs-gray-900);
    color: #fff;
    text-decoration: none !important;
    padding: 16px;
    font-size: clamp(12px, 1vw, 16px);
    border: 3px solid var(--bs-gray-900);
    border-top:0;
}
.app-main-grid a:hover h1 {
    background: var(--bs-red);
    transition: background 0.25s ease-in-out;
}



.app-main-grid-2 div {
    text-decoration: none !important;
    max-width: 400px;
    min-width: 300px;
}
.app-main-grid-2 a {
    display: block;
    box-sizing: border-box;
    text-decoration: none !important;
}
.app-main-grid-2 i {
    display: block;
    box-sizing: border-box;
    background: var(--bs-green);
    width: 100%;
    min-height: 200px;
    border: 3px solid var(--bs-gray-900);
    font-size: 600%;
}
.app-main-grid-2 h1 {
    display: block;
    width: 100%;
    background: var(--bs-gray-900);
    color: #fff;
    text-decoration: none !important;
    padding: 16px;
    font-size: clamp(12px, 1vw, 16px);
    border: 3px solid var(--bs-gray-900);
    border-top:0;
}
.app-main-grid-2 a:hover h1 {
    background: var(--bs-red);
    transition: background 0.25s ease-in-out;
}

.app-main-grid-2 h2 {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-green);
    border: 2px solid var(--bs-gray-900);
    text-align: center;
    color: #fff;
    padding: .5rem;
    font-size: 1rem;
}

.app-main-grid-2 img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    margin-top: 5%;
}



.app-main-grid-3 div {
    text-decoration: none !important;
    max-width: 300px;
    min-width: 200px;
}
.app-main-grid-3 a {
    display: block;
    box-sizing: border-box;
    text-decoration: none !important;
}
.app-main-grid-3 i {
    display: block;
    box-sizing: border-box;
    background: var(--bs-green);
    width: 100%;
    min-height: 200px;
    border: 3px solid var(--bs-gray-900);
    font-size: 600%;
}
.app-main-grid-3 h1 {
    display: block;
    width: 100%;
    background: var(--bs-gray-900);
    color: #fff;
    text-decoration: none !important;
    padding: 16px;
    font-size: clamp(12px, 1vw, 16px);
    border: 3px solid var(--bs-gray-900);
    border-top:0;
}
.app-main-grid-3 a:hover h1 {
    background: var(--bs-red);
    transition: background 0.25s ease-in-out;
}
.app-main-grid-3 h2 {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-green);
    border: 2px solid var(--bs-gray-900);
    text-align: center;
    color: #fff;
    padding: .5rem;
    font-size: 1rem;
}
.app-main-grid-3 img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    margin-top: 5%;
}


.app-main-grid-4 div {
    text-decoration: none !important;
    max-width: 600px;
    min-width: 400px;
}
.app-main-grid-4 a {
    display: block;
    box-sizing: border-box;
    text-decoration: none !important;
}
.app-main-grid-4 i {
    display: block;
    box-sizing: border-box;
    background: var(--bs-green);
    width: 100%;
    min-height: 200px;
    border: 3px solid var(--bs-gray-900);
    font-size: 600%;
}
.app-main-grid-4 h1 {
    display: block;
    width: 100%;
    background: var(--bs-gray-900);
    color: #fff;
    text-decoration: none !important;
    padding: 16px;
    font-size: clamp(12px, 1vw, 16px);
    border: 3px solid var(--bs-gray-900);
    border-top:0;
}
.app-main-grid-4 a:hover h1 {
    background: var(--bs-red);
    transition: background 0.25s ease-in-out;
}
.app-main-grid-4 h2 {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-green);
    border: 2px solid var(--bs-gray-900);
    text-align: center;
    color: #fff;
    padding: .5rem;
    font-size: 1rem;
}
.app-main-grid-4 img {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    margin-top: 5%;
}




.app-line-top {
    border-top: 1px solid var(--bs-gray-400) !important;
}
.app-line-bottom {
    border-bottom: 1px solid var(--bs-gray-400) !important;
}

.w-33-perc {
    width: 33% !important;
}

input[type="text"],
input[type="email"],
button.dropdown-toggle div {
    font-family: var(--bs-font-sans-serif) !important;
    color: #212529;
}
button.dropdown-toggle.btn,
button.dropdown-toggle.btn:hover {
    padding: 6px;
    border: 1px solid var(--bs-gray-400);
}

.form-floating > .bi-calendar-date + .datepicker_input + label {
    padding-left: 3.5rem;
    z-index: 3;
}

input[type="search"] {
    padding: 6px !important;
}
.date-container {
    position: relative;
    float: left;
}
.fa-calendar.input-prefix {
    position: absolute;
    top: 22px;
    right: 10px;
    cursor: pointer;
    color: #aaa;
}

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.app-button-unset {
    width: unset;
    min-width: 18px;
    text-align: center;
}

.app-nobreak {
    white-space: nowrap !important;
}

.app-text-small {
    text-size: 11px;
}

hr.app-line-light {
    border: 1px dashed rgba(0,0,0,.35);
}

.form-control:focus {
    border-color: var(--bs-gray-500);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.app-width-content {
    display: inline-block !important;
}

.app-border-radius-0 {
    border-radius: 0 !important;
}

.mt--1 { margin-top: -1px; }
.mt--10 { margin-top: -10px; }
.mt--7 { margin-top: -7px; }
.mt--8 { margin-top: -8px; }
.mr--10 { margin-right: -10px; }
.mr--12 { margin-right: -12px; }

.text-primary {
    color: var(--bs-primary) !important;
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}

.app-hide {
    display: none;
}

.app-border-color-green {
    border-color: var(--bs-green);
}
.app-border-color-dark {
    border-color: var(--bs-dark);
}
.app-border-color-secondary {
    border-color: var(--bs-secondary);
}

.app-root-container {
    padding-top: 12vh !important;
}
.app-root-container-2{
    padding-bottom: 20vh;
}
.mw16h {
    max-width: 16vh !important;
}

.app-w-100perc {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.app-box-size { box-sizing: border-box !important; }

.app-clearfix { clear: both !important; }
.app-display-block { display: block !important; }
.app-max-width-80 { max-width: 80px !important; }
.app-max-width-60-perc { max-width: 80% !important; }

.btn {
    font-size: 100% !important;
    white-space: nowrap !important;
}

body {
    overflow-x: hidden !important;
    margin-bottom: 20vh;
}

.login-body-old {
    content: "";
    position: fixed;
    z-index: -9;
    width: 100vw;
    height: 100vh;
    background: url('/assets/images/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-body-blur-old:before {
    content: "";
    position: fixed;
    z-index: -9;
    width: 100vw;
    height: 100vh;
    background: url('/assets/images/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: blur(16px);
    -webkit-filter: blur(16px);
}

.login-body,
.login-body-blur {
    background: #FBFBFB;
    content: "";
    position: fixed;
    z-index: -9;
    width: 100vw;
    height: 100vh;
}


.app-noclickable { cursor: default !important; }

#togglePassword {
    position: absolute;
    top: 22px;
    right: 12px;
    cursor: pointer;
}

.bootstrap-select>select {
    left: unset !important;
}

.appFilledElement {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-shadow: 1px 1px 6px rgba(255,255,255,.15);
    border-right: 1px solid rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.appFilledElement-green {
    background: rgb(0,196,8);
    background: radial-gradient(circle, rgba(0,196,8,1) 20%, rgba(36,0,0,0) 100%);
}
.appFilledElement-orange {
    background: rgb(196,103,0);
    background: radial-gradient(circle, rgba(196,103,0,1) 20%, rgba(36,0,0,0) 100%);
}
.appFilledElement-red {
    background: rgb(196,0,0);
    background: radial-gradient(circle, rgba(196,0,0,1) 20%, rgba(2,0,36,0) 100%);
}

.app-disabled {
    opacity: .5 !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.top-30px {
    top: 30px;
}
.start-8px {
    left: 8px;
}

.app-text-blue { color: #0a58ca; }
.app-text-red { color: #ca0a0a; }
.app-text-gray { color: #8f8f8f; }

.app-loader:before {
    background: rgba( 255, 255, 255, .95 )
    url('/assets/images/loading.gif')
    50% 50%
    no-repeat;
    background-size: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.app-hide-imp {
    display: none !important;
}

.h-12px { height: 12px; }

@media only screen and (max-width: 960px) {
    .btn {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .app-main-grid div,
    .app-main-grid-2 div {
        width: 80%;
        min-width: 80%;
        padding: 2px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .app-main-grid i,
    .app-main-grid-2 i {
        min-height: 80px;
        max-height: 120px;
        border: 2px solid var(--bs-gray-900);
        font-size: 400%;
    }
    .app-main-grid-2 i img {
        max-height: 100px;
    }
    .app-main-grid-2 h1 {
        border: 2px solid var(--bs-gray-900);
    }
    .app-main-grid-2 img {
        margin-top: 0;
    }

    .w-33-perc-responsiv {
        min-width: 50% !important;
        max-width: 50% !important;
    }
    .w-33-perc-responsiv h1x {
        white-space: nowrap !important;
    }

    .app-auto-font {
        white-space: pre-line !important;
    }

}


.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
