@font-face
{
  font-family:RobotoCondensed Light;
  font-weight:300;
  src:url(/assets/fonts/RobotoCondensed-Light.ttf) format("truetype"),url(/assets/fonts/RobotoCondensed-Light.woff) format("woff"),url(/assets/fonts/RobotoCondensed-Light.woff2) format("woff2")
}
@font-face
{
  font-family:RobotoCondensed Regular;
  font-weight:400;
  src:url(/assets/fonts/RobotoCondensed-Regular.ttf) format("truetype"),url(/assets/fonts/RobotoCondensed-Regular.woff) format("woff"),url(/assets/fonts/RobotoCondensed-Regular.woff2) format("woff2")
}
@font-face
{
  font-family:RobotoCondensed Italic;
  font-weight:300;
  src:url(/assets/fonts/RobotoCondensed-Italic.ttf) format("truetype"),url(/assets/fonts/RobotoCondensed-Italic.woff) format("woff"),url(/assets/fonts/RobotoCondensed-Italic.woff2) format("woff2")
}
@font-face
{
  font-family:RobotoCondensed Bold;
  font-weight:700;
  src:url(/assets/fonts/RobotoCondensed-Bold.ttf) format("truetype"),url(/assets/fonts/RobotoCondensed-Bold.woff) format("woff"),url(/assets/fonts/RobotoCondensed-Bold.woff2) format("woff2")
}
@font-face
{
  font-family:SourceCodePro;
  font-weight:300;
  src:url(/assets/fonts/SourceCodePro-Regular.ttf) format("truetype"),url(/assets/fonts/SourceCodePro-Regular.otf.woff) format("woff"),url(/assets/fonts/SourceCodePro-Regular.otf.woff2) format("woff2")
}

html
{
  font-family: RobotoCondensed Light,sans-serif;
  background-size: 100%;
  background-color: #000000;
  background-image: url(/assets/images/SSC_BG.png);
  background-repeat: no-repeat;
  backgroung-position: center;
  background-attachment: fixed;
} 

H1
{
  color: #ffc000;
  font-family: RobotoCondensed Bold;
}

H1.title {
  margin: 0px 5px 3px 5px;
  font-size: 22px;
}

H2.subtitle {
  margin: 0px 5px 3px 5px;
  font-size: 18px;
}

a:link {
  color: #ffc000;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
}
a:visited {
  color: #ffc000;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
}
a:hover {
  color: #000000;
  background-color: #ffc000;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
}
a:active {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
} 

.ticketshop{
  font-size: 22px;
  font-family: RobotoCondensed-Bold, sans-serif;
  margin: 10px 0 15px 0;
 }

.anzahlGross {
  font-size: 44px;
  font-family: RobotoCondensed-Bold, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.countdown {
  font-size: 11pt;
  margin: 0px;
}
.countdownZahl {
  font-size: 22pt;
  color: #FFC000;
}

.codeInput {
  background-color: #DDDDDD;
  font-size: 22px;
  color: #000000;
  padding: 5px;
  margin: 5px;
  text-align: left;
  letter-spacing: 1px;
  font-family: SourceCodePro, RobotoCondensed bold, serif;
  border: 6px solid #FFC000;
}

.chart-container {
  position: relative;
  margin: auto;
  width: 700px;
  height: 320px;
}
.red {
  color: #FF0000;
}

.blue {
  color: #20a0FF;
}

.green {
  color: #00FF00;
}
.yellow {
  color: #FFFF00;
}
.darkgreen {
  color: #00AA00;
}
.grey {
  color: #333;
}

.ticketcode {
  font-size: 14px;
  font-family: SourceCodePro;
  letter-spacing: 1px;
  color: #886033;
}

.inactive {
  text-decoration: line-through;
}

.ipAddress {
  font-size: 14px;
  font-family: SourceCodePro;
  color: #00C0FF;
}

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

table.zugriffe {
  border-spacing:0;
}
table.zugriffe td {
  padding: 2px 6px 2px 6px;
}
table.zugriffe th {
  font-size: 11px;
  font-weight: normal;
}
table.zugriffe td.title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
table.zugriffe td.anzahl {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}
table.ZugriffeDetails {
  border-spacing:0;
}
table.ZugriffeDetails td {
  padding: 2px 5px 2px 5px;
}
table.ZugriffeDetails td.id {
  font-size: 8px;
  color: #888;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #999; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 12px;
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.api {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #111111;
}

.api:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}
.api:hover .apiNum {
  font-size: 12px;
  color: #999999;
}

.editLabel {
  font-family: RobotoCondensed Bold;
  font-size: 24px;
  font-variant: small-caps;
  letter-spacing: 3px;
  color: #FFCC00;
  font-weight: bold;
  vertical-align: top;
}

.custom-size {
  width: auto;
  height: 40%;
  text-align: center;
  align: center;
  padding: 20px;
}

.custom-size th, .custom-size td {
  text-align: center;
} 

.table-video {
  align: center;
  border-collapse: collapse;
  width: 100%;
  border: 3px solid white;;
  border-color: #ffc000;
  text-align: center;
}

.table-video th, .table-video td, .table-video tr {
  border: 1px solid white;
  border-color: #ffc000;
  padding: 15px;
  text-align: center;
}

