﻿
.gradient-box {
    border: 1px solid #d7d7d7;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-border-radius: 15px 0 15px 15px;
    -moz-border-radius: 15px 0 15px 15px;
    border-radius: 15px 0 15px 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: white;
}

.ui-widget {
    font-family: "FS Me Web Regular", Arial, Helvetica, sans-serif, Verdana, sans-serif;
    color: #0a0a0a;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #5C9A1B;
    background: #5C9A1B;
    font-weight: normal;
    color: #ffffff;
}

.gradient-box {
    border: 1px solid #d7d7d7;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-border-radius: 15px 0 15px 15px;
    -moz-border-radius: 15px 0 15px 15px;
    border-radius: 15px 0 15px 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: white;
}

.svgImageClass {
    height: 18px;
    width: 18px;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
}

.svgLocationImageClass {
    height: 18px;
    width: 18px;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
}

/* http://docs.jquery.com/UI/Autocomplete#theming*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #CCC;
}

/* workarounds */
html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        background-color: white;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            background-color: white;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }

h10, .h10 {
    color: #5c9a1b;
    font-family: "FS Me Web Light", Arial, Helvetica, Verdana, sans-serif;
    font-size: 25px;
    line-height: 52px;
    margin-bottom: 20px;
}
h11, .h11 {
    color: #5c9a1b;
    font-family: "FS Me Web Light", Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    line-height: 52px;
    margin-bottom: 20px;
}


.full-modal
{
background-size: 100% 100% !important;
background-repeat: no-repeat !important;
height: 100% !important;
top: 0px !important;
left: 0px !important;
margin: 0px 0px 0px 0px !important;
}

 
.close-full-modal
{
position: fixed !important;
top: 5px !important;
right: 5px !important;
}
 