
.ndlfda-comment-child {
	
	background-color: #f7fff7;
}

h3 a, h4 a {
	text-decoration: none !important;
	color: #1ABC9C;
}

h3 a:hover { color: #222; }
h4 a:hover { color: #222; }

.ndlfda {
	text-transform: none;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0px;
}

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }
  @include media-breakpoint-only(xl) {
    column-count: 3;
  }
}

img.profile-editor {
	border: 2px solid white;
	border-radius: 7px;
	width: 200px;
	height: 200px;
	object-fit: contain;
}
img.prof-edit-title {
	border: 2px solid white;
	border-radius: 7px;
	width: 80%;
	object-fit: contain;
}
.ember { display: none }

.small-generic-form .small-generic-form-inner {
	position: relative;
	max-width: 400px;
	border: 1px solid #EEE;
	padding: 40px;
	border-radius: 4px;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
	.small-generic-form {
		position: relative;
		width: 882px;
		min-height: 600px;
		overflow: hidden;
	}

	.small-generic-form::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 600px;
	}

	.small-generic-form .small-generic-form-inner {
		position: relative;
		/*margin-left: 350px;*/
		margin: auto;
		margin-top: 25px;
		padding: 20px 35px;
		z-index: 5;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

.org-prof-user-table tbody td {
	border: none;
}

.org-prof-user-table tbody tr {
  vertical-align: middle;
	width: 100%;
	border: none;
}

.search-title a {
	color: white;
}
.search-title a:link {
  color: white;
}
.search-title a:visited {
  color: white;
}
.search-title a:not([class*="btn-"]):hover {
  color: sandybrown;
}

.search-org {
	color: burlywood;
	font-weight: bold;
}

.search-page .page-item.active .div-pager.page-link {
    background-color: #54742d !important;
    border-color: #a3df57 !important;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: white;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #54742d;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}



.spinner-center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



