@font-face {
  font-family: 'amadeusregular';
  src: url('/xpp/webfont/amadeus-regular-web.eot');
  src: url('/xpp/webfont/amadeus-regular-web.eot?#iefix') format('embedded-opentype'),
  url('/xpp/webfont/amadeus-regular-web.woff') format('woff'),
  url('/xpp/webfont/amadeus-regular-web.ttf') format('truetype'),
  url('/xpp/webfont/amadeus-regular-web.svg#amadeusregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, html, #root {
  background-color: #F9FAFB;
  font-family: 'amadeusregular', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
#stats, #stats .tabbed {
  height: 100%;
}
#firebaseui-auth-container {
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#firebaseui-auth-container form {
  width: 500px;
  background-color: white;
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.2);
  border-top: 2px solid #1B69BC;
}

#firebaseui-auth-container img {
  height: auto;
  width: 300px;
  margin-bottom: 30px;
}

#firebaseui-auth-container label {
  display: block;
  width: 100%;
  color: rgb(51, 55, 64);
  margin-bottom: 15px;
}
#firebaseui-auth-container input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  height: 35px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(120, 202, 255);
  border-radius: 5px;
}

#firebaseui-auth-container input[type='submit'] {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  /* background-color: #1B69BC; */
  background-color: black;
}

.forgot {
  text-align: center;
  color: rgb(51, 55, 64);
  margin-bottom: 0px;
}
.forgot:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  #firebaseui-auth-container form {
    width: 300px;
  }
}

.page-content {
	max-width: 700px; 
	margin: 32px auto; 
	padding: 32px; 
	background: #fff;
}
a {
	color: #21D4FD; 
	transition: all 0.3s;
}
a:hover {
	color: #B721FF;
}

.tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	/* margin: 32px 0; */
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.tab-content {
  flex: 1;
  padding-top: 30px;
  position: relative;
  /* background-color: red; */
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
	display: flex;
  flex-direction: column;
	align-items: stretch;
	list-style: none;
	padding: 0;
  padding-top: 60px;
  width: 300px;
  background-color: #19212E;
  margin: 0;
}
.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 6px 15px;
	/* border: 1px solid #ccc; */
	/* background: #eee; */
	/* color: #666; */
  color: white;
	font-size: 12px; 
	font-weight: 600;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	cursor: pointer;	
	transition: all 0.3s;
}
.tab:hover label {
	/* border-top-color: #333; */
	/* color: #333; */
  background-color: rgba(255,255,255,0.2);
}

.tab-content {
	display: none;
  overflow-y: hidden;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label,
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label,
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) label {
	/* border-bottom-color: #fff; */
	/* border-top-color: #B721FF; */
	/* background: #fff; */
	/* color: #222; */
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6),
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7),
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8) {
	display: block;
}

.tab-content div {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 10px;
}
.tab-content div iframe {
  min-height: 1600px !important;
  border: none;
}

.tab-content header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  /* border-bottom: 1px solid rgba(0,0,0,0.25); */
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  background-color: white;
}

.tab-content header button {
  background-color: #3A8BFF;
  color: white;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}

.logo-sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  border-bottom: 2px solid #3A8BFF;
  display: flex;
  align-items: center;
  
}

.logo-sidebar img.wlogo {
  width: 176px;
  height: 48px;
  margin-left: 15px;
}