body {
  font-family: Arial;
  color: #ddd;
}

.sidenav {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #690027;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.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%;
	height: 100%;
}

.event_container a {
	color: #FFF;
	text-decoration: underline;
}

.event_container a:hover {
	color: #BABABA;
}

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

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

.right {
	width: 40%;
	right: 0;
	background-color: #D90045;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(176,0,57,1) 0%, rgba(217,0,69,1) 100%);
}

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

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

.color_red {
	color: #FF0051;
}

.btn-red {
	color: #fff;
	background-color: #FF0051;
	border-color: #FF0051;
}

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

.event_logo img {
	height: 150px;
}

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

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

.event_top_nav .top_logo {
	float: left;
}

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

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

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

.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;
}

.vendor-address {
	font-size: .8rem;
	color: #B2B2B2;
}