﻿.top10 {
    margin-top: 10px;
}

.bottom10 {
    margin-bottom: 10px;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .glyphicon,
    .icon-addon .glyphicon,
    .icon-addon.addon-md .fa,
    .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px;
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        font-size: 18px;
        padding: 10px 16px 10px 40px;
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5;
    }

    .icon-addon.addon-lg .fa,
    .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px;
    }

    .icon-addon.addon-md .form-control,
    .icon-addon .form-control {
        padding-left: 30px;
        float: left;
        font-weight: normal;
    }

    .icon-addon.addon-sm .fa,
    .icon-addon.addon-sm .glyphicon {
        margin-left: 0;
        font-size: 12px;
        left: 5px;
        top: -1px;
    }

    .icon-addon .form-control:focus + .glyphicon,
    .icon-addon:hover .glyphicon,
    .icon-addon .form-control:focus + .fa,
    .icon-addon:hover .fa {
        color: #2580db;
    }

.circle {
    border-radius: 50% !important;
    background-color: #3D566E;
    color: #FFFFFF;
    width: 120px;
    height: 120px;
    text-align: center;
    display: table;
    margin: 10px auto;
    padding: 5px;
}

    .circle:hover {
        color: #fff !important;
        background-color: #E74C3C !important;
    }

    .circle:focus {
        color: #fff !important;
        background-color: #E74C3C !important;
    }

    .circle span {
        display: table-cell;
        vertical-align: middle;
    }
        .circle span img {
            width:50px;
        }

    .circle:hover img {
        border: none !important;
        opacity: 1;
    }

#google_canvas, #google_canvas1, #google_canvas2 {
    height: 300px;
}

.phone {
    line-height: 15px;
    color: #555;
    padding-bottom: 5px;
    margin: 5px 0px;
}

.address {
    color: #555;
    margin:10px 0px;
}

.img-thumbnail {
    height: 100px;
    width: 100px;
    float: left;
}

.clear {
    clear: both;
}

.rightFloat {
    float: right !important;
}

.leftFloat {
    float: left !important;
}

.box-business {
    border-bottom: 1px solid #EDEDED;
    margin-top: 10px;
    padding-bottom:10px;
}

    .box-business:first-child {
        margin-top: 0px !important;
    }

    .box-business:last-child {
        border-bottom: none !important;
    }

.paging {
    line-height: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.typeahead {
    width: 100%;
}

    .typeahead li a {
        color: #000 !important;
    }

        .typeahead li a:hover {
            color: #fff !important;
        }

.popover {
    white-space: nowrap;
    z-index: 9999;
}

.icons a {
    font-size: 12px;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.map-header {
    border: 1px solid #ededed;
    border-bottom: none !important;
    padding: 10px;
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 12px;
}

.infowindow {
}

    .infowindow .counter {
        display: none;
    }
