﻿:root {
    --bs-body-font-family: "Open Sans", sans-serif;
}

body {
    height: 100vh;
}

.fixed-bottom .footer-text {
    font-size: 0.8rem !important;
    text-transform: uppercase;
    text-overflow: clip;
    font-weight: 500 !important;
    font-family: "UniformPro-Lgt", sans-serif;
}

.list-group-flush {
    list-style-type: none;
}

.ios-safe-area {
    padding-top: env(safe-area-inset-top);
    background-color:white;
}

.container {
    min-height: 100% !important;
}

.shadow-top {
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "UniformPro-Lgt", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: var(--iv-color-primary) !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.border-gradient {
    border-image-slice: 1;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-image-source: linear-gradient(45deg, #69b42d, #00b4f0);
}

.card {
    cursor: pointer;
}
.card:hover {
    box-shadow: 0 0 1rem rgb(128, 128, 128, 0.3) !important;
}

.user-welcome {
    background-color: white;
    border-bottom: 1px solid #ececec;
    color: #005591;
    font-size: 0.8rem;
}

.badge {
    font-weight: 500 !important;
}

.table {
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.009);
}

.navbar {
    background-color: white !important;
}

.nav-link {
    color: #005591;
}

.nav-active {
    color: #00b4f0;
}

.nav-active .footer-text {
    border-bottom: 3px solid #00b4f0;
}

.iv-large {
    font-size: 1.6rem !important;
}

.iv-medium {
    font-size: 1.3rem !important;
}
.edit-title:hover {
    color: #00b4f0;
    cursor: pointer;
}

.new-version-toast {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #14428c;
    color: white;
    padding: 10px;
    box-shadow: 9px 5px 5px grey;
    position: absolute;
    top: 100px;
    z-index: 999;
    right: 0;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-pointer:hover {
    background-color: whitesmoke;
}

.text-bg-danger {
    color: white !important;
}

.text-bg-success {
    color: white !important;
}

.text-bg-primary {
    color: white !important;
}

.text-bg-info {
    color: white !important;
}

.text-bg-light {
    background-color: #efeeeb !important;
    color: #111;
}

.text-bg-dark {
    color: white !important;
    background-color: #111 !important;
}

.btn-block {
    width: 100%;
}

.btn-light {
    background-color: #efeeeb;
}

.btn-info {
    color: white !important;
}

.btn-success {
    color: white;
}

.btn-success:hover {
    color: white;
}

.fade-in {
    -webkit-animation: fadeIn ease 0.7s;
    -moz-animation: fadeIn ease 0.7s;
    -o-animation: fadeIn ease 0.7s;
    -ms-animation: fadeIn ease 0.7s;
    animation: fadeIn ease 0.7s;
}

.device-alert-message {
    white-space: pre-line;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #005591;
    background-color: #f6f6f4;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    appearance: none;
    border-radius: 1.75rem;
    box-shadow: none;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.content-padding {
    padding-top: 1rem;
    padding-bottom: 6rem;
}

/* Tool statistics */
.tool-yellow {
    background-color: #E3BE00 !important;
}
.tool-red {
    background-color: #CD171A !important;
    color: white !important;
}
.tool-green {
    background-color: #009640 !important;
    color: white !important;
}
.tool-black {
    background-color: #575756 !important;
    color: white !important;
}
.tool-blue {
    background-color: #005091 !important;
    color: white !important;
}
.tool-blue2 {
    background-color: #04A8C5 !important;
    color: white !important;
}

.accordion-button.disabled::after {
    background-image: none !important;
}
