

html {
  max-height: 100%;
  min-height: 100%;
  height: 100%;

}

.highlight-color {
  color: #C93682;
}

.bg-highlight-color {
  background-color: #C93682;
}

body {
    background: #fafafa;
    color: #333333;
    height: 100%;
  }

  .shadow-light {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.02)!important;
  }

  .container {
    height: 100%;
  }

  .main-section{
    height: initial;
    min-height: 100%;
    margin-top: 5rem;
    padding-bottom: 0px;
  }

  #img1{
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0px;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  ul {
    margin: 0;
  }
  
  .bg-steel {
    background-color: #5f788a;
  }

  .cbg-primary-light {
    background-color: #c4dcff;
  }
  
  .cbg-success-light {
    background-color: #cbfbe3;
  }

  .bg-land-muted {
    background-color: #e9ecef;
  }
  
  .site-header .navbar-nav .nav-link {
    color: #cbd5db;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
    padding-bottom: 70px;
  }
  
  .article {
    font-size: 1.2rem;
  }

  .rich-text {
    font-size: 1.2rem;
  }

  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #dadada;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }

.footer {
  position: inherit;
  padding-top: 2rem;
  padding-bottom: 2rem;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  color: #ffffff;
}

@media(max-width:768px) {
  .footer {
    position: inherit;
  }
}

.a-footer {
  color: #dadada;
  text-decoration: none;
  background-color: transparent;
}

.footer2 {
  position: inherit;
  padding-top: 2rem;
  padding-bottom: 2rem;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  color: #ffffff;
  background-color: #485b69;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}

  myChart {
    width: 100%;
    height: auto;
  }

.text-muted {
  color: #bdbcbc!important;
}

tr.strikeout td {
  text-decoration: line-through;
}

/*floating button right bottom */
.my-float{
	font-size:24px;
	margin-top:18px;
}

.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float-button{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#007bff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

.form-group {
  padding-top: 5px;
  padding-bottom: 5px;
}

td#event-description > h1, 
td#event-description > h2,
td#event-description > h3,
td#event-description > h4,
td#event-description > h5,
td#event-description > h6 {
  color: #ffffff;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #444444;
}

.sidebar .nav-link.active {
  font-weight: 500;
  color: #0d6efd;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active .feather {
  margin-right: 4px;
  color: #0d6efd;
}

@media(max-width:992px) {
  .navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
}

.payment-badge {
  color: black;
  border: 1px solid #999;
  background-color: transparent;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}

.payment-badge-highlight {
  color: black;
  border: 1px solid #999;
  background-color: #ffcccc;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}

/* Online Ticket Redesign Styles */
.qr-code-container {
  display: inline-block;
  max-width: 100%;
}

.qr-code-container img {
  max-width: 100%;
  height: auto;
}

/* Mobile responsive adjustments for online ticket */
@media (max-width: 768px) {
  .qr-code-container {
    padding: 1rem !important;
  }
  
  .card-body h6 {
    font-size: 0.9rem;
  }
  
  .card-body p {
    font-size: 1rem;
  }
}