html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    height: 100%;
}

@font-face {
    font-family: Cafeta;
    src: url('CAFETA__.TTF');
}

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('/static/semantic/fonts/modernpics-webfont.eot');
    src: url('/static/semantic/fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
    url('/static/semantic/fonts/modernpics-webfont.woff') format('woff'),
    url('/static/semantic/fonts/modernpics-webfont.ttf') format('truetype'),
    url('/static/semantic/fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.text {
    font-family: Cafeta, serif;
}

#ruler {
    visibility: hidden;
    white-space: nowrap;
}

div#wrapper {
    margin: 0;
    padding: 0;
    height: 100%;
}

header {
    display: block;
    background-color: #006bff;
    height: 55px;
}

div#artist {

}

label#artist_label {
    color: #006bff;
    font-weight: bold;
}

label#artist_text {
    margin-top: -15px;
    margin-left: 15px;
    color: #4D4D4D;
    font-size: 25px;
    font-weight: bold;
}

div#searchbox {
    display: block;
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.fs-button {
    z-index: 100;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    rightright: 10px;
    cursor: pointer;
}

.fs-button:after {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-family: 'ModernPictogramsNormal';
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    content: "v";
}

.fs-button:hover:after {
    color: rgb(255, 255, 255);
}

img#buyutec {
    float: left;
    width: 30px;
    height: 30px;
}

input#searchinput {
    margin-left: 15px;
    width: 180px;
    height: 20px;
}

img#logo {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    width: 178px;
    height: 40px;
}

/* page core */
div#core {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    height: 100%;
}

section#space {
    /*background-image: url('/images/background.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 80%;
    float: left;
}

div#graph {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

svg {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

section#right {
    float: left;
    width: 20%;
    background-color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    height: 100%;
}

div#right_inner {
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 100%;
}

div#artist {

}

label#artist_label {
    color: #006bff;
    font-weight: bold;
}

label#artist_text {
    margin-top: -15px;
    margin-left: 15px;
    color: #4D4D4D;
    font-size: 25px;
    font-weight: bold;
}

div#video {
    margin-top: 15px;
    padding: 0;
    height: 120px;
    width: 30px;
}

div#playlist {
    height: 66%;
}

label#playlist_label {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: bold;
}

div#playlist_inner {
    background-color: #4D4D4D;
    margin-right: 10px;
    padding: 0;
    height: 100%;
    width: 100%;
}

circle {
    /* stroke: #006bff; */
}

.link {
    stroke: #006bff;
}

.search-input {
    width : 265px!important;
}

.node text {
    pointer-events: none;
    font-size: 14pt;
    /* font-weight: bold; */
    /*fill: #4D4D4D;*/
    fill: #e6d14a;
    z-index: 99;
    /* letter-spacing: 0.05rem; */
}

footer {
    display: block;
    background-color: #4D4D4D;
    margin: 0;
    padding: 0;
}

.center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.info-text {
    color: #4D4D4D;
}

.info-title {
    color: #4D4D4D;
}


.show_names {top: 75px;
    position: absolute !important;
    top: 50px;
    right: 400px;
}

.selected-circle {
    z-index: -1;
}

.community {
    z-index: -2;
}

button.accordion {
    background-color: #66b2dd;
}

button.accordion.active, button.accordion:hover {
    background-color: #7bbad5;
}

header {
    /*background-color: #66b2dd;*/
    background-color: #779ce8;
}

section#right {
    background: none;
}

.info-title, .info-text {
    /*color: #d9c53f;*/
    color: #fff;
}

.pop-up .shadow-wrapper {
    /*box-shadow: 0px 0px 5px 10px #71a5df;*/
}

.pop-up {
    background-color: #71a5df;
    /*box-shadow: 1px 1px 20px 20px #6892fc;*/
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pop-up .block {
    padding-bottom: 5px;
}

.vodal.new-graph-dialog .vodal-dialog {
    width: 320px!important;
    height: 150px!important;
    background-color: #71a5df;
}

.new-graph-popup {
    margin-left: 0!important;
}

#whateverID {
    margin-left : -10px
}

.youtube-popup {
    background-color: #434c64!important;
    box-shadow: 1px 1px 20px 20px #434c64!important;
    height: 430px;
}

.menu-item {
    width: 200px;
}

.menu-item a {
    color: #f6f328;
}

.right {
    right: 0px;
}


.header-items {
    float: right;
    padding: 10px 25px 10px 10px;
}

.header-items span {
    margin-right: 5px;
    font-weight: 900;
    color: white;
    font-size: 20px;
}

.header-items span a {
    color: white;
}

.header-items span a:hover {
    text-decoration: none;
}

.searchbox span a {
    color: white;
    padding-left: 5px;
    font-weight: bold;
}

.new-graph-popup {
    margin-left : 37%;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.catalogue-tags {
    margin-bottom: -10px;
    margin-left: -12px;
}

.catalogue-tags .tags-list {
    /* display: inline; */
}

.catalogue-tags .tag, .catalogue-tags .tags-add, .catalogue-tags .tags-add-cta {
    display: inline-block;
    padding-bottom: 0.2rem;
    margin-left: 5px;
}

.catalogue-tags .tag a {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.catalogue-tags .tag a, .catalogue-tags .tags-add, .catalogue-tags .tags-add-cta {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px white;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-size: 12px;
    font-weight: 700;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 24px;
    line-height: 28px;
    min-height: 40px;
    min-width: 80px;
    min-width: 0;
    padding: 3px 10px 3px;
    text-align: center;
    text-transform: uppercase;
    text-transform: none;
    transition: box-shadow;
    vertical-align: middle;
}

.player-bar .player-bar-btn--previous {
    color: transparent;
    display: inline-block;
    font: 0/0 a;
    height: 50px;
    min-width: 0;
    position: relative;
    text-align: left;
    text-shadow: none;
    vertical-align: top;
    width: 40px;
}

.playlist-icons img {
    width : 30px;
}

.playlist-icons {
    display: flex;
    position: relative;
    top : 400px;
    left : -370px;
  }
}

.player-bar.inactive .player-bar-btn, .player-bar .player-bar-btn.inactive, .player-bar .player-bar-btn.inactive:focus, .player-bar .player-bar-btn.inactive:hover {
    opacity: .3;
}

.player-bar .player-bar-btn--previous:before {
    background-image: url(/static/images/player_controls.574646cbe24e.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    left: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -25px;
    position: absolute;
    right: auto;
    top: 0;
    top: 50%;
    width: 40px;
}

@media (min-width: 1260px)
.player-bar .player-bar-btn {
    width: 44px;
}

.player-bar .player-bar-btn {
    height: 60px;
    opacity: .85;
    overflow: hidden;
}

.player-bar .player-bar-btn {
    width: 34px;
}

.player-bar .player-bar-btn--next {
    color: transparent;
    display: inline-block;
    font: 0/0 a;
    height: 50px;
    min-width: 0;
    position: relative;
    text-align: left;
    text-shadow: none;
    vertical-align: top;
    width: 40px;
}
