﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*
    dark green = #007864;
    green = #00915a;
    yellow = #f7ae07;
    light grey = #ebebeb;
*/

/*===== Content =========================================*/
.content {
}

.content-box {
    padding: 1rem;
    margin-bottom: 30px;
    box-shadow: 0 30px 36px -18px rgba(211,211,211,1);
    -webkit-box-shadow: 0 30px 36px -18px rgba(211,211,211,1);
    -moz-box-shadow: 0 30px 36px -18px rgba(211,211,211,1);
}

.content-box-title,
.content-box-footer {
    padding: 1rem;
}

.content-box-body {
    padding: 0 1rem 1rem 1rem;
}

/*===== Progress Bar =====================================*/
.bar .row {
    margin-left: 0;
    margin-right: 0;
}

.bar .col {
    padding: 0;
}

.step-content {
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .step-content.active .step-link:before,
    .step-content.active .step-link:after {
        background-color: #3aac5d;
    }

    .step-content.active .step-link:hover {
        background: none;
        text-decoration: none;
        cursor: default;
    }

    .step-content.active .step-link .step-number {
        color: #fff;
        background-color: #3aac5d;
        border: 2px solid #3aac5d;
    }

    .step-content.active .step-link .step-text {
        color: #3aac5d;
    }

.step-link {
    position: relative;
    display: block;
    padding: 15px 0;
}

    .step-link:before,
    .step-link:after {
        content: '';
        position: absolute;
        width: calc(50% - 15px);
        height: 3px;
        background: #bebebe;
        top: 28px;
        z-index: 1;
    }

    .step-link:before {
        left: 0px;
    }

    .step-link:after {
        left: calc(50% + 15px);
    }
    
    .step-link:hover {
        background-color: #d4edda;
        background-color: #f6f6f6;
        text-decoration: none;
    }


.step-number {
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 25px;
    background: white;
    text-align: center;
    font-weight: bold;
    z-index: 2;

    color: #bebebe;
}

.step-text {
    font-size: 14px;
    color: #bebebe;
}

/*===== Forms =========================================*/
.control-label {
    font-weight: 700;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    /*left: -2rem !important;*/
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.tournament-row {
    padding: 15px 0;
}

.application-count-row {
    padding: 5px 10px;
}

/*===== Tables ========================================*/
.reportTable {

}

.reportTableCell,
.reportTableHeader {
    padding: 10px 20px 10px 0;
    white-space: nowrap;
}