﻿
/* Wizard Circle
-------------------------------------------------- */

.container {
    width: 100%;
    position: relative;
}

.grp {
    background-color: #eeeeee;
    position: absolute;
    display: block;
    top:8px;
    left: 14px;
    height: 12px;
    width: 79.4%;
    z-index: -10;
    border: 1px solid #383737;
    border-radius: 5px;

}

.grp1 {
    position: absolute;
    display: block;
    top: 8px;
    right: 3.15%;
    height: 12px;
    width: 13.3%;
    z-index: -10;
    border: 1px solid #383737;
    border-radius: 5px;
}

.circle-content {

    height: 100px;
    width: 16.6%;
    text-align: center;
    float: left;
}

/*border-radius: 100% / 20px;*/

.circle-past {

    display: inline-block;
    width: 99%;
    height: 8px;
    border-radius: 5px;
    /*border: 2px solid #580505;*/
    background-color: #ff0000;
}

.circle-present {
    display: inline-block;
    width: 99%;
    height: 8px;
    border-radius: 5px;
    /*border: 2px solid #1e5a0d;*/
    background-color: #2d8906;
}

.circle-start {

    display: inline-block;
    width: 99%;
    height: 8px;
    border-radius: 5px;
    /*border: 2px solid #1e5a0d;*/
    background-color: #008CBA;
}

.circle-future {
    display: inline-block;
    width: 99%;
    height: 8px;
    border-radius: 5px;
    /*border: 2px solid #383737;*/
    background-color: #c3c0c0;
}

.circle-option {
    display: inline-block;
    width: 80%;
    height: 8px;
    border-radius: 5px;
    /*border: 2px solid #383737;*/
    background-color: #008CBA;
}

.circle-option-cur {
    display: inline-block;
    width: 80%;
    height: 8px;
    border-radius: 5px;
    /*border: 2px solid #383737;*/
    background-color: #2d8906;
}

.circle-content p {
    font-size: 14px;
    color: #666;
}



#button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

    #button:hover {
        background-color: #2d8906;
        border: none;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
    }

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}


a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
    background-color: #2d8906;
}

a:active {
    color: white;
}


.content {
    max-width: 960px;
    margin: auto;
}
