﻿
.btn {
    outline: none !important;
    font-size: 12px;
    font-weight: bold;
}

.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #7d7dc6;
    color: #7d7dc6;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        color: #fff;
        background-color: #7d7dc6;
    }
.btn-outline-secondary {
    border: 1px solid #988c8c;
    background-color: transparent;
    min-width: 75px
}



    .btn-outline-secondary:hover, .btn-outline-secondary:focus {
        color: #fff;
        background-color: #988c8c;
    }
.filter-btn{
    margin-top:25PX;
}
.btn-outline-success {
    background-color: transparent;
    border: 1px solid #65d17c;
    color: #65d17c;
}

    .btn-outline-success:hover, .btn-outline-success:focus {
        color: #fff;
        background-color: #65d17c;
    }

.btn-outline-danger {
    background-color: transparent;
    border: 1px solid red;
    color: red;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus {
        color: #fff;
        background-color: red;
    }

.tab-pane {
    display: none;
}

.active {
    display: block;
}

.first-li::before {
    content: "1" !important;
}

.sec-li::before {
    content: "2" !important;
}

.there-li::before {
    content: "3" !important;
}

.four-li::before {
    content: "4" !important;
}

.five-li::before {
    content: "5" !important;
}

.sex-li::before {
    content: "6" !important;
}

.seven-li::before {
    content: "7" !important;
}

.eight-li::before {
    content: "8" !important;
}

.wrapper-progressBar {
    width: 100%;
    margin-top: 40px;
}


    .progressBar li {
        list-style-type: none;
        float: right;
        width: 12%;
        position: relative;
        text-align: center;
    }

        .progressBar li:before {
            content: " ";
            line-height: 30px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            border: 1px double #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px;
            background-color: white;
            color: #000;
        }

        .progressBar li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 4px;
            background-color: #ddd;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressBar li:last-child:after {
            content: none;
        }

        .progressBar li.active {
            color: dodgerblue;
        }

            .progressBar li.active:before {
                border-color: unset;
                /*background-color: dodgerblue;*/
                /*color: #fff;*/
            }

    .progressBar .active:after {
        background-color: dodgerblue;
    }

.panel {
    width: 85%;
    margin-top: 30px;
    min-height: 100px;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 1px 3px;
    -moz-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 1px 3px;
    -ms-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 1px 3px;
    -o-box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 1px 3px;
    /*box-shadow: 0px -14px 7px rgba(255, 255, 255, 0.6), 0px -1px 6px;*/
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 1px 3px;
}

label.custom-lable {
    color: #a79f9f;
    font-size: 1.3rem;
    font-weight: bold;
}

.custom-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.custom-input-group {
    display: flex !important;
}

.popover {
    right: 43% !important;
}
.agent-div {
    background-color: #edebe9;
}
/*.fix-msg {
    display: block;
    bottom: 0px;
    left: 0px!important;
    top: 40px!important;
    width: 250px;
    text-align: right;
    right: auto!important;
}

    .fix-msg .close-btn {
        left: 9px!important;
        color: #fff!important;
       
    }*/