﻿.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background: #e7e7e7;
    margin: 0;
    color: #333;
    border: none;
}

.ui-menu {
    background-color: #fff;
}

.ui-menu-item:hover:hover {
    background: #e7e7e7;
    color: #333;
    border: none;
}

.ui-menu-item-wrapper:hover {
    background: #e7e7e7;
    color: #333;
    border: none;
}

.ui-autocomplete {
    max-height: 270px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.ui-autocomplete-header {
    margin-top: 1em;
    text-align: left;
    background-color: #fff;
}

    .ui-autocomplete-header hr {
        margin: 1em 0 0 0;
    }

.menu-item-biz-name {
    font-weight: 600;
    color: #333
}

.menu-item-biz-address {
    color: #888;
}

.ui-autocomplete-header-text {
    line-height: 1.0em;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #f8f8f8;
    width: 100%;
    height: auto;
}

.ui-autocomplete-header-text-small {
    font-size: 12px;
    font-weight: bold;
}

.signup-text-small {
    font-size: 12px;
    line-height: 1.0em;
    margin-top: 0;
    margin-bottom: 5px;
}

.ui-autocomplete-header .ui-menu-item-wrapper:hover {
    background: #fff;
    color: #333;
    border: none;
}

.ui-menu-item {
    text-align: left;
}

.ui-widget-content {
    width: 100%;
    max-width: 400px;
}

fieldset {
    padding: 0.70em 1.25em;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
textarea.form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    textarea,
    textarea.form-control {
        height: 90px;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 30px;
    }

        input[type="text"],
        input[type="password"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        input[type="number"]:focus,
        textarea:focus,
        textarea.form-control:focus {
            outline: 0;
            background: #fff;
            border: 1px solid #ccc;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        input[type="text"]:-moz-placeholder,
        input[type="password"]:-moz-placeholder,
        textarea:-moz-placeholder,
        textarea.form-control:-moz-placeholder {
            color: #888;
        }

        input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
        textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
            color: #888;
        }

        input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
            color: #888;
        }

    /*#CreateForm label {
        line-height: 30px;
    }*/
