﻿body {
    /*background: url('https://registration.midnattsloppet.com/graphic/bg_ML2019.jpg') no-repeat fixed center;
    background-size: cover;*/
}

.container {
    margin-top: 30px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
}

.backgroundHighLight {
    background: #97DD97;
    border: 1px solid #208D20;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.competitionrow {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    background-color: #3365cb;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.customspinner {
    z-index: 10000;
    background: white;
    opacity: .75;
    filter: alpha(opacity=75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

h3 {
    font-family: 'Fjalla One', sans-serif;
    padding-top: 50px;
}

.hrred {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #dc3545;
}

.pigmc-width-50 {
    flex-basis: 45%;
    max-width: 45%;
}

a {
    color: #ff7300;
}

.page-link {
    color: #ff7300;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff7300;
    border-color: #ff7300;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1B274F;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}