/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 0.7em;;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #bbb;
    cursor: pointer;
}

/**
 * Gravity Forms
 */
.gform_wrapper .smt-user-registration .top_label .gfield_label{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px 0;
}

.gform_wrapper .smt-user-registration input[type="text"],
.gform_wrapper .smt-user-registration input[type="password"]{
    background-color: white;
    color:#333333;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.gform_wrapper .smt-user-registration .gform_footer input[type="submit"] {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
    border-radius:0;
}
.gform_wrapper .smt-user-registration .gform_footer input[type="submit"]:hover {
    background-color: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
}

.gform_wrapper .smt-user-registration .gfield.yes_no_float{
    overflow:hidden;
}
.gform_wrapper .smt-user-registration .gfield.yes_no_float .ginput_container_radio li{
    float:left;
    margin-right:3rem;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
    color:black;
}

