.dropdown-toggle.placeholder {
	width: 100%;
	border-radius: 4px;
	background: #fff;
	color: #808080;
	border: 1px #ddd solid;
	text-align: left;
	margin-bottom: 15px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

span.arrow.down, span.arrow.up {
	margin-top: 2px;
	border: solid #808080;;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}


.credit-lib-nav {
  display: flex;
  justify-content: start;
}

.pilot-credit-registration {
  padding-bottom: 5%;
  margin-bottom: 5%;
}

h1.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  font-size: 28px;
  color: #86c240;
  font-weight: 600;
}

h4.page-header {
  padding-bottom: 9px;
  margin: 40px 0 0px;
  border-bottom: 0px;
}

.info-section{
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

label.option {
  font-size: 14px;
  color: #000;
}

.error{
  display:block!important;
  color:red;
  border-color: red;
}

.credit-lib-nav {
  display: block;
}

.dropdown .drop-menu {
  margin: 2%!important;
}


ul.dropdown-menu.drop-panel {
  width: 100%;
  text-align: start;
  z-index: 9999999;
  /* height: 200px; */
  overflow-y: scroll;
}

a {
  white-space: inherit!important;
}

.credit-lib-nav .btn-primary.active,
.credit-lib-nav .btn-primary:active,
.credit-lib-nav .open>.dropdown-toggle.btn-primary,
.credit-lib-nav .btn-primary.focus,
.credit-lib-nav .btn-primary:focus,
.credit-lib-nav .btn-primary:hover {
	width: 100%;
	border-radius: 4px;
	background: #fff !important;
	color: #808080 !important;
	border: 1px #ddd solid !important;
	text-align: left;
	margin-bottom: 15px;
}

.dropdown.cred-ver.drop-menu .btn {
  background: white !important;
}

.dropdown.cred-sys.drop-menu .btn {
  background: white !important;
}

