﻿body {
}

.gr-formAreaBody {
    background: wheat;
}

#gr-formHeader {
    margin-bottom: 30px;
}

#gr-formArea {
    padding: 0px;
    padding-bottom: 30px;
}

div.gr-formHeaderFocused {
    background: cornflowerblue;
    height: 40px;
    position: relative;
}

    div.gr-formHeaderFocused div {
        position: absolute;
        cursor: pointer;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    div.gr-formHeaderFocused span {
        background: darkblue;
    }

    div.gr-formHeaderFocused label {
        color: white;
        cursor: pointer;
    }

div.gr-formHeader {
    height: 40px;
    background: wheat;
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    position: relative;
    cursor: pointer;
}

    div.gr-formHeader span {
        color: black;
        background: white;
        cursor: pointer;
    }

    div.gr-formHeader div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    div.gr-formHeader label {
        cursor: pointer;
    }

.gr-displayNone {
    display: none;
}

div.gr-inputContainer {
    position: relative;
    display: block;
}

    div.gr-inputContainer input {
        width: 100%;
        padding: 5px;
        margin: 0;
        -webkit-box-sizing: border-box;
        max-width: 1024px;
    }

    div.gr-inputContainer select {
        width: 100%;
        padding: 5px;
        margin: 0;
        -webkit-box-sizing: border-box;
        max-width: 1024px;
    }



/*Final Registration Design*/

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 50px;
    height: 50px;
    padding: 8px;
    float: left;
    background: transparent;
    border: 2px solid #008000;
    /*color: #008000;*/
    text-align: center;
    font-size: 24px;
    margin-right: 10px;
}

body {
    background: darksalmon;
}

.selectedTab {
    padding: 20px;
    background: white;
    cursor: pointer;
    vertical-align: middle;
}

    .selectedTab p,
    .unselectedTab p {
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
    }

    .selectedTab p {
        color: #474851;
    }

    .selectedTab div {
        color: black;
    }

.unselectedTab {
    padding: 20px;
    background: transparent;
    cursor: pointer;
}

    .unselectedTab p {
        color: white;
    }

    .unselectedTab div {
        color: white;
        border: 2px solid white;
    }

.completeSetup {
    height: 45px;
    background: orangered;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-left: 5px;
    line-height: 45px;
}

.margin-top-15 {
    margin-top: 15px;
}
