@charset "UTF-8";

/* GLOBAL
----------------------*/

.click-arrow {
	width: 280px;
}

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
	margin: 0px;
}

a {
    color: #5a5a5a;
}

a:hover,
a:focus {
    opacity: 0.7
}

h1 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

.green {
	color: #009b00
}
.red {
	color: red
}
.grey {
	color: grey
}

p.lead {
    color: #bbbbbb;
    margin-bottom: 2rem;
}

.text-primary {
    color: #bbbbbb !important;
}

.light-font {
    font-weight: 300;
}
.text-right {
	text-align: right;
}

.hidden {
	display: none!important;
}
.container, footer {
	max-width: 1200px;
	margin: 0 auto;
}
footer {
	padding-bottom: 20px;
}
.row {
	width: 100%;
    display: inline-block;
}

.nav-menu .container {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5a5a5a;
    border-top: 20px solid #8f0e07;
}
.text-logo {
	float: left;
}
.text-logo small.logo-red {
	color: red;
	font-size: 20px;
}
.text-logo a {
	font-weight: 500;
    text-decoration: none;
    font-size: 20px;
}
.text-logo small.slogan {
	opacity: 0.8
}
.link-right {
	text-align: right;
}
.link-right a {
	text-decoration: none
}
.chart .section-title h1 {
	text-align: center;
	margin-top: 50px;
}

.chart_dropdown {
	text-align: center;
	margin-top: 50px;

}
#dropdowns {
	display: inline-block;
}
.single_dropdown {
	float: left;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #c2bdbd;
    margin: 0px 20px;
	cursor: pointer
}
.single_dropdown .selected_value {
    padding: 10px 20px;
	min-width: 150px;
	max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.single_dropdown .selected_value:hover, .single_option:hover {
	opacity: 0.8
}
.dropdown_options {
	position: absolute;
    margin-top: 1px;
    text-align: left;
    background: #fff;
    width: 100%;
    box-shadow: 1px 1px 3px 0px #cbcbcb;
    border-radius: 0px 0px 5px 5px;
	max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
	    z-index: 99;
}
.dropdown_options .single_option {
	padding: 8px 10px;
}
.dropdown_box {
	position: relative;
}
.go_button {
	display: inline-block;
    padding: 10px 10px;
    border: 1px solid #c1bdbd;
    border-radius: 4px;
    cursor: pointer;
}
.go_button:hover {
	background: #f1f1f1
}

.box-for-grid {
	margin-top: 50px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }

    100% {
        background-position: 400px 0
    }
}
.animated-background {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #eee;
    background: linear-gradient(to right, #ffffff 8%, #d9d9d9 18%, #ffffff 33%);
    background-size: 400px 104px;
    height: 30px;
    position: relative;
}


/* TABLE */
.table {
	width: 100%;
}
.table .row {
	width: 100%;
	padding: 10px 0px;
	font-size: 16px;
	border-bottom: 1px solid #e7e7e7;
	color: #515151;
	display:flex;
	align-items:center;
}

.table .row:nth-child(even) {
	background: #fcfcfc
}
.table .row:nth-child(odd) {
	background: #FFF
}

.table .row > div {
	float: left;
}

.table .row .position {
	width: 10%;
}
.table .row .label {
	width: 20%;
}
.table .row .artist, .table .row .title {
	width: 35%;
}
.table .row .artist {
	margin-left: 20px;
}
.table .row.header_row {
	border-bottom: 2px solid #c5c5c5;
    padding: 10px 0px;
    color: #969696;
	font-size: 16px;
}
.table .row .position p {
	font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
    margin: 0px;
	margin-bottom: 10px;
}
.table .row .position small {
	float: left;
	margin-left: 10px;
	font-size: 16px;
}
.table .row .position small.result {
	float: right;
	margin-right: 20px;
}
.table .image img {
	height: 64px;
    display: block;
    box-shadow: 2px 2px 4px 0px #bbbbbb;
    border-radius: 2px;
}
/* END TABLE */


@media screen and (max-width: 680px) {
	.navbar {
		padding: 0px 10px;
	}
	.navbar-brand {
		width: 100%;
		display: block;
	}
	.link-right {
		padding-top: 10px;
	}
	
	.single_dropdown, .go_button {
		float: none;
		display: block;
	}
	#dropdowns {
		width: 100%;
	}
	.go_button {
		margin-top: 24px;
		width: 200px;
		position: absolute;
		left: 50%;
		margin-left: -111px;
	}
	.dropdown_box {
		margin-top: 12px;
	}
	
	.single_dropdown .selected_value {
		max-width: none;
	}
	
	.box-for-grid {
		margin-top: 100px;
	}
	.row.header_row {
		display: none!important
	}
	.table .row .position {
		width: 26%;
	}
	.table .row .position small.result {
		margin-left: 5px;
		margin-right: 10px;
	}
	.table .row {
		display: block;
		width: 100%;
		float: left;
	}
	.table .row .title, .table .row .label {
		margin-left: 20px;
	}
	.table .row .title, .table .row .artist, .table .row .label {
		width: 50%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.table .row .artist {
		font-size: 20px; 
		font-weight: 500;
		paddng-right: 10px;
	}
	.table .row .label {
		color: gray;
		font-size: 14px;
		padding-top: 6px;
	}
	.table .row .image {
		height: 100%
	}
}

























































