@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url("reset.css");

/* TEXT STYLES */
/* TEXT STYLES */
/* TEXT STYLES */

h1 { padding-top: 0.4em; font-size: 2em; font-style: normal; font-weight: bold; text-transform: uppercase; }
h2 { padding-bottom: 0.4em; font-size: 1.5em; font-weight: bold; text-transform: uppercase; }
h3 { letter-spacing: .03em; line-height: 1.1em; font-size: 1.1em; font-weight: bold; }

.crossed { text-decoration: line-through; opacity: 0.3; }
.greyed { opacity: 0.4; }
.cut { color: #FF4040; }
.master { color: #beca46; font-weight: bold; }
.indent { margin-left: 2em; }
.hidden { display: none; }
.smaller { font-size: 0.8em !important; font-style: normal; }

p.bandinfo { padding-top: 1em; padding-bottom: 1em; line-height: 1.3em;}
p.banter, p.banter2 { padding-left: 5px; padding-top: 0.5em; padding-bottom: 0.5em; font-style: italic; opacity: 0.7; max-width: 650px; overflow-wrap: break-word; display: none; }
a.bandlinks { font-size:0.8em; text-transform: uppercase; }

.textblock { max-width: 900px; overflow-wrap: break-word; }
.updatecontainer { max-width: 900px; overflow-wrap: break-word; display: flex; align-items: center; justify-content: center; margin-left: 2em; }
.updateimg { float: left; }
.imgblock { display: flex; align-items: center; justify-content: center; }
.tfrdate { text-align: right; float: right; }
.kbdigi { color: #beca46; font-style: italic; text-align: right; float: right; padding-left: 5px; }
.bdodate { color: #beca46; font-style: italic; font-weight: bold; padding-left: 5px; background: #1f1f1f; }
.bdoyear { padding-top: 10px !important; background: #121212; border-top: 0.2pt solid #beca46; }

/* MAIN LAYOUT */
/* MAIN LAYOUT */
/* MAIN LAYOUT */

body {
  font-family: Roboto, sans-serif;
  font-size: 80%;
  padding-top: 0px;
  overflow: hidden;
  line-height: 1.1em;
}

.topnav {
  height: 28px;
  text-transform: uppercase;
  overflow: hidden; }
.topnav a {
  letter-spacing: .03em;
  float: right;
  padding: 6px 6px 3px 6px;
  text-decoration: none;
  font-size: 1em;
  line-height: 20px;
  font-weight: bold; }
.topnav a.logo {
  float: left; 
  font-size: 1.5em; }

.sidebar {
  float: left;
  width: 198px;
  height: inherit;
  margin-left: 0px;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.3em;
  border: 0px solid yellow;
}

.sidebar-shortcuts {
  width: inherit;
  height: 72px;
  overflow: hidden;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  border: 0px solid green;
}
.sidebar-shortcuts a { display: block; width: 100%; }
.sidebar-shortcuts a:hover { display: inline-block; }

.sidebar-menu {
  padding-left: 5px;
  padding-bottom: 5px;
  width: 194px;
  height: calc(100vh - (105px));
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  bottom: 0;
  border: 0px solid red;
}
.sidebar-menu a { display: block; }
.sidebar-menu a:hover { display: block; font-weight: bold; }

.content {
  margin-top: 0px;
  margin-left: 198px;
  padding-left: 12px;
  padding-bottom: 10px;
  height: calc(100vh - (28px));
  width: auto;
  overflow-y: scroll;
  border: 0px solid aqua;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

ol { display: inline-block; list-style-type: decimal; }
ol li { padding-left: 5px; }
ul.transfers { list-style-type: none; }
ul.bandmenu { list-style-type: none; }
ul.bandmenu li { padding-left: 2em; text-indent: -2em; }

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25BE" 
}

/* TOGGLE BUTTON */
/* TOGGLE BUTTON */
/* TOGGLE BUTTON */

.toggleStyle {
  font-family: sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  padding: 5px;
  display: inline-block;
}

/* MULTI IMAGE COMPARISON GRID */
/* MULTI IMAGE COMPARISON GRID */
/* MULTI IMAGE COMPARISON GRID */

.container-comp {  display: grid;
  grid-template-columns: 768px 200px;
  grid-template-rows: 576px;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "img-comp-multi img-comp-multi-right";
}

.img-comp-multi { grid-area: img-comp-multi; }
.img-comp-multi-right { grid-area: img-comp-multi-right; padding-left: 20px;}


/* IMAGE COMPARISON SLIDER */
/* IMAGE COMPARISON SLIDER */
/* IMAGE COMPARISON SLIDER */

* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  width: 768px;
  height: 576px; /*should be the same height as the images*/
}

.img-comp-container-ntsc {
  position: relative;
  width: 640px;
  height: 480px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-overlay {
  border-right: 1px solid #fff;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.7;
  border-radius: 50%;
  border: 4px solid #000;
}

.textboxnew {
  position: absolute;
  width: 180px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
.textboxold {
  position: absolute;
  width: 180px;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  box-sizing: border-box;
  color: #DDD;
  text-align: left;
}

.textboxbad {
  position: absolute;
  width: 180px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(175, 0, 0, 0.6);
  padding: 5px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}

.textboxgood {
  position: absolute;
  width: 180px;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 175, 0, 0.6);
  padding: 5px;
  box-sizing: border-box;
  color: #DDD;
  text-align: left;
}

/* VHS GALLERY DIV */
/* VHS GALLERY DIV */
/* VHS GALLERY DIV */

.vhsdiv {
  display: inline-block;
  text-align: center;
  width: 250px;
  /* height: 200px; */
  padding: 5px;
  margin-bottom: 10px;
  border: 0px solid aqua;
}

/* SOCIAL BUTTONS */
/* SOCIAL BUTTONS */
/* SOCIAL BUTTONS */

ul.socials {
  list-style: none;
  padding-inline-start: 0px;
  padding-bottom: 40px; }

ul.socials li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #D8E2DC;
  float: left;
  transition: all 0.5s ease; }

ul.socials li .fa {
  color: #D8E2DC;
  margin-top: 6.5px;
  transition: all 0.5s ease; }

ul.socials li:hover.facebook {
  border: 2px solid #1877F2;
  transition: all 0.5s ease; }
ul.socials li:hover .fa-facebook {
  color: #1877F2;
  transition: all 0.5s ease; }

ul.socials li:hover.youtube {
  border: 2px solid #ff0000;
  transition: all 0.5s ease; }
ul.socials li:hover .fa-youtube {
  color: #ff0000;
  transition: all 0.5s ease; }

ul.socials li:hover.instagram {
  border: 2px solid #d6249f;
  transition: all 0.5s ease; }
ul.socials li:hover .fa-instagram {
  background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  transition: all 0.5s ease; }

/* ---------- TABLES ---------- */
/* ---------- TABLES ---------- */
/* ---------- TABLES ---------- */
/* ---------- TABLES ---------- */

/* MAIN LISTING TABLE */
/* MAIN LISTING TABLE */
/* MAIN LISTING TABLE */

table td, table td * { vertical-align: top; }

.kbtable, .kbtable2 { table-layout: auto; border-collapse: collapse; background: #161616; color: #D1D1D1; }
.kbtable tr:nth-of-type(even), .kbtable2 tr:nth-of-type(even) { background-color: #1f1f1f; }
.kbtable a, .kbtable2 a { font-weight: bold; text-decoration: underline dotted; }
.kbtable a:hover, .kbtable2 a:hover { color: #fff; }
.kbtable tr:hover, .kbtable2 tr:hover { background-color: rgba(255,255,255,0.1) !important; }
.kbtable th, .kbtable td, .kbtable2 th, .kbtable2 td {
  margin: .5em 1em;
  padding: 3px;
    @media (min-width: $breakpoint-alpha) { 
       padding: 1em !important; 
    }
}
.kbtable th, .kbtable2 th { background-color: #beca46; color: #000; text-align: left; font-weight: bold; text-transform: uppercase; }
.kbtable tbody tr td, .kbtable2 tbody tr td { white-space: nowrap; line-height: 1.2em; }
.kbtable tbody tr td:nth-child(5), .kbtable tbody tr td:nth-child(6) { text-align: center; }
.kbtable2 tbody tr td:nth-child(5), .kbtable2 tbody tr td:nth-child(6), .kbtable2 tbody tr td:nth-child(7) { text-align: center; }
.kbtable3 tbody tr td:nth-child(1), .kbtable3 tbody tr td:nth-child(8), .kbtable3 tbody tr td:nth-child(9) { text-align: center; }
.otherstable tbody tr td:nth-child(5) { text-align: left; }
.kbtable_others tbody tr td:nth-child(5) { text-align: left; }

.kbtable th.stickytoggle, .kbtable2 th.stickytoggle {
  position: sticky;
  top: 0;
  background: #121212; /* match to BODY BGCOLOR */
  color: #D1D1D1; /* match to BODY COLOR */
  text-transform: none;
  font-weight: normal;
  z-index: 1;
}
.kbtable th.stickyheader, .kbtable2 th.stickyheader, .kbtable2 tr.stickyheader {
  position: sticky;
  top: 29px;
  z-index: 1;
}

.ddarchivetable tbody tr td:nth-child(5), .ddarchivetable tbody tr td:nth-child(6) { text-align: left; }
.ddarchivetable tbody tr td:nth-child(1), .ddarchivetable tbody tr td:nth-child(2), .ddarchivetable tbody tr td:nth-child(7), .ddarchivetable tbody tr td:nth-child(8), .ddarchivetable tbody tr td:nth-child(9), .ddarchivetable tbody tr td:nth-child(10) { text-align: center; }
.ddarchivetable th.stickyheader {
  position: sticky;
  top: 0px !important;
  z-index: 1;
}

.archivetable tbody tr td:nth-child(5), .archivetable tbody tr td:nth-child(6), .archivetable tbody tr td:nth-child(7), .archivetable tbody tr td:nth-child(8) { text-align: left; }
.archivetable tbody tr td:nth-child(1), .archivetable tbody tr td:nth-child(9), .archivetable tbody tr td:nth-child(10), .minidisctable tbody tr td:nth-child(8) { text-align: center !important; }
.archivetable2 tbody tr td:nth-child(8) { text-align: center !important; }
.minidisctable tbody tr td:nth-child(10), .minidisctable tbody tr td:nth-child(11) { text-align: left !important; }
.archivetable th.stickyheader {
  position: sticky;
  top: 0px !important;
  z-index: 1;
}
.archivetable th.archivetally { background-color: #1f1f1f; color: #fff; text-align: left; text-transform: uppercase; }
tr.archivetableYear { background-color: #beca46 !important; color: #000000; font-weight: bold; }
tr.archivetableYear:hover { background-color: #beca46 !important; }

td.media { vertical-align: middle; }
td.flac { color: #D3B911; }
td.mp3 { color: #FF4040; }
td.hdvideo { color: #0095d5; }
td.27k { color: #0095d5; }
td.sdvideo { color: #3CA87C; }

table.misctable tr td { vertical-align: bottom; } 

tr.miuc { background-color: #beca46 !important; color: #000000; font-weight: bold; }
tr.miuc:hover { background-color: #beca46 !important; }

th.tour { 
  background: -moz-linear-gradient(left, rgba(223,227,82,1) 40%, rgba(18,18,18,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(223,227,82,1) 40%, rgba(18,18,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(left, rgba(223,227,82,1) 40%, rgba(18,18,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: sticky;
  z-index: 1;
  top: 49px;
}

.albumRelease { background-color: #121212 !important; }
.albdiv { 
  display: inline;
  min-height: 66px;
  width: 100%;
  padding: 2px;
  float: left; 
  position:relative; 
  background-color: #121212;
  border: 1px solid;
  border-image: linear-gradient(90deg, #121212, rgb(223,227,82)) 1;
}
#top { position:absolute; top: 2px; left: 70px; font-style: italic; }
#bottom { position:absolute; padding-bottom: 3px; bottom: 0px; left: 70px; }

.notesdiv {
  width: 600px;
  max-width: 600px;
  overflow-wrap: normal;
  white-space: normal;
}

/* TOUR DATES TABLE */
/* TOUR DATES TABLE */
/* TOUR DATES TABLE */

.tourTable { border-collapse: collapse; background: #161616; color: #D1D1D1; overflow: hidden; }
.tourTable th, .tourTable td { margin: .5em 1em; padding: 3px; }
.tourTable th { background-color: #1f1f1f; color: #fff; text-align: left; text-transform: uppercase; }
.tourTable tbody tr td { white-space: nowrap; line-height: 1.2em; }

/* VIDEO SPECS TABLE */
/* VIDEO SPECS TABLE */
/* VIDEO SPECS TABLE */

.specstable { border-collapse: collapse; border: 1px solid #1f1f1f; overflow: hidden; }
.specstable th, .specstable td { text-align: center; margin: .5em 1em; padding: 3px; }
.specstable th { background-color: #1f1f1f; color: #D1D1D1; font-weight: bold; text-transform: uppercase; }
.specstable tbody tr td:nth-child(1) { text-align: right; }

/* SHORTCUTS TABLE */
/* SHORTCUTS TABLE */
/* SHORTCUTS TABLE */

.shortcuts-table { border-collapse: collapse; font-size: 1.4em; background: #161616; overflow: hidden; width: 200px; vertical-align: middle; }
.shortcuts-table td { width: 22px; line-height: 22px; padding: 1.2px; }

/* IRRATE TABLE */
/* IRRATE TABLE */
/* IRRATE TABLE */

.irrate { border: 0px solid yellow; }
.irrate tr { height:20px }
.irrate th:first-child { padding-right:5px; text-align: center }
.irrate th:nth-child(3), .irrate th:nth-child(4) { width:100px; text-align: center; }
.irrate td:nth-child(3), .irrate td:nth-child(4) { text-align: center }
.irratetotal { text-align: right }
.irratetotal { float: right }

/* RESPONSIVE TABLES */
/* RESPONSIVE TABLES */
/* RESPONSIVE TABLES */

@media
  only screen 
and (max-width: 760px), (min-device-width: 768px) 
and (max-device-width: 1024px)  {
	/* Force table to not be like tables anymore */
		.kbtable, .kbtable thead, .kbtablet body, .kbtable th, .kbtable td, .kbtable tr { display: block; }
		.kbtable2, .kbtable2 thead, .kbtablet2 body, .kbtable2 th, .kbtable2 td, .kbtable2 tr { display: block; }
	/* Hide table headers (but not display: none;, for accessibility) */
		.kbtable thead tr, .kbtable2 thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}   
    .kbtable tr, .kbtable2 tr { margin: 0 0 1rem 0; }
	.kbtable tr:nth-child(odd), .kbtable2 tr:nth-child(odd) { background: #161616; }
	.kbtable td, .kbtable2 td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #333;
			position: relative;
			padding-left: 75px;
		}
	.kbtable td:before, .kbtable2 td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			padding-right: 10px;
			white-space: nowrap;
			line-height: 1.2em;
			color: #fff;
			font-weight: bold;
		}
    .kbtable td:nth-child(8), .kbtable td:nth-child(9), .kbtable2 td:nth-child(8), .kbtable2 td:nth-child(9) { white-space: normal;	word-wrap: break-word; }
	.kbtable td.duration, .kbtable2 td.duration { text-align: left; }
	.kbtable tbody tr td:nth-child(n+10):nth-child(-n+14) {	display: none; }
	.kbtable tbody tr td:nth-child(5), .kbtable tbody tr td:nth-child(6) { text-align: left; }
	.kbtable2 tbody tr td:nth-child(n+10):nth-child(-n+15) {	display: none; }
	.kbtable2 tbody tr td:nth-child(5), .kbtable2 tbody tr td:nth-child(6), .kbtable2 tbody tr td:nth-child(7) { text-align: left; }
	.kbtable td:nth-of-type(1):before { content: "Ref#"; }
	.kbtable td:nth-of-type(2):before { content: "Date"; }
	.kbtable td:nth-of-type(3):before { content: "Venue"; }
	.kbtable td:nth-of-type(4):before { content: "Location"; }
	.kbtable td:nth-of-type(5):before { content: "File"; }
	.kbtable td:nth-of-type(6):before { content: "Duration"; }
	.kbtable td:nth-of-type(7):before { content: "Taper"; }
	.kbtable td:nth-of-type(8):before { content: "Equipment"; }
	.kbtable td:nth-of-type(9):before { content: "Lineage"; }
	
	.kbtable2 td:nth-of-type(1):before { content: "Ref#"; }
	.kbtable2 td:nth-of-type(2):before { content: "Date"; }
	.kbtable2 td:nth-of-type(3):before { content: "Venue"; }
	.kbtable2 td:nth-of-type(4):before { content: "Location"; }
	.kbtable2 td:nth-of-type(5):before { content: "File"; }
	.kbtable2 td:nth-of-type(6):before { content: "Duration"; }
	.kbtable2 td:nth-of-type(7):before { content: "File Size"; }
	.kbtable2 td:nth-of-type(8):before { content: "Taper"; }
	.kbtable2 td:nth-of-type(9):before { content: "Equipment"; }
	.kbtable2 td:nth-of-type(10):before { content: "Lineage"; }

	.toggle { display: none; }	
	.sidebar-shortcuts { display: none; }	
	.sidebar-menu { height: calc(100vh - (28px)); }
	tr.albumRelease { display: none; }	
}