﻿.submitbtn {
    background-color: #00305d;
    border: none;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    margin-right: 10px;
    padding-left: 15px;
    text-align: left;
    width: 50px;
}

.select-btn {
    height: 35px;
    border-radius: 6px;
    border: 1px solid #999;
    width: 150px;
    background-color: #F3FCF4;
}

.submitbtn:hover {
    background-color: #01274b;
    cursor: pointer;
}

input {
    margin: 0px 0px 10px 0px;
}

.validation-summary-errors li {
    color: red;
}

.customcapcha {
    width: 45%;
    border: 1px solid #CCCCCC;
    padding: 7px 10px 7px;
    border-radius: 5px;
    text-align: left;
}

    .customcapcha img {
        float: left;
        padding-right: 10px;
    }

    .customcapcha a img {
        padding-bottom: 5px;
        padding-right: 0px;
    }

body {
    font-family: 'Karla';
    font-size: 12px;
    font-weight: bold;
}

.bc {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    height: 120px;
    counter-reset: breadcrumb;
    position: relative;
}
.bc1 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    height: 120px;
    counter-reset: breadcrumb;
    position: relative;
}

    .bc:before {
        position: absolute;
        top: 23px;
        left: 11.5%;
        content: '';
        width: 76%;
        height: 2px;
        background: PeachPuff;
    }
   



    .bc .bc_item {
        float: left;
        padding-top: 60px;
        width: 20%;
        text-align: center;
        position: relative;
        color: brown
    }

        .bc .bc_item:after {
            counter-increment: breadcrumb;
            content: counter(breadcrumb);
            position: absolute;
            top: 0px;
            left: calc(50% - 23px);
            width: 40px;
            height: 40px;
            text-align: center;
            border: 3px solid PeachPuff;
            border-radius: 50%;
            line-height: 40px;
            background: white;
        }

    .bc .bc_complete:after {
        background: lightgreen;
        color: brown;
    }


.bc1:before {
    position: absolute;
    top: 20px;
    left: 11.5%;
    content: '';
    width: 36%;
    height: 2px;
    background: PeachPuff;
}

.bc1 {
    counter-reset: item 10;
}

.bc1 .bc_item {
    
    float: left;
    padding-top: 60px;
    width: 20%;
    text-align: center;
    position: relative;
    color: brown
}

.bc1 .bc_item:after {
    counter-increment: breadcrumb;
    content: counter(breadcrumb);
    position: absolute;
    top: 0px;
    left: calc(50% - 23px);
    width: 40px;
    height: 40px;
    text-align: center;
    border: 3px solid PeachPuff;
    border-radius: 50%;
    line-height: 40px;
    background: white;
}


.bc1 .bc_complete:after {
    background: lightgreen;
    color: brown;
}
