﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.discord-container {
    background-color: #37393f;
    padding: 20px;
}
.discord {
    font-family: Helvetica;
    border-radius: 4px;
    border-left: 4px solid;
    overflow: hidden;
    background-color: rgb(47, 49, 54);
    width: 415px;
    box-sizing: border-box;
    color: rgb(220, 221, 222);
}
.discord .card {
    background-color: unset;
}
.discord .card .card-title {
    margin-bottom: 0.5rem;
}
.discord .card .card-title a {
    color: #67aaf2;
    font-size: 1rem;
    font-weight: bold;
}
.discord .card a:hover {
    text-decoration:unset;
}
.discord .card .card-body {
    font-size: 0.7rem;
    padding: 19px 13px;
}
.discord .card .card-body img {
    margin-top:12px;
    max-width:100%
}

.discord .card .card-text {
    margin-bottom: 0.25rem;
}

.event-col {
    -ms-flex: 0 0 286px;
    flex: 0 0 286px;
}
.event-col img.thumb {
    max-height: 154px;
    max-width: 256px;
}
.cursor-pointer{
    cursor: pointer;
}

.data-header{
    width:100px;
}

.zero-space{
    position:relative;
    width: 0;
    height: 0;
}

.zero-space img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:1000;
    max-height:100%;
    max-width:100%;
}
.ellipsis {
    max-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}