html,
body {
  height: 100%;
}

.navbar-brand {
  font-family: 'Peralta', cursive;
}

blockquote {
  border-left: 5px solid rgba(0,0,0,.125);
  padding-left: 1.25rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

.push {
  height: 60px;
}

footer {
  height: 60px;
  padding: 15px 0;
  background-color: #e9ecef;
  position: relative;
}


/* GGP: Promentum CSS					*/
.a {
	color: #F7AA00 !important;
}

.a:visited {
	color: #F7AA00 !important;
}

.nav-item {
	color: #F7AA00 !important;
}

.brandbox {
	
}

.navbar-brand {
	color: #FFFFFF !important;
    display: inline-block;
    padding-top: 0.31rem;
	padding-bottom: 0rem !important;
    margin-right: 1rem;
	margin-bottom: none !important;
    font-size: 1.75rem !important;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand-subhead {
	padding-top: 0rem !important;
	color: #FFFFFF !important;
    font-size: .75rem;
    white-space: nowrap;
}

.btn-primary, .nav-link {
	color: #F7AA00 !important;
	background-color: #343a40 !important;
	border-width: 0rem !important;
	border-color: #F7AA00 !important;
	border-radius: .25rem !important;
    padding: .5rem .75rem !important;
}

.btn-primary:hover, .nav-link:hover, .dropdown-item:hover {
	color: #FFFFFF !important;
	background-color: #F7AA00 !important;
}

.nav-link_pm {
	color: #FFFFFF !important;
	background-color: #F7AA00 !important;
	border-width: 0rem !important;
	border-color: #F7AA00 !important;
	border-radius: .25rem !important;
  padding: .5rem .75rem !important;
  float: left;  
}

.nav-link_pm:hover {
	color: #FFFFFF !important;
	background-color: #343a40 !important;
}

.thead-inverse th {
	color: #fff;
    background-color: #343a40;
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
 .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 


/* The container must be positioned relative: */
.custom-select {
 position: relative;
  font-family: Arial;
}


.select-selected {
 background-color: DodgerBlue;
}

/* Style the arrow inside the selectelement: */
.select-selected:after {
  position: absolute;
 content: "";
  top: 14px;
  right: 10px;
  width: 0;
 height: 0;
  border: 6px solid transparent;
  border-color: #ffftransparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
 top: 7px;
}

/* style the items (options), including the selected item: */
.select-itemsdiv,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
 border: 1px solid transparent;
  border-color: transparent transparentrgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
 z-index: 99;
}

/* Hide the itemswhen the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

