.pad-top-20 {
    padding-top: 20px;
}

footer {
    color: lightgray;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.navbar {
    background-color: #11A5DF !important;
}

.step {
    background-color: lightgray;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10pt;
    line-height: 20px;
}

.step:hover {
    cursor: pointer;
}

.step.completed {
    background-color: #28a745;
    color: white;
}

.step.current {
    background-color: #ffc107;
    color: black;
}

@media screen and (max-width: 1104px) {
    .row.progress-meter {
        margin-top: 10px;
    }

    .meter-entry {
        width: 24px !important;
    }

    .meter-entry .label {
        text-align: center;
        font-size: 0%;
        display: none;
    }

    .single-line {
        line-height: 54px;
    }

    .meter-entry .circle {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
        border-radius: 25px !important;
        width: 26px !important;
        height: 26px !important;
        text-align: center;
        margin: auto auto;
        line-height: 24px;
        font-size: 15px;
        border: 1px solid cornflowerblue;
    }

    .meter-entry .bar {
        background-color: lightgray;
        top: 0px;
        position: absolute;
        width: 0px;
        height: 0px;
        display: none;
    }
}


@media screen and (min-width: 1105px) and (max-width: 1279px) {
    .row.progress-meter {
        margin-top: 10px;
    }

    .meter-entry {
        width: 84px;
    }

    .meter-entry .label {
        text-align: center;
        font-size: 0%;
        display: none;
    }

    .single-line {
        line-height: 54px;
    }

    .meter-entry .circle {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
        border-radius: 25px !important;
        width: 26px !important;
        height: 26px !important;
        text-align: center;
        margin: auto auto;
        line-height: 24px;
        font-size: 15px;
        border: 1px solid cornflowerblue;
    }

    .meter-entry .bar {
        background-color: lightgray;
        top: 10px;
        position: absolute;
        width: 96px;
        height: 8px;
        z-index: -10;
    }
}




@media screen and (min-width: 1280px) and (max-width: 1699px) {

    .row.progress-meter {
        margin-top: 10px;
    }

    .meter-entry {
        width: 84px;
    }

    .meter-entry .label {
        text-align: center;
        font-size: 75%;
    }

    .single-line {
        line-height: 54px;
    }

    .meter-entry .circle {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
        border-radius: 25px !important;
        width: 26px !important;
        height: 26px !important;
        text-align: center;
        margin: auto auto;
        line-height: 24px;
        font-size: 15px;
        border: 1px solid cornflowerblue;
    }

    .meter-entry .bar {
        background-color: lightgray;
        top: 10px;
        position: absolute;
        width: 96px;
        height: 8px;
        z-index: -10;
    }

}








@media screen and (min-width: 1700px) {
    .row.progress-meter {
        margin-top: 10px;
    }

    .meter-entry {
        width: 104px;
    }

    .meter-entry .label {
        text-align: center;
        font-size: 85%;
    }

    .single-line {
        line-height: 60px;
    }

    .meter-entry .circle {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
        border-radius: 25px !important;
        width: 52px !important;
        height: 52px !important;
        text-align: center;
        margin: auto auto;
        line-height: 48px;
        font-size: 30px;
        border: 1px solid cornflowerblue;
    }

    .meter-entry .bar {
        background-color: lightgray;
        top: 22px;
        position: absolute;
        width: 96px;
        height: 12px;
        z-index: -10;
    }
}




.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}


.meter-entry .bar.active {
    background-color: rgb(0, 181, 212) !important;
}

.project-details span {
    border: 1px solid lightgray;
}

.non-active .circle {
    background-color: lightgrey;
    color: darkgray;
    border: 1px solid darkgray;
}

.non-active .label {
    color: lightgray;
}

.active .circle {
    background-color: lightgreen;
    color: darkgreen;
}

tr td {
    vertical-align: middle;
}

tr {
    text-align: center;
}

.debug_context {
    background-color: blue;
    color: yellow;
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
}

body {
    height: 100vh;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.flash_message_container {
    margin-top: 10px;
    height: 75px;
}

.search-input {
    width: 200px !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.accutrak-tm {
    font-size: 60%;
    vertical-align: top;
}


.form-label-text {
    text-align: right;
    font-weight: bold;
}
