body {
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,liberation sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
  padding-top: 0;
}


.menu_button {
	cursor:pointer;
	position: absolute;
	top: 1.4rem;
	right: 1.7rem;
	font-size: 1.1rem;
}

a.menu_button {
	color: #fff;
}

.sidenav .user {
	color: #fff;
	font-size: 0.8rem;
}

.sidenav hr {
	background: #550925;
}

.sidenav .event_nav {
	width: 250px;
	padding: 0 1rem ;
}

.sidenav .event_nav a {
  padding: 8px 8px 8px 16px;
  font-size: 1.1rem;
  color: #D8B6C2;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, a.menu_button:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 1.1rem;
  right: 1.7rem;
  font-size: 1.5rem;
 
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.event_container {
	display:flex;
	flex-flow:column;
	width:100%;
}



img.logo {
	height: 80px;
}

.split {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  
}

.left {
  left: 0;
  width: 60%;
  background-color: #F7F7F7;
  min-width: 300px;
}

.right {
	width: 40%;
	right: 0;
	background: rgb(246,246,246);
	background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(236,236,236) 80%);
}

.centered {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  min-width: 60%;
}

.crowd {
	height: 100%;
	background-image: url("../../templates/images/svg/crowd_lgrey.svg");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* 
.color_red {
	color: #E00589;
}
 */

/* 
.btn-red {
	color: #fff;
	background-color: #E00589;
	border-color: #910057;
}
 */

.event_logo {
	margin: 0rem;
	display: block;
}

.event_logo img {
	height: 50px;
}

.event_top_nav {
	float: left;
	right: 0;	
	top: 0;
	padding: 1rem;
	width: 100%;
}

.event_top_nav .select_lang {
	float: right;
	margin-top: .3rem;
	padding: .5rem 1rem;
}

.event_top_nav .top_logo {
	float: left;
}

.event_top_nav .select_lang a {
	padding: .5rem .5rem;
	margin-left: .5rem;
	text-decoration: none;
	font-size: .8rem;
}

.event_top_nav .select_lang a.active {
	padding: .5rem .5rem;
	color: #fff;
	background: #000;
}

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

table.table {
    font-size: .9rem;
    line-height: 1.45rem;
}

/* 
.table {
	color: #A9A9A9;
}
 */

/* 
.table.table-striped > tbody > tr:nth-child(2n+1) > td, .table.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #282828;
}
 */

hr {
    border-top: 1px solid #A9A9A9;
}

/* 
.my-index .table thead th {
    border-bottom: 1px solid #000;
    font-weight: normal;
    font-size: .7rem;
    color: #888;
}
 */

.my-balance .amount {
	color: #222;
}

.my-balance .summary-footer {
	color: #555;
}

.topup-slider {
 	padding: 1rem 2rem;
}
 
.refund-slider {
 	padding: 1rem 2rem;
	background: #333;
}

.refund-slider .info h6 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 .1rem 0;
}

.refund-slider .info p {
	font-size: .9rem;
	line-height: .95rem;
	color: #bbb;
}
 
.refund-slider .refund-option {
	margin-bottom: 1rem;
	border-bottom: 1px dotted #eee;
	padding-bottom: .5rem;
}

.refund-slider .refund-option:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.refund-slider span.value {
   font-weight: 900;
   font-size: 1.2rem
}

.payback-form {
	display: none;
}

.user-info {
	background: #000;
	padding: 1rem 2rem;
}

.user-info label {
	font-size: .8rem;
	color: #aaa;
	margin-left: .5rem;
}

.transaction-summary {
	text-align: center;
	background: #fff;
	padding: 1rem 2rem;
}

.transaction-summary button.tr-detail {
	margin: .2rem .1rem;
}

.widget-card {
	color: #676a6d;
}

#searchRfid .mail {
	display: none;
}

.my-index h2 {
    font-weight: 800;
    font-size: 2.3rem;
    color: #454287;
    margin: 0;
}

table.table-sm {
	font-size: .8rem;
}

table td {
	border-bottom: 1px solid #f0f0f0;
}

.accre-parking td {
	line-height: 1rem;
	font-size: 0.8rem
}

.fln-tab {
    border: none;
}

.fln-tab-content {
	background-color: #fff; 
	padding: 1rem; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
}

.fln-tab .nav-link.active {
    border: none;
}

.fln-tab .nav-link {
	border: 0;
	font-size: 0.8rem;
}