/*CUSTOM CSS FILE*/

.del {
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}

.px-2.date_li {
  min-width: 200px;
}

#paige-description {
	display: none;
}

.img-max {
  max-width: 250px;
  max-height: 70px;
  object-fit: contain;
}

.img-max-bg {
  max-width: 200px;
/*   max-height: 170px; */
  object-fit: contain;
}

.img-max-sm {
  max-width: 120px;
  max-height: 100px;
  object-fit: contain;
}

.bg-gold {
  background-color:#D4AF37;
}

.bg-silver {
  background-color:grey;
}

.circle {
  background: #009279;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 2em;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  padding: 5px;
}

.circle i {
	font-size: 2em;
}

@media only screen and (max-width: 768px) {
  .w-total {
	  width: 100% !important;;
  }
}

.date_li {
    min-width: 8em;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #009279;
	--bs-btn-border-color: #009279;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #00923f;
	--bs-btn-hover-border-color: #00923f;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #00923f;
	--bs-btn-active-border-color: #00923f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #009279;
	--bs-btn-disabled-border-color: #009279;
}

.btn-outline-primary {
  --bs-btn-color: #009279;
  --bs-btn-border-color: #009279;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #009279;
  --bs-btn-hover-border-color: #009279;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #009279;
  --bs-btn-active-border-color: #009279;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #009279;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009279;
  --bs-gradient: none;
}

a {
	color: #009279;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: #009279;
}

.nav-link {
	color: #009279;
}

a:hover {
	--bs-link-color-rgb: #00923f;
}

.nav-link:hover, .nav-link:focus {
	color: #00923f;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: #009279 !important;
}

/* Template List */

#templates ul {
  list-style: none;
}

#templates ul li {
  display: flex;
}

#templates ul li:before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-200h560v-367L567-760H200v560Zm0 80q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h400l240 240v400q0 33-23.5 56.5T760-120H200Zm80-160h400v-80H280v80Zm0-160h400v-80H280v80Zm0-160h280v-80H280v80Zm-80 400v-560 560Z'/%3E%3C/svg%3E");
font-weight: 900;
padding-right:5px;
}

/* Timetable */

.horizontal-timeline .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

.event-title {
	padding: 3px;
}

.event-body p {
	margin-bottom: 5px;
	white-space: pre;
}

.pre {
	white-space: pre;
}

.red {
	color: red
}

.green {
	color: #009279;
}

.gold {
    color: #D4AF37 !important;
}
.silver {
    color: grey !important;
}

.hi {
	font-weight: bold;
	font-style: italic;
}

.social {
	border-top: 3px solid #FFD579;
}

.social-horizontal {
	border-left: 3px solid #FFD579;
}

.text-center {
    text-align: center;
}

@media (min-width: 1200px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    /*width: 16%;*/
    padding-top: 45px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -40px;
  }
}

@media (max-width: 1140px) {
	.event-body p {
		white-space: normal;
	}
	.social {
		border-top: none;
	}
	.list-inline-item {
		border-top: 3px solid #e9ecef;
	}
	.pre {
      white-space: unset;
      max-width: 400px;
      margin: 0 auto;
  }
  .horizontal-timeline .items {
    border-top: none;
  }
  .double-line {
    top: 0 !important;
  }
}

@media (max-width: 769px) {
  .to-reverse {
    flex-direction: column-reverse;
  }
  .to-center {
    text-align: center;
    justify-content: center !important;
  }
}

/* Collapse */

.btn-toggle.collapsed:before {
    content: 'Show More' ;
    display: block;
}

.btn-toggle:before {
    content: 'Show Less' ;
    display: block;
}

.t-20 {
  top: 20px;
}

#pdf {
  color: #C93E1D;
}

.m-w-70 {
  max-width: 70%;
  margin: 0 auto;
}

@media (min-width: 1140px) {
  .items-list {
    width: 24%
  }
}

.bp-morning {
    min-width: 47px;
    background-color: #FEB171;
}

.bp-noon {
    min-width: 47px;
    background-color: #FFEFC1;
}

.bp-after {
    min-width: 47px;
    background-color: #8FB2AF;
}

.empty-li {
  top: -24px;
}

.empty-border {
  border-block-color: #0000;
}

.double-line {
  position: relative;
  top: -21px;
}

@media (max-width: 1140px) {
  .t-20 .event-body, .t-20 .social-none {
    display: none;
  }
  .m-w-70 {
    max-width: 100%;
    margin: 0 auto;
  }
}
