/* bugfix for gmap controls */

/* old version
 #map_canvas img, .google-maps img { max-width:none; }
 #mapCanvas label { width: auto; display:inline; }
*/

.gm-style img { max-width: none; !important;}
.gm-style label { width: auto; display: inline; }


@media(min-width:980px) {
    body {
        /*margin-top: 50px;*/ /*this will cause an error in new select2*/
        padding-top: 50px;
    }
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-innerr {
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    filter: none;
    -moz-box-shadow: none;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus
{
color: #ffffff;
background-color: #e94e1b;
}

.nav-pills > li > a {
padding-top: 16px;
padding-bottom: 16px;
}

.nav-tabs > li > a, .nav-pills > li > a {
padding-right: 16px;
padding-left: 16px;
line-height: 14px;
}


a {
/*color: #b1c533;*/
color: #809224;
text-decoration: none;
}

a:hover {
    /*color: #b1c533;*/
    color: #809224;
    text-decoration: underline;
    /*text-transform: uppercase;*/
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    /*background-color: #f5f5f5;*/
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}