/* main.css */

.unstyled {
    float:left;
    margin: 0;
    width: 100%;
}
.unstyled li {
    vertical-align: middle;
    line-height: 1.5;
    color: #404142;
    width: 50%;
    margin-bottom: -6px;
    float: left;
}
.unstyled li p {
    float: left;
    width: 71%;
}
.unstyled li input[type="checkbox"] {
    float: left;
    margin: 4px 6px 0 0;;
}
.btn-map {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    background: #4dc8e9;
    color: #fff;
}
.span3 a.btn{
    width: 90%;
}
#b2n-map-statusbar {
    float: left;
    color: #666;
    margin: 10px 0 10px 0;
    font-size: 12px;
}
.iframe-container {
    width: 645px
}
.iframe-container .row {
    width: 100%;
    font-family: "SFToontimeBlotchRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*
.iframe-container .span9 {
    width: 645px;
}
*/
.iframe-container .span3:last-child ul {
    margin-left: auto;
    margin-right: auto;
}
.b2n-filter-type-tab-categories .span9 {
    width: 74.46808510638297% !important;
}
.nav-tabs {
    margin-top: 10px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border-radius: 0;
    border-color: #4eaee6;
    background: #4eaee6;
    color: #fff;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #4eaee6;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-radius: 0;
    background: #4eaee6;
    color: #fff;
}
.nav-tabs > li {
    width: 50%;
    text-align: center;
}
.nav-tabs > li > a {
    width: 98%;
    padding: 3% 1%;
    background: #ebebeb;
    border-radius: 0;
    font-size: 13px;
}
.tab-content {
    border: 1px solid #4eaee6;
    padding: 10px 10px 10px 10px;
    margin-top: -20px;
    background:#effdff;
}
.nav-tabs > li:first-child {
    margin-right: -2px;
}
#b2n-map-find {
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-family: "Arial";
    padding: 10px 56px 10px 44px;
    background: #50b948 url(/img/b2n-map-find-bg.png) right no-repeat;
    margin-top: 9px;
}
#b2n-map-post {
    /*
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-family: "Arial";
    padding: 10px 56px 10px 44px;
    background: #50b948 url(/img/b2n-map-find-bg.png) right no-repeat;
    margin-top: 9px;
    */
    margin-top: 9px;
}
.check-uncheck {
    float:right;
}
.location-bar {
    background: #50b948;
}
.location-bar p {
    color:#fff;
    margin-top: 9px;
    margin-left: 10px;
}
.location-bar input {
    width: 300px;
    height: 25px;
    margin-top: 6px;
    margin-bottom: 5px;
    border: none;
}
.status {
    background: #e7ffe5;
    border: 1px solid #c2f0be;
    color: #39ac31;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
}
.span3 a.btn {
    width: auto;
}
#b2n-filter-type-tab-categories, #b2n-filter-type-tab-activities {
    font-size: 12px;
}
#b2n-filter-type-tab-categories .span9 {
    width:100%;
    margin: 0;
}
#b2n-filter-type-tab-categories .span3 {
    width:100%;
    margin: 0;
}
#b2n-filter-type-tab-activities .span9 {
    width:100%;
    margin: 0;
}
#b2n-filter-type-tab-activities .span3 {
    width:100%;
    margin: 0;
}
#map img {
  max-width: none;
}
@media screen and (min-width:0\0) {
    .unstyled li img {
    width: 18px;
    }
    .unstyled li input[type="checkbox"] {
        margin: 0px 6px 0 0;
    }
}

.margin-top-medium {
    margin-top: 20px;
}



