/**
 * All your custom CSS should go into this file
 */
html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

img.nav-image {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 10px;
}

.text-black {
    color: #000;
}

.navbar-nav > li > a {
    line-height: 40px;
}

.nav > li > a:hover {
    background-color: #333;
}

.with_shadow {
    text-shadow: 1px 1px #000000;
}

.background-white {
    background: #fff;
}

/* ====== HEADER ====== */

#header-bar {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header-bar a {
    color: #fff;
}

#header-bar #logo {
    font-size: 22px;
    line-height: 20px;
    padding: 14px 0 14px 25px;
    height: auto;
    font-weight: 700;
}

@media (min-width: 768px) {
    #header-bar #logo {
        padding: 20px 0 21px 25px;
        height: 84px;
    }
}

@media (min-width: 992px) {
    #header-bar #logo {
        padding: 20px 0 21px 40px;
    }
}

#header-bar .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header-bar #main-menu > li > a {
    padding: 15px 25px;
    line-height: 1.3;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#header-bar #main-menu > li > a:hover {
    color: #0fbdfe;
    background: rgba(0, 0, 0, 0.1);
}

#header-bar #header-right {
    float: none;
}

#header-bar #header-logos li {
    float: left;
}

@media (min-width: 768px) {
    #header-bar #main-menu {
        margin: 20px 15px 20px 0;
    }

    #header-bar #main-menu > li > a {
        padding: 10px 15px;
        border: none;
    }

    #header-bar #header-right {
        float: right;
    }
}

@media (min-width: 992px) {

}

/* ====== INTRO TEXT ====== */
#intro-text {
    background: rgba(255, 255, 255, 0.77);
}

#intro-text {
    line-height: 1.4;
    color: #252525;
}

#intro-text .content-wrapper {
    display: block;
    padding: 20px 10px;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    #intro-text .content-wrapper {
        padding: 25px 25px;
    }
}

/* ====== MAIN CONTENT ====== */
#main-content #form-container {
    padding: 20px 10px;
}

#main-content #beneath-map {
    padding: 10px;
    line-height: 1.4;
}

#main-content #beneath-map > div {
    display: table-cell !important;
    padding: 0 5px;
}

@media (min-width: 992px) {
    #main-content #form-container {
        padding: 50px 40px 20px 25px;
    }

    #main-content #map-outer-container {
        margin-right: -15px;
    }

    #main-content #beneath-map {
        padding: 13px;
    }
}

/* ====== FOOTER ====== */
#footer-top {
    padding-top: 15px;
}

.footer-text-wrapper {
    padding: 10px 5px;
}

#footer-small-logos {
    padding: 10px 0;
}

#footer-bottom {
    padding-bottom: 15px;
    color: #478ecb;
}

@media (min-width: 992px) {
    #footer-top {
        padding-top: 20px;
    }

    .footer-text-wrapper {
        padding: 0 10px;
    }

    #footer-small-logos {
        padding: 0;
    }

    #footer-bottom {
        padding-bottom: 30px;
    }
}

img.bounding-box-plot{
    margin-top: 50px;
    display: block;
    max-width: 100%;
    /*max-height:600px;*/
    width: auto;
    height: auto;
}

.btn.btn-submit, .btn.btn-back{
    padding-right: 12px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: top;
}

#map-canvas {
    width: 100%;
    height: 465px;
}