﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

ul.navbar-nav li.dropdown:hover div.dropdown-menu {
    display: block;
    margin: 0;
}

.card a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* edit: added z-index */
    z-index: 1;
}

.card img.icon {
    margin: auto;
    margin-top: 20px;
    width: 50px;
}

.version {
    color: #48494B;
    font-size: 23px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Montserrat", Sans-serif;
    color: #707070;
}

a {
    color: #677CBC;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.btn {
    border-style: solid;
    font-weight: bold;
    border-radius: 21px 21px 21px 21px;
    border-width: 2px 2px 2px 2px;
    padding: 7px 20px 7px 20px;
    line-height: 1;
}

.jumbotron {
    padding: 2rem 2rem;
}

a > .sub-arrow:hover {
    color: #677CBC;
}
img{
    margin:auto;
}

.nav-link-invox, .dropdown-item {
    font-weight: bold !important;
    color: #707070 !important;
}
    .nav-link-invox:hover {
        color: #677CBC !important;
    }
    .nav-link-invox:active {
        color: #677CBC !important;
    }
.dropdown-toggle:active, .open .dropdown-toggle {
    color: #677CBC !important;
}
    .dropdown-item:hover {
        color: #677CBC !important;
    }
    .dropdown-item:active {
        background-color: transparent;
    }


.invox-admin-badge {
    padding: 5px 10px 5px 10px;
    display: flex;
    align-items: flex-end;
}

.invox-user {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.invox-title {
    color: #677cbc
}

.invox-subtitle {
    color: #82CDB7;
}

.invox-logo {
    width: 280px;
}

.invox-login-description {
    width: 70%;
}

@media (min-width: 1200px) {
    .invox-subtitle {
        max-width: 85%;
    }
}

@media (max-width: 1200px) {

    .invox-logo {
        width: 230px;
    }
}

@media (max-width: 992px) {

    .invox-logo {
        width: 230px;
    }

    .invox-title {
        text-align: center
    }

    .invox-subtitle {
        text-align: center;
        width: 80%;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .invox-admin-badge-title {
        display: none;
    }
}

@media (min-width: 992px) {

    .border {
        border: 0px solid !important
    }
}


@media (max-width: 768px) {
    .invox-title {
        text-align: center
    }

    .invox-subtitle {
        text-align: center;
    }

    .invox-login-description {
        text-align: center;
    }

    .invox-logo {
        width: 180px;
    }
}

@media (max-width: 450px ) {
    .invox-admin-badge-title {
        display: none
    }
}

.invox-resource-name {
    font-weight: bold;
}
    .invox-resource-name:hover {
        color: #677cbc;
    }

.btn-outline-primary-invox {
    color: #677cbc;
    border-color: #677cbc;
}

    .btn-outline-primary-invox:hover {
        color: #fff;
        background-color: #677cbc;
        border-color: #677cbc;
    }

.btn-primary-invox {
    font-weight: bold;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #677CBC;
    border-color: #677cbc;
}

    .btn-primary-invox:hover {
        color: #677CBC;
        background-color: #FFFFFF;
    }

.btn-invox-medical {
    font-size: 1em;
    font-weight: bold;
    background-color: transparent;
    background-image: linear-gradient(90deg, #677cbc 0%, #82cdb7 100%);
    border-radius: 21px 21px 21px 21px;
    padding: 10px 30px 10px 30px;
    color: white;
    line-height: 1;
    border-color: #f8f8f8;
    padding: 10px 30px 10px 30px;
}

    .btn-invox-medical:hover {
        color: #FFFFFF;
        opacity: .65;
    }

.badge-pill-invox-medical {
    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
    background-color: transparent;
    background-image: linear-gradient(90deg, #677cbc 0%, #82cdb7 100%);
    border-radius: 21px 21px 21px 21px;
    color: white;
    margin-left: 10px;
}

.badge-pill-hidden-invox-medical {
    visibility: hidden;
}

.badge-pill-discontinued-invox-medical {
    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ff0000 0%, #ffffff 100%);
    color: white;
    margin-left: 10px;
}

.centered-div {
    text-align: center;
    background-color: #f8f9fa;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .centered-div a {
        color: #007bff;
        text-decoration: none;
    }

    .centered-div a:hover {
        text-decoration: underline;
    }

.card-invox {
    overflow: hidden;
    padding-bottom: 1.85em;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    width: 20em;
    height: 100%;
}

.card-body-invox {
    padding-left: 1.85em;
    padding-right: 1.85em;
}

    .card-body-invox > h1 {
        padding-top: 0.75rem;
        
    }

.card-footer-invox {
    padding: 0.75rem 2rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.border-gray {
    border-color: #f8f8f8 !important;
    margin: auto;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.invox-icon {
    font-size: 70px;
}

.card-title-invox {
    color: #677CBC;
    font-weight: bold;
    font-size: 1.4em;
}
.card-description-invox {
    font-size: 0.8em;
}

h1 .icon {
    margin-top: -10px;
    width: 40px;
}

.dropdown-toggle::after {
    display: none;
}

.invox-product-version-title {
    font-size: 0.75rem;
    font-weight: normal;
    text-align: center;
    color: var(--invox-dark-page-tertiary-color);
    margin-bottom: 5px;
}

.invox-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.invox-waves {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
}

.invox-parallax > use {
    animation: invox-move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .invox-parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .invox-parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .invox-parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

::placeholder {
    color: #a0a0a0 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #a0a0a0 !important;
}

::-ms-input-placeholder {
    color: #a0a0a0 !important;
}


/*! CSS Used keyframes */

@keyframes invox-move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


.table th:first-child {
    min-width: 230px;
}

thead {
    background: whitesmoke;
}

td, th {
    white-space: nowrap;
}

td > div {
    min-width: 400px;
    white-space: normal;
}

