.top-bar-message .row{background: #a10101;color: #fff; text-align: center;}
.top-bar-message h5{margin: 1px;font-family: monospace;}


.checkbox-dark-filled [type="radio"]:checked,
.checkbox-dark-filled [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox-dark-filled [type="radio"]:checked + label,
.checkbox-dark-filled [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.checkbox-dark-filled [type="radio"]:checked + label:before,
.checkbox-dark-filled [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #5a5a5a;
    border-radius: 100%;
    background: #fff;
}
.checkbox-dark-filled [type="radio"]:checked + label:after,
.checkbox-dark-filled [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3c8dbb;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox-dark-filled [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox-dark-filled [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timeperiodpopup .checkbox-dark-filled [type="radio"]:checked + label:after,
.timeperiodpopup .checkbox-dark-filled [type="radio"]:not(:checked) + label:after {
    background: #000000;
}
.no-gutters{margin:0px;padding: 0px;}
.mt-5{ margin-top: 3rem!important;}
.ml-1{margin-left: 1rem !important;}
.position-static{position: static !important;}
.visible-visible{visibility: visible !important;}