﻿
.card-header {
    background-color: white;
}

body {
    background-color: #f6f7f9;
    padding-top: 6rem;
}

.navbar-blue {
    background-color: #346cb0;
}

.bg-blue {
    background-color: #346cb0;
}

.grow {
    transition: all .2s ease-in-out;
}

.text-blue {
    color: #007daa !important;
}

.grow:hover {
    transform: scale(1.1);
}

.grow-sm {
    transition: all .1s ease-in-out;
}

.grow-sm:hover {
    transform: scale(1.015);
}


.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}


.tooltip-inner {
    max-width: 32rem;
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    background: #FFFFFF;
    color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(1,1,1,.2);
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0275d8;
}

.no-select {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}