﻿.bigFont {
    font-size: 4vw !important;
    /*color: #0024de !important;*/
    color: red !important;
}

.bigFontAM {
    font-size: 3.5vw !important;
    color: #0024de !important;
}

.h1White {
    font-size: 2.3vw !important;
    /*color: #fff !important;*/
    font-weight: bold;
}

.hideMe {
    display: none;
}

.showMe {
    display: block;
}


.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dotgreen {
    background-color: #32f22a;
}

.dotred {
    background-color: #ff2020;
}

.dotorange {
    background-color: #ff7f24;
}


.placeholder {
    color: grey;
    background-color: transparent !important;
    cursor: default !important;
}

select option:first-child {
    color: grey;
    display: none;
}

select option {
    color: #555;
}

.select2-results__option[aria-disabled="true"] {
    color: red !important;
    font-style: italic;
    text-decoration: line-through;
}