/**
* red fe0000 254 0 0 0
* blue 0000fe 0 0 254
* grey 9d9d9d 157 157 157
*/

.btn-outline-primary {
    border-color: #0000fe !important;
}
.btn-primary,
.btn[data-filter].active{
    background-color: #0000fe !important;
    border-color: #0000fe !important;
}
.btn-outline-secondary {
    border-color: #9d9d9d !important;
}

.btn-secondary,
.btn[data-filter].active:hover{
    background-color: #9d9d9d !important;
    border-color: #9d9d9d !important;
}
.btn-outline-danger {
    border-color: #fe0000 !important;
}
.btn-danger {
    background-color: #fe0000 !important;
    border-color: #fe0000 !important;
}

.busyindicator {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #9d9d9d;
    opacity: 0.5;
    z-index: 101;
}

.fccAppEventDay {
    margin: 5px !important;
    position: relative;
    min-width: 300px;
}
.card-title {
    margin-bottom: 0 !important;
}

.fccAppEventDay label {
    margin-top: 1rem;
}
.fccAppEventDay .input-group {
    width: 100%;
}

.fccAppEventDay .btn {
    width: 100%;
}

.competitor h5 {
    min-width: 300px;
}

input.error {
    border: 1px solid #fe0000 !important;
    background: rgba(254,0,0,0.2) !important;
}

[data-msgbox].error {
   color: #fe0000;
}

.dnone {
    display: none;
}

.card-text.registrationClosed {
    text-align: center;
}
.card-text.registrationClosed i {
    color: #fe0000;
    font-size: 2rem;
    margin-top: 1rem;
}

.btn-outline-primary.btn-primary,
.btn-outline-secondary.btn-secondary,
.btn-outline-danger.btn-danger{
    color: #fff !important;
}
.btn {
    box-shadow: none !important;
}

[data-fccappaction='navigate'] {
    cursor: pointer;
}

.overview .col-2 {
    min-width: 120px;
}
.overview .col {
    position: relative;
}

div.regList .btn{
    margin-right: 5px;
}
div.regList h4 {
    margin-bottom: 0 !important;
}

table.regList {
    margin-top: 5px;
}
table.regList .text-muted{
    margin-left: 10px;
}

.regListTyp{
    text-align: center;
    width: 40px;
}

.regListPaidon {
    text-align: center;
    width: 60px;
}

.btn[data-filter] .fa-eye-slash {
    display: none;
}
.btn[data-filter] .fa-eye {
    display: unset;
}

.btn[data-filter].active .fa-eye-slash {
    display: unset;
}
.btn[data-filter].active .fa-eye {
    display: none;
}

#overviewMsgBox {
    margin-bottom: 15px;
}

.btn-light.green {
    color: #28a745 !important;
}

.resultlist{
    margin-top: 10px;
    width: 100%;
    overflow-x: auto;
}
.resultlist .place {
    width: 80px;
}
.resultlist .country {
    width: 110px;
}
.resultlist .place.tright {
    text-align: right;
}
.resultlist .place.tcenter {
    text-align: center;
}

.filterResults .btn-light .fa-eye-slash {
     display:none;
 }
.filterResults .btn-secondary .fa-eye {
    display:none;
}

.fcc-appointment {

}

.resultlist .certificate,
.resultlist .ageclass{
    text-align: center;
}
.startlist .run,
.resultlist .run{
    text-align: center;
    vertical-align: middle;
}
.startlist .blue .startno,
.resultlist .blue .startno{
    background-color:#0000fe;
    color:white;
}
.startlist .red .startno,
.resultlist .red .startno {
    background-color:#fe0000;
    color:white;
}

.teamWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 47px;
    margin-bottom: 16px;
    border: 1px solid #444444;
    border-radius: 5px;
    width: calc(100% - 8px);
}

.teamWrapper .team {
    width: calc(100% - 35px);
    justify-items: center;
    display: flex;
}

.teamWrapper .team span.time {
    display: inline-block;
    width: 60px;
    text-align: left;
}

.teamWrapper .team span.title {
    display: inline-block;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.teamWrapper .team.blue {

}