﻿.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 3px;
    margin-top: 17px;
}

    .steps-form-2 .steps-row-2 {
        display: table-row;
    }

        .steps-form-2 .steps-row-2:before {
            top: 14px;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 100%;
            height: 2px;
            background-color: #b9ced7;
        }

        .steps-form-2 .steps-row-2 .steps-step-2 {
            display: table-cell;
            text-align: center;
            position: relative;
        }

            .steps-form-2 .steps-row-2 .steps-step-2 p {
                margin-top: 0.5rem;
                margin-bottom:5px !important;
            }

            .steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
                opacity: 1 !important;
                filter: alpha(opacity=100) !important;
            }

            .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
                width: 50px;
                height: 50px;
                border: 2px solid #e8ead3 ;
                background-color: #fcfdd6 ;
                color: #a8b1bb;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-appearance: none;
                padding: 10px 10px 10px 12px;
                margin-top: -13px;
            }

                .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
                    border: 2px solid #d15e16;
                    color: #3ACB50 !important;
                    background-color: white !important;
                }

                .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
                    font-size: 1.7rem;
                }

.setup-content-2 {
    padding-left:5px !important;
    padding-right:5px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}
.setup-content-2 > .col-lg-9
{
   padding-left:1px !important;
    padding-right:1px !important;
}
.setup-content-2 > .col-lg-3
{
   padding-left:1px !important;
    padding-right:1px !important;

}

.setup-content-2Sum {
    padding-left:5px !important;
    padding-right:5px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}
.setup-content-2Sum > .col-lg-8,.setup-content-2Sum > .col-lg-9
{
   padding-left:1px !important;
    padding-right:1px !important;
}
.setup-content-2Sum > .col-lg-4,.setup-content-2Sum > .col-lg-3
{
   padding-left:5px !important;
    padding-right:1px !important;

}

.btn-amber {
    /*width: 70px;
    height: 70px;*/
    border: 2px solid #c4d3d9  !important;
    background-color: #abd4e3 !important;
    color: #027cab !important;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-appearance: none;
    padding: 22px 18px 15px 18px;
    margin-top: -22px;*/
}

.btn-StpActive {
    /*width: 70px;
    height: 70px;*/
    border: 2px solid #C1DBC5  !important;
    background-color: #ceecc0  !important;
    color: #299307  !important;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-appearance: none;
    padding: 22px 18px 15px 18px;
    margin-top: -22px;*/
}

.spanPrimary {
    color: #007bff;
    margin-top: -5px !important;
}

    .spanPrimary:hover {
        color: #d15e16;
        margin-top: -5px !important;
    }

.spanEdit {
    color: #d15e16;
    margin-top: -5px !important;
}

.spanActive {
    color: #3ACB50;
    margin-top: -5px !important;
}



   /* Hide all inner steps by default: */
    .tabInner {
        display: flex;
    }
    /* Make circles that indicate the inner steps of the form: */
    .stepInner {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }
    .stepInner.active {
            opacity: 1;
            background-color: #abd4e3;
            
        }
        /* Mark the inner steps that are finished and valid: */
     .stepInner.finish {
               background-color: #abd4e3;
        }



.stepper-animated {

    background-color:red;
 transition-property: width;
  transition-duration: 20s;
  transition-timing-function: linear;
  transition-delay: 10s;
}