﻿/*<meta />*/

/* Hide Flare's search field */

.nav-search-wrapper
{
	display: none;
}

/* general */

*
{
	transition: all .2s ease-in-out;
}

.main-section
{
	overflow: auto;
}

a
{
	text-decoration: none;
}

.panel.panel-veeva
{
	filter: drop-shadow(0 4px 0.25rem #bbbbbc);
	width: 100%;
	height: fit-content;
	background-color: #ffffff;
	margin-bottom: 5vh;
	animation: 1s ease-out 0s fade-rise;
}

h5
{
	text-align: center;
	margin: 0;
	padding: 0
}

h6
{
	margin: 0;
}

.pathHeading
{
	font-weight: bold;
	margin: 0;
	color: var(--Link);
}

/* new flightpath panels under search bar */

@media only screen and (max-width: 767px)
{
	.panel.panel-veeva
	{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1135px)
{
	#main-body,
	#main-body-2 .container
	{
		width: 100%;
	}
}

#main-body
{
	width: 75%;
	padding: 40px 0;
}

#panel-1,
#panel-2,
#panel-3
{
	background-color: transparent;
	margin-bottom: 0;
}

#buckets a
{
	text-decoration: none;
}

#buckets a:hover
{
	text-decoration: underline;
}

#buckets .panel-body
{
	text-align: left;
	height: 280px;
    overflow: hidden;
    border-radius: 8px;
}

.banner
{
	background-color: var(--Brand1);
	width: 100%;
	height: fit-content;
	/*border-radius: 8px;*/
	border-radius: 8px 8px 0 0;
	color: #ffffff;
	text-align: center;
}

.pathInfo
{
	background-color: #ffffff;
	width: 100%;
	height: 67%;
	/*border-radius: 8px;*/
	border-radius: 0 0 8px 8px;
	color: var(--Dark);
	align-content: center;
	padding: 15px;
	text-align: left;
	min-height: 18vh;
}

/* filters and flightpaths list */

#main-body-2 .container
{
	width: 75%;
	padding: 0 0 3vh 0;
}

#allFilters,
#allFlightPaths
{
	padding: 1rem;
	color: var(--Dark);
}

#main-body-2 h5
{
	background-color: var(--Brand1);
	color: #ffffff;
	border-radius: 8px 8px 0 0;
}

/* filters */

#allFilters p
{
	margin: 5px 0;
}

#allFilters a
{
	border: none;
	color: #404040;
	width: 100%;
	text-align: left;
	border-radius: 5px;
	display: block;
	padding: 5px;
	background-color: transparent;
	height: 2rem;
}

#allFilters .filter-link.selected,
#allFilters a:hover
{
	color: #007aff;
	background-color: var(--Brand2);
	font-weight: bold;
}

.moduleName
{
	float: left;
}

.pathCount
{
	float: right;
}

/* flightpaths list */

#allFlightPaths div
{
	position: relative;
	display: block;
}

#allFlightPaths div:after
{
	content: "";
	background: #eeeeee;
	position: absolute;
	bottom: 0;
	left: 2%;
	height: 1px;
	width: 96%;
}

#allFlightPaths .icon
{
	display: inline-block;
	float: left;
	margin-top: 1.5rem;
	padding-left: 0.5rem;
}

svg
{
	fill: var(--VeevaOrange);
}

#allFlightPaths .pathEntry
{
	display: inline-block;
	margin-left: 20px;
	margin-top: 1rem;
}

#allFlightPaths a:hover
{
	text-decoration: underline;
	background-color: transparent;
	color: var(--Link);
}

.pathModule
{
	font-size: smaller;
	margin-top: -10px;
	display: none;
	/* hide module names in flightpaths list, only used for filters */
}