@font-face {
	/* SPOTIFY font*/
	font-family: Circular;
	src: url("https://sp-bootstrap.spotifycdn.com/8.12.5/fonts/circular-black.woff2") format("woff2"), url("https://sp-bootstrap.spotifycdn.com/8.12.5/fonts/circular-black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

#login,
#loggedin {
	/* SPOTIFY IDs */
	display: none;
}

.text-overflow {
	/* SPOTIFY oAuth */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
}

/***** ELEMENTS *****/
html,
body {
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	color: white;
	cursor: default;
}

div {
	background-color: #181818;
}

h1 {
	font-family: Circular, Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 90px;
}

h2 {
	font-family: Circular, Helvetica, Arial, sans-serif;
	font-size: 48px !important;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 10px;
}

p {
	font-family: Circular, Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

td {
	/* SURCHARGE */
	padding: 0px 10px;
}

thead {
	font-size: 18px;
	color: #1ed760;
}

::-webkit-scrollbar {
	display: none;
}

/***** GLOBALS *****/
.fullHeight {
	min-height: 100% !important;
}

.fullWidth {
	width: 100% !important;
}

.widthMargin {
	width: 95% !important;
}

.show {
	display: block !important;
}

.hCenter {
	text-align: center !important;
}

.noBorder {
	border: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noFloat {
	float: unset !important;
}

.autoMargin {
	margin: auto !important;
}

.marginTop20 {
	margin-top: 20px !important;
}

.marginTop90 {
	margin-top: 90px !important;
}

.marginBottom20 {
	margin-bottom: 20px !important;
}

.marginBottom40 {
	margin-bottom: 40px !important;
}

.marginLeft10 {
	margin-left: 10px !important;
}

.paddingLeft10 {
	padding-left: 10px !important;
}

.paddingTop10 {
	padding-top: 10px !important;
}

.paddingBottom5 {
	padding-bottom: 5px !important;
}

.widthSplit10 {
	width: 10% !important;
}

.stdHeight {
	height: unset !important;
}

.inline {
	display: inline-block;
}

.col-md-4 {
	/* SURCHARGE */
	padding: 5px;
}

.container {
	/* SURCHARGE */
	border-left: 5px solid #1db954;
	border-right: 5px solid #1db954;
}

.clickable {
	cursor: pointer;
}

.excludable {
	text-decoration: unset;
	color: white;
}

.excludable:hover {
	color: #e22134;
}

.excluded {
	text-decoration: line-through;
    color: #e22134;
}

.excluded:hover {
	text-decoration: unset;
}

.btn {
	border-radius: 5px;
	color: white;
	transition-duration: .3s;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	background-color: rgba(0, 0, 0, .9);
	border: 1px solid white;
	min-width: 180px;
	height: 100%;
	min-height: 40px;
	vertical-align: middle;
	line-height: 2;
}

.btn:hover {
	color: white;
	border: 1px solid #1ed760;
	background-color: #1ed760;
	border-color: #1ed760;
}

.btn:focus {
	color: white;
	background-color: rgba(0, 0, 0, .9);
	border: 1px solid white;
	outline: none;
}

.media-object .btn {
	height: unset;
}

.smallBtn {
	padding: 0;
	min-width: 90px;
	min-height: 25px;
	font-size: 10px;
	float: right;
}

.greenBtn {
	background-color: #1db954;
	border-color: #1db954;
}

.greenBtn:focus {
	background-color: #1db954;
	border-color: #1db954;
	outline: none;
}

.redBtn:hover {
	color: white;
	border: 1px solid #e22134;
	background-color: #e22134;
	border-color: #e22134;
}

.greenBorder {
	border-color: #1db954;
	color: #1db954;
}

.greenBorder:hover {
	color: white;
	border: 1px solid #1ed760;
	background-color: #1ed760;
	border-color: #1ed760;
}

.greenBorder:focus {
	border-color: #1db954;
	color: #1db954;
}

.bottomBorder {
	border-bottom: 1px solid #1db954;
}

.media-object {
	/* SURCHARGE */
	border: 1px solid #1db954;
	height: 150px;
}

.modal-content {
	/* SURCHARGE */
	padding: 10px;
	background-color: #181818;
}

/***** Classes *****/
.card {
	padding: 20px;
	width: 170px;
	height: 260px;
	background: #282828;
	border-radius: 8px;
	margin: 8px auto;
	transition-duration: .3s;
}

.cover {
	display: inline-block;
	width: 130px;
	height: 130px;
	margin: 5px;
	background-position: center center;
	background-size: cover;
	transition-duration: .3s;
}

.title {
	font-family: Circular, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 5px 0px;
	background: unset;
	width: 130px;
}

.greenTitle {
	background-color: unset;
	color: #1ed760;
	font-size: 24px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	max-width: 320px;
}

.ignore {
	min-width: 130px;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: unset;
}

.col-md-6 .tableItem {
	width: 465px;
	padding: 5px;
	vertical-align: middle;
}

.col-md-5 .tableItem {
	width: 470px;
	vertical-align: inherit;
}

.col-md-3 .tableItem {
	width: 270px;
	padding: 5px;
}

.col-md-2 .tableItem {
	width: 170px;
	padding: 5px;
}

.col-md-1 .tableItem {
	width: 70px;
	padding: 5px;
}

.col-md-1 .smallBtn {
	margin: 5px 0px;
	float: unset;
}

.alphabet {
	background-color: unset;
	color: #1ed760;
	font-size: 48px;
	font-weight: 600;
}

.dropdownContent {
	display: none;
	position: absolute;
	z-index: 1;
	width: 98%;
}

.inline.title {
	width: 150px;
}

.uicons {
	float: right;
	width: 24px;
}

/***** IDs *****/
#mosaicLeft,
#mosaicRight {
	position: fixed;
	top: 0;
	z-index: -1;
}

#mosaicLeft {
	left: 0;
}

#mosaicRight {
	right: 0;
}

#description {
	margin-left: 45px;
}

#mainDiv {
	padding-left: 10px;
	padding-top: 0;
}

#loading {
	height: 200px;
	background-color: unset;
}

#playlistAnalyzer>div {
	margin-top: 20px;
}

#filtres p,
#missings tr:hover,
#duplicates tr:hover {
	color: #1ed760;
}

#duplicates td[rowspan] {
	color: white;
}

#externalsTable .media-object {
	padding: 10px;
}

#popupDiv {
	height: 100vh;
	z-index: 2;
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	overflow: auto;
}

#popupDiv .card .btn {
	margin-top: 20px;
	width: 100%;
	min-width: unset;
}

#profilePic {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 5px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
}

#verticalCenteringLoading {
	height: calc(50% - 100px);
	background-color: unset;
}

#shortTermTable .cover {
	width: 220px;
	height: 220px;
}

#shortTermTable .description {
	position: relative;
	top: -230px;
	margin-left: 240px;
	background-color: unset;
}

#shortTermTable .greenTitle {
	white-space: unset;
	overflow: scroll;
	max-height: 120px;
}

#mediumTermTable .col-md-6 {
	width: 20%;
	padding: 5px;
}

#mediumTermTable .cover {
	width: 100px;
	height: 100px;
}

#mediumTermTable .description {
	position: relative;
	top: -110px;
	margin-left: 120px;
	background-color: unset;
}

#mediumTermTable .greenTitle {
	white-space: unset;
	overflow: hidden;
	max-height: 40px;
	font-size: 16px !important;
}

#mediumTermTable .ellipsis {
	font-size: 10px !important;
}

#mediumTermTable .card {
	height: 120px;
	padding: 10px;
	margin: 0 !important;
}

#longTermTable .col-md-6 {
	width: 10%;
	padding: 5px;
}

#longTermTable .cover {
	width: 40px;
	height: 40px;
}

#longTermTable .description {
	position: relative;
	top: -50px;
	margin-left: 60px;
	background-color: unset;
}

#longTermTable .greenTitle {
	white-space: unset;
	overflow: hidden;
	max-height: 40px;
	font-size: 16px !important;
}

#longTermTable .card {
	height: 60px;
	padding: 10px;
	margin: 0 !important;
}

#duplicatesTable b,
#missingsTable b {
	padding: 20px 0;
	font-size: 24px;
}

#alertsDiv {
	position: fixed;
    top: 30px;
    z-index: 2;
	background-color: transparent;
	margin-left: 35%;
    width: 30%;
}

#modalDiv {
	background-color: transparent;
}

#modalDiv button {
	min-width: unset;
	width: 130px;
}