﻿body {
    background: url('../images/covidv.png');
    background-size: cover;
}

.Period {
    border-radius: 4px;
    /*_border-color: whitesmoke;*/
    background-color: cornflowerblue;
    font-weight: normal;
    width: 80px;
    padding: 4px;
    margin: 4px;
    text-align: center;
    line-height: 1;
}

    .Period:hover {
        cursor: pointer;
    }

.navbar-default .navbar-nav > li > a {
    display: block;
    padding: .5rem 1rem;
}

    .navbar-default .navbar-nav > li > a:hover {
        text-decoration: none;
    }

.toast {
    opacity: 1 !important;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    color: #216583;
    position: relative;
    display: inline-block;
    border: 1px solid #216583;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.checkboxlabel {
    font-size: 1.5em;
    line-height: 1.2;
    color: #216583;
    font-weight: 500;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.test-description {
    font-size: 12px;
    font-style: italic;
}

.dvtest {
    background-color: #216583;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
}

.test-title {
    font-weight: 700;
}

.test-btn {
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    color: white;
}

.tooltip-inner {
    max-width: 1000px !important;
}

.location-description {
    font-size: 12px;
    font-style: italic;
}

.dvLocation {
    background-color: #216583;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
}

.location-title {
    font-weight: 700;
}

.location-btn {
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    color: white;
}