﻿.shadow-xl {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 12px 40px 0 rgba(0, 0, 0, 0.29);
}

.mypin {
    cursor: pointer !important;
}

.hover-over-card {
    border-bottom: 10px solid #5fa9ce;
    font-size: 14px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.bordered-card {
    padding: 0.5em;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
    /*max-width: 250px;*/
    font-size: small;
    margin: 0;
    margin-top: 0.25rem;
}

.centered-card {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.arrow-container {
}

.blue-table th, .blue-table td {
    text-align: left;
    padding: 0.1em;
    margin: 0;
}

.blue-table thead th {
    background-color: #5fa9ce;
    color: white;
    font-weight: lighter;
    border-color: white;
    border: 1px solid #5b9bd5;
    padding: 0 6px 0 6px;
}

.blue-table td {
    border: 0;
    font-size: smaller;
}

    .blue-table td .units {
        color: gray;
    }

.blue-table thead:first-child th:first-child, .blue-table thead:first-child th:nth-child(2) {
    border-right: 1px solid white;
}

.blue-table thead:first-child th:nth-child(2), .blue-table thead:first-child th:nth-child(3) {
    text-align: right;
}

.blue-table thead tr:last-child th {
    height: 0.5rem;
    min-height: 0.5rem;
    border: none;
    background-color: transparent;
}

.blue-table tbody tr:first-child td {
}

.blue-table tbody tr:last-child td {
}

.blue-table tbody tr td:first-child {
}

.blue-table tbody tr td:last-child {
}

.blue-table tbody tr td:nth-child(2), .blue-table tbody tr td:nth-child(3) {
    text-align: right;
}

.blue-table tbody tr td:nth-child(2) {
    padding: 0 6px 0 6px;
}

.border-circle {
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 50%;
    border: 1px solid gray;
    display: flex;
    align-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 0;
}

.color-icon-top {
    color: #d1d1d1;
}

a.clrval img {
    margin-left: 8px;
    margin-top: 4px;
}

.clrval div {
    color: blue !important;
    left: 5px !important;
    text-shadow: 1px 0px white, -1px 0px white, 0px -1px white, 0px 1px white;
    font: 12px arial,sans-serif !important;
}

.modal-xl {
    max-width: 75vw;
}

.modal-lg {
    max-width: 75%;
}

.customInfobox {
    background-color: rgba(255,255,255,0.5);
    color: black;
    max-width: 450px;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
    pointer-events: auto !important;
}

    .customInfobox .title {
        font-size: 14px;
        margin-bottom: 5px;
    }

.loader {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    background-image: url('/lib/img/loading_spinner.gif');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

#myModal {
    z-index: 10000;
}
