/*  SMSF Payment Type   */




.paytype table.table-bordered {
    border: 1px solid #cfcfcf;
    margin-top: 20px;
}

    .paytype table.table-bordered > thead > tr > th {
        border: 1px solid #cfcfcf;
        background-color: #e6e5e5;
        height: 40px;
        color: #666;
    }

    .paytype table.table-bordered > tbody > tr > td {
        border: 1px solid #cfcfcf;
        height: 40px;
    }

.grey1 {
    background-color: #fdfcd5;
}



.grey2 {
    background-color: #d5fdfb;
}



.grey3 {
    background-color: #d4fdce;
}


/*  SMSF Help   */

a.help3 {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/ic-help-green.png) 0px 0px no-repeat;
}

/*  SMSF Help   */

.btn-primary-blue, .btn-primary-blue:focus {
    color: #fff;
    background: #27b4e8 !important;
}

    .btn-primary-blue:hover {
        background: #11a3d9 !important;
        color: #fff !important;
    }

.btn-primary-orange, .btn-primary-orange:focus {
    color: #fff !important;
    background: #ff7200 !important;
}

    .btn-primary-orange:hover {
        background: #e06400 !important;
        color: #fff !important; 
    }


.btn-primary-darkblue, .btn-primary-darkblue:focus {
    color: #fff !important;
    background: #1d71b6 !important;
}

    .btn-primary-darkblue:hover {
        background: #004680 !important;
        color: #fff !important;
    }


.circ {
    background: #ff7200;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
}


.circ1 {
    background: #666;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0px 9px;
    color: #fff;
    font-size: 20px;
}

.ph1 {
    background: #666;
    border-radius: 10px;
    padding: 4px 6px;
    color: #fff;
    margin: 4px 0;
    width: 120px;
    text-align: center;
}

.h3title {
    font-family: 'ProximaNovaBold', arial;
    font-size: 24px;
    padding: 10px 0;
    color: #666;
}


.step1 {
    height: 48px;
    margin-bottom: 20px;
    background: url(images/tabbg.png) top repeat-x;
}

    .step1 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .step1 ul li {
            padding: 0;
            margin: 0;
            list-style-type: none;
            height: 48px;
            display: block;
            float: left;
        }

            .step1 ul li a {
                border-right: 1px solid #c4c4c4;
                display: block;
                height: 41px;
                padding: 0 5px 0 0px;
                font-family: 'dinotregular', Tahoma, Arial;
                font-size: 14px;
                color: #474747;
                text-decoration: none;
            }
        /*.step1 ul li a{display:block; height:41px; padding:0 17px 0 2px; font-family: 'dinotregular', Tahoma, Arial; font-size:16px; color:#474747; text-decoration:none;}*/
        .step1 ul:last-child li:last-child a {
            border: none;
            border-style: none;
        }
        /* Added by me */
        .step1 ul li a span {
            background: url(images/step-normal.png) 0px 0px no-repeat;
            width: 25px;
            height: 41px;
            display: inline-block;
            vertical-align: -14px;
        }

        .step1 ul li.complete a {
            background: #1d71b6;
            color: #FFF;
        }

            .step1 ul li.complete a span {
                background: url(images/step-completed.png) 0px 0px no-repeat;
            }

        .step1 ul li.active {
            background: url(images/step-active-ar.png) bottom center no-repeat;
        }

            .step1 ul li.active a {
                background:#27b4e8;
                color: #FFF;
            }

                .step1 ul li.active a span {
                    background: url(images/step-active.png) 0px 0px no-repeat;
                }


.tip {
    display: none;
    font-family: dinotregular, tahoma;
}

a.help, a.help2 {    
    display: inline;
    height: 20px;
    width: 20px;
    background: url(images/ic-help.png) 0px 0px no-repeat;
}

.payG {
    font-size: 18px;
    font-weight: normal;
    font-family: 'dinotregular', Tahoma, Arial;
}