﻿
#DropdownLang {
    display: none !important;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 10px;
}

    #progressbar .active {
        color: #089b43;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 20%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressbar #maybe:before {
        font-family: FontAwesome;
        content: "\f128"
    }

    #progressbar #obvious:before {
        font-family: FontAwesome;
        content: "\f0a4"
    }

    #progressbar #real:before {
        font-family: FontAwesome;
        content: "\f08d"
    }

    #progressbar #order:before {
        font-family: FontAwesome;
        content: "\f155"
    }

    #progressbar #win:before {
        font-family: FontAwesome;
        content: "\f00c"
    }





    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #089b43;
    }

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #089b43;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.panel-footer-kpi {
    padding: 10px 15px;
    background-color: #073a46;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    font-size: 19px;
}

.panel-body-kpi {
    background-color: #127991;
    color: #fff;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.out-of-date {
    background: #9c0505 !important;
}

.out-of-date-txb {
    background: #9c0505 !important;
    color: #fff !important;
}

.firm-date-picker {
    max-width: 100% !important;
}

@media screen and (min-width: 768px) {
    .panel-collapse > .panel-body > .row div[class^="col-"] {
        margin-right: 0 !important;
        padding-right: 10px;
    }
}

#map {
    height: 35%;
}

.mr-10 {
    margin-right: 10px;
}

.gm-style-iw-d {
    color: #000 !important;
}


textarea.form-control {
    min-height: 150px;
}