.min-vh-80 {
    min-height: 80vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.min-vh-60 {
    min-height: 60vh;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
}

div[comma-value]{
    position:relative;
}
div[comma-value]:before{
    content: attr(comma-value);
    position:absolute;
    left:0;
}
div[comma-value] input{
    color:#fff;
}

@media only screen and (max-width: 768px) {
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;

        .col {
            display: inline-block;
        }
    }

}

.bg-gradient {
    background-image: linear-gradient( 95.2deg, rgba(173,252,234,1) 26.8%, rgba(192,229,246,1) 64% );
}

.allButFooter {
    min-height: calc(100vh - 40px);
}


.no-active:active {
    box-shadow: none !important;
}

.multiple-avatar img {
    border-radius: 50%;
    position: relative;
    left: -5px;
    margin-left: -25px;
    z-index: 1;
    border: 3px solid white;
}

.multiple-avatars {
    direction: rtl;  /* This is to get the stack with left on top */
    text-align: left;  /* Now need to explitly align left */
    padding-left: 25px;  /* Same value as the negative margin */
}

.cr-pointer {
    cursor: pointer;
}

.cr-none {
    cursor: context-menu !important;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.text-xxs
{
    font-size: .65rem !important;
}

.table td.fit,
.table th.fit {
    white-space: nowrap !important;
    width: 1% !important;
}

#map-overlay {
    /* position: absolute; */
    top: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 0 0 10px;
    font-family: Arial, sans-serif;
    overflow: auto;
    /* width: 200px; */
    height: 50px;
    border-radius: 3px;
  }

.bg-nav-custom {
    background-image: url('../img/theme/vertical-img.jpeg');
    width: 100%;
}

.bg-purple-custom {
    background: #111C38;
}
