@font-face {
    font-family: "Glyphicons Halflings";
    src: url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2)
        format("woff2");
}

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    color: #333;
}

.h1,
h1 {
    /* text-align: center; */
    font-size: 16px;
    padding: 0;
    margin-left: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.h2,
h2 {
    /* text-align: center; */
    font-size: 16px;
    margin: 8px 16px;
    padding: 0;
    color: white;
}

.h3,
h3 {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.text-link {
    font-size: 12px;
    cursor: pointer;
    color: #007eb6;
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

.navbar {
    padding: 0;
    font-size: 16px;
    background-color: #fff !important;
    /* box-shadow: 0 5px 5px -5px rgba(0,0,0,0.16),0 10px 10px -10px rgba(0,0,0,0.12); */
}

.navbar-brand {
    margin: 16px 0 16px 16px;
    padding: 0 16px 0 0;
    border-right: solid 1px #c6c6c6;
    img {
        height: 24px;
    }
}

.navbar-toggler {
    border: none;
    /* margin-bottom: 16px; */
    padding: 0 0 0 16px !important;
    img {
        height: 16px;
    }
}

#navBarRight {
    padding: 0 16px 0 0;

    .nav-item {
        margin: 0 0 0 24px;

        .nav-link {
            color: black !important;
            padding: 0;
        }
    }
}

#navbarNav {
    .nav-item {
        border-top: solid 1px #c6c6c6;

        .nav-link {
            font-size: 16px;
            color: black !important;
            padding: 16px;
        }

        .nav-link:hover {
            color: #0175a6 !important;
        }
    }

    .nav-item:last-of-type {
        border-bottom: solid 1px #9d9d9c;
    }

    .nav-item:hover {
        background-color: #eaf6fd !important;
    }
}

.dropdown-toggle::after {
    content: none;
}

.dropdown {
    cursor: pointer;
    img {
        width: 8px;
        transform: rotate(90deg);
        margin-right: 24px;
    }
}

.dropdown-menu {
    padding: 8px 0 8px 0;
    margin: 0;
    border: none;
}

.dropdown-item {
    padding: 16px 32px 16px 32px;
    font-size: 14px;
}

.dropdown-item:hover {
    color: #0175a6 !important;
    background-color: #eaf6fd !important;
}

.jumbotron-fluid {
    padding: 0.25rem 0.125rem;
    /* background-color: #d72658; */
    /* color: #295d92; */
}

.scenario-container,
.scenario-btn-container {
    width: 100%;
}

/* Main content container */
#mapParentContainer {
    position: absolute;
    top: -16px !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#formParentContainer {
    position: relative;
    z-index: 1;
    left: 16px;
    margin: 0;
    max-width: calc(100vw - 32px) !important;
}

#contentRow {
    /* margin-right: 32px;
	margin-left: 32px; */
    border-radius: 4px;
    margin-top: 16px;
    background-color: #fff;
    max-width: 576px !important;
}

#mainContent {
    position: relative;
    max-width: 100% !important;
}

#loadingBoxMain {
    border-radius: 8px;
    padding: 8px 0 16px 0;
    margin-top: 16px;
    background-color: #fff;
}

/* Click through empty space for map */
#formParentContainer {
    pointer-events: none;
}

#contentRow {
    pointer-events: auto;
}

/* Tool toggle */

#toolToggleTabContainer {
    background-color: #dadada;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tool-toggle-tab {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
}

.tool-toggle-tab.active {
    font-weight: bold;
    background-color: black;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tool-toggle-tab:first-of-type {
    border-top-left-radius: 8px;
}

.tool-toggle-tab:last-of-type {
    border-top-right-radius: 8px;
}

/* Responsive Updates */
/* @media (max-width:640px){
	.mapboxgl-ctrl-geocoder--icon-close {
		margin: 0 !important;
	}
} */

@media (min-width: 576px) {
    .h1,
    h1 {
        font-size: 20px;
    }

    .h2,
    h2 {
        font-size: 20px;
        margin: 20px 20px;
    }

    .h3,
    h3 {
        font-size: 1rem;
    }

    .text-link {
        font-size: 14px;
    }

    /* .navbar{
		font-size: .75rem;
	}

	.nav-link {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 12px;
	} */

    .jumbotron-fluid {
        padding: 0.5rem 0.5rem;
    }

    #formParentContainer {
        /* position: absolute; */
        left: 0;
        right: 0;
        margin-left: 32px;
        max-width: calc(100vw - 64px) !important;
    }

    #loadingBoxMain {
        margin-top: 32px;
    }

    #mapParentContainer {
        top: -32px !important;
    }

    #contentRow {
        margin-top: 32px;
        border-radius: 8px;
    }

    .tool-toggle-tab {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 18px;
    }

    /* #map {
		height: calc(100vh - 42px);
	} */
}

@media (min-width: 768px) {
    /* .h1, h1{
		font-size: 24px;
		padding: 10px;
	}

	.h2, h2{
		font-size: 24px;
		padding: 10px;
	}

	.h3, h3{
		font-size: 1.2rem;
	} */

    /* .navbar-brand{
		max-width: 250px;
		margin-right: 0;
	}

	.navbar-brand img {
		max-width:100%;
		height: 30px;
	}

	.navbar-brand {
		padding: 30px;
	}

	.navbar{
		font-size: .86rem;
	}

	#map {
		height: calc(100vh - 90px);
	} */
}
