﻿.form-control.RadPicker {
    width: 100% !important;
    background: none;
    border: none;
    border-radius: initial;
    box-shadow: none;
    padding: 0;
    transition: none;
}

    .form-control.RadPicker .rcTable {
        width: 100% !important;
    }

html body .form-control .riSingle .riTextBox[type="text"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    height: 35px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 1s 0s, box-shadow 0.15s ease-in-out 0s;
}

    html body .form-control .riSingle .riTextBox[type="text"]:focus {
        border: 1px solid rgba(89, 135, 198, 0.3);
        transition: border 0.2s linear 0s;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }

.form-group .dnnFormMessage {
    padding: 0;
    display:inline;
}

.step {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #555;
}

    .step:hover {
        text-decoration: none;
    }

    .step div {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        background: #999;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }


    .step.selected {
        color: #428BCA;
    }

        .step.selected div {
            background: #428BCA;
        }

.has-feedback {
    position:relative;
}
