﻿.process-step .btn:focus {
    outline: none
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-row:before {
    top: 15px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #20a6e7;
    z-order: 0
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 20%;
}

    .process-step p {
        margin-top: 4px;
        font-family: Calibri;
    }

/*.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}*/

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 8px;
}

.btn-circle1 {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 8px;
}
